summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-rwxr-xr-xmake/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/make/build.xml b/make/build.xml
index bb39f3a..09cdce4 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -34,13 +34,13 @@
<!-- This is the version of JOAL you are building -->
<property name="base_version" value="1.1.2"/>
+ <!-- Uncomment this property to perform a full release build -->
+ <!-- property name="release-build" value="true" / -->
+
<!-- Pull in GlueGen cpptasks build file -->
<property name="gluegen.root" value="../../gluegen" />
<import file="${gluegen.root}/make/gluegen-cpptasks.xml" />
- <!-- Uncomment this property to perform a full release build -->
- <property name="release-build" value="true" />
-
<!-- Set up version string (used in several places) based on whether we're
doing a release build or not -->
<target name="setup-version-string-release" if="release-build">