You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2015/12/08 15:25:20 UTC

svn commit: r1718619 - in /commons/proper/jexl/trunk: pom.xml src/test/resources/log4j.xml src/test/scripts/testA.jexl

Author: ebourg
Date: Tue Dec  8 14:25:19 2015
New Revision: 1718619

URL: http://svn.apache.org/viewvc?rev=1718619&view=rev
Log:
Fixed RAT issues

Modified:
    commons/proper/jexl/trunk/pom.xml
    commons/proper/jexl/trunk/src/test/resources/log4j.xml
    commons/proper/jexl/trunk/src/test/scripts/testA.jexl

Modified: commons/proper/jexl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=1718619&r1=1718618&r2=1718619&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Tue Dec  8 14:25:19 2015
@@ -299,6 +299,15 @@
                     </excludes>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>.travis.yml</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
         </plugins>
     </reporting>
 </project>
\ No newline at end of file

Modified: commons/proper/jexl/trunk/src/test/resources/log4j.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/test/resources/log4j.xml?rev=1718619&r1=1718618&r2=1718619&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/test/resources/log4j.xml (original)
+++ commons/proper/jexl/trunk/src/test/resources/log4j.xml Tue Dec  8 14:25:19 2015
@@ -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.
+-->
 <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE log4j:configuration SYSTEM "log4j.dtd" >
 <log4j:configuration>
     <appender name="Console" class="org.apache.log4j.ConsoleAppender">
@@ -15,4 +31,4 @@
         <priority value="error"></priority>
         <appender-ref ref="Console"/>
     </root>
-</log4j:configuration>
\ No newline at end of file
+</log4j:configuration>

Modified: commons/proper/jexl/trunk/src/test/scripts/testA.jexl
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/test/scripts/testA.jexl?rev=1718619&r1=1718618&r2=1718619&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/test/scripts/testA.jexl (original)
+++ commons/proper/jexl/trunk/src/test/scripts/testA.jexl Tue Dec  8 14:25:19 2015
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ */
+
 $out.println("Start Script Prompt Dependencies");
 //attention company doit être multivalué
 /*var vCountry = $in['company'];