diff options
author | Xerxes Rånby <[email protected]> | 2015-11-26 12:19:07 +0100 |
---|---|---|
committer | Xerxes Rånby <[email protected]> | 2015-11-26 12:19:07 +0100 |
commit | d04ee580f3dbc4f9c6c7cd4ba2ab7cec5b38a452 (patch) | |
tree | 6a3e73ba1ddffb12fea1680e50a20dacbbd5c3da /doc/manual/example1 | |
parent | acd52a1936090eee11b3220f5c75ee37763773c7 (diff) |
Bug 682: Rename com.sun.gluegen -> com.jogamp.gluegen in doc/**
Diffstat (limited to 'doc/manual/example1')
-rw-r--r-- | doc/manual/example1/gen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/example1/gen.sh b/doc/manual/example1/gen.sh index 047b448..63943e9 100644 --- a/doc/manual/example1/gen.sh +++ b/doc/manual/example1/gen.sh @@ -14,5 +14,5 @@ else SEP=: fi -echo java -cp $GLUEGEN_JAR$SEP$ANTLR_JAR com.sun.gluegen.GlueGen -I. -Ecom.sun.gluegen.JavaEmitter -Cfunction.cfg function.h -java -cp $GLUEGEN_JAR$SEP$ANTLR_JAR com.sun.gluegen.GlueGen -I. -Ecom.sun.gluegen.JavaEmitter -Cfunction.cfg function.h +echo java -cp $GLUEGEN_JAR$SEP$ANTLR_JAR com.jogamp.gluegen.GlueGen -I. -Ecom.jogamp.gluegen.JavaEmitter -Cfunction.cfg function.h +java -cp $GLUEGEN_JAR$SEP$ANTLR_JAR com.jogamp.gluegen.GlueGen -I. -Ecom.jogamp.gluegen.JavaEmitter -Cfunction.cfg function.h |