summaryrefslogtreecommitdiffstats
path: root/src/java/com/sun/gluegen/JavaConfiguration.java
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 /src/java/com/sun/gluegen/JavaConfiguration.java
parenta41f4d504d2f8cf58114d570d23f757ab2659cfc (diff)
parent2ea8c93d5fd27207872b97c964e3f8af5ac850c6 (diff)
Merge with mbien's 2ea8c93d5fd27207872b97c964e3f8af5ac850c6
Diffstat (limited to 'src/java/com/sun/gluegen/JavaConfiguration.java')
-rw-r--r--src/java/com/sun/gluegen/JavaConfiguration.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/java/com/sun/gluegen/JavaConfiguration.java b/src/java/com/sun/gluegen/JavaConfiguration.java
index d5e71e2..3683e29 100644
--- a/src/java/com/sun/gluegen/JavaConfiguration.java
+++ b/src/java/com/sun/gluegen/JavaConfiguration.java
@@ -105,9 +105,9 @@ public class JavaConfiguration {
/**
* The package in which the generated glue code expects to find its
* run-time helper classes (BufferFactory, CPU,
- * StructAccessor). Defaults to "com.sun.gluegen.runtime".
+ * StructAccessor). Defaults to "com.jogamp.gluegen.runtime".
*/
- private String gluegenRuntimePackage = "com.sun.gluegen.runtime";
+ private String gluegenRuntimePackage = "com.jogamp.gluegen.runtime";
/**
* The kind of exception raised by the generated code if run-time
@@ -309,7 +309,7 @@ public class JavaConfiguration {
/** Returns the package in which the generated glue code expects to
find its run-time helper classes (BufferFactory, CPU,
- StructAccessor). Defaults to "com.sun.gluegen.runtime". */
+ StructAccessor). Defaults to "com.jogamp.gluegen.runtime". */
public String gluegenRuntimePackage() {
return gluegenRuntimePackage;
}