From 625e029b18892b0a812b724e6248c3c1fcfc5668 Mon Sep 17 00:00:00 2001 From: kytv Date: Sat, 1 Oct 2011 17:10:05 +0000 Subject: [PATCH] call tar directly when making osx bundle When using ant's tar option, the permissions on JavaStubApplication were getting reset, causing the extracted archive to not be executable. By using the system's tar the permissions are not reset. --- build.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index e7276699f..c2a372f3e 100644 --- a/build.xml +++ b/build.xml @@ -170,7 +170,15 @@ - + + + + + + + + +