aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/index.html
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-03-28 01:41:36 +0100
committerSven Gothel <[email protected]>2010-03-28 01:41:36 +0100
commit93c16379f28104b079a12e7ed9787da439e54a3c (patch)
treed81781142b11c962312559bfe96d6c9b1d593551 /doc/manual/index.html
parenta41f4d504d2f8cf58114d570d23f757ab2659cfc (diff)
parent2ea8c93d5fd27207872b97c964e3f8af5ac850c6 (diff)
Merge with mbien's 2ea8c93d5fd27207872b97c964e3f8af5ac850c6
Diffstat (limited to 'doc/manual/index.html')
-rwxr-xr-xdoc/manual/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/index.html b/doc/manual/index.html
index a0c27ff..8fe51c0 100755
--- a/doc/manual/index.html
+++ b/doc/manual/index.html
@@ -984,11 +984,11 @@ C APIs have corresponding Java classes emitted.
<dt><strong><a name="GlueGenRuntimePackage">GlueGenRuntimePackage</a></strong>
-<dd>Syntax: <code>GlueGenRuntimePackage [package name, like com.sun.gluegen.runtime]</code> <br>
+<dd>Syntax: <code>GlueGenRuntimePackage [package name, like com.jogamp.gluegen.runtime]</code> <br>
(optional) Changes the package in which the generated glue code
expects to find its run-time helper classes (like BufferFactory, CPU,
-StructAccessor). Defaults to <CODE>com.sun.gluegen.runtime</CODE> (no
+StructAccessor). Defaults to <CODE>com.jogamp.gluegen.runtime</CODE> (no
quotes). This is useful if you want to bundle the runtime classes in
your application without the possibility of interfering with other
versions elsewhere in the system.