Revision 20165 trunk/libraries/libAnimation2D/pom.xml

View differences:

pom.xml
9 9
	<name>libAnimation2D</name>
10 10
	<url>http://maven.apache.org</url>
11 11
	<parent>
12
		<groupId>gvsig.basepoms</groupId>
13
		<artifactId>gvsig-basepoms</artifactId>
12
		<groupId>org.gvsig</groupId>
13
		<artifactId>gvsig-library-base-pom</artifactId>
14 14
		<version>1.0-SNAPSHOT</version>
15 15
	</parent>
16 16
	<dependencies>
17 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>
18
			<groupId>org.gvsig</groupId>
25 19
			<artifactId>gvsig-animation</artifactId>
26 20
			<version>1.0-SNAPSHOT</version>
27 21
		</dependency>
28 22
		<dependency>
29
			<groupId>com.iver.cit</groupId>
23
			<groupId>org.gvsig</groupId>
30 24
			<artifactId>iver-utiles</artifactId>
31 25
			<version>1.0</version>
32
			<scope>system</scope>
33
			<systemPath>
34
				C:/java/gvSIG_HEAD_SVN/_fwAndami/lib/iver-utiles.jar
35
			</systemPath>
36 26
		</dependency>
37 27
		<dependency>
38
			<groupId>com.iver.cit</groupId>
39
			<artifactId>Andamy</artifactId>
28
			<groupId>org.gvsig</groupId>
29
			<artifactId>andami</artifactId>
40 30
			<version>1.0</version>
41
			<scope>system</scope>
42
			<systemPath>
43
				C:/java/gvSIG_HEAD_SVN/_fwAndami/andami.jar
44
			</systemPath>
45 31
		</dependency>
46 32
		<dependency>
47
			<groupId>com.iver.cit</groupId>
48
			<artifactId>AppGVSIG</artifactId>
33
			<groupId>org.gvsig</groupId>
34
			<artifactId>com.iver.cit.gvsig</artifactId>
49 35
			<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 36
		</dependency>
55 37
		<dependency>
56
			<groupId>com.iver.cit</groupId>
38
			<groupId>org.gvsig</groupId>
57 39
			<artifactId>fmap</artifactId>
58 40
			<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 41
		</dependency>
64 42
	</dependencies>
65 43
</project>

Also available in: Unified diff