Jogl/Gluegen SCM migration to Kenai completed

The GlueGen and Jogl repositories are relocated from dev.java.net’s SVN workspace
to kenai’s git workspace.

The new repository homepages are:

http://kenai.com/projects/gluegen/
http://kenai.com/projects/jogl/

Create a local copy/branch of the git repository,
either anonymous:

git clone git://kenai.com/gluegen~gluegen-git gluegen
git clone git://kenai.com/jogl~jogl-git jogl
git clone git://kenai.com/jogl~jogl-demos-git jogl-demos

or via SSH and your user credential, so you can easily push back your
changes to the kenai server:

git clone ssh://username@git.kenai.com/gluegen~gluegen-git gluegen
git clone ssh://username@git.kenai.com/jogl~jogl-git jogl
git clone ssh://username@git.kenai.com/jogl~jogl-demos-git jogl-demos

TODO:

  • autobuild git repository checkout (WIP)
  • webpages / manual automatically checked-out by autobuild and hosted on download.java.net