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/02/06 09:52:00 UTC

[16/38] git commit: Change the paths to qunit files in Apache licence checker.

Change the paths to qunit files in Apache licence checker.

This is the main reason why not to keep the version in the file name.

This is a leftover from 9dba23aaec716a019dc5227f02bd8f106e57504f


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

Branch: refs/heads/reference-guide
Commit: 4ecba8a150c5bca706bad49c651cbaa3ccae375b
Parents: 5236a2e
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Jan 28 17:34:28 2013 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Jan 28 17:34:28 2013 +0100

----------------------------------------------------------------------
 .../core/util/license/ApacheLicenceHeaderTest.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/4ecba8a1/wicket-core/src/test/java/org/apache/wicket/core/util/license/ApacheLicenceHeaderTest.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/test/java/org/apache/wicket/core/util/license/ApacheLicenceHeaderTest.java b/wicket-core/src/test/java/org/apache/wicket/core/util/license/ApacheLicenceHeaderTest.java
index 9a2c7b4..7caaa1f 100644
--- a/wicket-core/src/test/java/org/apache/wicket/core/util/license/ApacheLicenceHeaderTest.java
+++ b/wicket-core/src/test/java/org/apache/wicket/core/util/license/ApacheLicenceHeaderTest.java
@@ -56,7 +56,7 @@ public class ApacheLicenceHeaderTest extends ApacheLicenseHeaderTestCase
 		 * what the test is about.
 		 */
 		cssIgnore.add("src/test/java");
-		cssIgnore.add("src/test/js/qunit/qunit-1.10.0.css");
+		cssIgnore.add("src/test/js/qunit/qunit.css");
 
 		xmlIgnore.add("src/assembly/bin.xml");
 
@@ -101,7 +101,7 @@ public class ApacheLicenceHeaderTest extends ApacheLicenseHeaderTestCase
 		 */
 		javaScriptIgnore.add("src/main/java/org/apache/wicket/markup/html/form/upload/MultiFileUploadField.js");
 		javaScriptIgnore.add("src/main/java/org/apache/wicket/resource/jquery");
-		javaScriptIgnore.add("src/test/js/qunit/qunit-1.10.0.js");
+		javaScriptIgnore.add("src/test/js/qunit/qunit.js");
 		javaScriptIgnore.add("src/test/js/data/ajax/nonWicketResponse.json"); // no way to add licence in JSON
 	}
 }