Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2010-10-01 17:32:39 +0000
committerAndrew Niefer2010-10-01 17:32:39 +0000
commitaa08d37a4975a5dfbe9ed12b68e382b0dbf05059 (patch)
tree2e7f4f11feb2c136a76e3904dbeeddb7fd471e61 /bundles/org.eclipse.equinox.executable/feature.xml
parent91d94648a4995a9a358da1c995ad3f3c80d93078 (diff)
downloadrt.equinox.framework-aa08d37a4975a5dfbe9ed12b68e382b0dbf05059.tar.gz
rt.equinox.framework-aa08d37a4975a5dfbe9ed12b68e382b0dbf05059.tar.xz
rt.equinox.framework-aa08d37a4975a5dfbe9ed12b68e382b0dbf05059.zip
bug 326709 - build launcher for gtk.aix.ppc64v20101001
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/feature.xml')
-rw-r--r--bundles/org.eclipse.equinox.executable/feature.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.executable/feature.xml b/bundles/org.eclipse.equinox.executable/feature.xml
index f820b0384..2f6a1a995 100644
--- a/bundles/org.eclipse.equinox.executable/feature.xml
+++ b/bundles/org.eclipse.equinox.executable/feature.xml
@@ -137,6 +137,16 @@
install-size="0"
version="0.0.0"
fragment="true"/>
+
+ <plugin
+ id="org.eclipse.equinox.launcher.gtk.aix.ppc64"
+ os="aix"
+ ws="gtk"
+ arch="ppc64"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"/>
<plugin
id="org.eclipse.equinox.launcher.motif.hpux.ia64_32"

Back to the top