Statistics
| Revision:

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

History | View | Annotate | Download (982 Bytes)

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