Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2014-08-14 05:18:28 +0000
committerGreg Wilkins2014-08-14 05:18:28 +0000
commita14d84338204fffaf0da7c2681271d6262a85100 (patch)
treec8ad408fba97944a4e8315ba5419e04249d2b1fa /jetty-websocket/pom.xml
parentf81bb4c000a7558ace0b64110e27fbec16de1624 (diff)
downloadorg.eclipse.jetty.project-a14d84338204fffaf0da7c2681271d6262a85100.tar.gz
org.eclipse.jetty.project-a14d84338204fffaf0da7c2681271d6262a85100.tar.xz
org.eclipse.jetty.project-a14d84338204fffaf0da7c2681271d6262a85100.zip
ignored osgi-spdy tests
Diffstat (limited to 'jetty-websocket/pom.xml')
-rw-r--r--jetty-websocket/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-websocket/pom.xml b/jetty-websocket/pom.xml
index 941a7900c4..7a209faeb2 100644
--- a/jetty-websocket/pom.xml
+++ b/jetty-websocket/pom.xml
@@ -43,7 +43,7 @@
</goals>
<configuration>
<instructions>
- <Export-Package>${bundle-symbolic-name}.*;version="9.1"</Export-Package>
+ <Export-Package>${bundle-symbolic-name}.*</Export-Package>
<Import-Package>javax.servlet.*;version="[3.0,4.0)",org.eclipse.jetty.*;version="[9.0,10.0)",*</Import-Package>
<_nouses>true</_nouses>
</instructions>

Back to the top