Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.compat.cdc / org.gvsig.fmap.mapcontext / pom.xml @ 44119

History | View | Annotate | Download (872 Bytes)

1
<?xml version="1.0" encoding="UTF-8"?>
2

    
3
<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/maven-v4_0_0.xsd">
4
  <modelVersion>4.0.0</modelVersion>
5
  <artifactId>org.gvsig.fmap.mapcontext</artifactId>
6
  <packaging>pom</packaging>
7
  <name>${project.artifactId}</name>
8
  <parent>
9
      <groupId>org.gvsig</groupId>
10
      <artifactId>org.gvsig.desktop.compat.cdc</artifactId>
11
      <version>2.0.240-SNAPSHOT</version>
12
  </parent>
13

    
14
  <modules>
15
      <module>org.gvsig.fmap.mapcontext.api</module>
16
      <module>org.gvsig.fmap.mapcontext.impl</module>
17
      <!--
18
      <module>org.gvsig.fmap.mapcontext.operation</module>
19
      -->
20
  </modules>
21

    
22
  <description>This project contains the core of the map drawer of gvSIG.</description>
23
</project>
24