Revision: 817
Author: heuermh
Date: Fri Oct 23 19:36:56 2009
Log: Issue 126 ; adding explicit versions for macosx and win32 x86 deps,  
which were missing before; also adding hack for 3.5.0 dep versions, abusing  
an Apache SVN web interface URL as an external maven repo
http://code.google.com/p/piccolo2d/source/detail?r=817

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

=======================================
--- /piccolo2d.java/trunk/swt/pom.xml   Wed Oct 14 20:32:06 2009
+++ /piccolo2d.java/trunk/swt/pom.xml   Fri Oct 23 19:36:56 2009
@@ -16,6 +16,20 @@
    <description>
      A revolutionary way to create robust, full-featured graphical  
applications in Java and C#, with striking visual effects such as zooming,  
animation and multiple representations.
    </description>
+<!--
+  <repositories>
+    <repository>
+      <id>Maven default</id>
+      <name>Apache repository</name>
+      <url>http://repo1.maven.org/maven2</url>
+    </repository>
+    <repository>
+      <id>Apache Directory SVN Repo Cheat</id>
+      <name>Apache Directory SVN Repo Cheat</name>
+       
<url>https://svn.apache.org/repos/asf/directory/studio/trunk/repository</url>
+    </repository>
+  </repositories>
+-->
    <dependencies>
      <dependency>
        <groupId>org.piccolo2d</groupId>
@@ -25,6 +39,7 @@
      <dependency>
        <groupId>${swt.groupId}</groupId>
        <artifactId>${swt.artifactId}</artifactId>
+<!--      <version>3.5.0.v3550b</version> -->
        <version>3.3.0-v3346</version>
        <scope>compile</scope>
      </dependency>
@@ -150,6 +165,7 @@
        <properties>
          <swt.groupId>org.eclipse.swt.gtk.linux</swt.groupId>
          <swt.artifactId>x86_64</swt.artifactId>
+<!--        <swt.version>3.5.0.v3550b</swt.version> -->
          <swt.version>3.3.0-v3346</swt.version>
        </properties>
      </profile>
@@ -164,6 +180,7 @@
        <properties>
          <swt.groupId>org.eclipse.swt.gtk.linux</swt.groupId>
          <swt.artifactId>x86_64</swt.artifactId>
+<!--        <swt.version>3.5.0.v3550b</swt.version> -->
          <swt.version>3.3.0-v3346</swt.version>
        </properties>
      </profile>
@@ -178,6 +195,7 @@
        <properties>
          <swt.groupId>org.eclipse.swt.gtk.linux</swt.groupId>
          <swt.artifactId>x86</swt.artifactId>
+<!--        <swt.version>3.5.0.v3550b</swt.version> -->
          <swt.version>3.3.0-v3346</swt.version>
        </properties>
      </profile>
@@ -192,6 +210,7 @@
        <properties>
          <swt.groupId>org.eclipse.swt.gtk.linux</swt.groupId>
          <swt.artifactId>x86</swt.artifactId>
+<!--        <swt.version>3.5.0.v3550b</swt.version> -->
          <swt.version>3.3.0-v3346</swt.version>
        </properties>
      </profile>
@@ -205,6 +224,8 @@
        <properties>
          <swt.groupId>org.eclipse.swt.win32.win32</swt.groupId>
          <swt.artifactId>x86</swt.artifactId>
+<!--        <swt.version>3.5.0.v3550b</swt.version> -->
+        <swt.version>3.3.0-v3346</swt.version>
        </properties>
      </profile>
  <!--
@@ -229,6 +250,8 @@
        <properties>
          <swt.groupId>org.eclipse.swt.carbon</swt.groupId>
          <swt.artifactId>macosx</swt.artifactId>
+<!--        <swt.version>3.5.0.v3550b</swt.version>  -->
+        <swt.version>3.3.0-v3346</swt.version>
        </properties>
      </profile>
    </profiles>

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

Reply via email to