don't import javax.naming it is already provided by jdk5 and it confuses p2
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1685 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
a90221449c
commit
bfcd411633
|
@ -23,6 +23,11 @@
|
|||
<goals>
|
||||
<goal>manifest</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<instructions>
|
||||
<Import-Package>!javax.naming.*,*</Import-Package>
|
||||
</instructions>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue