2
0
Fork 0
imxmi/vasc-frontend/pom.xml
2017-06-10 02:22:01 +02:00

21 lines
823 B
XML

<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>
<artifactId>vasc</artifactId>
<groupId>net.forwardfire.vasc</groupId>
<version>0.4.2-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>vasc-frontend</artifactId>
<packaging>pom</packaging>
<name>vasc-frontend</name>
<description>vasc-frontend</description>
<modules>
<module>vasc-frontend-swing</module>
<module>vasc-frontend-swt</module>
<module>vasc-frontend-web-jsf</module>
<module>vasc-frontend-web-export</module>
<module>vasc-frontend-cxf</module>
<module>vasc-frontend-api</module>
</modules>
</project>