diff options
author | Tor Norbye <tnorbye@google.com> | 2011-08-08 14:01:35 -0700 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2011-08-09 12:21:00 -0700 |
commit | aa80cb71bbff31f0646f6ffe78fe5c291b9d2cc3 (patch) | |
tree | b65c39ec1e544b402e660a1bf3c02c209de0954e /eclipse/buildConfig/build.properties | |
parent | c72282ce8f29daa26dcbaf977e24dade7148c380 (diff) | |
download | sdk-aa80cb71bbff31f0646f6ffe78fe5c291b9d2cc3.zip sdk-aa80cb71bbff31f0646f6ffe78fe5c291b9d2cc3.tar.gz sdk-aa80cb71bbff31f0646f6ffe78fe5c291b9d2cc3.tar.bz2 |
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
Diffstat (limited to 'eclipse/buildConfig/build.properties')
-rw-r--r-- | eclipse/buildConfig/build.properties | 1 |
1 files changed, 1 insertions, 0 deletions
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 |