Changed ant lib include
This commit is contained in:
parent
c4c1c14651
commit
1a28970e44
1 changed files with 3 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue