Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2014-09-09 13:36:42 +0000
committerMarkus Keller2014-09-09 13:36:42 +0000
commit5d76af1ef68f47b76084ba52b19e42158c86759a (patch)
tree1f8208d30adccdac0a63e651d2fbfe4e2786e19d
parent782294323cf60015b13b51bfae69485ecc472926 (diff)
downloadeclipse.jdt.debug-5d76af1ef68f47b76084ba52b19e42158c86759a.tar.gz
eclipse.jdt.debug-5d76af1ef68f47b76084ba52b19e42158c86759a.tar.xz
eclipse.jdt.debug-5d76af1ef68f47b76084ba52b19e42158c86759a.zip
-rw-r--r--org.eclipse.jdt.launching.macosx/pom.xml2
-rw-r--r--org.eclipse.jdt.launching.ui.macosx/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jdt.launching.macosx/pom.xml b/org.eclipse.jdt.launching.macosx/pom.xml
index d2a033f8f..b66cd68c2 100644
--- a/org.eclipse.jdt.launching.macosx/pom.xml
+++ b/org.eclipse.jdt.launching.macosx/pom.xml
@@ -33,7 +33,7 @@
<environment>
<os>macosx</os>
<ws>cocoa</ws>
- <arch>x86</arch>
+ <arch>x86_64</arch>
</environment>
</environments>
</configuration>
diff --git a/org.eclipse.jdt.launching.ui.macosx/pom.xml b/org.eclipse.jdt.launching.ui.macosx/pom.xml
index 67124e04b..b1546372a 100644
--- a/org.eclipse.jdt.launching.ui.macosx/pom.xml
+++ b/org.eclipse.jdt.launching.ui.macosx/pom.xml
@@ -33,7 +33,7 @@
<environment>
<os>macosx</os>
<ws>cocoa</ws>
- <arch>x86</arch>
+ <arch>x86_64</arch>
</environment>
</environments>
</configuration>

Back to the top