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:31:33 UTC

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

Author: kwright
Date: Sun May  3 15:31:33 2020
New Revision: 1877335

URL: http://svn.apache.org/viewvc?rev=1877335&view=rev
Log:
Pull up another fix

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:r1877334

Modified: manifoldcf/branches/release-2.16-branch/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-2.16-branch/build.xml?rev=1877335&r1=1877334&r2=1877335&view=diff
==============================================================================
--- manifoldcf/branches/release-2.16-branch/build.xml (original)
+++ manifoldcf/branches/release-2.16-branch/build.xml Sun May  3 15:31:33 2020
@@ -594,8 +594,8 @@
           <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/windows/"/>
+          <exclude name="**/test-materials/unix/"/>          
           <exclude name="**/test-materials/*.jar"/>
           <exclude name="**/test-materials/*.war"/>
           <exclude name="**/test-materials/*.wsdl"/>
@@ -645,8 +645,8 @@
           <exclude name="**/test-HSQLDB-output/"/>
           <exclude name="**/test-HSQLDBext-output/"/>
           <exclude name="**/test-mysql-output/"/>
-          <exclude name="**/test-materials/windows"/>
-          <exclude name="**/test-materials/unix"/>          
+          <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"/>
@@ -661,7 +661,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-*/"/>
         </tarfileset>