diff --git a/build.xml b/build.xml
index 8c9430f5..bdf1abe1 100644
--- a/build.xml
+++ b/build.xml
@@ -61,6 +61,7 @@
+
@@ -85,6 +86,7 @@
+
@@ -130,6 +132,7 @@
+
diff --git a/depends-incl.xml b/depends-incl.xml
index b0894727..50fed95a 100644
--- a/depends-incl.xml
+++ b/depends-incl.xml
@@ -35,29 +35,33 @@
----------------------------------------------
Jakarta libraries - http://jakarta.apache.org/
----------------------------------------------
-
+
Commons Collections: ${jakarta.commons-colls.present}
-
+
Commons Logging: ${jakarta.commons-logging.present}
-
+
Commons Digester: ${jakarta.commons-digester.present}
-
+
Commons Io: ${jakarta.commons-io.present}
-
+
Velocity: ${jakarta.velocity.present}
+
+
+ ---------------
+ Other libraries
+ ---------------
+
+ EH Cache: ${ehcache.present}
@@ -84,6 +88,14 @@
com.samskivert.jdbc: ${build.jdbc}
+
+
+
+
+
+
+ com.samskivert.jdbc.depot: ${build.depot}
+
diff --git a/src/java/com/samskivert/jdbc/tests/TestRecord.java b/src/java/com/samskivert/jdbc/depot/tests/TestRecord.java
similarity index 95%
rename from src/java/com/samskivert/jdbc/tests/TestRecord.java
rename to src/java/com/samskivert/jdbc/depot/tests/TestRecord.java
index c5287a35..3a4a3867 100644
--- a/src/java/com/samskivert/jdbc/tests/TestRecord.java
+++ b/src/java/com/samskivert/jdbc/depot/tests/TestRecord.java
@@ -1,7 +1,7 @@
//
// $Id$
-package com.samskivert.jdbc.tests;
+package com.samskivert.jdbc.depot.tests;
import java.sql.Date;
import java.sql.Timestamp;
diff --git a/src/java/com/samskivert/jdbc/tests/TestRepository.java b/src/java/com/samskivert/jdbc/depot/tests/TestRepository.java
similarity index 96%
rename from src/java/com/samskivert/jdbc/tests/TestRepository.java
rename to src/java/com/samskivert/jdbc/depot/tests/TestRepository.java
index 97d26983..73223107 100644
--- a/src/java/com/samskivert/jdbc/tests/TestRepository.java
+++ b/src/java/com/samskivert/jdbc/depot/tests/TestRepository.java
@@ -1,7 +1,7 @@
//
// $Id$
-package com.samskivert.jdbc.tests;
+package com.samskivert.jdbc.depot.tests;
import java.sql.Date;
import java.sql.Timestamp;