Statistics
| Revision:

svn-gvsig-desktop / branches / org.gvsig.desktop-2018a / org.gvsig.desktop.plugin / org.gvsig.annotation.app / pom.xml @ 43830

History | View | Annotate | Download (786 Bytes)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<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">
3
    <modelVersion>4.0.0</modelVersion>
4
    <artifactId>org.gvsig.annotation.app</artifactId>
5
    <packaging>pom</packaging>
6
    <name>${project.artifactId}</name>
7
    <description>This project group al plugins related to the manage of annotations layers.</description>
8

    
9
    <parent>
10
        <groupId>org.gvsig</groupId>
11
        <artifactId>org.gvsig.desktop.plugin</artifactId>
12
        <version>3.0.0-SNAPSHOT</version>
13
    </parent>
14

    
15
    <modules>
16
        <module>org.gvsig.annotation.app.mainplugin</module>
17
    </modules>
18

    
19
</project>