aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/GlueGenVersion.java
Commit message (Collapse)AuthorAgeFilesLines
* print platform info (GlueGenVersion).Michael Bien2010-11-181-0/+1
|
* Version info debugging works now even without native libs.Michael Bien2010-11-181-3/+2
| | | | | | - Platform is now useable without gluegen-rt libs in library path. - JogampVersion: fixed equals, added Impl url to manifest. - VersionUtil: getManifest should be now more relieable and passed all manual tests, e.g java jar lib.jar without specified classpath.
* JogampVersion: StringBuffer getInfo(StringBuffer) -> StringBuffer ↵Sven Gothel2010-11-141-1/+1
| | | | toStringBuffer(StringBuffer) ; Add String toString() { ..}
* Adding missig GlueGenVersionSven Gothel2010-11-121-0/+60