Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2014-09-09 15:07:36 +0000
committerJohn Arthorne2014-09-09 15:07:36 +0000
commit57fdfdb8c06b24d3c24f3bf9fb065bff6e1eceba (patch)
tree059a20ef40e43bf301334e84dcccedba90fe907c
parent181c71e51ec9d0ebcdd6340a90f801b00e73e3b8 (diff)
downloadeclipse.platform.resources-I20140917-0800.tar.gz
eclipse.platform.resources-I20140917-0800.tar.xz
eclipse.platform.resources-I20140917-0800.zip
org.eclipse.core.filesystem.macosx/pom.xml
-rw-r--r--bundles/org.eclipse.core.filesystem.macosx/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.core.filesystem.macosx/pom.xml b/bundles/org.eclipse.core.filesystem.macosx/pom.xml
index 96a64fd54..8d42fea6f 100644
--- a/bundles/org.eclipse.core.filesystem.macosx/pom.xml
+++ b/bundles/org.eclipse.core.filesystem.macosx/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012, 2013 Eclipse Foundation and others.
+ Copyright (c) 2012, 2014 Eclipse Foundation and others.
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
@@ -35,7 +35,7 @@
<environment>
<os>macosx</os>
<ws>cocoa</ws>
- <arch>x86</arch>
+ <arch>x86_64</arch>
</environment>
</environments>
</configuration>

Back to the top