Revision 672 org.gvsig.animation3d/trunk/org.gvsig.animation3d/org.gvsig.animation3d.swing/org.gvsig.animation3d.swing.impl/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.animation3d.swing</artifactId>
6
    <version>1.0.0-SNAPSHOT</version>
7
  </parent>
8
  <artifactId>org.gvsig.animation3d.swing.impl</artifactId>
9
  <name>org.gvsig.animation3d.swing.impl</name>
10
  
11
  <dependencies>
12
  	<dependency>
13
  		<groupId>org.gvsig</groupId>
14
  		<artifactId>org.gvsig.animation3d.swing.api</artifactId>
15
  	</dependency>
16
  </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.animation3d.swing</artifactId>
7
		<version>1.0.0-SNAPSHOT</version>
8
	</parent>
9
	<artifactId>org.gvsig.animation3d.swing.impl</artifactId>
10
	<name>org.gvsig.animation3d.swing.impl</name>
11

  
12
	<dependencies>
13
		<dependency>
14
			<groupId>org.gvsig</groupId>
15
			<artifactId>org.gvsig.animation3d.swing.api</artifactId>
16
		</dependency>
17
		<dependency>
18
			<groupId>com.jeta</groupId>
19
			<artifactId>formsrt</artifactId>
20
		</dependency>
21
	</dependencies>
17 22
</project>

Also available in: Unified diff