root / branches / modelio3.8 / modelio / app / diagram.styles.ext_org / pom.xml @ 1
History | View | Annotate | Download (561 Bytes)
1 |
<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"> |
---|---|
2 |
<modelVersion>4.0.0</modelVersion> |
3 |
|
4 |
<parent>
|
5 |
<groupId>org.modelio</groupId> |
6 |
<artifactId>modelio-parent</artifactId> |
7 |
<version>3.8.0-SNAPSHOT</version> |
8 |
<relativePath>../../..</relativePath> |
9 |
</parent>
|
10 |
|
11 |
<groupId>org.modelio</groupId> |
12 |
<artifactId>org.modelio.diagram.styles.ext.nl_hu</artifactId> |
13 |
<packaging>eclipse-plugin</packaging> |
14 |
|
15 |
</project>
|