]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - releng/org.simantics.tycho.configuration/pom.xml
Added missing parts from SVN org.simantics.root project.
[simantics/platform.git] / releng / org.simantics.tycho.configuration / pom.xml
diff --git a/releng/org.simantics.tycho.configuration/pom.xml b/releng/org.simantics.tycho.configuration/pom.xml
new file mode 100644 (file)
index 0000000..53b07f5
--- /dev/null
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
+       <modelVersion>4.0.0</modelVersion>\r
+       <groupId>org.simantics</groupId>\r
+       <artifactId>org.simantics.tycho.configuration</artifactId>\r
+       <version>1.0.0-SNAPSHOT</version>\r
+       <packaging>pom</packaging>\r
+\r
+       <properties>\r
+               <tycho.version>0.25.0</tycho.version>\r
+               <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
+               <mars-repo.url>http://download.eclipse.org/releases/mars</mars-repo.url>\r
+       </properties>\r
+\r
+       <repositories>\r
+               <!--\r
+               <repository>\r
+                       <id>mars</id>\r
+                       <url>${mars-repo.url}</url>\r
+                       <layout>p2</layout>\r
+               </repository>\r
+               -->\r
+       </repositories>\r
+\r
+       <build>\r
+               <plugins>\r
+                       <plugin>\r
+                               <groupId>org.eclipse.tycho</groupId>\r
+                               <artifactId>tycho-maven-plugin</artifactId>\r
+                               <version>${tycho.version}</version>\r
+                               <extensions>true</extensions>\r
+                       </plugin>\r
+                       <plugin>\r
+                               <groupId>org.eclipse.tycho</groupId>\r
+                               <artifactId>target-platform-configuration</artifactId>\r
+                               <version>${tycho.version}</version>\r
+                               <configuration>\r
+                                       <target>\r
+                                               <artifact>\r
+                                                       <groupId>org.simantics</groupId>\r
+                                                       <artifactId>org.simantics.sdk.build.targetdefinition</artifactId>\r
+                                                       <version>1.0.0-SNAPSHOT</version>\r
+                                               </artifact>\r
+                                       </target>\r
+                                       <environments>\r
+                                               <environment>\r
+                                                       <os>linux</os>\r
+                                                       <ws>gtk</ws>\r
+                                                       <arch>x86</arch>\r
+                                               </environment>\r
+                                               <environment>\r
+                                                       <os>linux</os>\r
+                                                       <ws>gtk</ws>\r
+                                                       <arch>x86_64</arch>\r
+                                               </environment>\r
+                                               <environment>\r
+                                                       <os>win32</os>\r
+                                                       <ws>win32</ws>\r
+                                                       <arch>x86</arch>\r
+                                               </environment>\r
+                                               <environment>\r
+                                                       <os>win32</os>\r
+                                                       <ws>win32</ws>\r
+                                                       <arch>x86_64</arch>\r
+                                               </environment>\r
+                                               <environment>\r
+                                                       <os>macosx</os>\r
+                                                       <ws>cocoa</ws>\r
+                                                       <arch>x86_64</arch>\r
+                                               </environment>\r
+                                       </environments>\r
+                               </configuration>\r
+                       </plugin>\r
+               </plugins>\r
+       </build>\r
+</project>
\ No newline at end of file