diff options
author | Sven Gothel <[email protected]> | 2023-06-10 18:14:33 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-06-10 18:14:33 +0200 |
commit | 95c0c67618e7b7415f78a20f79a3722cf344c16f (patch) | |
tree | 6aa33e61c1169e8ada3266677cbc90df57efdbcb | |
parent | 275abe633654790154eab9c557591a73d2ddc680 (diff) |
Recovered GL4Java from sourceforge's CVS repo https://sourceforge.net/projects/gl4java/
GL4Java was JOGL's predecessor and source of many of its concepts
- Compiler C2J -> GlueGen
- AWT integration: GLCanvas, GLJPanel (swing)
- GLEvenListener
- ...
-rw-r--r-- | cvs2git.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cvs2git.txt b/cvs2git.txt new file mode 100644 index 0000000..5ca98f2 --- /dev/null +++ b/cvs2git.txt @@ -0,0 +1,5 @@ +# Import from a local CVSROOT copy +git cvsimport -v -a -k -d /usr/local/projects/JogAmp/temp/gl4java/gl4java_cvs -C gl4java.git -A /usr/local/projects/JogAmp/temp/gl4java/authors.txt GL4Java +# Then git reset --hard to last GL4Java commit 2003-06-27 20:41:43 +# Then making the 'funny' GL4Java subdir the new root dir +git filter-repo --force --replace-refs update-no-add --subdirectory-filter GL4Java |