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:30:45 UTC

svn commit: r1877334 - /manifoldcf/trunk/build.xml

Author: kwright
Date: Sun May  3 15:30:45 2020
New Revision: 1877334

URL: http://svn.apache.org/viewvc?rev=1877334&view=rev
Log:
yet another similar fix

Modified:
    manifoldcf/trunk/build.xml

Modified: manifoldcf/trunk/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/build.xml?rev=1877334&r1=1877333&r2=1877334&view=diff
==============================================================================
--- manifoldcf/trunk/build.xml (original)
+++ manifoldcf/trunk/build.xml Sun May  3 15:30:45 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>