Revision: 856
Author: heuermh
Date: Wed Oct 28 20:27:44 2009
Log: Issue 126 ; minor doc fixes
http://code.google.com/p/piccolo2d/source/detail?r=856
Modified:
/piccolo2d.java/trunk/swt/pom.xml
=======================================
--- /piccolo2d.java/trunk/swt/pom.xml Wed Oct 28 19:47:26 2009
+++ /piccolo2d.java/trunk/swt/pom.xml Wed Oct 28 20:27:44 2009
@@ -50,7 +50,6 @@
<groupId>${swt.groupId}</groupId>
<artifactId>${swt.artifactId}</artifactId>
<version>[3.3.0-v3346,)</version>
-<!-- <version>[3.5.1,)</version> -->
<scope>compile</scope>
</dependency>
</dependencies>
@@ -262,7 +261,6 @@
<activation>
<os>
<name>mac os x</name>
-<!-- <arch></arch> -->
</os>
</activation>
<properties>
@@ -271,13 +269,13 @@
</properties>
</profile>
<!--
- must manually enable this one to override macosx_carbon_ppc
+
+ must manually enable this profile to override macosx_carbon_ppc
<profile>
<id>macosx_cocoa_ppc</id>
<activation>
<os>
<name>mac os x</name>
- <arch></arch>
</os>
</activation>
<properties>
@@ -285,8 +283,10 @@
<swt.artifactId>macosx</swt.artifactId>
</properties>
</profile>
-
- this fails many unit tests, see Issue 126, comment #16
+-->
+<!--
+
+ this profile requires the user to set MAVEN_OPTS="-Dd64", or unit
tests will fail
<profile>
<id>macosx_cocoa_intel</id>
<activation>
--~--~---------~--~----~------------~-------~--~----~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~----------~----~----~----~------~----~------~--~---