summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-07-26 18:06:41 -0700
committerSven Gothel <[email protected]>2010-07-26 18:06:41 -0700
commitc5da1b0d99b623ba14464be70a79ce1ffaccf6cc (patch)
tree64b1bdd0b77f89098105283f3fa1dc21d0b72e62 /make/build.xml
parent75369cd69de48af7a81f35742702f6c344869de0 (diff)
Fix: Default value for gluegen.build.number
Diffstat (limited to 'make/build.xml')
-rwxr-xr-xmake/build.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index ef22a56..6d73713 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -49,6 +49,11 @@
<property name="javadoc" location="${build}/javadoc" />
<property name="gluegen.lib.dir" value="${build}/obj"/>
+ <condition property="gluegen.build.number" value="manual-build">
+ <not>
+ <isset property="gluegen.build.number"/>
+ </not>
+ </condition>
<property file="${build}/artifact.properties"/>
<!-- The generated source directories. -->