| author | David Williams | 2013-01-22 10:48:16 (EST) |
|---|---|---|
| committer | Paul Webster | 2013-01-22 10:49:58 (EST) |
| commit | 2451dce62b58ebb1c3d415cc0d574b9590286756 (patch) (side-by-side diff) | |
| tree | 93e35a1a42b7ce646282ee76afda2e8c7598581b | |
| parent | cdc990c429f87fc2e4bb24e9df82e217e1d20e8d (diff) | |
| download | eclipse.platform.ui-2451dce62b58ebb1c3d415cc0d574b9590286756.zip eclipse.platform.ui-2451dce62b58ebb1c3d415cc0d574b9590286756.tar.gz eclipse.platform.ui-2451dce62b58ebb1c3d415cc0d574b9590286756.tar.bz2 | |
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.xml | 2 |
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 530393c..f7aee1e 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" /> |

