Author: psteitz
Date: Sun Jan 13 19:18:04 2008
New Revision: 611702
URL: http://svn.apache.org/viewvc?rev=611702&view=rev
Log:
Removed httpclient dependency.
Modified:
commons/sandbox/performance/trunk/build-dbcp.xml
commons/sandbox/performance/trunk/build-pool.xml
Modified: commons/sandbox/performance/trunk/build-dbcp.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/performance/trunk/build-dbcp.xml?rev=611702&r1=611701&r2=611702&view=diff
==============================================================================
--- commons/sandbox/performance/trunk/build-dbcp.xml (original)
+++ commons/sandbox/performance/trunk/build-dbcp.xml Sun Jan 13 19:18:04 2008
@@ -83,20 +83,14 @@
dest="${lib}/commons-logging-1.0.4.jar"
usetimestamp="true"/>
</target>
-
- <target name="get-httpclient">
- <get
-
src="${mavenRepo}/commons-httpclient/commons-httpclient/3.0.1/commons-httpclient-3.0.1.jar"
- dest="${lib}/commons-httpclient-3.0.1.jar"
- usetimestamp="true"/>
- </target>
<target name="get-deps"
-
depends="get-collections,get-beanutils,get-digester,get-math,get-logging,get-httpclient">
+
depends="get-collections,get-beanutils,get-digester,get-math,get-logging">
</target>
<target name="compile" depends="clean,init,get-deps">
<javac srcdir="${src}/java"
+ includes="**/dbcp/**"
destdir="${build}">
<classpath refid="compile.classpath"/>
<compilerarg value="-Xlint:unchecked" />
Modified: commons/sandbox/performance/trunk/build-pool.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/performance/trunk/build-pool.xml?rev=611702&r1=611701&r2=611702&view=diff
==============================================================================
--- commons/sandbox/performance/trunk/build-pool.xml (original)
+++ commons/sandbox/performance/trunk/build-pool.xml Sun Jan 13 19:18:04 2008
@@ -82,19 +82,13 @@
usetimestamp="true"/>
</target>
- <target name="get-httpclient">
- <get
-
src="${mavenRepo}/commons-httpclient/commons-httpclient/3.0.1/commons-httpclient-3.0.1.jar"
- dest="${lib}/commons-httpclient-3.0.1.jar"
- usetimestamp="true"/>
- </target>
-
<target name="get-deps"
-
depends="get-collections,get-beanutils,get-digester,get-math,get-logging,get-httpclient">
+
depends="get-collections,get-beanutils,get-digester,get-math,get-logging">
</target>
<target name="compile" depends="clean,init,get-deps">
- <javac srcdir="${src}/java"
+ <javac srcdir="${src}/java"
+ includes="**/pool/**"
destdir="${build}">
<classpath refid="compile.classpath"/>
<compilerarg value="-Xlint:unchecked" />