diff options
author | Kenneth Russel <[email protected]> | 2007-06-29 20:36:51 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2007-06-29 20:36:51 +0000 |
commit | c927f3d5b0bb3516ea9f923fca85eae87baa5f20 (patch) | |
tree | a9c737b5a68c061dda0a74158dc3c41acbbf0ff9 /make/build.xml | |
parent | 448fd7307cadecac55b4e1f6259e2add91168418 (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.xml | 2 |
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" /> |