Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Francisco2014-08-08 20:30:04 +0000
committerSteve Francisco2014-08-21 18:51:11 +0000
commitf8bae95d32b008d405aeadc6d10b32123470f6ef (patch)
tree574b067f6feaf36e9a3a1d18b7e2788270f35e01 /pom.xml
parentccf3e272e08427db9e2306ef5abfe44ad7f6d2e1 (diff)
downloadrt.equinox.framework-f8bae95d32b008d405aeadc6d10b32123470f6ef.tar.gz
rt.equinox.framework-f8bae95d32b008d405aeadc6d10b32123470f6ef.tar.xz
rt.equinox.framework-f8bae95d32b008d405aeadc6d10b32123470f6ef.zip
Bug 442294 - Add build instructions for ppc64le platform
Signed-off-by: Steve Francisco <cisco@ca.ibm.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 2 insertions, 15 deletions
diff --git a/pom.xml b/pom.xml
index 6e40ee5b4..f23c1de2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ Copyright (c) 2012, 2014 Eclipse Foundation.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -57,6 +57,7 @@
<module>bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64</module>
<module>bundles/org.eclipse.equinox.launcher.gtk.linux.ppc</module>
<module>bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64</module>
+ <module>bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le</module>
<module>bundles/org.eclipse.equinox.launcher.gtk.linux.s390</module>
<module>bundles/org.eclipse.equinox.launcher.gtk.linux.s390x</module>
<module>bundles/org.eclipse.equinox.launcher.gtk.linux.x86</module>
@@ -73,18 +74,4 @@
<module>features/org.eclipse.equinox.executable.feature</module>
<module>features/org.eclipse.osgi.compatibility.plugins.feature</module>
</modules>
- <profiles>
- <profile>
- <id>build-native-launchers-gtk.linux.ppc64le</id>
- <activation>
- <property>
- <name>native</name>
- <value>gtk.linux.ppc64le</value>
- </property>
- </activation>
- <modules>
- <module>bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le</module>
- </modules>
- </profile>
- </profiles>
</project>

Back to the top