Author: niallp
Date: Mon Mar 1 00:20:26 2010
New Revision: 917332
URL: http://svn.apache.org/viewvc?rev=917332&view=rev
Log:
Add -noimport option to OSGi export instruction
Modified:
commons/proper/beanutils/trunk/pom.xml
Modified: commons/proper/beanutils/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=917332&r1=917331&r2=917332&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Mon Mar 1 00:20:26 2010
@@ -246,7 +246,7 @@
<commons.jira.pid>12310460</commons.jira.pid>
<commons.osgi.export>
!org.apache.commons.collections,
- org.apache.commons.beanutils.*;version=${pom.version}
+
org.apache.commons.beanutils.*;version=${pom.version};-noimport:=true
</commons.osgi.export>
</properties>