diff options
author | Sven Gothel <[email protected]> | 2010-11-06 23:13:39 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-06 23:13:39 +0100 |
commit | 6f2d046c8d532db94f6af5003e341104d5bf4aff (patch) | |
tree | 723c31b8f9c1097ae48486acbf68e4e06fab2517 /test/junit/com/sun/gluegen/BuildUtil.java | |
parent | ec6d61f4597af32c22319c4bda3c9dd9ab80bf25 (diff) |
Renamed com.sun.gluegen -> com.jogamp.gluegen
Diffstat (limited to 'test/junit/com/sun/gluegen/BuildUtil.java')
-rw-r--r-- | test/junit/com/sun/gluegen/BuildUtil.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/junit/com/sun/gluegen/BuildUtil.java b/test/junit/com/sun/gluegen/BuildUtil.java index 76de30f..ce88ba2 100644 --- a/test/junit/com/sun/gluegen/BuildUtil.java +++ b/test/junit/com/sun/gluegen/BuildUtil.java @@ -26,8 +26,10 @@ * or implied, of JogAmp Community. */ -package com.sun.gluegen; +package com.jogamp.gluegen; +import com.jogamp.gluegen.JavaEmitter; +import com.jogamp.gluegen.GlueGen; import java.io.File; import java.net.URISyntaxException; import org.apache.tools.ant.DefaultLogger; @@ -71,7 +73,7 @@ public final class BuildUtil { throw new RuntimeException("can not determine gluegen root", ex); } - path = gluegenRoot + "/test/junit/com/sun/gluegen"; + path = gluegenRoot + "/test/junit/com/jogamp/gluegen"; testOutput = gluegenRoot + "/" + rootrel_build + "/test"; out.println("path: "+path); |