]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.modeling.tests/pom.xml
Fixed org.simantics.modeling.tests to be a normal plug-in
[simantics/platform.git] / bundles / org.simantics.modeling.tests / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4         <modelVersion>4.0.0</modelVersion>
5
6         <groupId>org.simantics</groupId>
7         <artifactId>org.simantics.modeling.tests</artifactId>
8         <version>1.0.0-SNAPSHOT</version>
9         <packaging>eclipse-plugin</packaging>
10
11         <parent>
12                 <groupId>org.simantics</groupId>
13                 <artifactId>org.simantics.root.bundles</artifactId>
14                 <version>1.0.0-SNAPSHOT</version>
15         </parent>
16
17 </project>