I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 0234fb62 authored by jrandom's avatar jrandom Committed by zzz
Browse files

properly clean up the temp files (thanks oOo)

parent 687ca781
No related branches found
No related tags found
No related merge requests found
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
</target> </target>
<target name="precompilejsp"> <target name="precompilejsp">
<delete dir="../jsp/WEB-INF/" /> <delete dir="../jsp/WEB-INF/" />
<delete dir="../jsp/web-fragment.xml" /> <delete file="../jsp/web-fragment.xml" />
<delete dir="../jsp/web-out.xml" /> <delete file="../jsp/web-out.xml" />
<mkdir dir="../jsp/WEB-INF/" /> <mkdir dir="../jsp/WEB-INF/" />
<mkdir dir="../jsp/WEB-INF/classes" /> <mkdir dir="../jsp/WEB-INF/classes" />
<!-- there are various jspc ant tasks, but they all seem a bit flakey --> <!-- there are various jspc ant tasks, but they all seem a bit flakey -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment