From aa80cb71bbff31f0646f6ffe78fe5c291b9d2cc3 Mon Sep 17 00:00:00 2001 From: Tor Norbye Date: Mon, 8 Aug 2011 14:01:35 -0700 Subject: Make the plugin build script for for Mac OSX The build_server script used to build the plugin zip file was Linux specific. This changeset tweaks the scripts such that they will also run on Mac OSX. It also adds various .gitignore filters such that the temporary files created by the build script are ignored by git. Change-Id: I77cfe6bfb65be86c11beb50bcab9c345433b5a8e --- eclipse/buildConfig/build.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'eclipse/buildConfig/build.properties') diff --git a/eclipse/buildConfig/build.properties b/eclipse/buildConfig/build.properties index 45cc3c2..4466ab7 100644 --- a/eclipse/buildConfig/build.properties +++ b/eclipse/buildConfig/build.properties @@ -135,6 +135,7 @@ timestamp=007 baseLocation=${ECLIPSE_HOME} #Os/Ws/Arch/nl of the eclipse specified by baseLocation +# Note: These default values may be overridden by the build_plugins script baseos=linux basews=gtk basearch=x86 -- cgit v1.1