<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">
	<modelVersion>4.0.0</modelVersion>
	<artifactId>org.gvsig.geoprocess.app.sextante</artifactId>
	<packaging>jar</packaging>
	<name>Geoprocess: sextante algorithms</name>
	<description>Geoprocess: all the available sextante algorithms in the sextante build available in 2011/10/19</description>

	<parent>
		<groupId>org.gvsig</groupId>
		<artifactId>org.gvsig.geoprocess.app</artifactId>
		<version>2.0.0</version>
	</parent>

	<dependencies>
		<dependency>
			<groupId>org.gvsig</groupId>
			<artifactId>org.gvsig.geoprocess.app.mainplugin</artifactId>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>org.gvsig</groupId>
			<artifactId>org.gvsig.tools.lib</artifactId>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>org.gvsig</groupId>
			<artifactId>org.gvsig.andami</artifactId>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>es.unex.sextante</groupId>
			<artifactId>sextante</artifactId>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>es.unex.sextante</groupId>
			<artifactId>sextante-algorithms</artifactId>
			<scope>runtime</scope>
		</dependency>
	</dependencies>

	<profiles>
		<profile>
			<id>gvsig-install</id>
			<activation>
				<activeByDefault>true</activeByDefault>
			</activation>
			<properties>
				<!-- gvSIG installation folder -->
				<gvsig.install.dir>${basedir}/../../build/product</gvsig.install.dir>
			</properties>
		</profile>
	</profiles>
	<properties>
    	<package.info.dependencies>required: org.gvsig.geoprocess.app.mainplugin -ge 2.0.0-SNAPSHOT</package.info.dependencies>
		<package.info.categories>Geoprocess</package.info.categories>
		<package.info.baseDownloadURL>http://devel.gvsig.org/download/projects/gvsig-geoprocess/pool/org.gvsig.geoprocess.app.sextante</package.info.baseDownloadURL>		
	</properties>
</project>
