Revision 25905

View differences:

trunk/build/projects/gvsig-plugin-animation/pom.xml
1
<project xmlns="http://maven.apache.org/POM/4.0.0"

2
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

1
<project xmlns="http://maven.apache.org/POM/4.0.0"
2
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
4 4
                      http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 5
	<modelVersion>4.0.0</modelVersion>
......
12 12
		GvSIG plugin animation. This pom mades all the animation
13 13
		extension plugin for GvSIG
14 14
	</description>
15
	<distributionManagement>
16
		<repository>
17
			<id>gvsig-ftp-repository</id>
18
			<name>gvSIG maven FTP repository</name>
19
			<url>ftp://downloads.gvsig.org:20001/user/maven
20
			</url>
21
		</repository>
22
		<snapshotRepository>
23
			<id>gvsig-ftp-repository</id>
24
			<name>gvSIG maven FTP repository</name>
25
			<url>ftp://downloads.gvsig.org:20001/user/maven
26
			</url>
27
		</snapshotRepository>
28
	</distributionManagement>
15 29

  
16 30
	<modules>
17
		<!-- module>../gvsig-plugin-3D</module-->
31
<!--		<module>../gvsig-plugin-3D</module>-->
18 32
		<module>../../../libAnimation</module>
19 33
		<module>../../../libAnimationCommon</module>
20 34
		<module>../../../libAnimation2D</module>

Also available in: Unified diff