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 @ 40435

History | View | Annotate | Download (1.1 KB)

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
  <parent>
10
      <groupId>org.gvsig</groupId>
11
      <artifactId>org.gvsig.fmap.dal</artifactId>
12
      <version>2.0.10-SNAPSHOT</version>
13
  </parent>  
14

    
15
  <build>
16
    <plugins>
17
      <plugin>
18
          <groupId>org.apache.maven.plugins</groupId>
19
          <artifactId>maven-compiler-plugin</artifactId>
20
          <configuration>
21
              <source>1.5</source>
22
              <target>1.5</target>
23
              <encoding>ISO-8859-1</encoding>
24
          </configuration>
25
      </plugin>
26
    </plugins>
27
  </build>
28

    
29
  <modules>
30
    <module>org.gvsig.fmap.dal.db.lib</module>
31
    <module>org.gvsig.fmap.dal.db.jdbc</module>
32
    <module>org.gvsig.fmap.dal.db.h2</module>
33
  </modules>
34
</project>