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 14:57:57 UTC

svn commit: rev 23058 - in forrest/trunk: src/core/bin tools/ant/bin

Author: brondsem
Date: Mon Jul 19 05:57:56 2004
New Revision: 23058

Modified:
   forrest/trunk/src/core/bin/appendcp.bat
   forrest/trunk/src/core/bin/setpwdvar.bat
   forrest/trunk/tools/ant/bin/forrestant.bat
   forrest/trunk/tools/ant/bin/forrestpath.bat
   forrest/trunk/tools/ant/bin/lcp.bat
Log:
@echo off at top of all .bat files

Modified: forrest/trunk/src/core/bin/appendcp.bat
==============================================================================
--- forrest/trunk/src/core/bin/appendcp.bat	(original)
+++ forrest/trunk/src/core/bin/appendcp.bat	Mon Jul 19 05:57:56 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/src/core/bin/setpwdvar.bat
==============================================================================
--- forrest/trunk/src/core/bin/setpwdvar.bat	(original)
+++ forrest/trunk/src/core/bin/setpwdvar.bat	Mon Jul 19 05:57:56 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
 
 if "%1*"=="*" goto recurse 
 set PWD=%~f1

Modified: forrest/trunk/tools/ant/bin/forrestant.bat
==============================================================================
--- forrest/trunk/tools/ant/bin/forrestant.bat	(original)
+++ forrest/trunk/tools/ant/bin/forrestant.bat	Mon Jul 19 05:57:56 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
 
 if exist "%HOME%\antrc_pre.bat" call "%HOME%\antrc_pre.bat"
 

Modified: forrest/trunk/tools/ant/bin/forrestpath.bat
==============================================================================
--- forrest/trunk/tools/ant/bin/forrestpath.bat	(original)
+++ forrest/trunk/tools/ant/bin/forrestpath.bat	Mon Jul 19 05:57:56 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/tools/ant/bin/lcp.bat
==============================================================================
--- forrest/trunk/tools/ant/bin/lcp.bat	(original)
+++ forrest/trunk/tools/ant/bin/lcp.bat	Mon Jul 19 05:57:56 2004
@@ -1,3 +1,4 @@
+@echo off
 REM
 REM Copyright  2001-2004 The Apache Software Foundation
 REM