Remove bgp-update-api-config 76/6576/1
authorRobert Varga <rovarga@cisco.com>
Tue, 29 Apr 2014 05:19:31 +0000 (07:19 +0200)
committerRobert Varga <rovarga@cisco.com>
Tue, 29 Apr 2014 05:19:31 +0000 (07:19 +0200)
This bundle has been evacuated before Hydrogen release, but retained for
compatibility purposes. It can be safely removed now.

Change-Id: Ic870a7fd255ed42f0f4aba1ef7a0b9327f9e4504
Signed-off-by: Robert Varga <rovarga@cisco.com>
bgp/pom.xml
bgp/rib-impl-config/pom.xml
bgp/update-api-config/.project [deleted file]
bgp/update-api-config/pom.xml [deleted file]
bgp/update-mock-config/pom.xml
commons/distributions/bgpcep-controller/pom.xml

index d7e55a4d8c12af85318480ff168b1a9ee93bc573..e8caf67de8bfad8365ad1fd1d0ca932e1425ec1c 100644 (file)
@@ -53,7 +53,6 @@
         <module>topology-provider</module>
         <module>topology-provider-config</module>
         <module>util</module>
-        <module>update-api-config</module>
 
         <module>controller-config</module>
     </modules>
                 <artifactId>bgp-util</artifactId>
                 <version>${project.version}</version>
             </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>bgp-update-api-config</artifactId>
-                <version>${project.version}</version>
-            </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>bgp-update-mock-config</artifactId>
index fcba0e0fba4c9f0871a5c4c1ed7a39131e4f3b90..41fc03b045d87795cfa4c7a49881394fd41cfbf4 100644 (file)
             <groupId>${project.groupId}</groupId>
             <artifactId>bgp-parser-impl</artifactId>
         </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>bgp-update-api-config</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>config-api</artifactId>
diff --git a/bgp/update-api-config/.project b/bgp/update-api-config/.project
deleted file mode 100644 (file)
index 52819bd..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
-
- This program and the accompanying materials are made available under the
- terms of the Eclipse Public License v1.0 which accompanies this distribution,
- and is available at http://www.eclipse.org/legal/epl-v10.html
--->
-<projectDescription>
-
-       <name>bgp-update-api-config</name>
-
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.m2e.core.maven2Builder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.pde.PluginNature</nature>
-               <nature>org.eclipse.jdt.core.javanature</nature>
-               <nature>org.eclipse.m2e.core.maven2Nature</nature>
-       </natures>
-</projectDescription>
diff --git a/bgp/update-api-config/pom.xml b/bgp/update-api-config/pom.xml
deleted file mode 100644 (file)
index c10ac68..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=4 tabstop=4: -->
-<!--
- Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
-
- This program and the accompanying materials are made available under the
- terms of the Eclipse Public License v1.0 which accompanies this distribution,
- and is available at http://www.eclipse.org/legal/epl-v10.html
--->
-
-<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>
-    <scm>
-        <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
-        <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
-        <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
-        <tag>HEAD</tag>
-    </scm>
-    <parent>
-        <groupId>org.opendaylight.bgpcep</groupId>
-        <artifactId>bgp-parent</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>bgp-update-api-config</artifactId>
-    <description>BGP Update API</description>
-    <packaging>bundle</packaging>
-    <name>${project.artifactId}</name>
-    <prerequisites>
-        <maven>3.0.4</maven>
-    </prerequisites>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <extensions>true</extensions>
-                <configuration>
-                    <instructions>
-                        <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
-                    </instructions>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-</project>
index 1d5e7ab9cba795624a32c2e838c3b2a09a1a9018..d7ac18ab6af0549b4cd843f22f64ac5ca0cce1b2 100644 (file)
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>config-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>bgp-update-api-config</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>threadpool-config-api</artifactId>
index 24f7a931043910b0467153b261b5c80bad639297..4aa51250e589433c553b4f894b6420a9b4ee30a9 100644 (file)
                 <artifactId>bgp-topology-provider-config</artifactId>
                 <version>${project.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgp-update-api-config</artifactId>
-                <version>${project.version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.opendaylight.bgpcep</groupId>
                 <artifactId>bgp-util</artifactId>
             <groupId>org.opendaylight.bgpcep</groupId>
             <artifactId>bgp-topology-provider-config</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.bgpcep</groupId>
-            <artifactId>bgp-update-api-config</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.bgpcep</groupId>
             <artifactId>bgp-util</artifactId>