dgraham 2003/10/15 22:05:56
Modified: dbutils project.xml
Log:
Removed qdox dependency listing, added developer info, updated
junit dependency to 3.8.1.
Revision Changes Path
1.4 +22 -7 jakarta-commons-sandbox/dbutils/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/dbutils/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.xml 12 Mar 2003 21:55:32 -0000 1.3
+++ project.xml 16 Oct 2003 05:05:56 -0000 1.4
@@ -22,7 +22,9 @@
<gumpRepositoryId>jakarta-dbutils</gumpRepositoryId>
<description>
- Commons.DbUtils is a package of Java utility classes for ther classes that are
in java.sql's hierarchy, or are considered to be so standard and of such high reuse as
to justify existence in java.sql.
+ Commons DbUtils is a package of Java utility classes for their
+ classes that are in java.sql's hierarchy, or are considered to be
+ so standard and of such high reuse as to justify existence in java.sql.
</description>
<url>http://jakarta.apache.org/commons/dbutils/</url>
@@ -58,6 +60,15 @@
</roles>
</developer>
<developer>
+ <name>Juozas Baliuka</name>
+ <id>baliuka</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization></organization>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+ <developer>
<name>Steven Caswell</name>
<id>scaswell</id>
<email>[EMAIL PROTECTED]</email>
@@ -66,6 +77,15 @@
<role>Java Developer</role>
</roles>
</developer>
+ <developer>
+ <name>David Graham</name>
+ <id>dgraham</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization></organization>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
</developers>
@@ -75,17 +95,12 @@
<dependency>
<id>junit</id>
- <version>3.7</version>
+ <version>3.8.1</version>
</dependency>
<dependency>
<id>commons-lang</id>
<version>SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <id>qdox</id>
- <version>1.1</version>
</dependency>
<!--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]