Statistics
| Revision:

gvsig-3d / org.gvsig.animation3d / trunk / org.gvsig.animation3d / org.gvsig.animation3d.swing / org.gvsig.animation3d.swing.impl / pom.xml @ 724

History | View | Annotate | Download (981 Bytes)

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.1-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
                <dependency>
17
                <groupId>com.jgoodies</groupId>
18
                <artifactId>jgoodies-forms</artifactId>
19
              </dependency>
20
                <dependency>
21
                        <groupId>com.jeta</groupId>
22
                        <artifactId>formsrt</artifactId>
23
                </dependency>
24
                <dependency>
25
                        <groupId>gov.nasa</groupId>
26
                        <artifactId>worldwind</artifactId>
27
                </dependency>
28
        </dependencies>
29
</project>