Statistics
| Revision:

gvsig-raster / org.gvsig.raster / branches / org.gvsig.raster.2.4 / org.gvsig.raster / org.gvsig.raster.swing / org.gvsig.raster.swing.legend / pom.xml @ 6899

History | View | Annotate | Download (644 Bytes)

1
<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">
2
  <modelVersion>4.0.0</modelVersion>
3
  <parent>
4
    <groupId>org.gvsig</groupId>
5
    <artifactId>org.gvsig.raster.swing</artifactId>
6
    <version>2.4.1-SNAPSHOT</version>
7
  </parent>
8
  <artifactId>org.gvsig.raster.swing.legend</artifactId>
9
  <packaging>pom</packaging>
10
  <modules>
11
    <module>
12
      org.gvsig.raster.swing.legend.api
13
    </module>
14
    <module>
15
      org.gvsig.raster.swing.legend.impl
16
    </module>
17
  </modules>
18
</project>