Some bug fixes

This commit is contained in:
Ziver Koc 2017-05-29 17:14:09 +02:00
parent 27abb20728
commit 9d698fa2bc
3 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@
<!--classpath included when building-->
<path id="classpath.build">
<fileset dir="${libDir}">
<fileset dir="${libDir}" erroronmissingdir="false">
<include name="**/*.jar"/>
</fileset>
<pathelement location="${compileDir}" />

View file

@ -23,7 +23,7 @@
<!--classpath included when building-->
<path id="classpath.build">
<fileset dir="${libDir}">
<fileset dir="${libDir}" erroronmissingdir="false">
<include name="**/*.jar"/>
</fileset>
<pathelement location="${compileDir}" />