switched to tycho 0.13 and added automated builds for mac and 64 bit windows
[taxeditor.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e138779d65279eb526bec3df49704cc0a0b07929..a969dad8b0b2f12d5581ea68b0a1f9345481dda8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <cdmlib.version>3.0.9-SNAPSHOT</cdmlib.version>
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <cdmlib.version>3.0.9-SNAPSHOT</cdmlib.version>
-               <tycho.version>0.12.0</tycho.version>
+               <tycho.version>0.13.0</tycho.version>
                <taxeditor.version>3.0.9-SNAPSHOT</taxeditor.version>
        </properties>
        <modules>
                <taxeditor.version>3.0.9-SNAPSHOT</taxeditor.version>
        </properties>
        <modules>
                        <id>EditRepository</id>
                        <url>http://wp5.e-taxonomy.eu/mavenrepo/</url>
                </repository>
                        <id>EditRepository</id>
                        <url>http://wp5.e-taxonomy.eu/mavenrepo/</url>
                </repository>
+               <repository>
+      <id>eclipse-indigo</id>
+      <layout>p2</layout>
+      <url>http://download.eclipse.org/releases/indigo</url>
+    </repository>
        </repositories>
        <build>
                <plugins>
        </repositories>
        <build>
                <plugins>
                                <artifactId>target-platform-configuration</artifactId>
                                <version>${tycho.version}</version>
                                <configuration>
                                <artifactId>target-platform-configuration</artifactId>
                                <version>${tycho.version}</version>
                                <configuration>
-                                       <resolver>p2</resolver>
-                                       <target>
+                                       <!--target>
                                                <artifact>
                                                        <groupId>eu.etaxonomy</groupId>
                                                        <artifactId>eu.etaxonomy.taxeditor</artifactId>
                                                        <version>${taxeditor.version}</version>
                                                        <classifier>rcp</classifier>
                                                </artifact>
                                                <artifact>
                                                        <groupId>eu.etaxonomy</groupId>
                                                        <artifactId>eu.etaxonomy.taxeditor</artifactId>
                                                        <version>${taxeditor.version}</version>
                                                        <classifier>rcp</classifier>
                                                </artifact>
-                                       </target>
-                                       <ignoreTychoRepositories>true</ignoreTychoRepositories>
+                                       </target-->
+                                       <!--ignoreTychoRepositories>true</ignoreTychoRepositories-->
                                        <environments>
                                        <environments>
-                                               <!--environment>
+                                               <environment>
                                                        <os>macosx</os>
                                                        <ws>cocoa</ws>
                                                        <arch>x86_64</arch>
                                                        <os>macosx</os>
                                                        <ws>cocoa</ws>
                                                        <arch>x86_64</arch>
-                                               </environment-->
+                                               </environment>
                                                <environment>
                                                        <os>win32</os>
                                                        <ws>win32</ws>
                                                        <arch>x86</arch>
                                                </environment>
                                                <environment>
                                                        <os>win32</os>
                                                        <ws>win32</ws>
                                                        <arch>x86</arch>
                                                </environment>
+                                               <environment>
+                                                       <os>win32</os>
+                                                       <ws>win32</ws>
+                                                       <arch>x86_64</arch>
+                                               </environment>
                                                <environment>
                                                        <os>linux</os>
                                                        <ws>gtk</ws>
                                                <environment>
                                                        <os>linux</os>
                                                        <ws>gtk</ws>