2
0
Fork 0
imxmi/vasc-lib/pom.xml
Willem Cazander b3923bd2fb Added pdf export support, export servlet support, renamed frontends
without s and made vasc config object.
2012-05-12 17:26:21 +02:00

18 lines
693 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.3.5-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>vasc-lib</artifactId>
<groupId>net.forwardfire.vasc.lib</groupId>
<packaging>pom</packaging>
<name>vasc-lib</name>
<description>vasc-lib</description>
<modules>
<module>vasc-lib-i18n</module>
<module>vasc-lib-jr4o</module>
</modules>
</project>