Author: markt
Date: Fri Apr 16 20:41:11 2010
New Revision: 935077
URL: http://svn.apache.org/viewvc?rev=935077&view=rev
Log:
Get build working with relative base.path
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=935077&r1=935076&r2=935077&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Fri Apr 16 20:41:11 2010
@@ -1688,9 +1688,7 @@ Apache Tomcat ${version} native binaries
<condition property="no.build.dbcp">
<available file="${tomcat-dbcp.jar}"/>
</condition>
- <antcall target="build-tomcat-dbcp">
- <param name="basedir" value="${tomcat-dbcp.home}" />
- </antcall>
+ <antcall target="build-tomcat-dbcp" />
<!-- Download src and build Jasper JDT bundle -->
<antcall target="downloadfile-2">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]