Statistics
| Revision:

gvsig-raster / org.gvsig.raster.tools / tags / gvSIGv2_1_0_Build_2218 / org.gvsig.raster.tools.algorithm / org.gvsig.raster.tools.algorithm.maskthreshold / pom.xml @ 3911

History | View | Annotate | Download (792 Bytes)

1 1260 nbrodin
<?xml version="1.0" encoding="ISO-8859-1"?>
2 1622 nbrodin
<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/maven-v4_0_0.xsd">
3 1260 nbrodin
        <modelVersion>4.0.0</modelVersion>
4
        <artifactId>org.gvsig.raster.tools.algorithm.maskthreshold</artifactId>
5
        <packaging>jar</packaging>
6
        <name>org.gvsig.raster.tools.algorithm.maskthreshold</name>
7
        <parent>
8
                <groupId>org.gvsig</groupId>
9
                <artifactId>org.gvsig.raster.tools.algorithm</artifactId>
10 2257 nbrodin
                <version>2.2.0-SNAPSHOT</version>
11 1260 nbrodin
        </parent>
12
    <dependencies>
13
                <dependency>
14
                        <groupId>org.gvsig</groupId>
15 1897 nbrodin
                        <artifactId>org.gvsig.raster.algorithm</artifactId>
16 1260 nbrodin
            <scope>compile</scope>
17
                </dependency>
18
        </dependencies>
19
</project>