You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2013/06/12 09:24:30 UTC

[2/5] git commit: Change the filename

Change the filename


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

Branch: refs/heads/master
Commit: 2c9f2583b404398cc8d4bd33114b89e12200cef8
Parents: 7597fe6
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Jun 11 16:21:22 2013 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Jun 11 16:21:22 2013 +0300

----------------------------------------------------------------------
 Gruntfile.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/2c9f2583/Gruntfile.js
----------------------------------------------------------------------
diff --git a/Gruntfile.js b/Gruntfile.js
index cce75da..f3877ae 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -53,7 +53,7 @@ module.exports = function(grunt) {
 			"./wicket-core/src/test/js/amd.js"
 		],
 		gruntJs = [
-			"grunt.js"
+			"Gruntfile.js"
 		];
 
 	// Project configuration.