Statistics
| Revision:

gvsig-educa / org.gvsig.educa.portableview / trunk / org.gvsig.educa.portableview / org.gvsig.educa.portableview.app / org.gvsig.educa.portableview.app.editor / pom.xml @ 284

History | View | Annotate | Download (969 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.educa.portableview.app</artifactId>
7
                <version>1.0.2-SNAPSHOT</version>
8
        </parent>
9
        <artifactId>org.gvsig.educa.portableview.app.editor</artifactId>
10
        <name>org.gvsig.educa.portableview.app.editor</name>
11

    
12
        <dependencies>
13
            <dependency>
14
                <groupId>org.gvsig</groupId>
15
                <artifactId> org.gvsig.educa.portableview.app.viewer </artifactId>
16
                <scope>compile</scope>
17
            </dependency>
18
            <dependency>
19
                <groupId>org.gvsig</groupId>
20
                <artifactId>org.gvsig.about.api</artifactId>
21
                <scope>compile</scope>
22
            </dependency>
23
        </dependencies>
24
</project>