Merge pull request #544 from drakkar-lig/cooja-compile-error
Cooja compile error
This commit is contained in:
commit
a369611fe7
|
@ -71,7 +71,8 @@ The COOJA Simulator
|
|||
<target name="compile" depends="init">
|
||||
<mkdir dir="${build}"/>
|
||||
<javac srcdir="${java}" destdir="${build}" debug="on"
|
||||
includeantruntime="false">
|
||||
includeantruntime="false"
|
||||
encoding="utf-8">
|
||||
<classpath>
|
||||
<pathelement path="."/>
|
||||
<pathelement location="lib/jdom.jar"/>
|
||||
|
|
Loading…
Reference in a new issue