Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libAnimationCommon / pom.xml @ 20153

History | View | Annotate | Download (3.12 KB)

1
<project xmlns="http://maven.apache.org/POM/4.0.0"
2
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
        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
        <groupId>com.iver.cit.gvsig.animation</groupId>
6
        <artifactId>libAnimationCommon</artifactId>
7
        <packaging>jar</packaging>
8
        <version>1.0-SNAPSHOT</version>
9
        <name>libAnimationCommon</name>
10
        <url>http://maven.apache.org</url>
11
        <parent>
12
                <groupId>gvsig.basepoms</groupId>
13
                <artifactId>gvsig-basepoms</artifactId>
14
                <version>1.0-SNAPSHOT</version>
15
        </parent>
16
        <dependencies>
17
                <dependency>
18
                        <groupId>junit</groupId>
19
                        <artifactId>junit</artifactId>
20
                        <version>3.8.1</version>
21
                        <scope>test</scope>
22
                </dependency>
23
                <dependency>
24
                        <groupId>com.iver.cit.gvsig.animation</groupId>
25
                        <artifactId>gvsig-animation</artifactId>
26
                        <version>1.0-SNAPSHOT</version>
27
                </dependency>
28
                <dependency>
29
                        <groupId>com.iver.cit</groupId>
30
                        <artifactId>iver-utiles</artifactId>
31
                        <version>1.0</version>
32
                        <scope>system</scope>
33
                        <systemPath>
34
                                C:/java/gvSIG_HEAD_SVN/_fwAndami/lib/iver-utiles.jar
35
                        </systemPath>
36
                </dependency>
37
                <dependency>
38
                        <groupId>com.iver.cit</groupId>
39
                        <artifactId>Andamy</artifactId>
40
                        <version>1.0</version>
41
                        <scope>system</scope>
42
                        <systemPath>
43
                                C:/java/gvSIG_HEAD_SVN/_fwAndami/andami.jar
44
                        </systemPath>
45
                </dependency>
46
                <dependency>
47
                        <groupId>com.iver.cit</groupId>
48
                        <artifactId>AppGVSIG</artifactId>
49
                        <version>1.0</version>
50
                        <scope>system</scope>
51
                        <systemPath>
52
                                C:/java/gvSIG_HEAD_SVN/_fwAndami/gvSIG/extensiones/com.iver.cit.gvsig/lib/com.iver.cit.gvsig.jar
53
                        </systemPath>
54
                </dependency>
55
                <dependency>
56
                        <groupId>com.iver.cit</groupId>
57
                        <artifactId>fmap</artifactId>
58
                        <version>1.0</version>
59
                        <scope>system</scope>
60
                        <systemPath>
61
                                C:/java/gvSIG_HEAD_SVN/_fwAndami/gvSIG/extensiones/com.iver.cit.gvsig/lib/fmap.jar
62
                        </systemPath>
63
                </dependency>
64
                <dependency>
65
                        <groupId>com.iver.ai2</groupId>
66
                        <artifactId>gvsig3d</artifactId>
67
                        <version>1.0</version>
68
                        <scope>system</scope>
69
                        <systemPath>
70
                                C:/java/gvSIG_HEAD_SVN/ext3Dgui/lib/com.iver.ai2.gvsig3d.jar
71
                        </systemPath>
72
                </dependency>
73
                <dependency>
74
                        <groupId>com.iver.ai2</groupId>
75
                        <artifactId>gvsig3d_share</artifactId>
76
                        <version>1.0</version>
77
                        <scope>system</scope>
78
                        <systemPath>
79
                                C:/java/gvSIG_HEAD_SVN/ext3Dgui/lib/com.iver.ai2.gvsig3d_share.jar
80
                        </systemPath>
81
                </dependency>
82
                <dependency>
83
                        <groupId>org.cresques.cts</groupId>
84
                        <artifactId>cresques</artifactId>
85
                        <version>1.0</version>
86
                        <scope>system</scope>
87
                        <systemPath>
88
                                C:/java/gvSIG_HEAD_SVN/_fwAndami/gvSIG/extensiones/com.iver.cit.gvsig/lib/org.cresques.cts.jar
89
                        </systemPath>
90
                </dependency>
91
                <dependency>
92
                        <groupId>com.iver.ai2</groupId>
93
                        <artifactId>gvsig3dgui</artifactId>
94
                        <version>1.0</version>
95
                        <scope>system</scope>
96
                        <systemPath>
97
                                C:/java/gvSIG_HEAD_SVN/_fwAndami/gvSIG/extensiones/com.iver.ai2.gvsig3dgui/lib/com.iver.ai2.gvsig3dgui.jar
98
                        </systemPath>
99
                </dependency>
100

    
101
        </dependencies>
102
</project>