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 2012/04/16 11:40:05 UTC

git commit: WICKET-4498 Ignore Netbeans XML configuration files in Apache License Header Test Case

Updated Branches:
  refs/heads/wicket-1.5.x 21264d6b3 -> 7132a7750


WICKET-4498 Ignore Netbeans XML configuration files in Apache License Header Test Case


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

Branch: refs/heads/wicket-1.5.x
Commit: 7132a7750bda1034afa5d4fb9de2a133228c5752
Parents: 21264d6
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Apr 16 12:39:33 2012 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Apr 16 12:39:33 2012 +0300

----------------------------------------------------------------------
 .../util/license/ApacheLicenseHeaderTestCase.java  |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/7132a775/wicket-util/src/main/java/org/apache/wicket/util/license/ApacheLicenseHeaderTestCase.java
----------------------------------------------------------------------
diff --git a/wicket-util/src/main/java/org/apache/wicket/util/license/ApacheLicenseHeaderTestCase.java b/wicket-util/src/main/java/org/apache/wicket/util/license/ApacheLicenseHeaderTestCase.java
index fc19ca2..819a609 100644
--- a/wicket-util/src/main/java/org/apache/wicket/util/license/ApacheLicenseHeaderTestCase.java
+++ b/wicket-util/src/main/java/org/apache/wicket/util/license/ApacheLicenseHeaderTestCase.java
@@ -211,10 +211,11 @@ public abstract class ApacheLicenseHeaderTestCase extends Assert
 		// addHeaders = true;
 		xmlIgnore.add(".settings");
 		xmlIgnore.add("EclipseCodeFormat.xml");
+		xmlIgnore.add("nb-configuration.xml");
 
 		/*
-		 * License header in test files lower the visibility of the test.
-		 */
+				 * License header in test files lower the visibility of the test.
+				 */
 		htmlIgnore.add("src/test/java");
 
 		/*