Continued to svn repo refactoring, specifically moved and renamed the
maven-bundle-plugin to bundleplugin; this required that I updated all
POM files that use the plugin to use the new name.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@539960 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index a0833f2..1f6e659 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
   Felix contains 3 custom maven packaging plugins. Each creates a jar file
   as an artifact. 
   
-  maven-bundle-plugin 
+  org.apache.felix.bundleplugin 
     (bundle packaging - latest prefered plugin for generating OSGi bundles.)
   maven-osgi-plugin 
     (osgi-bundle packaging - old plugin for generating OSGi bundles.)
@@ -95,7 +95,7 @@
         </property>
       </activation>
       <modules>
-        <module>tools/maven2/maven-bundle-plugin</module>
+        <module>bundleplugin</module>
         <module>tools/maven2/maven-osgi-plugin</module>
         <module>ipojo.plugin</module>
       </modules>