2012-05-07 14:44:19 +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>
|
2012-05-07 14:44:19 +00:00
|
|
|
<relativePath>..</relativePath>
|
|
|
|
</parent>
|
|
|
|
<artifactId>vasc-lib</artifactId>
|
2012-05-08 02:38:07 +00:00
|
|
|
<groupId>net.forwardfire.vasc.lib</groupId>
|
2012-05-07 14:44:19 +00:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>vasc-lib</name>
|
|
|
|
<description>vasc-lib</description>
|
|
|
|
<modules>
|
2012-12-02 13:40:18 +00:00
|
|
|
<module>vasc-lib-i18n</module>
|
|
|
|
<module>vasc-lib-jr4o</module>
|
|
|
|
<module>vasc-lib-editor</module>
|
2013-09-20 17:18:39 +00:00
|
|
|
<module>vasc-lib-xpql</module>
|
2012-05-07 14:44:19 +00:00
|
|
|
</modules>
|
2012-12-02 13:40:18 +00:00
|
|
|
</project>
|