You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by ti...@apache.org on 2012/10/10 09:08:23 UTC

svn commit: r1396492 - in /incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core: findbugs-exclude.xml pom.xml

Author: tillw
Date: Wed Oct 10 07:08:22 2012
New Revision: 1396492

URL: http://svn.apache.org/viewvc?rev=1396492&view=rev
Log:
add ALv2 header and remove findbugs-exclude.xml from RAT excludes

Modified:
    incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/findbugs-exclude.xml
    incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/pom.xml

Modified: incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/findbugs-exclude.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/findbugs-exclude.xml?rev=1396492&r1=1396491&r2=1396492&view=diff
==============================================================================
--- incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/findbugs-exclude.xml (original)
+++ incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/findbugs-exclude.xml Wed Oct 10 07:08:22 2012
@@ -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.
+-->
 <FindBugsFilter>
     <Match>
       <Class name="~org.apache.vxquery.xmlquery.query.*" />

Modified: incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/pom.xml?rev=1396492&r1=1396491&r2=1396492&view=diff
==============================================================================
--- incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/pom.xml (original)
+++ incubator/vxquery/branches/vxquery_0_2_staging/vxquery-core/pom.xml Wed Oct 10 07:08:22 2012
@@ -248,7 +248,6 @@
         <version>0.7</version>
         <configuration>
           <excludes>
-            <exclude>findbugs-exclude.xml</exclude>
             <exclude>testsuites/**/*</exclude>
             <exclude>reports/**/*</exclude>
           </excludes>