summaryrefslogtreecommitdiff
blob: 7ef15860cb5cdc19aa521aa5560a041ad0347f9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- apache-tomcat-5.5.15-src/build.xml 
+++ build.xml
@@ -64,13 +64,14 @@
   <target name="checkout"
           description="Update or checkout required sources from SVN">
 
+    <!--
     <echo level="info"
         message="If the checkout fails, - todo - " />
 
     <exec dir="${basedir}" executable="svn">
          <arg line="checkout ${svnroot}/${current.loc} ${basedir}" />
     </exec>
-
+    -->
   </target>
 
   <!-- *************** UTILITY TARGETS *************** -->