Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugues Malphettes2011-01-12 08:00:48 +0000
committerHugues Malphettes2011-01-12 08:00:48 +0000
commitbf278d04872d987caa70d42eff4e0cbd91904045 (patch)
tree25422c7ead894044f2aaa459e52f2d8267a02768 /jetty-deploy/pom.xml
parent2e72deee739756e57749e885d3075f878ec2bd72 (diff)
downloadorg.eclipse.jetty.project-bf278d04872d987caa70d42eff4e0cbd91904045.tar.gz
org.eclipse.jetty.project-bf278d04872d987caa70d42eff4e0cbd91904045.tar.xz
org.eclipse.jetty.project-bf278d04872d987caa70d42eff4e0cbd91904045.zip
make the import of org.eclipse.jetty.jmx and optional import in OSGi. re-enable the execution of the osgi pax tests.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2652 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'jetty-deploy/pom.xml')
-rw-r--r--jetty-deploy/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/jetty-deploy/pom.xml b/jetty-deploy/pom.xml
index 1aa98a55b9..9c1e8511c4 100644
--- a/jetty-deploy/pom.xml
+++ b/jetty-deploy/pom.xml
@@ -23,6 +23,11 @@
<goals>
<goal>manifest</goal>
</goals>
+ <configuration>
+ <instructions>
+ <Import-Package>org.eclipse.jetty.jmx.*;version="[7.3,8)";resolution:=optional,*</Import-Package>
+ </instructions>
+ </configuration>
</execution>
</executions>
</plugin>

Back to the top