don't delete the snapshot.src directory

This commit is contained in:
Tobi Schäfer 2002-06-05 16:57:45 +00:00
parent c900b69482
commit cdc0fb82f2

View file

@ -334,7 +334,7 @@
<!-- =================================================================== --> <!-- =================================================================== -->
<target name="fullcleanup" depends="init"> <target name="fullcleanup" depends="init">
<delete dir="${build.work}"/> <delete dir="${build.work}"/>
<delete dir="${snapshot.src}"/> <!-- delete dir="${snapshot.src}"/ -->
</target> </target>
<!-- =================================================================== --> <!-- =================================================================== -->