Statistics
| Revision:

gvsig-educa / org.gvsig.educa.thematicmap.app / trunk / org.gvsig.educa.thematicmap.app / org.gvsig.educa.thematicmap.app.geomselect / pom.xml @ 231

History | View | Annotate | Download (1.11 KB)

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"
4
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5
        <modelVersion>4.0.0</modelVersion>
6
        <artifactId>org.gvsig.educa.thematicmap.app.geomselect</artifactId>
7
        <packaging>jar</packaging>
8
        <name>Thematic Maps viewer geomselect</name>
9
        <description>Thematic Map geomselect: no description yet...</description>
10
        <parent>
11
                <groupId>org.gvsig</groupId>
12
                <artifactId>org.gvsig.educa.thematicmap.app</artifactId>
13
                <version>1.0.0-SNAPSHOT</version>
14
        </parent>
15
        <properties>
16
                <package.info.dependencies>required: org.gvsig.educa.thematicmap.app.viewer -ge 1</package.info.dependencies>
17
                <package.info.baseDownloadURL>http://devel.gvsig.org/download/projects/gvsig-educa/pool/org.gvsig.educa.thematicmap.app.viewer/</package.info.baseDownloadURL>
18
        </properties>
19

    
20
        <dependencies>
21
                <dependency>
22
                        <groupId>org.gvsig</groupId>
23
                        <artifactId>org.gvsig.educa.thematicmap.lib.prov.locateonthemap</artifactId>
24
                </dependency>
25
        </dependencies>
26
</project>