From 95c0c67618e7b7415f78a20f79a3722cf344c16f Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 10 Jun 2023 18:14:33 +0200 Subject: 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 - ... --- cvs2git.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cvs2git.txt 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 -- cgit v1.2.3