>
>
> Ok, I spent some time this weekend and updated my site (
>
http://brandonborkholder.github.com/glg2d/)<
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:
>
> - binary jar
> - source archive
> - javadoc jar
>
> 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
>>
>