Author: psteitz
Date: Sun Aug  5 10:54:03 2007
New Revision: 562920

URL: http://svn.apache.org/viewvc?view=rev&rev=562920
Log:
Added dbcp jar to dependencies for pool test - needed for AbandonedObjectPool.

Modified:
    commons/sandbox/performance/trunk/build-pool.xml

Modified: commons/sandbox/performance/trunk/build-pool.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/performance/trunk/build-pool.xml?view=diff&rev=562920&r1=562919&r2=562920
==============================================================================
--- commons/sandbox/performance/trunk/build-pool.xml (original)
+++ commons/sandbox/performance/trunk/build-pool.xml Sun Aug  5 10:54:03 2007
@@ -86,9 +86,16 @@
     dest="${lib}/commons-logging-1.0.4.jar"
     usetimestamp="true"/>
   </target>
+       
+  <target name="get-dbcp">
+       <get
+         
src="${mavenRepo}/commons-dbcp/commons-dbcp/1.2.2/commons-dbcp-1.2.2.jar"
+         dest="${lib}/commons-dbcp-1.2.2.jar"
+         usetimestamp="true"/>
+  </target>
  
   <target name="get-deps"
-      
depends="get-collections,get-beanutils,get-digester,get-math,get-logging,get-pool">
+      
depends="get-collections,get-beanutils,get-digester,get-math,get-logging,get-pool,
 get-dbcp">
   </target>
 
   <target name="compile" depends="clean,init,get-deps">


Reply via email to