Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2015-05-13 13:13:16 +0000
committerGreg Wilkins2015-05-13 13:13:16 +0000
commit435bed0c374e75e60456879cb965c35861608402 (patch)
tree6a5526d4deff28eacc34eea775e24fc977322348 /jetty-annotations/pom.xml
parent356600716d7b187c7a990f1586c984d12c1eb445 (diff)
downloadorg.eclipse.jetty.project-435bed0c374e75e60456879cb965c35861608402.tar.gz
org.eclipse.jetty.project-435bed0c374e75e60456879cb965c35861608402.tar.xz
org.eclipse.jetty.project-435bed0c374e75e60456879cb965c35861608402.zip
fixed import into eclipse IDE
Diffstat (limited to 'jetty-annotations/pom.xml')
-rw-r--r--jetty-annotations/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/jetty-annotations/pom.xml b/jetty-annotations/pom.xml
index 678e8d7dc6..68f9717700 100644
--- a/jetty-annotations/pom.xml
+++ b/jetty-annotations/pom.xml
@@ -18,20 +18,12 @@
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
- <executions>
- <execution>
- <id>generate-manifest</id>
- <goals>
- <goal>manifest</goal>
- </goals>
<configuration>
<instructions>
<Import-Package>javax.servlet.*;version="[2.6.0,3.2)",org.objectweb.asm.*;version=5,*</Import-Package>
<Require-Capability>osgi.serviceloader; filter:="(osgi.serviceloader=javax.servlet.ServletContainerInitializer)";resolution:=optional;cardinality:=multiple, osgi.extender; filter:="(osgi.extender=osgi.serviceloader.processor)"</Require-Capability>
</instructions>
</configuration>
- </execution>
- </executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>

Back to the top