Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2015-01-21 18:36:55 +0000
committerJan Bartel2015-01-21 18:36:55 +0000
commit70b7ab8f7e56185b57a5a1e29b3f05d2a76932a2 (patch)
treef6202f65101af1d0594f8a36b62be33f73c64c75
parent8fa0d2b28f991b3b5637271063406b0c270653ab (diff)
downloadorg.eclipse.jetty.releng.bundles-70b7ab8f7e56185b57a5a1e29b3f05d2a76932a2.tar.gz
org.eclipse.jetty.releng.bundles-70b7ab8f7e56185b57a5a1e29b3f05d2a76932a2.tar.xz
org.eclipse.jetty.releng.bundles-70b7ab8f7e56185b57a5a1e29b3f05d2a76932a2.zip
Make sources bundles unpack consistent
-rw-r--r--jetty.bundles.f.source/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jetty.bundles.f.source/feature.xml b/jetty.bundles.f.source/feature.xml
index d277785..68df0f4 100644
--- a/jetty.bundles.f.source/feature.xml
+++ b/jetty.bundles.f.source/feature.xml
@@ -109,7 +109,7 @@ it has to be on the boot classpath of the JVM -->
download-size="0"
install-size="0"
version="0.0.0"
- unpack="true"/>
+ unpack="false"/>
<plugin
@@ -117,7 +117,7 @@ it has to be on the boot classpath of the JVM -->
download-size="0"
install-size="0"
version="0.0.0"
- unpack="true"/>
+ unpack="false"/>
<plugin
id="org.eclipse.jetty.osgi.boot.jsp.source"

Back to the top