MacOSX: working directory for tests is changed

This commit is contained in:
Federico Fissore 2015-03-26 09:59:40 +01:00
parent f261f35907
commit aac484e364
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
<fail if="windows" unless="java_home"
message="The JAVA_HOME variable must be set to the location of a full JDK. For instance, on Windows, this might be c:\jdk1.6.0_18." />
<condition property="work.dir" value="../build/macosx/work/Arduino.app/Contents/Resources/Java/">
<condition property="work.dir" value="../build/macosx/work/Arduino.app/Contents/Java/">
<os family="mac"/>
</condition>
<condition property="java.additional.library.path" value=".">