You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by pa...@apache.org on 2012/04/19 11:09:31 UTC

[14/22] git commit: WICKET-4498 Ignore Netbeans XML configuration files in Apache License Header Test Case

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/2ab126ea
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/2ab126ea
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/2ab126ea

Branch: refs/heads/sandbox/atmosphere
Commit: 2ab126eaf8140d1e87e7f19ee47f20793d8a4678
Parents: ae61258
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:42:05 2012 +0300

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/2ab126ea/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..dc6cee3 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,6 +211,7 @@ 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.