BUG-109: move tunnel API to its appropriate place 62/2162/1
authorRobert Varga <rovarga@cisco.com>
Fri, 25 Oct 2013 13:10:06 +0000 (15:10 +0200)
committerRobert Varga <rovarga@cisco.com>
Fri, 25 Oct 2013 13:10:06 +0000 (15:10 +0200)
Change-Id: I1e102d4b09f8eabcbd1f0f99d4bd41f228aaa996
Signed-off-by: Robert Varga <rovarga@cisco.com>
topology/pom.xml
topology/tunnel-pcep-api/.project [moved from topology/tunnel-pcep/.project with 100% similarity]
topology/tunnel-pcep-api/pom.xml [moved from topology/tunnel-pcep/pom.xml with 86% similarity]
topology/tunnel-pcep-api/src/main/yang/topology-tunnel-pcep.yang [moved from topology/tunnel-pcep/src/main/yang/topology-tunnel-pcep.yang with 100% similarity]

index 625cbe2a3948e4a73d52de0e07488ada149e472a..8ec5799ff5e966706e28db2473ea8e18595b2843 100644 (file)
@@ -22,7 +22,7 @@
         <module>provider-bgp</module>
         <module>provider-pcep</module>
                <module>tunnel-api</module>
-        <module>tunnel-pcep</module>
+        <module>tunnel-pcep-api</module>
         <module>segment-routing</module>
     </modules>
 </project>
similarity index 86%
rename from topology/tunnel-pcep/pom.xml
rename to topology/tunnel-pcep-api/pom.xml
index affb2e8e0c96d0b7a747dee850f14fc866c24a31..1962f35f1bf4eaa874a7ec85242eb57d0a98bdcc 100644 (file)
@@ -10,7 +10,7 @@
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
-       <artifactId>topology-tunnel-pcep</artifactId>
+       <artifactId>topology-tunnel-pcep-api</artifactId>
        <description>Topology Tunnel PCEP binding</description>
        <packaging>bundle</packaging>
        <name>${project.artifactId}</name>
                        <artifactId>topology-tunnel-api</artifactId>
             <version>${project.version}</version>
                </dependency>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-binding-api</artifactId>
-            <version>1.0-SNAPSHOT</version>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-binding</artifactId>
             <artifactId>yang-common</artifactId>
             <version>${yangtools.version}</version>
         </dependency>
-
-        <dependency>
-            <groupId>org.opendaylight.controller.model</groupId>
-            <artifactId>model-inventory</artifactId>
-            <version>1.0-SNAPSHOT</version>
-        </dependency>
        </dependencies>
 
        <build>
@@ -99,9 +88,6 @@
                        <Export-Package>
                            org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev130820,
                        </Export-Package>
-                       <Private-Package>
-                           org.opendaylight.protocol.tunnel.pcep,
-                       </Private-Package>
                    </instructions>
                </configuration>
            </plugin>