diff options
author | kbr <[email protected]> | 2006-12-21 02:43:09 +0000 |
---|---|---|
committer | kbr <[email protected]> | 2006-12-21 02:43:09 +0000 |
commit | 571612ef4ec55148cb97ff7a7c349b627d264ca9 (patch) | |
tree | 5a6baefc554eed17f4de17b230cc52fe5e043463 /make | |
parent | b27712235597b58ce8c5ee61dc183e3dafe0d4d7 (diff) |
Switched on release build flag to capture tonight's nightly build,
assuming it succeeds
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@393 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'make')
-rwxr-xr-x | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 4d6c6c7..8455628 100755 --- a/make/build.xml +++ b/make/build.xml @@ -39,7 +39,7 @@ <import file="${gluegen.root}/make/gluegen-cpptasks.xml" /> <!-- Uncomment this property to perform a full release build --> - <!-- property name="release-build" value="true" / --> + <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 --> |