<?xml version="1.0" encoding="ISO-8859-1"?>

<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.gdal.app.mainplugin.common</artifactId>
    <packaging>jar</packaging>
    <name>${project.artifactId}</name>
    <description>Gdal bindings for gvSIG.</description>
    <parent>
        <groupId>org.gvsig</groupId>
        <artifactId>org.gvsig.gdal.app.mainplugin</artifactId>
        <version>1.0.194</version>
    </parent>

    <dependencies>
        <dependency>
            <groupId>org.gvsig</groupId>
            <artifactId>org.gvsig.andami</artifactId>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.gdal</groupId>
            <artifactId>gdal</artifactId>
            <scope>compile</scope>
        </dependency>
    </dependencies>
	
    <properties>
        <!-- Control the deploy of the plugin in gvsig.product.folder.path/gvSIG/extensiones -->
        <gvsig.install.plugin>false</gvsig.install.plugin>
        <!--  Control the deploy of the plugin package in gvsig.product.folder.path/install -->
        <gvsig.install.plugin.package>false</gvsig.install.plugin.package>
    </properties>		
</project>
