Skip to content

Commit

Permalink
Removing support for SARL product MacOS x86 non 64
Browse files Browse the repository at this point in the history
Eclipse stop maintaining 32 bits version for Mac, we do the same, see
the following URL for more details
http://www.eclipse.org/projects/project-
plan.php?planurl=/eclipse/development/plans/eclipse_project_plan_4_5.xml
  • Loading branch information
ngaud committed Aug 25, 2015
1 parent b9203de commit 1757a9c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tycho-parent/pom.xml
Expand Up @@ -68,11 +68,6 @@
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>macosx</os>
<ws>cocoa</ws>
<arch>x86</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
Expand Down Expand Up @@ -151,9 +146,9 @@

<repositories>
<repository>
<id>org.eclipse.ide.luna</id>
<id>org.eclipse.ide.mars</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/luna</url>
<url>http://download.eclipse.org/releases/mars</url>
</repository>
<repository>
<id>org.eclipse.xtext.update.lastest</id>
Expand Down

0 comments on commit 1757a9c

Please sign in to comment.