Statistics
| Revision:

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

History | View | Annotate | Download (958 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/xsd/maven-4.0.0.xsd">
4

    
5
  <modelVersion>4.0.0</modelVersion>
6
  <artifactId>org.gvsig.fmap.dal.db</artifactId>
7
  <name>${project.artifactId}</name>
8
  <packaging>pom</packaging>
9
  <description>This library has the implementation of the provider of te Data Access Library for accesing to database resources, like JDBC, PostgreSQL or H2.</description>
10
  <parent>
11
      <groupId>org.gvsig</groupId>
12
      <artifactId>org.gvsig.fmap.dal</artifactId>
13
      <version>2.0.240-SNAPSHOT</version>
14
  </parent>  
15

    
16
  <modules>
17
    <module>org.gvsig.fmap.dal.db.lib</module>
18
    <module>org.gvsig.fmap.dal.db.jdbc</module>
19
    <module>org.gvsig.fmap.dal.db.h2</module>
20
        <!--
21
    <module>org.gvsig.fmap.dal.db.mdb</module>
22
        -->
23
  </modules>
24
</project>