mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
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">
|
<target name="compile" depends="init">
|
||||||
<mkdir dir="${build}"/>
|
<mkdir dir="${build}"/>
|
||||||
<javac srcdir="${java}" destdir="${build}" debug="on"
|
<javac srcdir="${java}" destdir="${build}" debug="on"
|
||||||
includeantruntime="false">
|
includeantruntime="false"
|
||||||
|
encoding="utf-8">
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement path="."/>
|
<pathelement path="."/>
|
||||||
<pathelement location="lib/jdom.jar"/>
|
<pathelement location="lib/jdom.jar"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user