aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2007-06-29 20:36:51 +0000
committerKenneth Russel <[email protected]>2007-06-29 20:36:51 +0000
commitc927f3d5b0bb3516ea9f923fca85eae87baa5f20 (patch)
treea9c737b5a68c061dda0a74158dc3c41acbbf0ff9 /make/build.xml
parent448fd7307cadecac55b4e1f6259e2add91168418 (diff)
Fixed typo which broke nightly build
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1284 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index f3a87da9d..51c546c3c 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -55,7 +55,7 @@
<!-- Uncomment this property definition to cause a full release build to be done -->
<!-- without needing to specify the RI target on the command line -->
- <property name="RImanifestfile" value="joglRIversion">
+ <property name="RImanifestfile" value="joglRIversion" />
<!-- Pull in GlueGen cpptasks build file -->
<property name="gluegen.root" value="../../gluegen" />