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-09-15 14:48:23 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5786ac65a3836da5d52bf0edf6768f348dd210f4
5786ac65
1 parent
f297f39c
Added a skeletal structure for forwarding app.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
apps/fwd/pom.xml
apps/fwd/pom.xml
0 → 100644
View file @
5786ac6
<?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-apps
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
onos-app-fwd
</artifactId>
<packaging>
bundle
</packaging>
<description>
ONOS simple reactive forwarding app
</description>
</project>
Please
register
or
login
to post a comment