Updated Branches:
  refs/heads/master 085c37c3f -> 2bea9be74

Use a hack to allow Windows users to build Wicket.

Problem: Clirr cannot handle properly the file separators.

author: cleiter


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

Branch: refs/heads/master
Commit: 2bea9be74483eb4d1d6670064b9bd9c813fc4467
Parents: 085c37c
Author: Martin Tzvetanov Grigorov <[email protected]>
Authored: Mon Dec 3 16:38:24 2012 +0100
Committer: Martin Tzvetanov Grigorov <[email protected]>
Committed: Mon Dec 3 16:38:24 2012 +0100

----------------------------------------------------------------------
 pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/2bea9be7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 741b5d8..9f1fd2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -792,7 +792,7 @@
                                                <ignored>
                                                        <difference>
                                                                <!-- 
FeedbackCollector used to be final. Now it is non-final and so all existing 
methods were made final to keep them non-overridable. However, clirr does not 
take into account the class going from final to non-finall and thinks 
overridable methods were made final. We ignore this change to silence it. -->
-                                                               
<className>org/apache/wicket/feedback/FeedbackCollector</className>
+                                                               
<className>org${file.separator}apache${file.separator}wicket${file.separator}feedback${file.separator}FeedbackCollector</className>
                                                                
<method>*</method>
                                                                
<differenceType>7014</differenceType>
                                                        </difference>

Reply via email to