Statistics
| Revision:

root / branches / v2_0_0_prep / libraries / org.gvsig.newlayer / org.gvsig.newlayer.lib / pom.xml @ 36022

History | View | Annotate | Download (781 Bytes)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
4
                 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5

    
6
        <modelVersion>4.0.0</modelVersion>
7
        <artifactId>org.gvsig.newlayer.lib</artifactId>
8
        <packaging>pom</packaging>
9
        <name>org.gvsig.newlayer.lib</name>
10
        <parent>
11
                <groupId>org.gvsig</groupId>
12
                <artifactId>org.gvsig.newlayer</artifactId>
13
                <version>1.0.0-SNAPSHOT</version>
14
        </parent>
15

    
16
        <modules>
17
                <module>org.gvsig.newlayer.lib.api</module>
18
                <module>org.gvsig.newlayer.lib.impl</module>
19
        </modules>
20
           <properties>
21
        <build-dir>${basedir}/../../build</build-dir>
22
    </properties>
23
        
24
</project>