You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/09/20 11:02:45 UTC

svn commit: r1808991 - in /commons/proper/jelly/branches/1.X: jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/test1.xml jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/test2.xml pom.xml

Author: chtompki
Date: Wed Sep 20 11:02:44 2017
New Revision: 1808991

URL: http://svn.apache.org/viewvc?rev=1808991&view=rev
Log:
license-header exclude jelly-tags test text files.

Modified:
    commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/test1.xml
    commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/test2.xml
    commons/proper/jelly/branches/1.X/pom.xml

Modified: commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/test1.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/test1.xml?rev=1808991&r1=1808990&r2=1808991&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/test1.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/test1.xml Wed Sep 20 11:02:44 2017
@@ -1,3 +1,19 @@
+<!---
+ 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.
+-->
 <document>
   <properties>
     <title>Test1</title>

Modified: commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/test2.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/test2.xml?rev=1808991&r1=1808990&r2=1808991&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/test2.xml (original)
+++ commons/proper/jelly/branches/1.X/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/test2.xml Wed Sep 20 11:02:44 2017
@@ -1,3 +1,19 @@
+<!---
+ 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.
+-->
 <document>
   <properties>
     <title>Test2</title>

Modified: commons/proper/jelly/branches/1.X/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/1.X/pom.xml?rev=1808991&r1=1808990&r2=1808991&view=diff
==============================================================================
--- commons/proper/jelly/branches/1.X/pom.xml (original)
+++ commons/proper/jelly/branches/1.X/pom.xml Wed Sep 20 11:02:44 2017
@@ -428,6 +428,11 @@
             <exclude>jdk-1_5_0_22-linux-amd64.bin</exclude>
             <exclude>jelly-tags/ant/src/test/org/apache/commons/jelly/ant/sample.txt</exclude>
             <exclude>jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml/schematron/skeleton1-5.xsl</exclude>
+            <exclude>jelly-tags/html/src/test/org/apache/commons/jelly/html/textScript.txt</exclude>
+            <exclude>jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/docRoot/contextTest/contextTest.txt</exclude>
+            <exclude>jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/docRoot/resourceHandlerTest/resourceHandlerTest.txt</exclude>
+            <exclude>jelly-tags/jetty/src/test/org/apache/commons/jelly/jetty/docRoot/test1.txt</exclude>
+            <exclude>src/test/META-INF/services/jelly.test-library</exclude>
           </excludes>
         </configuration>
       </plugin>