Revision 413 2.1/trunk/org.gvsig.view3d/org.gvsig.view3d.swing/org.gvsig.view3d.swing.api/pom.xml

View differences:

pom.xml
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/xsd/maven-4.0.0.xsd">
2
  <modelVersion>4.0.0</modelVersion>
3
  <parent>
4
    <groupId>org.gvsig</groupId>
5
    <artifactId>org.gvsig.view3d.swing</artifactId>
6
    <version>1.0.0-SNAPSHOT</version>
7
  </parent>
8
  <artifactId>org.gvsig.view3d.swing.api</artifactId>
9
  <name>org.gvsig.view3d.swing.api</name>
10
  <dependencies>
11
  	<dependency>
12
  		<groupId>org.gvsig</groupId>
13
  		<artifactId>org.gvsig.tools.lib</artifactId>
14
  	</dependency>
15
  	<dependency>
16
  		<groupId>org.gvsig</groupId>
17
  		<artifactId>org.gvsig.fmap.mapcontext.api</artifactId>
18
  	</dependency>
19
  </dependencies>
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
	<modelVersion>4.0.0</modelVersion>
4
	<parent>
5
		<groupId>org.gvsig</groupId>
6
		<artifactId>org.gvsig.view3d.swing</artifactId>
7
		<version>1.0.0-SNAPSHOT</version>
8
	</parent>
9
	<artifactId>org.gvsig.view3d.swing.api</artifactId>
10
	<name>org.gvsig.view3d.swing.api</name>
11
	<dependencies>
12
		<dependency>
13
			<groupId>org.gvsig</groupId>
14
			<artifactId>org.gvsig.tools.lib</artifactId>
15
		</dependency>
16
		<dependency>
17
			<groupId>org.gvsig</groupId>
18
			<artifactId>org.gvsig.fmap.mapcontext.api</artifactId>
19
		</dependency>
20
		<dependency>
21
			<groupId>gov.nasa</groupId>
22
			<artifactId>worldwind</artifactId>
23
		</dependency>
24
		<dependency>
25
			<groupId>gov.nasa</groupId>
26
			<artifactId>worldwindx</artifactId>
27
			<version>2.0.0</version>
28
		</dependency>
29
		<dependency>
30
			<groupId>org.jogamp.gluegen</groupId>
31
			<artifactId>gluegen-rt</artifactId>
32
		</dependency>
33
		<dependency>
34
			<groupId>org.jogamp.jogl</groupId>
35
			<artifactId>jogl-all</artifactId>
36
		</dependency>
37
	</dependencies>
20 38
</project>

Also available in: Unified diff