billbarker 2004/08/13 00:22:22 Modified: . build.xml Log: Small change to the dbcp build target to fix Gump build. Revision Changes Path 1.196 +6 -2 jakarta-tomcat-5/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v retrieving revision 1.195 retrieving revision 1.196 diff -u -r1.195 -r1.196 --- build.xml 12 Aug 2004 04:56:08 -0000 1.195 +++ build.xml 13 Aug 2004 07:22:22 -0000 1.196 @@ -514,13 +514,17 @@ <param name="destfile" value="${tomcat-dbcp.jar}" /> </antcall> + <antcall target="build-tomcat-dbcp" /> + </target> + + <target name="build-tomcat-dbcp"> <mkdir dir="${tomcat-dbcp.home}"/> - <antcall target="build-tomcat-dbcp"> + <antcall target="-build-tomcat-dbcp"> <param name="basedir" value="${tomcat-dbcp.home}" /> </antcall> </target> - <target name="build-tomcat-dbcp"> + <target name="-build-tomcat-dbcp"> <copy todir="${tomcat-dbcp.home}"> <fileset dir="${commons-collections.home}" > <include name="**/collections/CursorableLinkedList.java" />
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]