Revision 28986

View differences:

branches/v2_0_0_prep/build/projects/gvsig-3D/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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 2
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
4 3
                      http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 4
	<modelVersion>4.0.0</modelVersion>
6 5
	<groupId>org.gvsig</groupId>
7
	<artifactId>gvsig-plugin</artifactId>
6
	<artifactId>gvsig-3D</artifactId>
8 7
	<packaging>pom</packaging>
9
	<version>1.0-SNAPSHOT</version>
10
	<name>gvsig-plugin</name>
11
	<description>
12
		GvSIG plugin. This pom mades all the base plugin needed to run GvSIG
13
	</description>
8
	<version>2.0-SNAPSHOT</version>
9
	<name>gvsig-plugin-3d</name>
10
	<description> GvSIG plugin 3D. This pom mades all the 3D extension
11
		plugin for GvSIG</description>
14 12
	<inceptionYear>2007</inceptionYear>
13

  
15 14
	<properties>
16 15
		<build-dir>${basedir}/../..</build-dir>
17 16
	</properties>
18 17

  
18

  
19 19
	<developers>
20 20
		<developer>
21
			<name>nombre</name>
22
			<id>id</id>
23
			<email>mail@mail.com</email>
21
			<name>Rafael Gaitán</name>
22
			<id>rgaitan</id>
23
			<email>rgaitan@ai2.upv.es</email>
24 24
			<roles>
25
				<role>Project Lead</role>
26
			</roles>
27
			<organization>AI2</organization>
28
		</developer>
29
		<developer>
30
			<name>Maria Ten</name>
31
			<id>mten</id>
32
			<email>mten@ai2.upv.es</email>
33
			<roles>
25 34
				<role>Developer</role>
26 35
			</roles>
27
			<organization>CIT</organization>
36
			<organization>AI2</organization>
28 37
		</developer>
38
		<developer>
39
			<name>Jordi Torres</name>
40
			<id>jtorres</id>
41
			<email>jtorres@ai2.upv.es</email>
42
			<roles>
43
				<role>Developer</role>
44
			</roles>
45
			<organization>AI2</organization>
46
		</developer>
47
		<developer>
48
			<name>Jesus Zarzoso</name>
49
			<id>jzarzoso</id>
50
			<email>jzarzoso@ai2.upv.es</email>
51
			<roles>
52
				<role>Developer</role>
53
			</roles>
54
			<organization>AI2</organization>
55
		</developer>
56
		<developer>
57
			<name>Javier Lluch</name>
58
			<id>jlluch</id>
59
			<email>jlluch@dsic.upv.es</email>
60
			<roles>
61
				<role>Manager</role>
62
			</roles>
63
			<organization>AI2</organization>
64
		</developer>
65
		<developer>
66
			<name>Salvador Bayarri</name>
67
			<id>sbayarri</id>
68
			<email>salvador.bayarri@iver.es</email>
69
			<roles>
70
				<role>Manager</role>
71
			</roles>
72
			<organization>IVER</organization>
73
		</developer>
74
		<developer>
75
			<name>Julio Campos</name>
76
			<id>jcampos</id>
77
			<email>julio.campos@iver.es</email>
78
			<roles>
79
				<role>Project Lead</role>
80
			</roles>
81
			<organization>IVER</organization>
82
		</developer>
83
		<developer>
84
			<name>Angel Fraile</name>
85
			<id>afraile</id>
86
			<email>angel.fraile@iver.es</email>
87
			<roles>
88
				<role>Developer</role>
89
			</roles>
90
			<organization>IVER</organization>
91
		</developer>
29 92
	</developers>
30

  
31 93
	<dependencies>
32 94
		<dependency>
33 95
			<groupId>junit</groupId>
......
35 97
			<version>3.8.1</version>
36 98
			<scope>test</scope>
37 99
		</dependency>
38

  
39 100
		<dependency>
40 101
			<groupId>log4j</groupId>
41 102
			<artifactId>log4j</artifactId>
42 103
			<version>1.2.13</version>
43 104
		</dependency>
44 105
	</dependencies>
45

  
46

  
47

  
106
	
107
	
48 108
	<modules>
49
		<module>../../</module>
50
		<module>../../../libExceptions</module>
51
		<module>../../../libInternationalization</module>
52
		<module>../../../libIverUtiles</module>
53
		<!-- module>../../../libUIComponent</module -->
54
		<!-- module>../../../_fwAndami</module -->
55
		<!-- module>../../../libCorePlugin</module -->
56
		<module>../../../libProjection</module>
57
		<module>../../../libGeometries</module>
109
		<module>../../../libCacheService</module>
110
		<module>../../../lib3DMap-share</module>
111
		<module>../../../libGeometries3D</module>
112
		<module>../../../libGPE-OSG</module>
113
		<module>../../../lib3DMap</module>
114
		<module>../../../ext3Dgui</module>
58 115
	</modules>
116

  
59 117
</project>
60

  

Also available in: Unified diff