Merge pull request #544 from drakkar-lig/cooja-compile-error

Cooja compile error
This commit is contained in:
Fredrik Österlind 2014-01-27 07:14:14 -08:00
commit a369611fe7

View file

@ -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"/>