Revision 40510 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.annotation.app/pom.xml

View differences:

pom.xml
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.10-SNAPSHOT</version>
18
  </parent>
19

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

  
24
</project>
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.10</version>
18
  </parent>
19

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

  
24
</project>

Also available in: Unified diff