Statistics
| Revision:

svn-gvsig-desktop / branches / v2_0_0_prep / extensions / org.gvsig.installer / org.gvsig.installer.prov / org.gvsig.installer.prov.plugin / pom.xml @ 39857

History | View | Annotate | Download (1.68 KB)

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">
2
        <modelVersion>4.0.0</modelVersion>
3
        <artifactId>org.gvsig.installer.prov.plugin</artifactId>
4
        <packaging>jar</packaging>
5
        <name>org.gvsig.installer.prov.plugin</name>
6
        
7
        <parent>
8
                <groupId>org.gvsig</groupId>
9
                <artifactId>org.gvsig.installer.prov</artifactId>
10
                <version>1.0.2-SNAPSHOT</version>
11
        </parent>  
12
        <dependencies>
13
                <dependency>
14
                        <groupId>org.gvsig</groupId>
15
                        <artifactId>org.gvsig.installer.lib.api</artifactId>
16
                        <version>1.0.2-SNAPSHOT</version>
17
            <scope>compile</scope>
18
                </dependency>
19
                <dependency>
20
                        <groupId>org.gvsig</groupId>
21
                        <artifactId>org.gvsig.installer.lib.spi</artifactId>
22
                        <version>1.0.2-SNAPSHOT</version>
23
            <scope>compile</scope>
24
                </dependency>
25
        <dependency>
26
            <groupId>org.gvsig</groupId>
27
            <artifactId>org.gvsig.tools.lib</artifactId>
28
            <scope>compile</scope>
29
        </dependency>
30
                <dependency>
31
                        <groupId>org.apache.ant</groupId>
32
                        <artifactId>ant</artifactId>
33
            <scope>compile</scope>
34
                </dependency>
35
                <dependency>
36
            <groupId>com.sardak</groupId>
37
            <artifactId>antform</artifactId>
38
            <scope>compile</scope>
39
        </dependency>
40
        <dependency>
41
            <groupId>ant-contrib</groupId>
42
            <artifactId>ant-contrib</artifactId>
43
            <scope>compile</scope>
44
        </dependency>
45
        </dependencies>
46
    <properties>
47
        <super.parent.dir>${basedir}/../..</super.parent.dir>
48
    </properties>
49
</project>