Statistics
| Revision:

root / org.gvsig.complexlegend / trunk / org.gvsig.complexlegend / org.gvsig.complexlegend.app / pom.xml @ 86

History | View | Annotate | Download (815 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"
4
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
        <modelVersion>4.0.0</modelVersion>
6
        <artifactId>org.gvsig.complexlegend.app</artifactId>
7
        <packaging>pom</packaging>
8
        <name>org.gvsig.complexlegend.app</name>
9
        <description>complex legend extension</description>
10
        <parent>
11
        <groupId>org.gvsig</groupId>
12
        <artifactId>org.gvsig.complexlegend</artifactId>
13
                <version>1.0.0-SNAPSHOT</version>
14
        </parent>
15
        <dependencyManagement>
16
                <dependencies>
17
                </dependencies>
18
        </dependencyManagement>
19

    
20
        <modules>
21
                <module>org.gvsig.complexlegend.app.mainplugin</module>
22
        </modules>
23

    
24
</project>