Author: justin
Date: Wed Jul 14 00:35:21 2010
New Revision: 963914
URL: http://svn.apache.org/viewvc?rev=963914&view=rev
Log:
SLING-1521 - removing license header from HtmlResponse
Modified:
sling/trunk/bundles/api/pom.xml
sling/trunk/bundles/api/src/main/resources/org/apache/sling/api/servlets/HtmlResponse.html
Modified: sling/trunk/bundles/api/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/api/pom.xml?rev=963914&r1=963913&r2=963914&view=diff
==============================================================================
--- sling/trunk/bundles/api/pom.xml (original)
+++ sling/trunk/bundles/api/pom.xml Wed Jul 14 00:35:21 2010
@@ -92,6 +92,22 @@
</instructions>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <!-- See SLING-1521 -->
+
<exclude>src/main/resources/org/apache/sling/api/servlets/HtmlResponse.html</exclude>
+ <!-- Used by maven-remote-resources-plugin -->
+
<exclude>src/main/appended-resources/META-INF/*</exclude>
+ <!-- Generated by maven-remote-resources-plugin -->
+ <exclude>velocity.log</exclude>
+ <!-- don't check anything in target -->
+ <exclude>target/*</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>
Modified:
sling/trunk/bundles/api/src/main/resources/org/apache/sling/api/servlets/HtmlResponse.html
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/api/src/main/resources/org/apache/sling/api/servlets/HtmlResponse.html?rev=963914&r1=963913&r2=963914&view=diff
==============================================================================
---
sling/trunk/bundles/api/src/main/resources/org/apache/sling/api/servlets/HtmlResponse.html
(original)
+++
sling/trunk/bundles/api/src/main/resources/org/apache/sling/api/servlets/HtmlResponse.html
Wed Jul 14 00:35:21 2010
@@ -1,19 +1,3 @@
-<!--
- 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>${title}</title>