Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.plugin / org.gvsig.annotation.app / pom.xml @ 44119

History | View | Annotate | Download (754 Bytes)

1 40510 jjdelcerro
<?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 40523 jjdelcerro
  <description>This project group al plugins related to the manage of annotations layers.</description>
8 40510 jjdelcerro
9
  <parent>
10
    <groupId>org.gvsig</groupId>
11
    <artifactId>org.gvsig.desktop.plugin</artifactId>
12 44119 jjdelcerro
    <version>2.0.240-SNAPSHOT</version>
13 40510 jjdelcerro
  </parent>
14
15
  <modules>
16
    <module>org.gvsig.annotation.app.mainplugin</module>
17
  </modules>
18
19
</project>