Author: billbarker Date: Mon Apr 17 19:07:25 2006 New Revision: 394824 URL: http://svn.apache.org/viewcvs?rev=394824&view=rev Log: Fix typo
Modified: tomcat/tc6.0.x/trunk/build.xml Modified: tomcat/tc6.0.x/trunk/build.xml URL: http://svn.apache.org/viewcvs/tomcat/tc6.0.x/trunk/build.xml?rev=394824&r1=394823&r2=394824&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/build.xml (original) +++ tomcat/tc6.0.x/trunk/build.xml Mon Apr 17 19:07:25 2006 @@ -383,7 +383,7 @@ <fileset dir="${tomcat-dbcp.home}/src/java/org/apache/commons" /> </move> <mkdir dir="${tomcat-dbcp.home}/classes"/> - <javac destdir="classes" + <javac destdir="${tomcat-dbcp.home}/classes" optimize="off" debug="${compile.debug}" deprecation="${compile.deprecation}" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]