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 2011/12/09 22:02:55 UTC

svn commit: r1212632 - /incubator/lcf/integration/solr-3.x/trunk/build.xml

Author: kwright
Date: Fri Dec  9 21:02:55 2011
New Revision: 1212632

URL: http://svn.apache.org/viewvc?rev=1212632&view=rev
Log:
Improve cleanup

Modified:
    incubator/lcf/integration/solr-3.x/trunk/build.xml

Modified: incubator/lcf/integration/solr-3.x/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/integration/solr-3.x/trunk/build.xml?rev=1212632&r1=1212631&r2=1212632&view=diff
==============================================================================
--- incubator/lcf/integration/solr-3.x/trunk/build.xml (original)
+++ incubator/lcf/integration/solr-3.x/trunk/build.xml Fri Dec  9 21:02:55 2011
@@ -19,8 +19,7 @@
 
   <target name="clean">
     <delete>
-      <fileset dir="." includes="apache-manifoldcf-solr-3.x-plugin-*.zip"/>
-      <fileset dir="." includes="apache-manifoldcf-solr-3.x-plugin-*.tar.gz"/>
+      <fileset dir="." includes="apache-manifoldcf-solr-3.x-plugin-*"/>
     </delete>
     <delete dir="dist"/>
     <delete dir="solr"/>