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
pankaj
2014-10-07 15:41:06 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
600bb24b2fecf416862fd2fdda12b00002d839c0
600bb24b
1 parent
eab2988c
added shell commands simple-netty-server & simple-netty-client
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
apps/foo/pom.xml
apps/foo/src/main/resources/OSGI-INF/blueprint/shell-config.xml
apps/foo/pom.xml
View file @
600bb24
...
...
@@ -24,6 +24,11 @@
</dependency>
<dependency>
<groupId>
org.onlab.onos
</groupId>
<artifactId>
onlab-osgi
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
org.onlab.onos
</groupId>
<artifactId>
onlab-nio
</artifactId>
<version>
${project.version}
</version>
</dependency>
...
...
apps/foo/src/main/resources/OSGI-INF/blueprint/shell-config.xml
View file @
600bb24
...
...
@@ -7,6 +7,12 @@
<command>
<action
class=
"org.onlab.onos.foo.TestIOServerCommand"
/>
</command>
<command>
<action
class=
"org.onlab.onos.foo.SimpleNettyServerCommand"
/>
</command>
<command>
<action
class=
"org.onlab.onos.foo.SimpleNettyClientCommand"
/>
</command>
</command-bundle>
</blueprint>
...
...
Please
register
or
login
to post a comment