Statistics
| Revision:

root / org.gvsig.gpe / library / trunk / org.gvsig.gpe / org.gvsig.gpe.exportto / pom.xml @ 898

History | View | Annotate | Download (653 Bytes)

1 392 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.gpe.exportto</artifactId>
5
  <packaging>pom</packaging>
6
7
8
  <parent>
9
      <groupId>org.gvsig</groupId>
10
      <artifactId>org.gvsig.gpe</artifactId>
11 898 jjdelcerro
      <version>2.1.81</version>
12 392 jjdelcerro
  </parent>
13
14
15
  <modules>
16
    <module>org.gvsig.gpe.exportto.kml</module>
17
    <module>org.gvsig.gpe.exportto.generic</module>
18
  </modules>
19
</project>
20
21
22
23