Author: niallp
Date: Sun Feb 28 23:26:08 2010
New Revision: 917324
URL: http://svn.apache.org/viewvc?rev=917324&view=rev
Log:
Use the -nimport option suggested by Guillaume Nodet
(http://markmail.org/message/5czusgbnlxwmdph3) rather than the NOT notation
suggested in the POOL-160 patch
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=917324&r1=917323&r2=917324&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sun Feb 28 23:26:08 2010
@@ -658,8 +658,8 @@
<!-- 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=${project.version}</commons.osgi.export>
-
<commons.osgi.import>!org.apache.commons.${commons.componentid}*,*</commons.osgi.import>
+
<commons.osgi.export>org.apache.commons.*;version=${project.version};-noimport:=true</commons.osgi.export>
+ <commons.osgi.import>*</commons.osgi.import>
<commons.osgi.dynamicImport />
<commons.osgi.private />