You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by an...@apache.org on 2005/10/05 07:38:17 UTC

svn commit: r294997 - /gump/metadata/project/db-ddlutils.xml

Author: antonio
Date: Tue Oct  4 22:38:14 2005
New Revision: 294997

URL: http://svn.apache.org/viewcvs?rev=294997&view=rev
Log:
Add the new db.apache.org project: db-ddlutils. This project before was commons-sql.

Added:
    gump/metadata/project/db-ddlutils.xml   (with props)

Added: gump/metadata/project/db-ddlutils.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/db-ddlutils.xml?rev=294997&view=auto
==============================================================================
--- gump/metadata/project/db-ddlutils.xml (added)
+++ gump/metadata/project/db-ddlutils.xml Tue Oct  4 22:38:14 2005
@@ -0,0 +1,46 @@
+<?xml version="1.0" ?>
+<!--
+  Copyright 2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<module name="db-ddlutils">
+
+  <url href="http://db.apache.org/commons"/>
+  <description>
+    Easy-to-use component for working with Database Definition (DDL) files
+  </description>
+
+  <svn repository="db-svn" dir="ddlutils/trunk/"/>
+
+  <project name="db-ddlutils">
+    <package>org.apache.ddlutils</package>
+    <ant target="jar"/>
+    <jar name="dist/DdlUtils-1.0-dev.jar"/>
+    <depend project="ant" version="1.6.5"/>
+    <depend project="commons-beanutils"/>
+    <depend project="commons-betwixt"/>
+    <depend project="commons-collections"/>
+    <depend project="commons-dbcp"/>
+    <depend project="commons-digester"/>
+    <depend project="commons-lang"/>
+    <depend project="commons-logging"/>
+    <depend project="commons-pool"/>
+    <depend project="dom4j"/>
+    <depend project="hsqldb"/>
+    <depend project="junit"/>
+    <license name="LICENSE.txt"/>
+    <nag from="Stefan Bodewig &lt;bodewig@apache.org&gt;"
+	 to="ddlutils-dev@db.apache.org"/>
+  </project>
+</module>

Propchange: gump/metadata/project/db-ddlutils.xml
------------------------------------------------------------------------------
    svn:eol-style = native