fixed git ignore and zutil download url

This commit is contained in:
Ziver Koc 2019-11-12 13:42:59 +01:00
parent 1b4f558e8d
commit 4c4a96b5e5
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -2,4 +2,4 @@
/hal.conf
/hal.db*
build
/lib/Zutil.jar
/lib/zutil-*

View file

@ -113,7 +113,7 @@
<target name="build-dependencies">
<mkdir dir="${compileDir}" />
<get src="http://ci.koc.se/jenkins/job/Zutil/lastSuccessfulBuild/artifact/se/koc/zutil/1.0.2-230/zutil-1.0.2-230.jar"
<get src="http://ci.koc.se/jenkins/job/Zutil/lastSuccessfulBuild/artifact/se/koc/zutil/1.0.2-231/zutil-1.0.2-231.jar"
dest="${libDir}" verbose="true" usetimestamp="true"/>
</target>