Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2014-10-21 08:02:43 +0000
committerTom Schindl2014-10-21 08:03:10 +0000
commit3e6deae315137c7e404cafb900f8457dd76fe868 (patch)
tree4705c3c1b3cd10c770704595edea092b3908e96c /releng/runtime/org.eclipse.fx.swtfx.feature
parentd2a2e0e6dca52599c37ffae207cdd92fc7b2e42d (diff)
downloadorg.eclipse.efxclipse-3e6deae315137c7e404cafb900f8457dd76fe868.tar.gz
org.eclipse.efxclipse-3e6deae315137c7e404cafb900f8457dd76fe868.tar.xz
org.eclipse.efxclipse-3e6deae315137c7e404cafb900f8457dd76fe868.zip
adding facade build
Diffstat (limited to 'releng/runtime/org.eclipse.fx.swtfx.feature')
-rw-r--r--releng/runtime/org.eclipse.fx.swtfx.feature/feature.xml52
1 files changed, 38 insertions, 14 deletions
diff --git a/releng/runtime/org.eclipse.fx.swtfx.feature/feature.xml b/releng/runtime/org.eclipse.fx.swtfx.feature/feature.xml
index 5852d585c..b2592714e 100644
--- a/releng/runtime/org.eclipse.fx.swtfx.feature/feature.xml
+++ b/releng/runtime/org.eclipse.fx.swtfx.feature/feature.xml
@@ -86,20 +86,6 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
unpack="false"/>
<plugin
- id="org.eclipse.fx.runtime.swtutil"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.fx.runtime.swtutil.source"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.eclipse.swt"
download-size="0"
install-size="0"
@@ -167,4 +153,42 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.fx.runtime.fswt"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.eclipse.fx.runtime.fswt.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.eclipse.fx.runtime.fswt.fx"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.eclipse.fx.runtime.fswt.fx.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.eclipse.fx.runtime.fswt.noop"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.fx.runtime.fswt.noop.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top