19 lines
704 B
XML
19 lines
704 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>x4o</artifactId>
|
|
<groupId>org.x4o</groupId>
|
|
<version>0.8.7-SNAPSHOT</version>
|
|
<relativePath>..</relativePath>
|
|
</parent>
|
|
<artifactId>x4o-tool</artifactId>
|
|
<groupId>org.x4o.tool</groupId>
|
|
<packaging>pom</packaging>
|
|
<name>x4o-tool</name>
|
|
<description>x4o tools to use and plugin for other applications</description>
|
|
<modules>
|
|
<module>x4o-tool-ant-plugin</module>
|
|
<module>x4o-tool-maven-plugin</module>
|
|
</modules>
|
|
</project> |