Statistics
| Revision:

gvsig-gdal / trunk / org.gvsig.gdal / org.gvsig.gdal.app / org.gvsig.gdal.app.mainplugin / org.gvsig.gdal.app.mainplugin.all.all / pom.xml @ 20

History | View | Annotate | Download (1.46 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<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/xsd/maven-4.0.0.xsd">
3

    
4
        <modelVersion>4.0.0</modelVersion>
5
        <artifactId>org.gvsig.gdal.app.mainplugin.all.all</artifactId>
6
        <packaging>jar</packaging>
7
        <name>org.gvsig.gdal.app.mainplugin.all.all</name>
8
        <description>Gdal data provider for gvSIG: jpeg, tiff, png, gif.</description>
9
        <parent>
10
                <groupId>org.gvsig</groupId>
11
                <artifactId>org.gvsig.gdal.app.mainplugin</artifactId>
12
                <version>1.0.0-SNAPSHOT</version>
13
        </parent>
14
        <dependencies>
15
            <dependency>
16
                        <groupId>org.gdal</groupId>
17
                        <artifactId>gdal</artifactId>
18
                </dependency>
19
                <dependency>
20
                        <groupId>org.gvsig</groupId>
21
                        <artifactId>org.gvsig.andami</artifactId>
22
                        <scope>compile</scope>
23
                </dependency>
24
                <dependency>
25
                        <groupId>org.gvsig</groupId>
26
                        <artifactId>org.gvsig.jgdal</artifactId>
27
                        <classifier>linux-all-gcc4-x86_64-dynamic</classifier>
28
                        <type>tar.gz</type>
29
                        <scope>runtime</scope>
30
                </dependency>
31
        </dependencies>
32
        
33
  <properties>
34
      <!-- Control the deploy of the plugin in gvsig.product.folder.path/gvSIG/extensiones -->
35
      <gvsig.install.plugin>false</gvsig.install.plugin>
36
      <!--  Control the deploy of the plugin package in gvsig.product.folder.path/install -->
37
      <gvsig.install.plugin.package>false</gvsig.install.plugin.package>
38
  </properties>        
39
</project>