Author: psteitz Date: Sun Jul 22 19:37:09 2007 New Revision: 558588 URL: http://svn.apache.org/viewvc?view=rev&rev=558588 Log: Fixed config file name.
Modified: jakarta/commons/sandbox/performance/trunk/build-dbcp.xml Modified: jakarta/commons/sandbox/performance/trunk/build-dbcp.xml URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/performance/trunk/build-dbcp.xml?view=diff&rev=558588&r1=558587&r2=558588 ============================================================================== --- jakarta/commons/sandbox/performance/trunk/build-dbcp.xml (original) +++ jakarta/commons/sandbox/performance/trunk/build-dbcp.xml Sun Jul 22 19:37:09 2007 @@ -105,7 +105,7 @@ <classpath refid="compile.classpath"/> <compilerarg value="-Xlint:unchecked" /> </javac> - <copy file="${basedir}/config.xml" tofile="${build}/config.xml"/> + <copy file="${basedir}/config-dbcp.xml" tofile="${build}/config-dbcp.xml"/> <copy file="${basedir}/logging.properties" tofile="${build}/logging.properties"/> </target> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]