| author | David Williams | 2013-01-22 10:48:16 (EST) |
|---|---|---|
| committer | Paul Webster | 2013-01-22 10:48:16 (EST) |
| commit | bb3992a2c8bed2b8ed115c823f85c23df97633d8 (patch) (side-by-side diff) | |
| tree | d34354e325d8c1bed645a7e26ab64e17fdf181f3 | |
| parent | c385247482afb675fca3169afeceafa7b0569029 (diff) | |
| download | eclipse.platform.ui-bb3992a2c8bed2b8ed115c823f85c23df97633d8.zip eclipse.platform.ui-bb3992a2c8bed2b8ed115c823f85c23df97633d8.tar.gz eclipse.platform.ui-bb3992a2c8bed2b8ed115c823f85c23df97633d8.tar.bz2 | |
Bug 398141 - Request to resume builds for gtk.linux.ppc (32-bit)v20130122-154816
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 3260af7..dfa9961 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" /> |

