Statistics
| Revision:

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

History | View | Annotate | Download (1.14 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/xsd/maven-4.0.0.xsd">
5
        <modelVersion>4.0.0</modelVersion>
6
        <groupId>org.gvsig</groupId>
7
        <artifactId>org.gvsig.educa.portableview.app</artifactId>
8
        <packaging>pom</packaging>
9
        <name>org.gvsig.educa.portableview.app</name>
10
        <description>Educa.PortableView plugins</description>
11
        <parent>
12
            <groupId>org.gvsig</groupId>
13
            <artifactId>org.gvsig.educa.portableview</artifactId>
14
            <version>1.0.2-SNAPSHOT</version> 
15
        </parent>
16
        <properties>
17
                <gvsig.package.info.poolURL>https://devel.gvsig.org/download/projects/gvsig-educa/pool</gvsig.package.info.poolURL>
18
        </properties>
19
        <dependencies>
20
                <dependency>
21
                        <groupId>org.slf4j</groupId>
22
                        <artifactId>slf4j-api</artifactId>
23
                        <scope>compile</scope>
24
                </dependency>
25
        </dependencies>
26
        <modules>
27
                <module>org.gvsig.educa.portableview.app.viewer</module>
28
                <module>org.gvsig.educa.portableview.app.editor</module>
29
        </modules>
30
</project>