Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libGDBMS / project.xml @ 22661

History | View | Annotate | Download (5.31 KB)

1 3199 fjp
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
/*
4
 * Copyright 2001-2004 The Apache Software Foundation.
5
 *
6
 * Licensed under the Apache License, Version 2.0 (the "License");
7
 * you may not use this file except in compliance with the License.
8
 * You may obtain a copy of the License at
9
 *
10
 *      http://www.apache.org/licenses/LICENSE-2.0
11
 *
12
 * Unless required by applicable law or agreed to in writing, software
13
 * distributed under the License is distributed on an "AS IS" BASIS,
14
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
 * See the License for the specific language governing permissions and
16
 * limitations under the License.
17
 */
18
 -->
19
20
21
<project>
22
  <!-- the version of maven's project object model -->
23
24
  <pomVersion>3</pomVersion>
25
  <!-- a unique name for this project -->
26
27
  <id>gdbms</id>
28
  <!-- a short but descriptive name for the project -->
29
30
  <name>        Generic DataBase Management System</name>
31
  <!-- The version of the project under development, e.g.
32
       1.1, 1.2, 2.0-SNAPSHOT -->
33
34
  <currentVersion>0.8-SNAPSHOT</currentVersion>
35
  <!-- details about the organization that 'owns' the project -->
36
37
<!--  <organization>
38
    <name></name>
39
    <url>http:///</url>
40
    <logo>http://.gif</logo>
41
  </organization>-->
42
  <!-- the year the project started -->
43
44
  <inceptionYear>2005</inceptionYear>
45
  <package>com.hardcode.gdbms</package>
46
  <logo>http://gdbms.sourceforge.net/images/gdbms.jpg</logo>
47
  <description>GDBMS is a library that allows to make queries to data sets hosted in different formats and hosts. It follows the SQL92 syntax and extends it in several poins. Allows extensions to data sets types, queries, functions and data types.</description>
48
  <!-- a short description of what the project does -->
49
50
  <shortDescription>GDBMS is a library that allows to make queries to data sets hosted in different formats and hosts.</shortDescription>
51
  <!-- the project home page -->
52
53
  <url>http://gdbms.sourceforge.net/</url>
54
  <issueTrackingUrl>https://sourceforge.net/tracker/?group_id=128650&amp;atid=712327</issueTrackingUrl>
55
<!--  <siteAddress>http://gdbms.sourceforge.net/</siteAddress>
56
  <siteDirectory>/www/maven.apache.org/reference/plugins/examples/</siteDirectory>
57
  <distributionDirectory>/www/maven.apache.org/builds/</distributionDirectory>
58
   the version control repository and http url for online access
59
       the connection element has the form:
60
       scm:<system>:<system specific connection string> -->
61
62
  <repository>
63
    <developerConnection>scm:cvs:ext:elgallego@cvs.sourceforge.net:/cvsroot/gdbms:CVSROOT</developerConnection>
64
    <url>http://cvs.sourceforge.net/viewcvs.py/gdbms/</url>
65
  </repository>
66
  <!-- any mailing lists for the project -->
67
68
  <mailingLists/>
69
  <!-- who the developers are for the project -->
70
71
  <developers>
72
        <developer>
73
                <name>Fernando González Cortés</name>
74
                <id>elgallego</id>
75
                <email>discoduro2@terra.es</email>
76
        </developer>
77
        <developer>
78
                <name>Juan José Lull Noguera</name>
79
        </developer>
80
        <developer>
81
                <name>David García Goñi</name>
82
        </developer>
83
  </developers>
84
  <!-- jar files the project is dependent on -->
85
86
  <licenses>
87
        <license name="LGPL" url="http://www.opensource.org/licenses/lgpl-license.php"/>
88
  </licenses>
89
90
        <dependencies>
91
                <dependency>
92
                        <groupId>junit</groupId>
93
                        <artifactId>junit</artifactId>
94
                        <version>3.8.1</version>
95
                        <url>http://www.junit.org/index.htm</url>
96
                </dependency>
97
                <dependency>
98
                        <groupId>log4j</groupId>
99
                        <artifactId>log4j</artifactId>
100
                        <version>1.2.8</version>
101
                        <url>http://logging.apache.org/log4j/docs/index.html</url>
102
                </dependency>
103
                <dependency>
104
                        <groupId>driver-manager</groupId>
105
                        <artifactId>driver-manager</artifactId>
106
                        <version>1.0</version>
107
                </dependency>
108
                <dependency>
109
                        <groupId>crimson</groupId>
110
                        <artifactId>crimson</artifactId>
111
                        <version>1.1.3</version>
112
                </dependency>
113
                <dependency>
114
                        <groupId>jts</groupId>
115
                        <artifactId>jts</artifactId>
116
                        <version>1.6</version>
117
                </dependency>
118
                <dependency>
119
                        <groupId>hsqldb</groupId>
120
                        <artifactId>hsqldb</artifactId>
121
                        <jar>hsqldb.jar</jar>
122
                        <url>hsqldb.sourceforge.net</url>
123
                </dependency>
124
                <dependency>
125
                        <groupId>mysql-driver</groupId>
126
                        <artifactId>mysql-driver</artifactId>
127
                        <jar>mysql-connector-java-3.0.15-ga-bin.jar</jar>
128
                </dependency>
129
                <dependency>
130
                        <groupId>postgresql-driver</groupId>
131
                        <artifactId>postgresql-driver</artifactId>
132
                        <jar>postgresql-8.0-310.jdbc3.jar</jar>
133
                </dependency>
134
                <dependency>
135
                        <groupId>postgis-driver</groupId>
136
                        <artifactId>postgis-driver</artifactId>
137
                        <jar>postgis.jar</jar>
138
                </dependency>
139
                <dependency>
140
                        <groupId>geotools/gt2</groupId>
141
                        <artifactId>main</artifactId>
142
                        <jar>main-SNAPSHOT.jar</jar>
143
                </dependency>
144
                <dependency>
145
                        <groupId>IverUtiles</groupId>
146
                        <artifactId>IverUtiles</artifactId>
147
                        <jar>iver-utiles.jar</jar>
148
                </dependency>
149
        </dependencies>
150
  <!-- build information for the project -->
151
152
  <build>
153
    <nagEmailAddress>discoduro2@terra.es</nagEmailAddress>
154
    <sourceDirectory>src/main/java</sourceDirectory>
155
    <unitTestSourceDirectory>src/test/java</unitTestSourceDirectory>
156
    <unitTest>
157
      <includes>
158
        <include>**/AllTests.java</include>
159
      </includes>
160
    </unitTest>
161
    <resources>
162
      <resource>
163
        <directory>src/main/resources</directory>
164
        <includes>
165
          <include>**/*</include>
166
        </includes>
167
      </resource>
168
    </resources>
169
  </build>
170
</project>