Add missing dir that stops me running Tomcat directly from the build dir
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 7 Apr 2009 20:20:32 +0000 (20:20 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 7 Apr 2009 20:20:32 +0000 (20:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@762937 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 31edb1c..36d93a6 100644 (file)
--- a/build.xml
+++ b/build.xml
     <mkdir dir="${tomcat.build}/bin"/>
     <mkdir dir="${tomcat.build}/conf"/>
     <mkdir dir="${tomcat.build}/lib"/>
+    <mkdir dir="${tomcat.build}/logs"/>
     <mkdir dir="${tomcat.build}/temp"/>
     <mkdir dir="${tomcat.build}/webapps"/>