diff options
Diffstat (limited to 'doc/manual')
-rwxr-xr-x | doc/manual/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/index.html b/doc/manual/index.html index 50fe71b..a0c27ff 100755 --- a/doc/manual/index.html +++ b/doc/manual/index.html @@ -325,10 +325,10 @@ libraries for other languages. <H3><a name="SecAcquiring">Acquiring and Building GlueGen</a></H3> -The source code for GlueGen may be obtained via CVS: +The source code for GlueGen may be obtained via Subversion: <pre> - cvs -d :pserver:[email protected]:/cvs co gluegen + svn co https://gluegen.dev.java.net/svn/gluegen/trunk gluegen --username [username] </pre> To build GlueGen, first download the ANTLR jar file from <a |