You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by br...@apache.org on 2004/03/23 05:31:51 UTC

svn commit: rev 9712 - xml/forrest/trunk/src/core/bin

Author: brondsem
Date: Mon Mar 22 20:31:50 2004
New Revision: 9712

Modified:
   xml/forrest/trunk/src/core/bin/forrest.bat
Log:
don't echo the license header every time we run 'forrest.bat'

Modified: xml/forrest/trunk/src/core/bin/forrest.bat
==============================================================================
--- xml/forrest/trunk/src/core/bin/forrest.bat	(original)
+++ xml/forrest/trunk/src/core/bin/forrest.bat	Mon Mar 22 20:31:50 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");
@@ -12,7 +13,6 @@
 rem See the License for the specific language governing permissions and
 rem limitations under the License.
 
-@echo off
 if "%OS%"=="Windows_NT" @setlocal
 
 rem ----- use the location of this script to infer $FORREST_HOME -------