Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-09-10 19:52:51 +0000
committerPaul Webster2012-09-12 13:49:57 +0000
commit0ab35f80e9aabc28a962acc8a38feda9a81a75bf (patch)
tree26112ce135cc768bae6f2d1d331fd82db1d1caac
parentb1387192f355b0ecb88768ef59306feba1ec1009 (diff)
downloadeclipse.platform.ui-0ab35f80e9aabc28a962acc8a38feda9a81a75bf.tar.gz
eclipse.platform.ui-0ab35f80e9aabc28a962acc8a38feda9a81a75bf.tar.xz
eclipse.platform.ui-0ab35f80e9aabc28a962acc8a38feda9a81a75bf.zip
-rw-r--r--bundles/org.eclipse.ui.cocoa/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundles/org.eclipse.ui.cocoa/pom.xml b/bundles/org.eclipse.ui.cocoa/pom.xml
index e82c26c3bdc..28287684c70 100644
--- a/bundles/org.eclipse.ui.cocoa/pom.xml
+++ b/bundles/org.eclipse.ui.cocoa/pom.xml
@@ -39,6 +39,11 @@
<ws>cocoa</ws>
<arch>x86</arch>
</environment>
+ <environment>
+ <os>macosx</os>
+ <ws>cocoa</ws>
+ <arch>x86_64</arch>
+ </environment>
</environments>
</configuration>
</plugin>

Back to the top