Statistics
| Revision:

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

History | View | Annotate | Download (942 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"
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.lib</artifactId>
8
    <packaging>pom</packaging>
9
    <name>org.gvsig.raster.georeferencing.lib</name>
10
    <description>Library for georeferencing algorithms</description>
11
    <parent>
12
                <groupId>org.gvsig</groupId>
13
                <artifactId>org.gvsig.raster.georeferencing</artifactId>
14
                <version>2.0.1-SNAPSHOT</version>
15
        </parent>
16
    <modules>
17
        <module>org.gvsig.raster.georeferencing.lib.api</module>
18
        <module>org.gvsig.raster.georeferencing.lib.impl</module>
19
    </modules>
20
    <properties>
21
        <build-dir>${basedir}/../build</build-dir>
22
    </properties>
23
</project>