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

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@756756 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Niall Pemberton 2009-03-20 20:53:38 +00:00
parent b9e3bc72d5
commit d080d78f3a
1 changed files with 1 additions and 0 deletions

View File

@ -409,6 +409,7 @@
<commons.release.version>2.4</commons.release.version> <commons.release.version>2.4</commons.release.version>
<commons.jira.id>LANG</commons.jira.id> <commons.jira.id>LANG</commons.jira.id>
<commons.jira.pid>12310481</commons.jira.pid> <commons.jira.pid>12310481</commons.jira.pid>
<commons.osgi.import>!net.jcip.annotations,*</commons.osgi.import>
</properties> </properties>