Statistics
| Revision:

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

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

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

    
23
</project>