Skip to content

Commit

Permalink
Use fixed UPnP lib for ant
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Jun 2, 2024
1 parent 4136c5e commit 0393eca
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 @@ -47,7 +47,7 @@
<target name="build" depends="compile" description="Build the jar">
<jar destfile="${dir.build}/dayon.jar">
<zipfileset src="${dir.binfile}/lib/xz-1.9.jar" excludes="META-INF/**"/>
<zipfileset src="${dir.binfile}/lib/com/dosse/upnp/WaifUPnP/1.3.0/WaifUPnP-1.3.0.jar" excludes="META-INF/**"/>
<zipfileset src="${dir.binfile}/lib/com/dosse/upnp/WaifUPnP/1.3.1/WaifUPnP-1.3.1.jar" excludes="META-INF/**"/>
<manifest>
<attribute name="Application-Name" value="Dayon!"/>
<attribute name="Implementation-Version" value="${version}"/>
Expand Down

0 comments on commit 0393eca

Please sign in to comment.