Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-05-14 15:22:38 +0000
committerSravan Kumar Lakkimsetti2020-05-14 15:29:33 +0000
commit638d4556eb9f14b36f3aff06cb7566d48e3ec1eb (patch)
treecc5fda95683a2a8a00f20c0566451858da5d20ca /pom.xml
parent9b4b66a03b0a82b0d787209860c1b65250da74af (diff)
downloadrt.equinox.framework-638d4556eb9f14b36f3aff06cb7566d48e3ec1eb.tar.gz
rt.equinox.framework-638d4556eb9f14b36f3aff06cb7566d48e3ec1eb.tar.xz
rt.equinox.framework-638d4556eb9f14b36f3aff06cb7566d48e3ec1eb.zip
Revert "Bug 563040 - Drop PPC64LE from eclipse platform build"I20200514-1800
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d4dc4cf51..379802d2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,6 +88,7 @@
<module>bundles/org.eclipse.equinox.launcher</module>
<module>bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64</module>
+ <module>bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le</module>
<module>bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64</module>
<module>bundles/org.eclipse.equinox.launcher.win32.win32.x86_64</module>

Back to the top