You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ts...@apache.org on 2015/04/30 20:16:07 UTC

wicket git commit: more precise time information for guide generation

Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x f14a03565 -> deac7db43


more precise time information for guide generation

Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/deac7db4
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/deac7db4
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/deac7db4

Branch: refs/heads/wicket-6.x
Commit: deac7db43edfee01290836102e0355074e41a0e3
Parents: f14a035
Author: Tobias Soloschenko <ts...@apache.org>
Authored: Thu Apr 30 20:12:08 2015 +0200
Committer: Tobias Soloschenko <ts...@apache.org>
Committed: Thu Apr 30 20:12:08 2015 +0200

----------------------------------------------------------------------
 wicket-user-guide/grails-app/conf/Config.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/deac7db4/wicket-user-guide/grails-app/conf/Config.groovy
----------------------------------------------------------------------
diff --git a/wicket-user-guide/grails-app/conf/Config.groovy b/wicket-user-guide/grails-app/conf/Config.groovy
index d5cd981..c34c4d3 100644
--- a/wicket-user-guide/grails-app/conf/Config.groovy
+++ b/wicket-user-guide/grails-app/conf/Config.groovy
@@ -103,5 +103,5 @@ grails.doc.logo = """<a href="/" target="_blank"><img height="80px" src="http://
 grails.doc.sponsorLogo = """<a href="http://www.apache.org/" target="_blank"><img height="60px" src="http://ci.apache.org/projects/wicket/guide/6.x/img/asf_logo.gif"/></a>"""
 grails.doc.copyright="""
 Copyright &copy; 2013-2015 — <a href="http://www.apache.org/" target="_blank">The Apache Software Foundation</a> 
-                      — <b style="color:#E8590A !important;">(Generated on: """ + (new Date()).format('yyyy-MM-dd') + """)</b>
+                      — <b style="color:#E8590A !important;">(Generated on: """ + (new Date()).format('yyyy-MM-dd - HH:mm:ss Z') + """)</b>
 """