leif 2002/09/02 05:46:32
Modified: . ant.properties.sample
Log:
Modify the way ids are allocated so that it will work with a wider variety of
databases.
Revision Changes Path
1.19 +7 -1 jakarta-avalon-excalibur/ant.properties.sample
Index: ant.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/ant.properties.sample,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ant.properties.sample 14 Aug 2002 14:58:23 -0000 1.18
+++ ant.properties.sample 2 Sep 2002 12:46:32 -0000 1.19
@@ -144,3 +144,9 @@
jdepend.lib=${jdepend.home}/lib
jdepend.jar=${jdepend.lib}/jdepend.jar
+# --- Enable JDBC Tests ---
+#test.jdbc=true
+#test.jdbc.driver=com.mysql.jdbc.Driver
+#test.jdbc.url=jdbc:mysql://localhost/test
+#test.jdbc.user=<user>
+#test.jdbc.password=<password>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>