Statistics
| Revision:

gvsig-raster / org.gvsig.raster.georeferencing / trunk / org.gvsig.raster.georeferencing / org.gvsig.raster.georeferencing.swing / pom.xml @ 1682

History | View | Annotate | Download (1.06 KB)

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"
3
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
4
                 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5

    
6
        <modelVersion>4.0.0</modelVersion>
7
        <artifactId>org.gvsig.raster.georeferencing.swing</artifactId>
8
        <packaging>pom</packaging>
9
        <name>org.gvsig.raster.georeferencing.swing</name>
10
        <parent>
11
                <groupId>org.gvsig</groupId>
12
                <artifactId>org.gvsig.raster.georeferencing</artifactId>
13
                <version>2.0.1-SNAPSHOT</version>
14
        </parent>
15
        <dependencies>
16
                <dependency>
17
                        <groupId>org.gvsig</groupId>
18
                        <artifactId>org.gvsig.andami</artifactId>
19
            <scope>compile</scope>
20
                </dependency>
21
                <dependency>
22
                        <groupId>org.gvsig</groupId>
23
                        <artifactId>org.gvsig.ui</artifactId>
24
            <scope>compile</scope>
25
                </dependency>
26
        </dependencies>
27
        <modules>
28
                <module>org.gvsig.raster.georeferencing.swing.api</module>
29
                <module>org.gvsig.raster.georeferencing.swing.impl</module>
30
        </modules>
31
</project>
32