Statistics
| Revision:

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

History | View | Annotate | Download (688 Bytes)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<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">
3

    
4
        <modelVersion>4.0.0</modelVersion>
5
        <artifactId>org.gvsig.complexlegend.swing</artifactId>
6
        <packaging>pom</packaging>
7
        <name>org.gvsig.complexlegend.swing</name>
8
        <parent>
9
                <groupId>org.gvsig</groupId>
10
                <artifactId>org.gvsig.complexlegend</artifactId>
11
                <version>1.0.75</version>
12
        </parent>
13

    
14
        <modules>
15
                <module>org.gvsig.complexlegend.swing.api</module>
16
                <module>org.gvsig.complexlegend.swing.impl</module>
17
        </modules>
18
</project>
19