summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-12 00:19:44 +0100
committerSven Gothel <[email protected]>2010-11-12 00:19:44 +0100
commitb735755815312b5fe2c003642de60711be1cd645 (patch)
treebd794e0e81df7e651a5070b1bda7b87da31e0024 /make
parenta70920d7509daf12b9da47b526b941054a82b708 (diff)
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.
Diffstat (limited to 'make')
-rw-r--r--make/scripts/runtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/runtest.sh b/make/scripts/runtest.sh
index 0cb645b..996bb3d 100644
--- a/make/scripts/runtest.sh
+++ b/make/scripts/runtest.sh
@@ -38,7 +38,7 @@ function onetest() {
echo
}
-onetest com.jogamp.common.util.VersionInfo 2>&1 | tee -a $LOG
+onetest com.jogamp.common.util.GlueGenVersion 2>&1 | tee -a $LOG
#onetest com.jogamp.common.util.TestVersionInfo 2>&1 | tee -a $LOG
#onetest com.jogamp.common.util.TestIteratorIndexCORE 2>&1 | tee -a $LOG
#onetest com.jogamp.common.util.locks.TestRecursiveLock01 2>&1 | tee -a $LOG