Skip to content

Commit

Permalink
Fixed ant and deb build
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Dec 28, 2020
1 parent f7d67a4 commit 2645295
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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}">
Expand Down Expand Up @@ -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>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -421,7 +421,7 @@
<executions>
<execution>
<id>copy-resources</id>
<phase>package</phase>
<phase>prepare-package</phase>
<goals>
<goal>copy-resources</goal>
</goals>
Expand All @@ -441,7 +441,7 @@
</execution>
<execution>
<id>copy-docs</id>
<phase>package</phase>
<phase>prepare-package</phase>
<goals>
<goal>copy-resources</goal>
</goals>
Expand Down

0 comments on commit 2645295

Please sign in to comment.