Statistics
| Revision:

gvsig-attributeeditor / org.gvsig.attributeeditor / trunk / org.gvsig.attributeeditor / org.gvsig.featureform.swing / pom.xml @ 8

History | View | Annotate | Download (710 Bytes)

1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
        <modelVersion>4.0.0</modelVersion>
4
        <parent>
5
                <groupId>org.gvsig</groupId>
6
                <artifactId>org.gvsig.attributeeditor</artifactId>
7
                <version>1.0.0-SNAPSHOT</version>
8
        </parent>
9
        <groupId>org.gvsig</groupId>
10
        <artifactId>org.gvsig.featureform.swing</artifactId>
11
        <version>1.0.0-SNAPSHOT</version>
12
        <name>org.gvsig.featureform.swing</name>
13
        <packaging>pom</packaging>
14

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

    
20
</project>