Statistics
| Revision:

gvsig-geoprocess / org.gvsig.geoprocess / tags / gvsig-v2_0_0_Build_2011 / org.gvsig.sextante.app.extension / pom.xml @ 1137

History | View | Annotate | Download (1.02 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.sextante.app.extension</artifactId>
5
    <packaging>jar</packaging>
6
    <name>org.gvsig.sextante.app.extension</name>
7
    <version>0.6.0-SNAPSHOT</version>
8
    <description>Sextante bindings</description>
9

    
10
    <parent>
11
        <groupId>org.gvsig</groupId>
12
        <artifactId>org.gvsig.sextante.app</artifactId>
13
        <version>0.6.0-SNAPSHOT</version>
14
    </parent>
15

    
16
    <profiles>
17
        <profile>
18
            <id>gvsig-install</id>
19
            <activation>
20
                <activeByDefault>true</activeByDefault>
21
            </activation>
22
            <properties>
23
                <!--  gvSIG installation folder -->
24
                <gvsig.install.dir>${basedir}/../../build/product</gvsig.install.dir>
25
            </properties>
26
        </profile>
27
    </profiles>
28
</project>