]> gerrit.simantics Code Review - simantics/python.git/blob - org.simantics.pythonlink.feature/pom.xml
Mavenized Simantics Python bindings projects.
[simantics/python.git] / org.simantics.pythonlink.feature / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3         <modelVersion>4.0.0</modelVersion>
4
5         <parent>
6                 <groupId>org.simantics.python</groupId>
7                 <artifactId>org.simantics.pythonlink.parent</artifactId>
8                 <version>1.0.0-SNAPSHOT</version>
9                 <relativePath>../org.simantics.pythonlink.parent</relativePath>
10         </parent>
11
12         <artifactId>org.simantics.pythonlink.feature</artifactId>
13         <packaging>eclipse-feature</packaging>
14         <version>1.0.0-SNAPSHOT</version>
15
16 </project>