Login  Register

Re: new g2dgl module

Posted by Brandon Borkholder on Feb 20, 2012; 8:56pm
URL: https://forum.jogamp.org/new-g2dgl-module-tp3747851p3761928.html

Ok, I spent some time this weekend and updated my site (http://brandonborkholder.github.com/glg2d/).  I also updated the maven configuration to get as close to the JOAL build as I could.  It was hard to follow the build, but since I'm not building any native libs, I just had 3 artifacts to output:
The manifest looks like this
Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: Apache Maven
Built-By: borkholder
Build-Jdk: 1.7.0
Implementation-Branch: master
Implementation-Commit: 7378f76f4e2c79d5a4682e6e72028543e477e522
Implementation-Title: GLG2D
Implementation-URL: http://brandonborkholder.github.com/glg2d/
Implementation-Vendor: JogAmp Community
Implementation-Vendor-Id: com.jogamp
Implementation-Version: 0.1-SNAPSHOT
 
All the jars are automatically built with maven.