You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2016/05/29 16:57:53 UTC

svn commit: r1746036 - in /ofbiz/trunk: ant.bat tools/mergefromtrunk.bat tools/revert.bat tools/security/dependency-check/check.bat tools/startofbiz.bat tools/startofbizBoth.bat tools/startofbizPos.bat tools/test.bat

Author: jleroux
Date: Sun May 29 16:57:52 2016
New Revision: 1746036

URL: http://svn.apache.org/viewvc?rev=1746036&view=rev
Log:
Updates or adds APACHE2_HEADER in windows batches

Modified:
    ofbiz/trunk/ant.bat
    ofbiz/trunk/tools/mergefromtrunk.bat
    ofbiz/trunk/tools/revert.bat
    ofbiz/trunk/tools/security/dependency-check/check.bat
    ofbiz/trunk/tools/startofbiz.bat
    ofbiz/trunk/tools/startofbizBoth.bat
    ofbiz/trunk/tools/startofbizPos.bat
    ofbiz/trunk/tools/test.bat

Modified: ofbiz/trunk/ant.bat
URL: http://svn.apache.org/viewvc/ofbiz/trunk/ant.bat?rev=1746036&r1=1746035&r2=1746036&view=diff
==============================================================================
--- ofbiz/trunk/ant.bat (original)
+++ ofbiz/trunk/ant.bat Sun May 29 16:57:52 2016
@@ -32,7 +32,7 @@ FOR %%G IN (%BASE_LIB%\ant-*-ant-launche
 REM ECHO %LAUNCHER_JAR%
 IF [%LAUNCHER_JAR%] == [] (
   ECHO "Couldn't find ant-launcher.jar"
-) ELSE (      
+) ELSE (
   ECHO %JAVA% -jar "%LAUNCHER_JAR%" -lib "%ANT_LIB%" %1 %2 %3 %4 %5 %6
   %JAVA% -jar "%LAUNCHER_JAR%" -lib "%ANT_LIB%" %1 %2 %3 %4 %5 %6
 )

Modified: ofbiz/trunk/tools/mergefromtrunk.bat
URL: http://svn.apache.org/viewvc/ofbiz/trunk/tools/mergefromtrunk.bat?rev=1746036&r1=1746035&r2=1746036&view=diff
==============================================================================
--- ofbiz/trunk/tools/mergefromtrunk.bat (original)
+++ ofbiz/trunk/tools/mergefromtrunk.bat Sun May 29 16:57:52 2016
@@ -1,4 +1,4 @@
-echo off
+@echo off
 rem #####################################################################
 rem Licensed to the Apache Software Foundation (ASF) under one
 rem or more contributor license agreements.  See the NOTICE file
@@ -45,7 +45,7 @@ echo y) tests
 echo n) exit
 
 echo Do you want to run tests (else the commit will be done automatically using the comment grabed from trunk by the merge)?
-choice /c:yn 
+choice /c:yn
 if errorlevel = 2 goto commit
 if errorlevel = 1 goto tests
 

Modified: ofbiz/trunk/tools/revert.bat
URL: http://svn.apache.org/viewvc/ofbiz/trunk/tools/revert.bat?rev=1746036&r1=1746035&r2=1746036&view=diff
==============================================================================
--- ofbiz/trunk/tools/revert.bat (original)
+++ ofbiz/trunk/tools/revert.bat Sun May 29 16:57:52 2016
@@ -1,4 +1,4 @@
-echo off
+@echo off
 rem #####################################################################
 rem Licensed to the Apache Software Foundation (ASF) under one
 rem or more contributor license agreements.  See the NOTICE file

