Skip to content

Commit

Permalink
Fixed ant build
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Feb 15, 2021
1 parent 155f62b commit d50e78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</copy>
</target>

<target name="build" depends="compile" description="Build the jar">
<target name="build" description="Build the jar">
<jar destfile="${dir.build}/dayon.jar">
<zipgroupfileset dir="${dir.binfile}/lib" includes="bzip2-0.9.1.jar,grizzly-lzma-1.9.65.jar"/>
<manifest>
Expand Down

0 comments on commit d50e78a

Please sign in to comment.