Statistics
| Revision:

root / org.gvsig.xmlpull / library / trunk / org.gvsig.xmlpull / org.gvsig.xmlpull.lib / pom.xml @ 909

History | View | Annotate | Download (750 Bytes)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2

    
3
<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">
4
        <modelVersion>4.0.0</modelVersion>
5
        <artifactId>org.gvsig.xmlpull.lib</artifactId>
6
        <packaging>pom</packaging>        
7
        <name>org.gvsig.xmlpull.lib</name>
8
        <description>XML Pull library</description>
9
        <parent>
10
                <groupId>org.gvsig</groupId>
11
                <artifactId>org.gvsig.xmlpull</artifactId>        
12
                <version>2.0.10-SNAPSHOT</version>        
13
        </parent>
14
        <modules>
15
                <module>org.gvsig.xmlpull.lib.api</module>
16
                <module>org.gvsig.xmlpull.lib.spi</module>
17
                <module>org.gvsig.xmlpull.lib.impl</module>
18
        </modules>
19
</project>