Author: psteitz
Date: Sun Feb 11 11:09:03 2007
New Revision: 506097
URL: http://svn.apache.org/viewvc?view=rev&rev=506097
Log:
Added note on Ant build setup.
Modified:
jakarta/commons/proper/dbcp/trunk/README.txt
Modified: jakarta/commons/proper/dbcp/trunk/README.txt
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/dbcp/trunk/README.txt?view=diff&rev=506097&r1=506096&r2=506097
==============================================================================
--- jakarta/commons/proper/dbcp/trunk/README.txt (original)
+++ jakarta/commons/proper/dbcp/trunk/README.txt Sun Feb 11 11:09:03 2007
@@ -12,9 +12,14 @@
from the top-level directory of the source distribution (the directory
that contains the file named project.xml).
-DBCP can also be build using ant from the build.xml file.
-This file is generated by Maven and all required jars will be
-downloaded.
+DBCP can also be build using Ant from the build.xml file.
+Locations of dependent jars for the Ant build need to be specified in
+build.properties. There is a build.properties.sample file included in the
+source distribution.
+
+The binary distribution was build using JDK 1.4.2_10. The Ant build includes
+conditional compilation to support building on JDK 1.3.
See http://jakarta.apache.org/commons/dbcp/ for additional and
-up-to-date information on Commons DBCP.
\ No newline at end of file
+up-to-date information on Commons DBCP.
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]