]> gerrit.simantics Code Review - simantics/python.git/blobdiff - org.simantics.pythonlink.feature/pom.xml
Mavenized Simantics Python bindings projects.
[simantics/python.git] / org.simantics.pythonlink.feature / pom.xml
diff --git a/org.simantics.pythonlink.feature/pom.xml b/org.simantics.pythonlink.feature/pom.xml
new file mode 100644 (file)
index 0000000..6baf61f
--- /dev/null
@@ -0,0 +1,16 @@
+<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>
+
+       <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>
+
+       <artifactId>org.simantics.pythonlink.feature</artifactId>
+       <packaging>eclipse-feature</packaging>
+       <version>1.0.0-SNAPSHOT</version>
+
+</project>