Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-01-22 15:48:16 +0000
committerPaul Webster2013-01-22 15:49:58 +0000
commit2451dce62b58ebb1c3d415cc0d574b9590286756 (patch)
tree93e35a1a42b7ce646282ee76afda2e8c7598581b
parentcdc990c429f87fc2e4bb24e9df82e217e1d20e8d (diff)
downloadeclipse.platform.ui-2451dce62b58ebb1c3d415cc0d574b9590286756.tar.gz
eclipse.platform.ui-2451dce62b58ebb1c3d415cc0d574b9590286756.tar.xz
eclipse.platform.ui-2451dce62b58ebb1c3d415cc0d574b9590286756.zip
Bug 398141 - Request to resume builds for gtk.linux.ppc (32-bit)v20130122-154958
Exclude the native fragments from source generation.
-rw-r--r--features/org.eclipse.e4.rcp/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/features/org.eclipse.e4.rcp/pom.xml b/features/org.eclipse.e4.rcp/pom.xml
index 530393cfde2..f7aee1e89e4 100644
--- a/features/org.eclipse.e4.rcp/pom.xml
+++ b/features/org.eclipse.e4.rcp/pom.xml
@@ -52,6 +52,7 @@
<plugin id="org.eclipse.equinox.launcher.cocoa.macosx" />
<plugin id="org.eclipse.equinox.launcher.cocoa.macosx" />
<plugin id="org.eclipse.equinox.launcher.cocoa.macosx.x86_64" />
+ <plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc" />
<plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc64" />
<plugin id="org.eclipse.equinox.launcher.gtk.linux.x86" />
<plugin id="org.eclipse.equinox.launcher.gtk.linux.s390x" />
@@ -66,6 +67,7 @@
<plugin id="org.eclipse.swt.gtk.linux.s390" />
<plugin id="org.eclipse.swt.gtk.solaris.sparc" />
<plugin id="org.eclipse.swt.gtk.solaris.x86" />
+ <plugin id="org.eclipse.swt.gtk.linux.ppc" />
<plugin id="org.eclipse.swt.gtk.linux.ppc64" />
<plugin id="org.eclipse.swt.cocoa.macosx" />
<plugin id="org.eclipse.swt.cocoa.macosx" />

Back to the top