diff options
author | Sven Gothel <[email protected]> | 2019-03-26 21:56:41 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-03-26 21:56:41 +0100 |
commit | 39ea4790b66d5bad5fa6bb66eda8586ef4c4ca58 (patch) | |
tree | 9ea27366d1eaa58a1300052c06730f014294b0f9 /doc/manual/example7 | |
parent | 27f0a367e89a4a6a03919d1889807ff6307ee0cf (diff) | |
parent | d04ee580f3dbc4f9c6c7cd4ba2ab7cec5b38a452 (diff) |
Merge pull request #31 from xranby/bug682
Bug 682: Rename com.sun.gluegen -> com.jogamp.gluegen in doc/**
Diffstat (limited to 'doc/manual/example7')
-rw-r--r-- | doc/manual/example7/gen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/example7/gen.sh b/doc/manual/example7/gen.sh index c44676f..9708851 100644 --- a/doc/manual/example7/gen.sh +++ b/doc/manual/example7/gen.sh @@ -14,4 +14,4 @@ else SEP=: fi -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.jogamp.gluegen.GlueGen -I. -Ecom.jogamp.gluegen.JavaEmitter -Cfunction.cfg function.h |