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 @ 40298

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