fixed git ignore and zutil download url
This commit is contained in:
parent
1b4f558e8d
commit
4c4a96b5e5
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,4 +2,4 @@
|
||||||
/hal.conf
|
/hal.conf
|
||||||
/hal.db*
|
/hal.db*
|
||||||
build
|
build
|
||||||
/lib/Zutil.jar
|
/lib/zutil-*
|
||||||
|
|
@ -113,7 +113,7 @@
|
||||||
|
|
||||||
<target name="build-dependencies">
|
<target name="build-dependencies">
|
||||||
<mkdir dir="${compileDir}" />
|
<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"/>
|
dest="${libDir}" verbose="true" usetimestamp="true"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue