You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/01/07 02:48:44 UTC

svn commit: r1056157 - /incubator/lcf/trunk/build.xml

Author: kwright
Date: Fri Jan  7 01:48:44 2011
New Revision: 1056157

URL: http://svn.apache.org/viewvc?rev=1056157&view=rev
Log:
Fix for CONNECTORS-136.  Change rat-sources target to exclude those files which fail RAT but are known good.

Modified:
    incubator/lcf/trunk/build.xml

Modified: incubator/lcf/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/build.xml?rev=1056157&r1=1056156&r2=1056157&view=diff
==============================================================================
--- incubator/lcf/trunk/build.xml (original)
+++ incubator/lcf/trunk/build.xml Fri Jan  7 01:48:44 2011
@@ -1604,6 +1604,7 @@ All targets requiring Apache Forrest als
       description="runs the tasks over src/java excluding the license directory">
       <rat:report xmlns:rat="antlib:org.apache.rat.anttasks">
         <fileset dir="json/">
+          <exclude name="**/*.java"/>
         </fileset>
         <fileset dir="mod-authz-annotate/">
         </fileset>
@@ -1611,14 +1612,25 @@ All targets requiring Apache Forrest als
           <exclude name="**/build/"/>
           <exclude name="**/dist/"/>
           <exclude name="**/test-output/"/>
-          <exclude name="filenet/filenet-api/"/>
-          <exclude name="documentum/dfc/"/>
-          <exclude name="jcifs/upstream-diffs/jcifs.diffs"/>
-          <exclude name="jcifs/jcifs/"/>
-          <exclude name="jdbc/jdbc-drivers/"/>
-          <exclude name="livelink/lapi/"/>
-          <exclude name="meridio/wsdls/"/>
-          <exclude name="sharepoint/wsdls/"/>
+          <exclude name="filenet/filenet-api/*.jar"/>
+          <exclude name="documentum/dfc/*.jar"/>
+          <exclude name="jcifs/jcifs/*.jar"/>
+          <exclude name="jcifs/jcifs/*.diffs"/>
+          <exclude name="jdbc/jdbc-drivers/*.jar"/>
+          <exclude name="livelink/lapi/*.jar"/>
+          <exclude name="meridio/wsdls/*.wsdl"/>
+          <exclude name="meridio/wsdls/*.xsd"/>
+          <exclude name="sharepoint/wsdls/*.wsdl"/>
+          <exclude name="meridio/webservice/Test Harness/source code/TestHarness.cs"/>
+          <exclude name="sharepoint/webservice/Web References/SPPermissionsService/Reference.map"/>
+          <exclude name="sharepoint/webservice/Properties/Settings.settings"/>
+          <exclude name="sharepoint/webservice/Properties/AssemblyInfo.cs"/>
+          <exclude name="meridio/webservice/Test Harness/Installation files/Setup.Ini"/>
+          <exclude name="meridio/webservice/Web Service/Installation files/Setup.Ini"/>
+          <exclude name="sharepoint/webservice/MCPermissionsService.csproj"/>
+          <exclude name="sharepoint/webservice/MetaCarta.snk"/>
+          <exclude name="sharepoint/webservice/Properties/Settings.Designer.cs"/>
+          <exclude name="sharepoint/webservice/Web References/SPPermissionsService/Reference.cs"/>
         </fileset>
         <fileset dir="framework/">
           <exclude name="**/build/"/>