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:50:27 UTC

svn commit: r1056158 - in /incubator/lcf/branches/release-0.1-branch: ./ build.xml

Author: kwright
Date: Fri Jan  7 01:50:27 2011
New Revision: 1056158

URL: http://svn.apache.org/viewvc?rev=1056158&view=rev
Log:
Port CONNECTORS-136 fix to release branch

Modified:
    incubator/lcf/branches/release-0.1-branch/   (props changed)
    incubator/lcf/branches/release-0.1-branch/build.xml

Propchange: incubator/lcf/branches/release-0.1-branch/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Jan  7 01:50:27 2011
@@ -1,2 +1,2 @@
 /incubator/lcf/branches/release-0.1-branch:1056045
-/incubator/lcf/trunk:1039159,1041674,1041679,1041763,1041885,1041968,1042383,1042836-1042837,1042896,1042898,1043728,1044276,1044287,1044294,1044641,1049834,1050183,1050605,1056045,1056054,1056104,1056116,1056131-1056139
+/incubator/lcf/trunk:1039159,1041674,1041679,1041763,1041885,1041968,1042383,1042836-1042837,1042896,1042898,1043728,1044276,1044287,1044294,1044641,1049834,1050183,1050605,1056045,1056054,1056104,1056116,1056131-1056139,1056157

Modified: incubator/lcf/branches/release-0.1-branch/build.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-branch/build.xml?rev=1056158&r1=1056157&r2=1056158&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-branch/build.xml (original)
+++ incubator/lcf/branches/release-0.1-branch/build.xml Fri Jan  7 01:50:27 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/"/>