Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-01-08 09:45:30 +0000
committerSzymon Brandys2013-01-08 09:45:30 +0000
commit1ce27d74e88dff3c150611991cf332fdc0b3a5ea (patch)
treedb4b71c66a314ab9297140f2e5daf831db1e1f12
parent8e0ac61bbee733e05c4037026fd9b2f1c87b3648 (diff)
downloadeclipse.platform.resources-1ce27d74e88dff3c150611991cf332fdc0b3a5ea.tar.gz
eclipse.platform.resources-1ce27d74e88dff3c150611991cf332fdc0b3a5ea.tar.xz
eclipse.platform.resources-1ce27d74e88dff3c150611991cf332fdc0b3a5ea.zip
Bug 397613 - [CBI] o.e.core.filesystem.linux.ppc64 pom fixes to buildv20130108-094530M20130109-1200M20130109-1000
module
-rw-r--r--bundles/org.eclipse.core.filesystem.linux.ppc64/pom.xml2
-rw-r--r--pom.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.core.filesystem.linux.ppc64/pom.xml b/bundles/org.eclipse.core.filesystem.linux.ppc64/pom.xml
index 444b99385..182032fb0 100644
--- a/bundles/org.eclipse.core.filesystem.linux.ppc64/pom.xml
+++ b/bundles/org.eclipse.core.filesystem.linux.ppc64/pom.xml
@@ -37,7 +37,7 @@
<environment>
<os>linux</os>
<ws>gtk</ws>
- <arch>ppc</arch>
+ <arch>ppc64</arch>
</environment>
</environments>
</configuration>
diff --git a/pom.xml b/pom.xml
index a906faf5f..6d76d664b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,6 +36,7 @@
<module>bundles/org.eclipse.core.filesystem.hpux.ia64_32</module>
<module>bundles/org.eclipse.core.filesystem.hpux.PA_RISC</module>
<module>bundles/org.eclipse.core.filesystem.linux.ppc</module>
+ <module>bundles/org.eclipse.core.filesystem.linux.ppc64</module>
<module>bundles/org.eclipse.core.filesystem.linux.x86</module>
<module>bundles/org.eclipse.core.filesystem.linux.x86_64</module>
<module>bundles/org.eclipse.core.filesystem.macosx</module>

Back to the top