Statistics
| Revision:

gvsig-raster / org.gvsig.raster.tilecache / tags / buildNumber_25 / pom.xml @ 6767

History | View | Annotate | Download (907 Bytes)

1 387 nbrodin
<?xml version="1.0" encoding="UTF-8"?>
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 524 nbrodin
        <artifactId>org.gvsig.raster.tilecache</artifactId>
5 387 nbrodin
        <packaging>pom</packaging>
6 504 nbrodin
        <version>2.0.0-SNAPSHOT</version>
7 522 nbrodin
        <name>org.gvsig.raster.tilecache</name>
8 387 nbrodin
        <description>cache service for gvSIG</description>
9
        <inceptionYear>2011</inceptionYear>
10
    <parent>
11
        <groupId>org.gvsig</groupId>
12
        <artifactId>gvsig-base-pom</artifactId>
13
        <version>2.0-SNAPSHOT</version>
14
    </parent>
15
        <properties>
16 592 nbrodin
                <build-dir>${basedir}/../build</build-dir>
17 387 nbrodin
        </properties>
18
        <modules>
19 522 nbrodin
                <module>org.gvsig.raster.tilecache.io</module>
20
                <module>org.gvsig.raster.tilecache.app</module>
21 387 nbrodin
        </modules>
22
</project>