Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2014-08-15 09:35:49 +0000
committerGreg Wilkins2014-08-15 09:35:49 +0000
commitb47f9ef60522ad435d516741646e8e9acf2a6302 (patch)
tree0d372a27c44fdda26d4a668b15c32b514853fd7e /jetty-spdy/pom.xml
parent48b1f9f3f1e472588b1f4118e8fda101bfe3a1c8 (diff)
downloadorg.eclipse.jetty.project-b47f9ef60522ad435d516741646e8e9acf2a6302.tar.gz
org.eclipse.jetty.project-b47f9ef60522ad435d516741646e8e9acf2a6302.tar.xz
org.eclipse.jetty.project-b47f9ef60522ad435d516741646e8e9acf2a6302.zip
cleaned up OSGi manifest creation
Diffstat (limited to 'jetty-spdy/pom.xml')
-rw-r--r--jetty-spdy/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/jetty-spdy/pom.xml b/jetty-spdy/pom.xml
index a489055418..83eee34920 100644
--- a/jetty-spdy/pom.xml
+++ b/jetty-spdy/pom.xml
@@ -55,7 +55,6 @@
</goals>
<configuration>
<instructions>
- <Export-Package>org.eclipse.jetty.spdy.*</Export-Package>
<Import-Package>org.eclipse.jetty.*;version="[9.0,10.0)",*</Import-Package>
<_nouses>true</_nouses>
</instructions>
@@ -63,15 +62,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
- </archive>
- </configuration>
- </plugin>
</plugins>
</build>

Back to the top