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:23:38 UTC

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

Author: kwright
Date: Sun May  3 15:23:38 2020
New Revision: 1877332

URL: http://svn.apache.org/viewvc?rev=1877332&view=rev
Log:
Also exclude es when building tars

Modified:
    manifoldcf/trunk/build.xml

Modified: manifoldcf/trunk/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/build.xml?rev=1877332&r1=1877331&r2=1877332&view=diff
==============================================================================
--- manifoldcf/trunk/build.xml (original)
+++ manifoldcf/trunk/build.xml Sun May  3 15:23:38 2020
@@ -645,10 +645,14 @@
           <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/*.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"/>