Statistics
| Revision:

gvsig-3d / 2.1 / trunk / org.gvsig.view3d / org.gvsig.view3d.app / org.gvsig.view3d.app.common / pom.xml @ 416

History | View | Annotate | Download (1.59 KB)

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.app</artifactId>
7
                <version>1.0.0-SNAPSHOT</version>
8
        </parent>
9
        <artifactId>org.gvsig.view3d.app.common</artifactId>
10
        <name>org.gvsig.view3d.app.common</name>
11

    
12
        <properties>
13
                <!-- Control the deploy of the plugin in gvsig.product.folder.path/gvSIG/extensiones -->
14
                <gvsig.install.plugin>false</gvsig.install.plugin>
15
                <!-- Control the deploy of the plugin package in gvsig.product.folder.path/install -->
16
                <gvsig.install.plugin.package>false</gvsig.install.plugin.package>
17
        </properties>
18

    
19
        <dependencies>
20
                <dependency>
21
                        <groupId>org.gvsig</groupId>
22
                        <artifactId>org.gvsig.view3d.swing.api</artifactId>
23
                </dependency>
24
                <dependency>
25
                        <groupId>org.gvsig</groupId>
26
                        <artifactId>org.gvsig.view3d.swing.impl</artifactId>
27
                        <scope>runtime</scope>
28
                </dependency>
29
                <dependency>
30
                        <groupId>org.gvsig</groupId>
31
                        <artifactId>org.gvsig.app.mainplugin</artifactId>
32
                </dependency>
33
                <dependency>
34
                        <groupId>gov.nasa</groupId>
35
                        <artifactId>worldwind</artifactId>
36
                        <scope>runtime</scope>
37
                </dependency>
38
                <dependency>
39
                        <groupId>org.jogamp.gluegen</groupId>
40
                        <artifactId>gluegen-rt</artifactId>
41
                        <scope>runtime</scope>
42
                </dependency>
43
                <dependency>
44
                        <groupId>org.jogamp.jogl</groupId>
45
                        <artifactId>jogl-all</artifactId>
46
                        <scope>runtime</scope>
47
                </dependency>
48
        </dependencies>
49
</project>