Jian Li
Committed by Gerrit Code Review

Add missing application titles in app.xml with pom.xml clean up

Change-Id: I543572d696f30f2ceebd39d9c6c33be55f5da38d
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.aaa" origin="ATT" version="${project.version}" 17 <app name="org.onosproject.aaa" origin="ATT" version="${project.version}"
18 - category="default" url="http://onosproject.org" 18 + category="default" url="http://onosproject.org" title="ONOS Auth App"
19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features" 19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}"> 20 features="${project.artifactId}">
21 <description>${project.description}</description> 21 <description>${project.description}</description>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.bgprouter" origin="ON.Lab" version="${project.version}" 17 <app name="org.onosproject.bgprouter" origin="ON.Lab" version="${project.version}"
18 - category="default" url="http://onosproject.org" 18 + category="default" url="http://onosproject.org" title="BGP router App"
19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features" 19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}"> 20 features="${project.artifactId}">
21 <description>${project.description}</description> 21 <description>${project.description}</description>
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
33 33
34 <properties> 34 <properties>
35 <onos.app.name>org.onosproject.cordmcast</onos.app.name> 35 <onos.app.name>org.onosproject.cordmcast</onos.app.name>
36 + <onos.app.title>CORD Multicast App</onos.app.title>
36 </properties> 37 </properties>
37 38
38 <dependencies> 39 <dependencies>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.cordvtn" origin="ON.Lab" version="${project.version}" 17 <app name="org.onosproject.cordvtn" origin="ON.Lab" version="${project.version}"
18 - category="default" url="http://onosproject.org" 18 + category="default" url="http://onosproject.org" title="CORD Virtual Tenant Network"
19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features" 19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}" 20 features="${project.artifactId}"
21 apps="org.onosproject.ovsdb-base,org.onosproject.openstackinterface,org.onosproject.dhcp"> 21 apps="org.onosproject.ovsdb-base,org.onosproject.openstackinterface,org.onosproject.dhcp">
......
...@@ -32,11 +32,6 @@ ...@@ -32,11 +32,6 @@
32 <description>Virtual tenant network service for CORD</description> 32 <description>Virtual tenant network service for CORD</description>
33 33
34 <properties> 34 <properties>
35 - <onos.app.name>org.onosproject.cordvtn</onos.app.name>
36 - <onos.app.title>CORD Virtual Tenant Network</onos.app.title>
37 - <onos.app.category>default</onos.app.category>
38 - <onos.app.url>http://onosproject.org</onos.app.url>
39 - <onos.app.readme>Virtual tenant network service for CORD.</onos.app.readme>
40 <web.context>/onos/cordvtn</web.context> 35 <web.context>/onos/cordvtn</web.context>
41 <api.version>1.0.0</api.version> 36 <api.version>1.0.0</api.version>
42 <api.title>CORD VTN REST API</api.title> 37 <api.title>CORD VTN REST API</api.title>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.cpman" origin="ON.Lab" version="${project.version}" 17 <app name="org.onosproject.cpman" origin="ON.Lab" version="${project.version}"
18 - category="default" url="http://onosproject.org" 18 + category="default" url="http://onosproject.org" title="Control Plane Manager"
19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features" 19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}" apps="org.onosproject.openflow-message"> 20 features="${project.artifactId}" apps="org.onosproject.openflow-message">
21 <description>${project.description}</description> 21 <description>${project.description}</description>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.dhcp" origin="ON.Lab" version="${project.version}" 17 <app name="org.onosproject.dhcp" origin="ON.Lab" version="${project.version}"
18 - category="default" url="http://onosproject.org" 18 + category="default" url="http://onosproject.org" title="DHCP Server REST API"
19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features" 19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}"> 20 features="${project.artifactId}">
21 <description>${project.description}</description> 21 <description>${project.description}</description>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.faultmanagement" origin="BTI Systems" version="${project.version}" 17 <app name="org.onosproject.faultmanagement" origin="BTI Systems" version="${project.version}"
18 - category="default" url="http://onosproject.org" 18 + category="default" url="http://onosproject.org" title="ONOS Fault Mgmt App"
19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features" 19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}"> 20 features="${project.artifactId}">
21 <description>${project.description}</description> 21 <description>${project.description}</description>
......
...@@ -36,9 +36,7 @@ ...@@ -36,9 +36,7 @@
36 <onos.app.title>Performance Metrics App</onos.app.title> 36 <onos.app.title>Performance Metrics App</onos.app.title>
37 <onos.app.category>default</onos.app.category> 37 <onos.app.category>default</onos.app.category>
38 <onos.app.url>http://onosproject.org</onos.app.url> 38 <onos.app.url>http://onosproject.org</onos.app.url>
39 - <onos.app.readme> 39 + <onos.app.readme>Performance metrics collection application.</onos.app.readme>
40 - Performance metrics collection application.
41 - </onos.app.readme>
42 </properties> 40 </properties>
43 41
44 <dependencies> 42 <dependencies>
......
...@@ -36,9 +36,7 @@ ...@@ -36,9 +36,7 @@
36 <onos.app.title>Multicast Forwarding App</onos.app.title> 36 <onos.app.title>Multicast Forwarding App</onos.app.title>
37 <onos.app.category>default</onos.app.category> 37 <onos.app.category>default</onos.app.category>
38 <onos.app.url>http://onosproject.org</onos.app.url> 38 <onos.app.url>http://onosproject.org</onos.app.url>
39 - <onos.app.readme> 39 + <onos.app.readme>Multicast forwarding application.</onos.app.readme>
40 - Multicast forwarding application.
41 - </onos.app.readme>
42 </properties> 40 </properties>
43 41
44 <dependencies> 42 <dependencies>
......
...@@ -36,7 +36,8 @@ ...@@ -36,7 +36,8 @@
36 <onos.app.title>Mastership Load Balancer App</onos.app.title> 36 <onos.app.title>Mastership Load Balancer App</onos.app.title>
37 <onos.app.category>default</onos.app.category> 37 <onos.app.category>default</onos.app.category>
38 <onos.app.url>http://onosproject.org</onos.app.url> 38 <onos.app.url>http://onosproject.org</onos.app.url>
39 - <onos.app.readme>Application that balances mastership among nodes. 39 + <onos.app.readme>
40 + Application that balances mastership among nodes.
40 </onos.app.readme> 41 </onos.app.readme>
41 </properties> 42 </properties>
42 43
......
...@@ -36,9 +36,7 @@ ...@@ -36,9 +36,7 @@
36 <onos.app.title>Host Mobility App</onos.app.title> 36 <onos.app.title>Host Mobility App</onos.app.title>
37 <onos.app.category>default</onos.app.category> 37 <onos.app.category>default</onos.app.category>
38 <onos.app.url>http://onosproject.org</onos.app.url> 38 <onos.app.url>http://onosproject.org</onos.app.url>
39 - <onos.app.readme> 39 + <onos.app.readme>Host mobility application.</onos.app.readme>
40 - Host mobility application.
41 - </onos.app.readme>
42 </properties> 40 </properties>
43 41
44 <dependencies> 42 <dependencies>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.olt" origin="ON.Lab" version="${project.version}" 17 <app name="org.onosproject.olt" origin="ON.Lab" version="${project.version}"
18 - category="default" url="http://onosproject.org" 18 + category="default" url="http://onosproject.org" title="ONOS OLT App"
19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features" 19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}"> 20 features="${project.artifactId}">
21 <description>${project.description}</description> 21 <description>${project.description}</description>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.openstackinterface" origin="ON.Lab" version="${project.version}" 17 <app name="org.onosproject.openstackinterface" origin="ON.Lab" version="${project.version}"
18 - category="default" url="http://onosproject.org" 18 + category="default" url="http://onosproject.org" title="Openstack Interface App"
19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features" 19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}"> 20 features="${project.artifactId}">
21 <description>${project.description}</description> 21 <description>${project.description}</description>
......
...@@ -29,12 +29,9 @@ ...@@ -29,12 +29,9 @@
29 <artifactId>onos-app-openstackinterface-app</artifactId> 29 <artifactId>onos-app-openstackinterface-app</artifactId>
30 <packaging>bundle</packaging> 30 <packaging>bundle</packaging>
31 31
32 + <description>Openstack Interface Application</description>
32 33
33 <properties> 34 <properties>
34 - <onos.app.name>org.onosproject.openstackinterface</onos.app.name>
35 - <onos.app.title>Openstack Interface App</onos.app.title>
36 - <onos.app.category>default</onos.app.category>
37 - <onos.app.url>http://onosproject.org</onos.app.url>
38 <onos.app.readme>Openstack Interface Application.</onos.app.readme> 35 <onos.app.readme>Openstack Interface Application.</onos.app.readme>
39 </properties> 36 </properties>
40 37
...@@ -95,6 +92,4 @@ ...@@ -95,6 +92,4 @@
95 <version>${project.version}</version> 92 <version>${project.version}</version>
96 </dependency> 93 </dependency>
97 </dependencies> 94 </dependencies>
98 -
99 -
100 </project> 95 </project>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.openstacknetworking" origin="ON.Lab" version="${project.version}" 17 <app name="org.onosproject.openstacknetworking" origin="ON.Lab" version="${project.version}"
18 - category="default" url="http://onosproject.org" 18 + category="default" url="http://onosproject.org" title="Openstack Networking App"
19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features" 19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}" 20 features="${project.artifactId}"
21 apps="org.onosproject.openstackswitching,org.onosproject.openstackrouting"> 21 apps="org.onosproject.openstackswitching,org.onosproject.openstackrouting">
......
...@@ -30,10 +30,6 @@ ...@@ -30,10 +30,6 @@
30 <packaging>pom</packaging> 30 <packaging>pom</packaging>
31 31
32 <properties> 32 <properties>
33 - <onos.app.name>org.onosproject.openstacknetworking</onos.app.name>
34 - <onos.app.title>Openstack Networking App</onos.app.title>
35 - <onos.app.category>default</onos.app.category>
36 - <onos.app.url>http://onosproject.org</onos.app.url>
37 <onos.app.readme>Openstack Networking Application.</onos.app.readme> 33 <onos.app.readme>Openstack Networking Application.</onos.app.readme>
38 </properties> 34 </properties>
39 35
......
...@@ -36,8 +36,7 @@ ...@@ -36,8 +36,7 @@
36 <onos.app.title>Packet/Optical Use-Case App</onos.app.title> 36 <onos.app.title>Packet/Optical Use-Case App</onos.app.title>
37 <onos.app.category>default</onos.app.category> 37 <onos.app.category>default</onos.app.category>
38 <onos.app.url>http://onosproject.org</onos.app.url> 38 <onos.app.url>http://onosproject.org</onos.app.url>
39 - <onos.app.readme>Packet/Optical use-case application. 39 + <onos.app.readme>Packet/Optical use-case application.</onos.app.readme>
40 - </onos.app.readme>
41 </properties> 40 </properties>
42 41
43 <dependencies> 42 <dependencies>
......
...@@ -36,9 +36,7 @@ ...@@ -36,9 +36,7 @@
36 <onos.app.title>Path Visualization App</onos.app.title> 36 <onos.app.title>Path Visualization App</onos.app.title>
37 <onos.app.category>default</onos.app.category> 37 <onos.app.category>default</onos.app.category>
38 <onos.app.url>https://wiki.onosproject.org/display/ONOS/Path+Painter+Application+GUI</onos.app.url> 38 <onos.app.url>https://wiki.onosproject.org/display/ONOS/Path+Painter+Application+GUI</onos.app.url>
39 - <onos.app.title> 39 + <onos.app.title>Path visualization application</onos.app.title>
40 - Path visualization application
41 - </onos.app.title>
42 <onos.app.readme> 40 <onos.app.readme>
43 Allows the user to visualize different types of paths between 41 Allows the user to visualize different types of paths between
44 network entities such as switches and hosts. 42 network entities such as switches and hosts.
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.sdnip" origin="ON.Lab" version="${project.version}" 17 <app name="org.onosproject.sdnip" origin="ON.Lab" version="${project.version}"
18 - category="default" url="http://onosproject.org" 18 + category="default" url="http://onosproject.org" title="SDN-IP App"
19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features" 19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}"> 20 features="${project.artifactId}">
21 <description>${project.description}</description> 21 <description>${project.description}</description>
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
33 33
34 <properties> 34 <properties>
35 <onos.app.name>org.onosproject.vpls</onos.app.name> 35 <onos.app.name>org.onosproject.vpls</onos.app.name>
36 + <onos.app.title>VLAN L2 Broadcast Network App</onos.app.title>
36 </properties> 37 </properties>
37 38
38 <dependencies> 39 <dependencies>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.vrouter" origin="ON.Lab" version="${project.version}" 17 <app name="org.onosproject.vrouter" origin="ON.Lab" version="${project.version}"
18 - category="default" url="http://onosproject.org" 18 + category="default" url="http://onosproject.org" title="Virtual Router App"
19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features" 19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}"> 20 features="${project.artifactId}">
21 <description>${project.description}</description> 21 <description>${project.description}</description>
......
...@@ -31,23 +31,16 @@ ...@@ -31,23 +31,16 @@
31 <packaging>bundle</packaging> 31 <packaging>bundle</packaging>
32 32
33 <description>Virtual router (vRouter) application</description> 33 <description>Virtual router (vRouter) application</description>
34 - <url>http://onosproject.org</url>
35 -
36 - <properties>
37 - <onos.version>1.5.0-SNAPSHOT</onos.version>
38 - </properties>
39 34
40 <dependencies> 35 <dependencies>
41 <dependency> 36 <dependency>
42 <groupId>org.onosproject</groupId> 37 <groupId>org.onosproject</groupId>
43 <artifactId>onos-api</artifactId> 38 <artifactId>onos-api</artifactId>
44 - <version>${onos.version}</version>
45 </dependency> 39 </dependency>
46 40
47 <dependency> 41 <dependency>
48 <groupId>org.onosproject</groupId> 42 <groupId>org.onosproject</groupId>
49 <artifactId>onlab-osgi</artifactId> 43 <artifactId>onlab-osgi</artifactId>
50 - <version>${onos.version}</version>
51 </dependency> 44 </dependency>
52 45
53 <dependency> 46 <dependency>
...@@ -64,7 +57,6 @@ ...@@ -64,7 +57,6 @@
64 <dependency> 57 <dependency>
65 <groupId>org.onosproject</groupId> 58 <groupId>org.onosproject</groupId>
66 <artifactId>onos-api</artifactId> 59 <artifactId>onos-api</artifactId>
67 - <version>${onos.version}</version>
68 <scope>test</scope> 60 <scope>test</scope>
69 <classifier>tests</classifier> 61 <classifier>tests</classifier>
70 </dependency> 62 </dependency>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.vtn" origin="ON.Lab" version="${project.version}" 17 <app name="org.onosproject.vtn" origin="ON.Lab" version="${project.version}"
18 - category="default" url="http://onosproject.org" 18 + category="default" url="http://onosproject.org" title="ONOS Framework App"
19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features" 19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}"> 20 features="${project.artifactId}">
21 <description>${project.description}</description> 21 <description>${project.description}</description>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.bgp" origin="ON.Lab" version="${project.version}" 17 <app name="org.onosproject.bgp" origin="ON.Lab" version="${project.version}"
18 - category="default" url="http://onosproject.org" 18 + category="default" url="http://onosproject.org" title="BGP Provider"
19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features" 19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}"> 20 features="${project.artifactId}">
21 <description>${project.description}</description> 21 <description>${project.description}</description>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.lldpprovider" origin="ON.Lab" version="${project.version}" 17 <app name="org.onosproject.lldpprovider" origin="ON.Lab" version="${project.version}"
18 - category="default" url="http://onosproject.org" 18 + category="default" url="http://onosproject.org" title="LLDP Provider"
19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features" 19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}"> 20 features="${project.artifactId}">
21 <description>${project.description}</description> 21 <description>${project.description}</description>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.netcfglinksprovider" origin="ON.Lab" version="${project.version}" 17 <app name="org.onosproject.netcfglinksprovider" origin="ON.Lab" version="${project.version}"
18 - category="default" url="http://onosproject.org" 18 + category="default" url="http://onosproject.org" title="Network Config Link Provider"
19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features" 19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}"> 20 features="${project.artifactId}">
21 <description>${project.description}</description> 21 <description>${project.description}</description>
......
...@@ -13,7 +13,8 @@ ...@@ -13,7 +13,8 @@
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and 14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License. 15 ~ limitations under the License.
16 - --><features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="${project.artifactId}-${project.version}"> 16 + -->
17 +<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="${project.artifactId}-${project.version}">
17 <feature name="${project.artifactId}" version="${project.version}" 18 <feature name="${project.artifactId}" version="${project.version}"
18 description="${project.description}"> 19 description="${project.description}">
19 <feature>onos-api</feature> 20 <feature>onos-api</feature>
......
...@@ -30,16 +30,8 @@ ...@@ -30,16 +30,8 @@
30 <description> 30 <description>
31 Links provider that uses network config service to predefine devices and links. 31 Links provider that uses network config service to predefine devices and links.
32 </description> 32 </description>
33 - <url>http://onosproject.org</url>
34 -
35 - <properties>
36 - <onos.app.name>org.onosproject.netcfglinksprovider</onos.app.name>
37 - <onos.app.title>Network Config Link Provider</onos.app.title>
38 - <onos.app.origin>ON.Lab</onos.app.origin>
39 - </properties>
40 33
41 <dependencies> 34 <dependencies>
42 -
43 <dependency> 35 <dependency>
44 <groupId>org.onosproject</groupId> 36 <groupId>org.onosproject</groupId>
45 <artifactId>onlab-osgi</artifactId> 37 <artifactId>onlab-osgi</artifactId>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.netconf" origin="ON.Lab" version="${project.version}" 17 <app name="org.onosproject.netconf" origin="ON.Lab" version="${project.version}"
18 - category="default" url="http://onosproject.org" 18 + category="default" url="http://onosproject.org" title="NetConf Provider"
19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features" 19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}"> 20 features="${project.artifactId}">
21 <description>${project.description}</description> 21 <description>${project.description}</description>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.openflow-base" origin="ON.Lab" version="${project.version}" 17 <app name="org.onosproject.openflow-base" origin="ON.Lab" version="${project.version}"
18 - category="default" url="http://onosproject.org" 18 + category="default" url="http://onosproject.org" title="OpenFlow Provider"
19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features" 19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}"> 20 features="${project.artifactId}">
21 <description>${project.description}</description> 21 <description>${project.description}</description>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.openflow-message" origin="ON.Lab" version="${project.version}" 17 <app name="org.onosproject.openflow-message" origin="ON.Lab" version="${project.version}"
18 - category="default" url="http://onosproject.org" 18 + category="default" url="http://onosproject.org" title="Control Message Stat. Provider"
19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features" 19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}"> 20 features="${project.artifactId}">
21 <description>${project.description}</description> 21 <description>${project.description}</description>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.ovsdb-base" origin="ON.Lab" version="${project.version}" 17 <app name="org.onosproject.ovsdb-base" origin="ON.Lab" version="${project.version}"
18 - category="default" url="http://onosproject.org" 18 + category="default" url="http://onosproject.org" title="OVSDB Provider"
19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features" 19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}"> 20 features="${project.artifactId}">
21 <description>${project.description}</description> 21 <description>${project.description}</description>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.pcep" origin="ON.Lab" version="${project.version}" 17 <app name="org.onosproject.pcep" origin="ON.Lab" version="${project.version}"
18 - category="default" url="http://onosproject.org" 18 + category="default" url="http://onosproject.org" title="PCEP Provider"
19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features" 19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}"> 20 features="${project.artifactId}">
21 <description>${project.description}</description> 21 <description>${project.description}</description>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.restsb" origin="ON.Lab" version="${project.version}" 17 <app name="org.onosproject.restsb" origin="ON.Lab" version="${project.version}"
18 - category="default" url="http://onosproject.org" 18 + category="default" url="http://onosproject.org" title="REST Provider"
19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features" 19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}"> 20 features="${project.artifactId}">
21 <description>${project.description}</description> 21 <description>${project.description}</description>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 ~ limitations under the License. 15 ~ limitations under the License.
16 --> 16 -->
17 <app name="org.onosproject.snmp" origin="BTI Systems" version="${project.version}" 17 <app name="org.onosproject.snmp" origin="BTI Systems" version="${project.version}"
18 - category="default" url="http://onosproject.org" 18 + category="default" url="http://onosproject.org" title="SNMP Provider"
19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features" 19 featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
20 features="${project.artifactId}"> 20 features="${project.artifactId}">
21 <description>${project.description}</description> 21 <description>${project.description}</description>
......