diff options
author | Sven Gothel <[email protected]> | 2011-05-16 03:28:25 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-05-16 03:28:25 +0200 |
commit | 2f89bf30607281bb8dc0a07b185fa403b9b0f093 (patch) | |
tree | 163a5b866d5982a7fb595df2bfdff22c2f11c72e /make/build-jogl.xml | |
parent | b58d6d6ccf9c622f2377cf6c0c3487a8897aba6d (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/build-jogl.xml')
-rw-r--r-- | make/build-jogl.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml index 73b61e690..d11d70c21 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -206,7 +206,6 @@ <!-- The source directories. --> <property name="src.java" value="${project.root}/${rootrel.src.java}" /> <property name="src.c" value="${project.root}/${rootrel.src.c}" /> - <property name="tempdir" value="${project.root}/build-temp" /> <!-- The generated source directories. --> <property name="src.generated" value="${build.jogl}/gensrc" /> |