Enhance ant build

This commit is contained in:
retgal 2023-04-30 19:03:17 +02:00
parent 18f415ec97
commit 1859ba6628
2 changed files with 3 additions and 2 deletions

View File

@ -17,7 +17,7 @@
<path id="project.classpath">
<fileset dir="${dir.lib}">
<include name="*.jar"/>
<include name="**/*.jar"/>
</fileset>
</path>
@ -46,7 +46,8 @@
<target name="build" depends="compile" description="Build the jar">
<jar destfile="${dir.build}/dayon.jar">
<zipgroupfileset dir="${dir.binfile}/lib" includes="xz-1.9.jar,WaifUPnP-1.3.0.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/**"/>
<manifest>
<attribute name="Application-Name" value="Dayon!"/>
<attribute name="Implementation-Version" value="${version}"/>

Binary file not shown.