diff options
author | Sven Gothel <[email protected]> | 2015-02-02 02:36:39 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-02-02 02:36:39 +0100 |
commit | 1ec82447e464d5308442581f14d32f9775928454 (patch) | |
tree | a43a08ee632ac0e57d866b8509189656a2f016e3 /doc/deployment | |
parent | 2174059ed395ccb45c4a33a8bc7619abbf15f19e (diff) |
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)
sed -i 's/javax\.media\.opengl/com\.jogamp\.opengl/g' `grep -Rl "javax\.media\.opengl" src`
sed -i 's/javax\.media\.nativewindow/com\.jogamp\.nativewindow/g' `grep -Rl "javax\.media\.nativewindow" src`
sed -i 's/javax\/media\//com\/jogamp\//g' `grep -Rl "javax/media/" src`
sed -i 's/javax\/media\//com\/jogamp\//g' `grep -Rl "javax/media/" doc`
Manually edited all occurences within make/**
Diffstat (limited to 'doc/deployment')
-rw-r--r-- | doc/deployment/lstjars/lstjars.linux_amd64-20100420.log | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/deployment/lstjars/lstjars.linux_amd64-20100420.log b/doc/deployment/lstjars/lstjars.linux_amd64-20100420.log index 3e455a7fc..591aa81cf 100644 --- a/doc/deployment/lstjars/lstjars.linux_amd64-20100420.log +++ b/doc/deployment/lstjars/lstjars.linux_amd64-20100420.log @@ -128,9 +128,9 @@ all vs allparts delta -com/jogamp/test/junit/jogl/util/texture/gl2/TextureGL2ListenerDraw1.class -com/jogamp/test/junit/newt/TestWindows01NEWT.class -com/jogamp/test/junit/util/MiscUtils.class - javax/media/nativewindow/AbstractGraphicsConfiguration.class - javax/media/nativewindow/AbstractGraphicsDevice.class - javax/media/nativewindow/AbstractGraphicsScreen.class + com/jogamp/nativewindow/AbstractGraphicsConfiguration.class + com/jogamp/nativewindow/AbstractGraphicsDevice.class + com/jogamp/nativewindow/AbstractGraphicsScreen.class JOGL Deployment Payload for jar JOGL ES1 NEWT CORE |