You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/03/15 17:25:41 UTC

svn commit: r1787083 - /myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh

Author: lofwyr
Date: Wed Mar 15 17:25:41 2017
New Revision: 1787083

URL: http://svn.apache.org/viewvc?rev=1787083&view=rev
Log:
TOBAGO-1720: Check if there is any unversioned build dependency
* removing system dependent dirs from log file

Modified:
    myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh

Modified: myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh?rev=1787083&r1=1787082&r2=1787083&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh (original)
+++ myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh Wed Mar 15 17:25:41 2017
@@ -35,7 +35,7 @@ function rebuild_theme() {
   CURRENT_REGEX=`echo ${CURRENT} | sed s/\\\\//\\\\\\\\\\\\//g`
   mkdir -p ${DIR}/target
 
-  date "+Build date: %Y-%m-%d-%H:%M:%S" >${DIR}/target/temp.log
+  date "+Build date: %Y-%m-%d %H:%M:%S" >${DIR}/target/temp.log
 
   mvn -P rebuild-theme -f ${DIR}/pom.xml | tee -a ${DIR}/target/temp.log