From 777692a0f375727107bd31f65298e40d8b81fd35 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Thu, 29 May 2014 11:58:20 +0200 Subject: [PATCH 1/4] Fix regexp pattern for revision detection in build.xml --- build/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.xml b/build/build.xml index 2ade6e170..a76e06ddd 100644 --- a/build/build.xml +++ b/build/build.xml @@ -155,7 +155,7 @@ - + From ab1ee51d68540d38310f186706feed4fde70b097 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Thu, 29 May 2014 12:10:09 +0200 Subject: [PATCH 2/4] MacOSX: switched to appbundler for building distribution files (Haavar Valeur) See #1665 --- app/src/processing/app/macosx/Platform.java | 5 ++ build/build.xml | 92 +++++++++++++-------- 2 files changed, 62 insertions(+), 35 deletions(-) diff --git a/app/src/processing/app/macosx/Platform.java b/app/src/processing/app/macosx/Platform.java index 34151db22..7bbe74984 100644 --- a/app/src/processing/app/macosx/Platform.java +++ b/app/src/processing/app/macosx/Platform.java @@ -52,6 +52,11 @@ public class Platform extends processing.app.Platform { UIManager.put("Component.visualMargin", new Insets(1, 1, 1, 1)); } + public Platform() { + // For more information see: + // http://mail.openjdk.java.net/pipermail/macosx-port-dev/2013-January/005261.html + Toolkit.getDefaultToolkit(); + } public void init(Base base) { System.setProperty("apple.laf.useScreenMenuBar", "true"); diff --git a/build/build.xml b/build/build.xml index a76e06ddd..8d5104a07 100644 --- a/build/build.xml +++ b/build/build.xml @@ -207,23 +207,48 @@ - - - - + - + - + - - - + + ino + c + cpp + h + text/plain + TEXT + - + + + + + + + @@ -235,22 +260,22 @@ - + - + - + - + - + @@ -260,20 +285,22 @@ - - - - + + + + - - + + - + + + @@ -339,18 +366,13 @@ - - - - - + + + + + - - - From 39a6693f2ab33ba7579494ee4cdec82eb91900d7 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Fri, 30 May 2014 13:07:33 +0200 Subject: [PATCH 3/4] Fixed arm toolchain unzip and factored paths in build.xml --- build/build.xml | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/build/build.xml b/build/build.xml index 8d5104a07..116069485 100644 --- a/build/build.xml +++ b/build/build.xml @@ -22,7 +22,7 @@ - + @@ -260,17 +260,17 @@ - + - + - + - + @@ -285,10 +285,10 @@ - - - - + + + + @@ -304,7 +304,9 @@ - + + + @@ -366,11 +368,11 @@ - - - - - + + + + + From f21a92a93a58ddcb66623f9d02675a1330e00b25 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Fri, 27 Jun 2014 10:34:48 +0200 Subject: [PATCH 4/4] Added appbundler jar to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fcbd322e5..ec92ee7ca 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ build/windows/WinAVR-*.zip build/macosx/arduino-*.zip build/macosx/dist/gcc-*.tar.gz build/macosx/libastylej* +build/macosx/appbundler*.jar build/linux/work/ build/linux/dist/*.tar.gz build/linux/*.tgz