Statistics
| Revision:

gvsig-educa / org.gvsig.educa.thematicmap.app / trunk / org.gvsig.educa.thematicmap.app / org.gvsig.educa.thematicmap.app.viewer / pom.xml @ 2

History | View | Annotate | Download (1.77 KB)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2

    
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5
        <modelVersion>4.0.0</modelVersion>
6
        <artifactId>org.gvsig.educa.thematicmap.app.viewer</artifactId>
7
        <packaging>jar</packaging>
8
        <name>org.gvsig.educa.thematicmap.app.viewer</name>
9
        <parent>
10
                <groupId>org.gvsig</groupId>
11
                <artifactId>org.gvsig.educa.thematicmap.app</artifactId>
12
                <version>1.0.0-SNAPSHOT</version>
13
        </parent>
14

    
15
        <dependencies>
16
                <dependency>
17
                        <groupId>org.gvsig</groupId>
18
                        <artifactId>org.gvsig.andami</artifactId>
19
                </dependency>
20
                <dependency>
21
                        <groupId>org.gvsig</groupId>
22
                        <artifactId>org.gvsig.i18n</artifactId>
23
                </dependency>
24
                <dependency>
25
                        <groupId>org.gvsig</groupId>
26
                        <artifactId>org.gvsig.tools.lib</artifactId>
27
                </dependency>
28
                <dependency>
29
                        <groupId>org.gvsig</groupId>
30
                        <artifactId>org.gvsig.educa.thematicmap.lib.api</artifactId>
31
                </dependency>
32
                <dependency>
33
                        <groupId>org.gvsig</groupId>
34
                        <artifactId>org.gvsig.educa.thematicmap.swing.api</artifactId>
35
                </dependency>
36
                <dependency>
37
                        <groupId>org.gvsig</groupId>
38
                        <artifactId>org.gvsig.educa.thematicmap.lib.impl</artifactId>
39
                </dependency>
40
                <dependency>
41
                        <groupId>org.gvsig</groupId>
42
                        <artifactId>org.gvsig.educa.thematicmap.swing.impl</artifactId>
43
                </dependency>
44
        </dependencies>
45
        <profiles>
46
                <profile>
47
                        <id>gvsig-install</id>
48
                        <activation>
49
                                <activeByDefault>true</activeByDefault>
50
                        </activation>
51
                        <properties>
52
                                <!--
53
                                        Default gvSIG installation folder relative to the current workspace
54
                                -->
55
                                <gvsig.install.dir>${basedir}/../../build/product</gvsig.install.dir>
56
                        </properties>
57
                </profile>
58
        </profiles>
59
</project>