You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by ho...@apache.org on 2007/07/02 22:42:29 UTC

svn commit: r552589 - /lucene/java/trunk/common-build.xml

Author: hossman
Date: Mon Jul  2 13:42:24 2007
New Revision: 552589

URL: http://svn.apache.org/viewvc?view=rev&rev=552589
Log:
hack to prevent ant from recursively stating all files in all directories looking for files to include in the META-INF

Modified:
    lucene/java/trunk/common-build.xml

Modified: lucene/java/trunk/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/common-build.xml?view=diff&rev=552589&r1=552588&r2=552589
==============================================================================
--- lucene/java/trunk/common-build.xml (original)
+++ lucene/java/trunk/common-build.xml Mon Jul  2 13:42:24 2007
@@ -65,7 +65,11 @@
   <property name="junit.excludes" value=""/>
 
   <patternset id="metainf.includes">
-  	<exclude name="**/*"/>
+    <!-- use an explicit include to prevent expensive walking of subdirs
+         that default include triggers
+    -->
+    <include name="FIND_NOTHING"/>
+    <exclude name="**/*"/>
   </patternset>
 	
   <condition property="build-1-5-contrib">