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 2017/12/30 14:02:55 UTC

svn commit: r1819602 - /ofbiz/tools/mergefromplugins.bat

Author: jleroux
Date: Sat Dec 30 14:02:55 2017
New Revision: 1819602

URL: http://svn.apache.org/viewvc?rev=1819602&view=rev
Log:
Fixes a typo in generated comment

Modified:
    ofbiz/tools/mergefromplugins.bat

Modified: ofbiz/tools/mergefromplugins.bat
URL: http://svn.apache.org/viewvc/ofbiz/tools/mergefromplugins.bat?rev=1819602&r1=1819601&r2=1819602&view=diff
==============================================================================
--- ofbiz/tools/mergefromplugins.bat (original)
+++ ofbiz/tools/mergefromplugins.bat Sat Dec 30 14:02:55 2017
@@ -28,7 +28,7 @@ set /p version=version to merge :
 set /a prevRev=%version% - 1
 
 rem build the comment
-echo "Applied fix from trunk plugins for revision: %version%" > comment.tmp
+echo "Applied fix from plugins for revision: %version%" > comment.tmp
 svn log https://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk -r %version% > log.tmp
 copy comment.tmp + log.tmp = comment.tmp
 del log.tmp