Statistics
| Revision:

gvsig-raster / org.gvsig.raster.tools / trunk / org.gvsig.raster.tools / org.gvsig.raster.tools.algorithm / org.gvsig.raster.tools.algorithm.swing / pom.xml @ 1622

History | View | Annotate | Download (1.36 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
        <modelVersion>4.0.0</modelVersion>
4
        <artifactId>org.gvsig.raster.tools.algorithm.swing</artifactId>
5
        <packaging>pom</packaging>
6
        <name>org.gvsig.raster.tools.algorithm.swing</name>
7
        <parent>
8
                <groupId>org.gvsig</groupId>
9
                <artifactId>org.gvsig.raster.tools.algorithm</artifactId>
10
                <version>2.0.0</version>
11
        </parent>
12
    <properties>
13
        <build-dir>${basedir}/../../../build</build-dir>
14
    </properties>
15
        <dependencies>
16
                <dependency>
17
            <groupId>org.gvsig</groupId>
18
            <artifactId>org.gvsig.tools.lib</artifactId>      
19
            <scope>compile</scope>
20
        </dependency> 
21
        <dependency>
22
            <groupId>org.gvsig</groupId>
23
            <artifactId>org.gvsig.fmap.mapcontext</artifactId>
24
            <scope>compile</scope>
25
        </dependency>
26
        <dependency>
27
            <groupId>org.gvsig</groupId>
28
            <artifactId>org.gvsig.i18n</artifactId>
29
            <scope>compile</scope>
30
        </dependency>
31
        </dependencies>
32
         <modules>
33
        <module>org.gvsig.raster.tools.algorithm.swing.api</module>
34
        <module>org.gvsig.raster.tools.algorithm.swing.impl</module>
35
    </modules>
36
</project>