Revision: 854
Author: heuermh
Date: Wed Oct 28 19:40:59 2009
Log: Issue 126 ; de-activating macosx intel profile temporarily
http://code.google.com/p/piccolo2d/source/detail?r=854

Modified:
  /piccolo2d.java/trunk/swt/pom.xml

=======================================
--- /piccolo2d.java/trunk/swt/pom.xml   Wed Oct 28 19:04:29 2009
+++ /piccolo2d.java/trunk/swt/pom.xml   Wed Oct 28 19:40:59 2009
@@ -49,7 +49,8 @@
      <dependency>
        <groupId>${swt.groupId}</groupId>
        <artifactId>${swt.artifactId}</artifactId>
-      <version>[3.3.0-v3346,)</version>
+<!--      <version>[3.3.0-v3346,)</version> -->
+      <version>[3.5.1,)</version>
        <scope>compile</scope>
      </dependency>
    </dependencies>
@@ -261,7 +262,7 @@
        <activation>
          <os>
            <name>mac os x</name>
-          <arch></arch>
+<!--          <arch></arch> -->
          </os>
        </activation>
        <properties>
@@ -284,13 +285,14 @@
          <swt.artifactId>macosx</swt.artifactId>
        </properties>
      </profile>
--->
+
+    this fails many unit tests, see Issue 126, comment #16
      <profile>
        <id>macosx_cocoa_intel</id>
        <activation>
          <os>
            <name>mac os x</name>
-          <arch></arch>
+          <arch>x86_64</arch>
          </os>
        </activation>
        <properties>
@@ -298,5 +300,6 @@
          <swt.artifactId>macosx</swt.artifactId>
        </properties>
      </profile>
+-->
    </profiles>
  </project>

--~--~---------~--~----~------------~-------~--~----~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to