Move BP xml files to standard OSGI-INF/blueprint
[netconf.git] / netconf / netconf-config / pom.xml
index 6f2643e92998b72bad3f5227df1d7a6095552b57..b67a2977fd14ccc05db860c809b58542dd0f5008 100644 (file)
   <version>1.6.0-SNAPSHOT</version>
   <description>Configuration files for netconf</description>
   <packaging>bundle</packaging>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
-            <Import-Package>
-              org.opendaylight.controller.config.threadpool.util,
-              org.opendaylight.controller.config.threadpool,
-              *
-            </Import-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>