]> gerrit.simantics Code Review - simantics/python.git/blobdiff - org.simantics.pythonlink.repository/pom.xml
Mavenized Simantics Python bindings projects.
[simantics/python.git] / org.simantics.pythonlink.repository / pom.xml
diff --git a/org.simantics.pythonlink.repository/pom.xml b/org.simantics.pythonlink.repository/pom.xml
new file mode 100644 (file)
index 0000000..77b06da
--- /dev/null
@@ -0,0 +1,29 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+       <modelVersion>4.0.0</modelVersion>
+       <artifactId>org.simantics.pythonlink.repository</artifactId>
+       <packaging>eclipse-repository</packaging>
+
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.eclipse.tycho</groupId>
+                               <artifactId>tycho-p2-repository-plugin</artifactId>
+                               <version>${tycho-version}</version>
+                               <configuration>
+                                       <!--
+                                       <includeAllDependencies>true</includeAllDependencies>
+                                       -->
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
+
+       <parent>
+               <groupId>org.simantics.python</groupId>
+               <artifactId>org.simantics.pythonlink.parent</artifactId>
+               <version>1.0.0-SNAPSHOT</version>
+               <relativePath>../org.simantics.pythonlink.parent</relativePath>
+       </parent>
+
+</project>