From b735755815312b5fe2c003642de60711be1cd645 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 12 Nov 2010 00:19:44 +0100 Subject: New: JogampVersion, providing generic information for Jogamp JAR archives; VersionInfo -> GlueGenVersion JogampVersion, providing generic information for Jogamp JAR archives Accessor to the Jogamp specific manifest additions, ie branch and commit. Also provides convenient attribute access and version dump methods. --- src/junit/com/jogamp/common/util/TestVersionInfo.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/junit/com/jogamp') diff --git a/src/junit/com/jogamp/common/util/TestVersionInfo.java b/src/junit/com/jogamp/common/util/TestVersionInfo.java index abfbee1..da05e6b 100644 --- a/src/junit/com/jogamp/common/util/TestVersionInfo.java +++ b/src/junit/com/jogamp/common/util/TestVersionInfo.java @@ -36,7 +36,11 @@ public class TestVersionInfo { @Test public void testInfo01() { - System.err.println(VersionInfo.getInfo(null, "GlueGen")); + System.err.println("Version Info:"); + System.err.println(GlueGenVersion.getInstance().getInfo(null)); + System.err.println(""); + System.err.println("Full Manifest:"); + System.err.println(GlueGenVersion.getInstance().getFullManifestInfo(null)); } -- cgit v1.2.3