Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b175fa7

Browse files
committedSep 28, 2017
Revert "Update appbundler"
This reverts commit 0c325b4. The 10.13 workaround seems to work also without this update AND it was causing a regression on testCommandLineBuildWithRelativePath (cwd() was not being exported)
1 parent d0f8037 commit b175fa7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎build/build.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -373,13 +373,13 @@
373373
<mkdir dir="${staging_folder}/work" />
374374

375375
<antcall target="unzip">
376-
<param name="archive_file" value="${staging_folder}/appbundler-1.0ea-arduino5.jar.zip" />
377-
<param name="archive_url" value="https://downloads.arduino.cc/appbundler-1.0ea-arduino5.jar.zip" />
378-
<param name="final_folder" value="${staging_folder}/appbundler-1.0ea-arduino5" />
379-
<param name="dest_folder" value="${staging_folder}/appbundler-1.0ea-arduino5" />
376+
<param name="archive_file" value="${staging_folder}/appbundler-1.0ea-arduino4.jar.zip" />
377+
<param name="archive_url" value="https://downloads.arduino.cc/appbundler-1.0ea-arduino4.jar.zip" />
378+
<param name="final_folder" value="${staging_folder}/appbundler-1.0ea-arduino4" />
379+
<param name="dest_folder" value="${staging_folder}/appbundler-1.0ea-arduino4" />
380380
</antcall>
381381

382-
<taskdef name="bundleapp" classname="com.oracle.appbundler.AppBundlerTask" classpath="${staging_folder}/appbundler-1.0ea-arduino5/appbundler-1.0ea-arduino5.jar"/>
382+
<taskdef name="bundleapp" classname="com.oracle.appbundler.AppBundlerTask" classpath="${staging_folder}/appbundler-1.0ea-arduino4/appbundler-1.0ea-arduino4.jar"/>
383383

384384
<bundleapp
385385
jvmRequired="1.8"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
89ef9e3ab1572e0bf2edfae2c9d6c0a03dcf2665

‎build/macosx/appbundler-1.0ea-arduino5.jar.zip.sha

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.