2011-12-30 23:32:07 +00:00
|
|
|
<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>
|
2013-09-20 17:18:39 +00:00
|
|
|
<version>0.4.2-SNAPSHOT</version>
|
2011-12-30 23:32:07 +00:00
|
|
|
<relativePath>..</relativePath>
|
|
|
|
</parent>
|
2011-12-30 23:52:04 +00:00
|
|
|
<artifactId>vasc-frontend</artifactId>
|
2011-12-30 23:32:07 +00:00
|
|
|
<packaging>pom</packaging>
|
2011-12-30 23:52:04 +00:00
|
|
|
<name>vasc-frontend</name>
|
|
|
|
<description>vasc-frontend</description>
|
2011-12-30 23:32:07 +00:00
|
|
|
<modules>
|
|
|
|
<module>vasc-frontend-swing</module>
|
|
|
|
<module>vasc-frontend-swt</module>
|
|
|
|
<module>vasc-frontend-web-jsf</module>
|
2012-05-12 15:26:21 +00:00
|
|
|
<module>vasc-frontend-web-export</module>
|
|
|
|
<module>vasc-frontend-cxf</module>
|
2017-06-10 00:22:01 +00:00
|
|
|
<module>vasc-frontend-api</module>
|
2011-12-30 23:32:07 +00:00
|
|
|
</modules>
|
|
|
|
</project>
|