Statistics
| Revision:

gvsig-3d / 2.1 / branches / org.gvsig.view3d_vector_and_extrusion_2.3 / org.gvsig.view3d / org.gvsig.view3d / org.gvsig.view3d.app / org.gvsig.view3d.app.common / pom.xml @ 742

History | View | Annotate | Download (1.83 KB)

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

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

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