blob: 0713b0de2be5d1567cac6ae3d794704c413e321d [file] [log] [blame]
alshabib86ac11c2014-08-14 16:14:41 -07001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
4 <groupId>inet.onrc.onos.of</groupId>
5 <artifactId>oflib</artifactId>
6 <version>1.0-SNAPSHOT</version>
7 <packaging>pom</packaging>
8 <modelVersion>4.0.0</modelVersion>
9
alshabib522d9872014-08-15 10:35:16 -070010 <name>OpenFlow controller</name>
11 <description>This module contains the OpenFlow library and its associated IO loop</description>
alshabib86ac11c2014-08-14 16:14:41 -070012
13
14 <modules>
15 <module>lib</module>
16 <module>ctl</module>
17 </modules>
18
19
20</project>