Modified: ofbiz/trunk/tools/security/dependency-check/check.bat
URL: http://svn.apache.org/viewvc/ofbiz/trunk/tools/security/dependency-check/check.bat?rev=1746036&r1=1746035&r2=1746036&view=diff
==============================================================================
--- ofbiz/trunk/tools/security/dependency-check/check.bat (original)
+++ ofbiz/trunk/tools/security/dependency-check/check.bat Sun May 29 16:57:52 2016
@@ -1,3 +1,22 @@
+@echo off
+rem #####################################################################
+rem Licensed to the Apache Software Foundation (ASF) under one
+rem or more contributor license agreements.  See the NOTICE file
+rem distributed with this work for additional information
+rem regarding copyright ownership.  The ASF licenses this file
+rem to you under the Apache License, Version 2.0 (the
+rem "License"); you may not use this file except in compliance
+rem with the License.  You may obtain a copy of the License at
+rem
+rem http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing,
+rem software distributed under the License is distributed on an
+rem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+rem KIND, either express or implied.  See the License for the
+rem specific language governing permissions and limitations
+rem under the License.
+rem #####################################################################
 @echo %time%
 dependency-check -project OFBiz -scan C:\projectASF-Mars\ofbiz --suppression C:\tools\dependency-check\suppress.xml
 @echo %time%
\ No newline at end of file

Modified: ofbiz/trunk/tools/startofbiz.bat
URL: http://svn.apache.org/viewvc/ofbiz/trunk/tools/startofbiz.bat?rev=1746036&r1=1746035&r2=1746036&view=diff
==============================================================================
--- ofbiz/trunk/tools/startofbiz.bat (original)
+++ ofbiz/trunk/tools/startofbiz.bat Sun May 29 16:57:52 2016
@@ -1,4 +1,4 @@
-echo off
+@echo off
 rem #####################################################################
 rem Licensed to the Apache Software Foundation (ASF) under one
 rem or more contributor license agreements.  See the NOTICE file
@@ -59,4 +59,4 @@ echo on
 echo off
 rem ### If you would prefer the console output to be logged rather than displayed switch out the above line for this one
 rem "%JAVA_HOME%\bin\java" -Xms128M -Xmx512M -jar ofbiz.jar > runtime\logs\console.log
- 
+

Modified: ofbiz/trunk/tools/startofbizBoth.bat
URL: http://svn.apache.org/viewvc/ofbiz/trunk/tools/startofbizBoth.bat?rev=1746036&r1=1746035&r2=1746036&view=diff
==============================================================================
--- ofbiz/trunk/tools/startofbizBoth.bat (original)
+++ ofbiz/trunk/tools/startofbizBoth.bat Sun May 29 16:57:52 2016
@@ -1,4 +1,4 @@
-echo off
+@echo off
 rem #####################################################################
 rem Licensed to the Apache Software Foundation (ASF) under one
 rem or more contributor license agreements.  See the NOTICE file
@@ -59,4 +59,3 @@ echo on
 echo off
 rem ### If you would prefer the console output to be logged rather than displayed switch out the above line for this one
 rem "%JAVA_HOME%\bin\java" -Xms128M -Xmx512M -jar ofbiz.jar > runtime\logs\console.log
- 
\ No newline at end of file

Modified: ofbiz/trunk/tools/startofbizPos.bat
URL: http://svn.apache.org/viewvc/ofbiz/trunk/tools/startofbizPos.bat?rev=1746036&r1=1746035&r2=1746036&view=diff
==============================================================================
--- ofbiz/trunk/tools/startofbizPos.bat (original)
+++ ofbiz/trunk/tools/startofbizPos.bat Sun May 29 16:57:52 2016
@@ -1,4 +1,4 @@
-echo off
+@echo off
 rem #####################################################################
 rem Licensed to the Apache Software Foundation (ASF) under one
 rem or more contributor license agreements.  See the NOTICE file
@@ -59,4 +59,3 @@ echo on
 echo off
 rem ### If you would prefer the console output to be logged rather than displayed switch out the above line for this one
 rem "%JAVA_HOME%\bin\java" -Xms128M -Xmx512M -jar ofbiz.jar > runtime\logs\console.log
- 
\ No newline at end of file

Modified: ofbiz/trunk/tools/test.bat
URL: http://svn.apache.org/viewvc/ofbiz/trunk/tools/test.bat?rev=1746036&r1=1746035&r2=1746036&view=diff
==============================================================================
--- ofbiz/trunk/tools/test.bat (original)
+++ ofbiz/trunk/tools/test.bat Sun May 29 16:57:52 2016
@@ -1,4 +1,4 @@
-echo off
+@echo off
 rem #####################################################################
 rem Licensed to the Apache Software Foundation (ASF) under one
 rem or more contributor license agreements.  See the NOTICE file