Author: psteitz Date: Sat Nov 25 07:09:27 2006 New Revision: 479132 URL: http://svn.apache.org/viewvc?view=rev&rev=479132 Log: Added build instructions.
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=479132&r1=479131&r2=479132 ============================================================================== --- jakarta/commons/proper/dbcp/trunk/README.txt (original) +++ jakarta/commons/proper/dbcp/trunk/README.txt Sat Nov 25 07:09:27 2006 @@ -1,2 +1,20 @@ +Apache Jakarta Commons DBCP +=========================== + +Welcome to the DBCP component of the Apache Jakarta Commons +project (http://jakarta.apache.org/commons). + +DBCP uses Maven 1 (http://maven.apache.org) for build +process management. It is known to build with Maven 1.0.2, +though other versions may also work. + +To build DBCP using Maven, type "maven" at a command line prompt +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. + See http://jakarta.apache.org/commons/dbcp/ for additional and -up-to-date information on Commons DBCP. +up-to-date information on Commons DBCP. \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]