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