Revision: 1098
Author: heuermh
Date: Thu Dec 23 10:21:46 2010
Log: Issue 203 ; adding separate profiles for windows_x86, windows_amd64, and windows_x86_64
http://code.google.com/p/piccolo2d/source/detail?r=1098

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

=======================================
--- /piccolo2d.java/trunk/swt/pom.xml   Mon May 10 20:48:44 2010
+++ /piccolo2d.java/trunk/swt/pom.xml   Thu Dec 23 10:21:46 2010
@@ -222,10 +222,37 @@
       </properties>
     </profile>
     <profile>
-      <id>windows</id>
+      <id>windows_x86</id>
       <activation>
         <os>
           <family>windows</family>
+          <arch>x86</arch>
+        </os>
+      </activation>
+      <properties>
+        <swt.groupId>org.eclipse.swt.win32.win32</swt.groupId>
+        <swt.artifactId>x86</swt.artifactId>
+      </properties>
+    </profile>
+    <profile>
+      <id>windows_amd64</id>
+      <activation>
+        <os>
+          <family>windows</family>
+          <arch>amd64</arch>
+        </os>
+      </activation>
+      <properties>
+        <swt.groupId>org.eclipse.swt.win32.win32</swt.groupId>
+        <swt.artifactId>x86_64</swt.artifactId>
+      </properties>
+    </profile>
+    <profile>
+      <id>windows_x86_64</id>
+      <activation>
+        <os>
+          <family>windows</family>
+          <arch>x86_64</arch>
         </os>
       </activation>
       <properties>

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

Reply via email to