Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2014-04-02 10:35:49 +0000
committerTom Schindl2014-04-02 10:35:49 +0000
commit36a15e564694787b89ac62c4f2db796814f15970 (patch)
treecf4b5f7697a155f3a3ff8a4a54f4ce7ac70151ff /releng/runtime
parent16039fdd4552f49712a8122d044851a50ed82859 (diff)
downloadorg.eclipse.efxclipse-36a15e564694787b89ac62c4f2db796814f15970.tar.gz
org.eclipse.efxclipse-36a15e564694787b89ac62c4f2db796814f15970.tar.xz
org.eclipse.efxclipse-36a15e564694787b89ac62c4f2db796814f15970.zip
Bug 430406 - Paths are too big when uncompressing files on pre-packaged
distribution
Diffstat (limited to 'releng/runtime')
-rw-r--r--releng/runtime/org.eclipse.fx.core.feature/feature.xml3
-rw-r--r--releng/runtime/org.eclipse.fx.runtime.feature/feature.xml6
-rw-r--r--releng/runtime/org.eclipse.fx.target.feature/feature.xml5
3 files changed, 9 insertions, 5 deletions
diff --git a/releng/runtime/org.eclipse.fx.core.feature/feature.xml b/releng/runtime/org.eclipse.fx.core.feature/feature.xml
index 30d5de0ae..af9528de1 100644
--- a/releng/runtime/org.eclipse.fx.core.feature/feature.xml
+++ b/releng/runtime/org.eclipse.fx.core.feature/feature.xml
@@ -35,7 +35,8 @@
id="org.eclipse.fx.core.guice"
download-size="0"
install-size="0"
- version="0.0.0"/>
+ version="0.0.0"
+ unpack="false"/>
<plugin
id="org.eclipse.fx.core.log4j"
diff --git a/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml b/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml
index 0a929062a..6b4205d5a 100644
--- a/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml
+++ b/releng/runtime/org.eclipse.fx.runtime.feature/feature.xml
@@ -238,7 +238,8 @@ This Agreement is governed by the laws of the State of New York and the intellec
id="org.eclipse.fx.ui.workbench.base"
download-size="0"
install-size="0"
- version="0.0.0"/>
+ version="0.0.0"
+ unpack="false"/>
<plugin
id="org.eclipse.fx.ui.workbench.fx"
@@ -392,7 +393,8 @@ This Agreement is governed by the laws of the State of New York and the intellec
id="org.eclipse.fx.ui.workbench.base.source"
download-size="0"
install-size="0"
- version="0.0.0"/>
+ version="0.0.0"
+ unpack="false"/>
<plugin
id="org.eclipse.fx.ui.workbench.fx.source"
diff --git a/releng/runtime/org.eclipse.fx.target.feature/feature.xml b/releng/runtime/org.eclipse.fx.target.feature/feature.xml
index 8686ed5e6..a11b7d97d 100644
--- a/releng/runtime/org.eclipse.fx.target.feature/feature.xml
+++ b/releng/runtime/org.eclipse.fx.target.feature/feature.xml
@@ -392,7 +392,8 @@ This Agreement is governed by the laws of the State of New York and the intellec
id="org.eclipse.fx.ui.workbench.base.source"
download-size="0"
install-size="0"
- version="0.0.0"/>
+ version="0.0.0"
+ unpack="false"/>
<plugin
id="org.eclipse.fx.ui.workbench.fx.source"
@@ -2153,7 +2154,7 @@ This Agreement is governed by the laws of the State of New York and the intellec
install-size="0"
version="0.0.0"
unpack="false"/>
-
+
<plugin
id="org.eclipse.fx.core.di"
download-size="0"

Back to the top