prevent BND from importing javax.net and javax.net.ssl which later prevents p2 from installing jetty-client

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1680 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Hugues Malphettes 2010-05-03 21:58:27 +00:00
parent da742aced2
commit 2ee6994244
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@
<goals>
<goal>manifest</goal>
</goals>
<configuration>
<instructions>
<Import-Package>!javax.net.*,*</Import-Package>
</instructions>
</configuration>
</execution>
</executions>
</plugin>