Author: niallp
Date: Fri Feb 26 01:19:45 2010
New Revision: 916523
URL: http://svn.apache.org/viewvc?rev=916523&view=rev
Log:
Don't re-import the compoents packages and upgrade maven-bundle-plugin to 2.0.1
Modified:
commons/proper/commons-parent/trunk/pom.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=916523&r1=916522&r2=916523&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Fri Feb 26 01:19:45 2010
@@ -217,7 +217,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.4.0</version>
+ <version>2.0.1</version>
<inherited>true</inherited>
</plugin>
</plugins>
@@ -659,7 +659,7 @@
<!-- Configuration properties for the OSGi maven-bundle-plugin -->
<commons.osgi.symbolicName>org.apache.commons.${commons.componentid}</commons.osgi.symbolicName>
<commons.osgi.export>org.apache.commons.*;version=${pom.version}</commons.osgi.export>
- <commons.osgi.import>*</commons.osgi.import>
+
<commons.osgi.import>!org.apache.commons.${commons.componentid}*,*</commons.osgi.import>
<commons.osgi.dynamicImport />
<commons.osgi.private />