Fix typo
authorbillbarker <billbarker@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 18 Apr 2006 02:07:25 +0000 (02:07 +0000)
committerbillbarker <billbarker@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 18 Apr 2006 02:07:25 +0000 (02:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@394824 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 96a6ced..92a467a 100644 (file)
--- a/build.xml
+++ b/build.xml
       <fileset dir="${tomcat-dbcp.home}/src/java/org/apache/commons" />\r
     </move>\r
     <mkdir dir="${tomcat-dbcp.home}/classes"/>\r
-    <javac destdir="classes"\r
+    <javac destdir="${tomcat-dbcp.home}/classes"\r
            optimize="off"\r
            debug="${compile.debug}"\r
            deprecation="${compile.deprecation}"\r