diff options
author | Sven Gothel <[email protected]> | 2011-05-16 03:25:36 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-05-16 03:25:36 +0200 |
commit | 6e6dd7228415e788ac254364c5f36a7d70216e6b (patch) | |
tree | 31ea4ebe0521161c69e4f744957b8c8eb514c345 /make/scripts | |
parent | c5a56e10677e9dc0a048c2be3de16701aac9ad17 (diff) |
build: Query git branch/sha1 and use it if not set and tools are available; Add Java source zip file.
Query git branch/sha1 and use it if not set and tools are available.
This shall improve tracking of manual generated binaries/bundles.
Add Java source zip file. Contains all Java source code (incl. generated ones) enhancing
IDE usage, where API doc and source browsing of libs is supported (NB/Eclipse/etc).
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/make.gluegen.all.linux-x86_64.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.gluegen.all.linux-x86_64.sh b/make/scripts/make.gluegen.all.linux-x86_64.sh index 408db63..33aae19 100755 --- a/make/scripts/make.gluegen.all.linux-x86_64.sh +++ b/make/scripts/make.gluegen.all.linux-x86_64.sh @@ -11,7 +11,7 @@ fi # -DisLinuxAMD64=true \ # -DisX11=true \ +# BUILD_ARCHIVE=true \ ant \ - -Djavacdebuglevel="source,lines,vars" \ -Drootrel.build=build-x86_64 \ $* 2>&1 | tee make.gluegen.all.linux-x86_64.log |