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-12 23:11:46 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aa49a1e01585b056b7a68812d7f048a828e13dd8
aa49a1e0
1 parent
a33dd34f
Added Karaf branding bundle
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
51 additions
and
0 deletions
pom.xml
tools/build/conf/src/main/resources/onos/suppressions.xml
tools/package/branding/pom.xml
tools/package/branding/src/main/resources/org/apache/karaf/branding/branding.properties
pom.xml
View file @
aa49a1e
...
...
@@ -21,6 +21,7 @@
<module>
of
</module>
<module>
apps
</module>
<module>
features
</module>
<module>
tools/package/branding
</module>
</modules>
<url>
http://onlab.us/
</url>
...
...
tools/build/conf/src/main/resources/onos/suppressions.xml
View file @
aa49a1e
...
...
@@ -18,6 +18,7 @@
<!-- BigSwitch packet code is designed to use parameter names that override
local member names -->
<suppress
files=
"net.onrc.onos.core.packet.*"
checks=
"HiddenField"
/>
<suppress
files=
"org.apache.karaf.branding.*"
checks=
"[a-zA-Z0-9]*"
/>
<suppress
files=
".*"
checks=
"FinalParametersCheck"
/>
<suppress
files=
".*"
checks=
"MagicNumbersCheck"
/>
...
...
tools/package/branding/pom.xml
0 → 100644
View file @
aa49a1e
<?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/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.onlab.onos
</groupId>
<artifactId>
onos
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<relativePath>
../../../pom.xml
</relativePath>
</parent>
<artifactId>
onos-branding
</artifactId>
<packaging>
bundle
</packaging>
<build>
<plugins>
<plugin>
<groupId>
org.apache.felix
</groupId>
<artifactId>
maven-bundle-plugin
</artifactId>
<extensions>
true
</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>
manual
</Bundle-SymbolicName>
<Import-Package>
*
</Import-Package>
<Private-Package>
!*
</Private-Package>
<Export-Package>
org.apache.karaf.branding
</Export-Package>
<Spring-Context>
*;public-context:=false
</Spring-Context>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>
tools/package/branding/src/main/resources/org/apache/karaf/branding/branding.properties
0 → 100644
View file @
aa49a1e
welcome
=
Welcome to Open Networking Operating System (ONOS)!
\r\n\
\u
001B[1;31m ____ _ ______ ____
\u
001B[0m
\r\n\
\u
001B[1;31m / __
\\
/ |/ / __
\\
/ __/
\u
001B[0m
\r\n\
\u
001B[1;31m / /_/ / / /_/ /
\\
\\
\u
001B[0m
\r\n\
\u
001B[1;31m
\\
____/_/|_/
\\
____/___/
\u
001B[0m
\r\n\
\u
001B[1;31m
\u
001B[0m
\r\n\
\r\n\
Hit '
\u
001B[1m<tab>
\u
001B[0m' for a list of available commands
\r\n\
and '
\u
001B[1m[cmd] --help
\u
001B[0m' for help on a specific command.
\r\n\
Hit '
\u
001B[1m<ctrl-d>
\u
001B[0m' or type '
\u
001B[1msystem:shutdown
\u
001B[0m' or '
\u
001B[1mlogout
\u
001B[0m' to shutdown ONOS.
\r\n
prompt
=
\u
001B[32monos>
\u
001B[0m
Please
register
or
login
to post a comment