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 2020/05/03 15:21:29 UTC

svn commit: r1877331 - in /manifoldcf/branches/release-2.16-branch: ./ build.xml

Author: kwright
Date: Sun May  3 15:21:28 2020
New Revision: 1877331

URL: http://svn.apache.org/viewvc?rev=1877331&view=rev
Log:
Pull up release target fix from trunk

Modified:
    manifoldcf/branches/release-2.16-branch/   (props changed)
    manifoldcf/branches/release-2.16-branch/build.xml

Propchange: manifoldcf/branches/release-2.16-branch/
------------------------------------------------------------------------------
  Merged /manifoldcf/trunk:r1877330

Modified: manifoldcf/branches/release-2.16-branch/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-2.16-branch/build.xml?rev=1877331&r1=1877330&r2=1877331&view=diff
==============================================================================
--- manifoldcf/branches/release-2.16-branch/build.xml (original)
+++ manifoldcf/branches/release-2.16-branch/build.xml Sun May  3 15:21:28 2020
@@ -594,10 +594,14 @@
           <exclude name="connectors/*/dist/"/>
           <exclude name="framework/dist/"/>
           <exclude name="**/target/"/>
+          <exclude name="**/test-materials/windows"/>
+          <exclude name="**/test-materials/unix"/>          
           <exclude name="**/test-materials/*.jar"/>
           <exclude name="**/test-materials/*.war"/>
           <exclude name="**/test-materials/*.wsdl"/>
           <exclude name="**/test-materials/*.xsd"/>
+          <exclude name="**/test-materials-proprietary/windows/"/>
+          <exclude name="**/test-materials-proprietary/unix/"/>          
           <exclude name="**/test-materials-proprietary/*.jar"/>
           <exclude name="**/test-materials-proprietary/*.war"/>
           <exclude name="**/test-materials-proprietary/*.wsdl"/>
@@ -611,7 +615,6 @@
           <exclude name="**/lib-proprietary/*.war"/>
           <exclude name="**/lib-proprietary/*.wsdl"/>
           <exclude name="**/lib-proprietary/*.xsd"/>
-          <exclude name="connectors/elasticsearch/test-materials-proprietary/elasticsearch-1.0.1/"/>
           <exclude name="legacy-*/"/>
           <exclude name="apache-manifoldcf-*/"/>        
         </zipfileset>