Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tom
2014-08-26 14:35:40 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d0fe246e0fc8ec4321277bac99b5dd110a164533
d0fe246e
1 parent
b5a46e66
Added a shell of a openflow device provider and fixed features.
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
2 deletions
features/features.xml
providers/of/device/pom.xml
features/features.xml
View file @
d0fe246
...
...
@@ -55,8 +55,8 @@
<feature>
onos-core
</feature>
<bundle>
mvn:io.netty/netty/3.9.2.Final
</bundle>
<
bundle>
mvn:org.projectfloodlight/openflowj/0.3.8-SNAPSHOT
</bundle
>
<
!--bundle>mvn:org.onlab.onos/onos-of-api/1.0.0-SNAPSHOT</bundle--
>
<
!--bundle>mvn:org.projectfloodlight/openflowj/0.3.8-SNAPSHOT</bundle--
>
<
bundle>
mvn:org.onlab.onos/onos-of-api/1.0.0-SNAPSHOT
</bundle
>
<bundle>
mvn:org.onlab.onos/onos-of-ctl/1.0.0-SNAPSHOT
</bundle>
<bundle>
mvn:org.onlab.onos/onos-of-provider-device/1.0.0-SNAPSHOT
</bundle>
...
...
providers/of/device/pom.xml
0 → 100644
View file @
d0fe246
<?xml version="1.0" encoding="UTF-8"?>
<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"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.onlab.onos
</groupId>
<artifactId>
onos-of-providers
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
onos-of-provider-device
</artifactId>
<packaging>
bundle
</packaging>
<description>
ONOS OpenFlow protocol device provider
</description>
</project>
Please
register
or
login
to post a comment