Statistics
| Revision:

svn-gvsig-desktop / branches / v2_0_0_prep / build / libraries-pom / pom.xml @ 28014

History | View | Annotate | Download (853 Bytes)

1
<?xml version="1.0" encoding="UTF-8"?>
2

    
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
5
                      http://maven.apache.org/xsd/maven-4.0.0.xsd">
6
                      
7
        <modelVersion>4.0.0</modelVersion>
8
        <groupId>org.gvsig</groupId>
9
        <artifactId>gvsig-library-base-pom</artifactId>
10
        <packaging>pom</packaging>
11
        <version>2.0-SNAPSHOT</version>
12
        <name>library-base-pom</name>
13
        <parent>
14
                <groupId>org.gvsig</groupId>
15
                <artifactId>gvsig-basepoms</artifactId>
16
                <version>2.0-SNAPSHOT</version>
17
        </parent>
18
        <description>
19
                Base POM for all GvSIG libraries projects. This pom knows how to
20
                build and made an libraries for GvSIG. The property
21
                "gvsig-path" must be set up correctly.
22
        </description>
23
</project>