Statistics
| Revision:

svn-gvsig-desktop / branches / v2_0_0_prep / build / projects / gvsig-coverage / pom.xml @ 28577

History | View | Annotate | Download (784 Bytes)

1
<project xmlns="http://maven.apache.org/POM/4.0.0"
2
        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
        <modelVersion>4.0.0</modelVersion>
6
        <groupId>org.gvsig</groupId>
7
        <artifactId>gvsig-coverage</artifactId>
8
        <packaging>pom</packaging>
9
        <version>2.0-SNAPSHOT</version>
10
        <name>gvsig-coverage</name>
11
        <description>
12
                This pom mades all the base plugin needed to compile the coverage libraries and extensions.
13
        </description>
14
        <inceptionYear>2009</inceptionYear>
15
        <properties>
16
                <build-dir>${basedir}/../..</build-dir>
17
        </properties>
18
        <modules>
19
                <module>../gvsig-coverage-base</module>
20
                <module>../gvsig-coverage-extensions</module>
21
        </modules>
22
</project>
23