diff options
Diffstat (limited to 'releng/runtime')
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" |