Statistics
| Revision:

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

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