Fixed ant and deb build

This commit is contained in:
RetGal 2020-12-28 11:37:55 +01:00
parent f7d67a42f0
commit 2645295b43
2 changed files with 7 additions and 5 deletions

View File

@ -12,7 +12,7 @@
<property name="main.class" value="mpo.dayon.assisted.AssistedRunner"/>
<property name="ant.build.javac.source" value="1.8"/>
<property name="ant.build.javac.target" value="1.8"/>
<property name="version" value="1.10.2"/>
<property name="version" value="1.10.3"/>
<path id="project.classpath">
<fileset dir="${dir.lib}">
@ -73,6 +73,8 @@
<copy file="${dir.build}/dayon.jar" todir="${dir.dist}/bin"/>
<copy todir="${dir.dist}">
<fileset dir="${dir.res}">
<exclude name="deb/"/>
<exclude name="snap/"/>
<exclude name="jre/"/>
<exclude name="license/azul_zulu_license.txt"/>
</fileset>

View File

@ -99,8 +99,8 @@
<version>1.12</version>
<executions>
<execution>
<id>package</id>
<phase>package</phase>
<id>create-deb</id>
<phase>install</phase>
<goals>
<goal>package</goal>
</goals>
@ -421,7 +421,7 @@
<executions>
<execution>
<id>copy-resources</id>
<phase>package</phase>
<phase>prepare-package</phase>
<goals>
<goal>copy-resources</goal>
</goals>
@ -441,7 +441,7 @@
</execution>
<execution>
<id>copy-docs</id>
<phase>package</phase>
<phase>prepare-package</phase>
<goals>
<goal>copy-resources</goal>
</goals>