Skip to content

Commit 5aec0c6

Browse files
committed
Delete hotswap's cache.properties on "clean".
1 parent e83181a commit 5aec0c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
<delete dir="${build.dir}"/>
100100
<delete dir="${dist.dir}"/>
101101
<delete dir="${lib.dir}"/>
102+
<delete file="cache.properties"/>
102103
</target>
103104

104105
<target name="javadoc" description="Generate Javadoc HTML.">

0 commit comments

Comments
 (0)