Changed ant lib include

This commit is contained in:
Ziver Koc 2016-02-28 02:23:32 +01:00
parent c4c1c14651
commit 1a28970e44

View file

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