You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by br...@apache.org on 2004/07/19 15:06:06 UTC

svn commit: rev 23059 - forrest/trunk

Author: brondsem
Date: Mon Jul 19 06:06:06 2004
New Revision: 23059

Modified:
   forrest/trunk/appendcp.bat
   forrest/trunk/build.bat
Log:
@echo off at top of all .bat files

Modified: forrest/trunk/appendcp.bat
==============================================================================
--- forrest/trunk/appendcp.bat	(original)
+++ forrest/trunk/appendcp.bat	Mon Jul 19 06:06:06 2004
@@ -1,3 +1,4 @@
+@echo off
 rem Copyright 2002-2004 The Apache Software Foundation
 rem
 rem Licensed under the Apache License, Version 2.0 (the "License");

Modified: forrest/trunk/build.bat
==============================================================================
--- forrest/trunk/build.bat	(original)
+++ forrest/trunk/build.bat	Mon Jul 19 06:06:06 2004
@@ -1,3 +1,4 @@
+@echo off
 rem Copyright 2002-2004 The Apache Software Foundation
 rem
 rem Licensed under the Apache License, Version 2.0 (the "License");
@@ -11,8 +12,6 @@
 rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 rem See the License for the specific language governing permissions and
 rem limitations under the License.
-
-@echo off
 
 set OLD_ANT_HOME=%ANT_HOME%
 set ANT_HOME=tools\ant