diff options
author | Michael Bien <[email protected]> | 2010-03-27 02:26:27 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-27 02:26:27 +0100 |
commit | bb9028843b1e382180fd2663e5c98b86fc37718b (patch) | |
tree | d79c068941d9b58ea38b4617f5f1da127b56abf2 /doc/manual | |
parent | 6cefd27707036faf494eab9e1f0c7970c0c40e0d (diff) |
renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.
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 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. |