Commented out line that deletes autopsy.zip in build-zip Ant

target in build.xml.
This commit is contained in:
Tim McIver 2013-03-26 12:09:34 -04:00
parent f0cb03b717
commit ec66dbd6a7

View File

@ -106,7 +106,7 @@
</zip>
<delete dir="${zip-tmp}"/>
<delete file="${nbdist.dir}/${app.name}.zip"/>
<!-- <delete file="${nbdist.dir}/${app.name}.zip"/> -->
<echo message=" "/>
<echo message="cleaning and finalizing release" />