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 2010/11/19 01:19:15 UTC

svn commit: r1036689 - /incubator/lcf/trunk/build.xml

Author: kwright
Date: Fri Nov 19 00:19:15 2010
New Revision: 1036689

URL: http://svn.apache.org/viewvc?rev=1036689&view=rev
Log:
Fix clean target to remove tar.gz and zip properly

Modified:
    incubator/lcf/trunk/build.xml

Modified: incubator/lcf/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/build.xml?rev=1036689&r1=1036688&r2=1036689&view=diff
==============================================================================
--- incubator/lcf/trunk/build.xml (original)
+++ incubator/lcf/trunk/build.xml Fri Nov 19 00:19:15 2010
@@ -1,8 +1,8 @@
 <project default="help">
 
     <target name="clean">
-        <delete file="manifoldcf-*.zip"/>
-        <delete file="manifoldcf-*.tar.gz"/>
+        <delete file="manifoldcf-SNAPSHOT.zip"/>
+        <delete file="manifoldcf-SNAPSHOT.tar.gz"/>
         <delete dir="build"/>
         <delete dir="dist"/>
         <delete dir="test-output"/>