Author: mvdb Date: Wed Aug 16 15:18:50 2006 New Revision: 432051 URL: http://svn.apache.org/viewvc?rev=432051&view=rev Log: Applying DDLUTILS-110 Modified: db/ddlutils/trunk/pom.xml Modified: db/ddlutils/trunk/pom.xml URL: http://svn.apache.org/viewvc/db/ddlutils/trunk/pom.xml?rev=432051&r1=432050&r2=432051&view=diff ============================================================================== --- db/ddlutils/trunk/pom.xml (original) +++ db/ddlutils/trunk/pom.xml Wed Aug 16 15:18:50 2006 @@ -1,3 +1,21 @@ + + + + 4.0.0 @@ -11,7 +29,64 @@ jar 1.0-SNAPSHOT Apache DdlUtils + + DdlUtils is a small, easy-to-use component for working with Database Definition (DDL) files. + + 2005 http://db.apache.org/ddlutils + + + + Ddlutils Dev List + ddlutils-dev@db.apache.org + ddlutils-dev-subscribe@db.apache.org + ddlutils-dev-unsubscribe@db.apache.org + http://mail-archives.apache.org/mod_mbox/db-ddlutils-dev/ + + http://www.mail-archive.com/ddlutils-dev@db.apache.org/ + http://www.nabble.com/Apache-DdlUtils---Dev-f14475.html + + + + Ddlutils User List + ddlutils-user@db.apache.org + ddlutils-user-subscribe@db.apache.org + ddlutils-user-unsubscribe@db.apache.org + http://mail-archives.apache.org/mod_mbox/db-ddlutils-user/ + + http://www.mail-archive.com/ddlutils-user@db.apache.org/ + http://www.nabble.com/Apache-DdlUtils---User-f14474.html + + + + + + jira + http://issues.apache.org/jira/browse/DDLUTILS + + + + scm:svn:http://svn.apache.org/repos/asf/db/ddlutils/trunk/ + scm:svn:https://svn.apache.org/repos/asf/db/ddlutils/trunk/ + http://svn.apache.org/viewcvs.cgi/db/ddlutils/trunk/ + + + + + apache.website + scp://minotaur.apache.org/www/db.apache.org/ddlutils/ + + + + + + tomdz + Thomas Dudziak + tomdz@maven.org + ASF + + + junit @@ -43,6 +118,16 @@ 3.1 + commons-beanutils + commons-beanutils + 1.7.0 + + + commons-digester + commons-digester + 1.7 + + commons-pool commons-pool 1.2 @@ -72,6 +157,54 @@ oro 2.0.8 + + commons-logging + commons-logging-api + 1.0.4 + + + commons-logging + commons-logging + 1.0.4 + + + + axion + axion + 1.0-M3-dev + test + + + org.apache.derby + derbyclient + 10.1.2.1 + test + + + hsqldb + hsqldb + 1.8.0.1 + test + + + mckoi + mckoi + 1.0.2 + test + + + mysql + mysql-connector-java + 3.1.12 + test + + + postgresql + postgresql + 8.1-404.jdbc3 + test + + @@ -80,12 +213,31 @@ src/java + + + src/java + + **.dtd + **.xml + + + src/test + + + src/test + + jdbc.properties.* + + + org.apache.maven.plugins maven-surefire-plugin + + true jdbc.properties.file @@ -96,5 +248,4 @@ -