You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2009/03/20 21:53:38 UTC

svn commit: r756756 - /commons/proper/lang/trunk/pom.xml

Author: niallp
Date: Fri Mar 20 20:53:38 2009
New Revision: 756756

URL: http://svn.apache.org/viewvc?rev=756756&view=rev
Log:
Add instruction to not export the "net.jcip.annotations" - this causes the maven-bundle-plugin to output an "Ignore-Package" statement which I assume will have no negative impact

Modified:
    commons/proper/lang/trunk/pom.xml

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=756756&r1=756755&r2=756756&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Fri Mar 20 20:53:38 2009
@@ -409,6 +409,7 @@
     <commons.release.version>2.4</commons.release.version>
     <commons.jira.id>LANG</commons.jira.id>
     <commons.jira.pid>12310481</commons.jira.pid>
+    <commons.osgi.import>!net.jcip.annotations,*</commons.osgi.import>
   </properties>