Skip to content

Commit b4c7ad1

Browse files
committed
Remove redundant compile call.
1 parent eb96e5c commit b4c7ad1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080

8181
<target name="hotswap" depends="compile">
8282
<taskdef name="hotswap" classname="dak.ant.taskdefs.Hotswap"/>
83-
<antcall target="compile"/>
8483
<hotswap verbose="true" port="9000">
8584
<fileset dir="${build.classes.dir}" includes="**/*.class">
8685
<modified/>

0 commit comments

Comments
 (0)