don't import javax.net.ssl it is provided by the JDK5 and more

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

View File

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