Statistics
| Revision:

gvsig-geoprocess / org.gvsig.geoprocess / trunk / org.gvsig.geoprocess / org.gvsig.geoprocess.app / org.gvsig.geoprocess.app.sextante / pom.xml @ 210

History | View | Annotate | Download (1.78 KB)

1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
        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.geoprocess.app.sextante</artifactId>
5
        <packaging>jar</packaging>
6
        <name>Sextante geoprocesses</name>
7
        <description>Sextante geoprocesses</description>
8

    
9
        <parent>
10
                <groupId>org.gvsig</groupId>
11
                <artifactId>org.gvsig.geoprocess.app</artifactId>
12
                <version>1.0.0-SNAPSHOT</version>
13
        </parent>
14

    
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.andami</artifactId>
24
                        <scope>compile</scope>
25
                </dependency>
26
                <dependency>
27
                        <groupId>es.unex.sextante</groupId>
28
                        <artifactId>sextante</artifactId>
29
                        <scope>compile</scope>
30
                </dependency>
31
                <dependency>
32
                        <groupId>es.unex.sextante</groupId>
33
                        <artifactId>sextante-algorithms</artifactId>
34
                        <scope>runtime</scope>
35
                </dependency>
36
        </dependencies>
37

    
38
        <profiles>
39
                <profile>
40
                        <id>gvsig-install</id>
41
                        <activation>
42
                                <activeByDefault>true</activeByDefault>
43
                        </activation>
44
                        <properties>
45
                                <!-- gvSIG installation folder -->
46
                                <gvsig.install.dir>${basedir}/../../build/product</gvsig.install.dir>
47
                        </properties>
48
                </profile>
49
        </profiles>
50
        <properties>
51
            <package.info.dependencies>required: org.gvsig.geoprocess.app.mainplugin -ge 1.0.0-SNAPSHOT</package.info.dependencies>
52
                <package.info.categories>Geoprocess</package.info.categories>
53
                <package.info.baseDownloadURL>http://devel.gvsig.org/download/projects/gvsig-geoprocess/pool/org.gvsig.geoprocess.app.sextante</package.info.baseDownloadURL>                
54
        </properties>
55
</project>