Statistics
| Revision:

gvsig-gdal / trunk / org.gvsig.gdal / org.gvsig.gdal.app / org.gvsig.gdal.app.mainplugin / org.gvsig.gdal.app.mainplugin.common / pom.xml @ 394

History | View | Annotate | Download (1.37 KB)

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

    
3
<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">
4
    <modelVersion>4.0.0</modelVersion>
5
    <artifactId>org.gvsig.gdal.app.mainplugin.common</artifactId>
6
    <packaging>jar</packaging>
7
    <name>${project.artifactId}</name>
8
    <description>Gdal bindings for gvSIG.</description>
9
    <parent>
10
        <groupId>org.gvsig</groupId>
11
        <artifactId>org.gvsig.gdal.app.mainplugin</artifactId>
12
        <version>1.0.61-SNAPSHOT</version>
13
    </parent>
14

    
15
    <dependencies>
16
        <dependency>
17
            <groupId>org.gvsig</groupId>
18
            <artifactId>org.gvsig.andami</artifactId>
19
            <scope>compile</scope>
20
        </dependency>
21
        <dependency>
22
            <groupId>org.gdal</groupId>
23
            <artifactId>gdal</artifactId>
24
            <scope>compile</scope>
25
        </dependency>
26
    </dependencies>
27
        
28
    <properties>
29
        <!-- Control the deploy of the plugin in gvsig.product.folder.path/gvSIG/extensiones -->
30
        <gvsig.install.plugin>false</gvsig.install.plugin>
31
        <!--  Control the deploy of the plugin package in gvsig.product.folder.path/install -->
32
        <gvsig.install.plugin.package>false</gvsig.install.plugin.package>
33
    </properties>                
34
</project>