Ensure annotations are not part of OSGI imports

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@767706 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2009-04-22 23:03:58 +00:00
parent ab954f255a
commit 6df48ad9fa
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@
org.apache.http.entity.mime.content.*
</_exportcontents>
<Embed-Dependency>*;scope=compile|runtime;inline=false</Embed-Dependency>
<Import-Package>!net.jcip.annotations,*</Import-Package>
</instructions>
</configuration>
</plugin>