Statistics
| Revision:

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

History | View | Annotate | Download (843 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>
8
Anotation layer support:
9
- Create anotation layer
10
- Modify annotation layer (throught standard editing)
11
- Editing single labelling (position and label settings)
12
  </description>
13

    
14
  <parent>
15
    <groupId>org.gvsig</groupId>
16
    <artifactId>org.gvsig.desktop.plugin</artifactId>
17
    <version>2.0.11-SNAPSHOT</version>
18
  </parent>
19

    
20
  <modules>
21
    <module>org.gvsig.annotation.app.mainplugin</module>
22
  </modules>
23

    
24
</project>