Statistics
| Revision:

gvsig-raster / org.gvsig.raster.tools / trunk / org.gvsig.raster.tools / org.gvsig.raster.tools.algorithm / org.gvsig.raster.tools.algorithm.layerdatatype / pom.xml @ 1503

History | View | Annotate | Download (896 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 http://maven.apache.org/maven-v4_0_0.xsd">
4
        <modelVersion>4.0.0</modelVersion>
5
        <artifactId>org.gvsig.raster.tools.algorithm.layerdatatype</artifactId>
6
        <packaging>jar</packaging>
7
        <name>org.gvsig.raster.tools.algorithm.layerdatatype</name>
8
        <parent>
9
                <groupId>org.gvsig</groupId>
10
                <artifactId>org.gvsig.raster.tools.algorithm</artifactId>
11
                <version>2.0.0-SNAPSHOT</version>
12
        </parent>
13
    <properties>
14
        <build-dir>${basedir}/../../../build</build-dir>
15
    </properties>
16
    <dependencies>
17
                <dependency>
18
                        <groupId>org.gvsig</groupId>
19
                        <artifactId>org.gvsig.raster.tools.algorithm.base</artifactId>
20
            <scope>compile</scope>
21
                </dependency>
22
        </dependencies>
23
</project>