Author: pedro
Date: Mon May 16 13:57:28 2011
New Revision: 1103740
URL: http://svn.apache.org/viewvc?rev=1103740&view=rev
Log:
https://issues.apache.org/jira/browse/WICKET-3566
Modified:
wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/pages/SignInPage.html
wicket/trunk/wicket-auth-roles/src/test/java/org/apache/wicket/util/license/ApacheLicenceHeaderTest.java
Modified:
wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/pages/SignInPage.html
URL:
http://svn.apache.org/viewvc/wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/pages/SignInPage.html?rev=1103740&r1=1103739&r2=1103740&view=diff
==============================================================================
---
wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/pages/SignInPage.html
(original)
+++
wicket/trunk/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/pages/SignInPage.html
Mon May 16 13:57:28 2011
@@ -1,20 +1,4 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
<html>
<head>
<title>Sign In</title>
@@ -23,5 +7,6 @@
<h2>Sign In</h2>
<p>
<span wicket:id="signInPanel"/>
+ </p>
</body>
</html>
Modified:
wicket/trunk/wicket-auth-roles/src/test/java/org/apache/wicket/util/license/ApacheLicenceHeaderTest.java
URL:
http://svn.apache.org/viewvc/wicket/trunk/wicket-auth-roles/src/test/java/org/apache/wicket/util/license/ApacheLicenceHeaderTest.java?rev=1103740&r1=1103739&r2=1103740&view=diff
==============================================================================
---
wicket/trunk/wicket-auth-roles/src/test/java/org/apache/wicket/util/license/ApacheLicenceHeaderTest.java
(original)
+++
wicket/trunk/wicket-auth-roles/src/test/java/org/apache/wicket/util/license/ApacheLicenceHeaderTest.java
Mon May 16 13:57:28 2011
@@ -30,5 +30,6 @@ public class ApacheLicenceHeaderTest ext
public ApacheLicenceHeaderTest()
{
// addHeaders = true;
+
htmlIgnore.add("src/main/java/org/apache/wicket/authroles/authentication/pages");
}
}