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 2014/05/28 12:07:50 UTC

svn commit: r1597959 - /manifoldcf/release-scripts/release.bat

Author: kwright
Date: Wed May 28 10:07:50 2014
New Revision: 1597959

URL: http://svn.apache.org/r1597959
Log:
Clean can only be done when deps are right

Modified:
    manifoldcf/release-scripts/release.bat

Modified: manifoldcf/release-scripts/release.bat
URL: http://svn.apache.org/viewvc/manifoldcf/release-scripts/release.bat?rev=1597959&r1=1597958&r2=1597959&view=diff
==============================================================================
--- manifoldcf/release-scripts/release.bat (original)
+++ manifoldcf/release-scripts/release.bat Wed May 28 10:07:50 2014
@@ -23,9 +23,10 @@ goto end
 :proceed
 @echo on
 
-cmd.exe /c ant clean clean-core-deps clean-deps
+cmd.exe /c ant clean-core-deps clean-deps
 erase apache-manifoldcf-*
 cmd.exe /c ant make-core-deps make-deps
+cmd.exe /c ant clean
 cmd.exe /c ant image
 
 gpg --armor --output apache-manifoldcf-%1-src.zip.asc --detach-sig apache-manifoldcf-%1-src.zip