Skip to content

Commit

Permalink
fix: ant build
Browse files Browse the repository at this point in the history
  • Loading branch information
lart2150 committed Jan 3, 2024
1 parent d745d69 commit 3a410b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<pathelement location="${lib}/tivo-libre.jar"/>
<pathelement location="${lib}/httpclient5-5.1.3.jar"/>
<pathelement location="${lib}/httpcore5-5.1.3.jar"/>
<pathelement location="${lib}/Java-WebSocket-1.5.5.jar"/>
<pathelement location="${fxlib}/javafx.base.jar"/>
<pathelement location="${fxlib}/javafx.controls.jar"/>
<pathelement location="${fxlib}/javafx.fxml.jar"/>
Expand Down Expand Up @@ -72,11 +73,11 @@
<compilerarg value="-Xlint:deprecation" />
</javac>
</target>
<target name="init">
<target name="load">
<property name="version" value="${bversion}"/>
<property name="dist" value="kmttg_${version}"/>
</target>
<target name="all" depends="init,clean,build,jar,dist-both"/>
<target name="all" depends="load,clean,build,jar,dist-both"/>
<target name="release">
<property name="version" value="${rversion}"/>
<antcall target="all"/>
Expand Down

0 comments on commit 3a410b0

Please sign in to comment.