From 144be6392afbe3b1ddd4afe071bf738e6f134248 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 10 Nov 2010 04:29:03 +0100 Subject: Added 'gluegen.build.id' (hudson timestamp) and 'gluegen.build.commit' (git commit sha1) to the JARs Manifest files and artifact.properties. --- make/Manifest | 1 + make/Manifest-rt | 1 + make/Manifest-rt.cdc | 1 + make/build.xml | 14 +++++++++++--- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/make/Manifest b/make/Manifest index 4c27362..9bbd947 100755 --- a/make/Manifest +++ b/make/Manifest @@ -4,6 +4,7 @@ Specification-Version: @BASEVERSION@ Specification-Vendor: JogAmp community Implementation-Title: GlueGen Compile-Time Implementation-Version: @VERSION@ +Implementation-Commit: @SCM_COMMIT@ Implementation-Vendor: JogAmp community Implementation-Vendor-Id: com.jogamp Main-Class: com.jogamp.gluegen.GlueGen diff --git a/make/Manifest-rt b/make/Manifest-rt index 776b2f8..5590ebf 100755 --- a/make/Manifest-rt +++ b/make/Manifest-rt @@ -4,6 +4,7 @@ Specification-Version: @BASEVERSION@ Specification-Vendor: JogAmp community Implementation-Title: GlueGen Run-Time Implementation-Version: @VERSION@ +Implementation-Commit: @SCM_COMMIT@ Implementation-Vendor: JogAmp community Extension-Name: com.jogamp.common Implementation-Vendor-Id: com.jogamp diff --git a/make/Manifest-rt.cdc b/make/Manifest-rt.cdc index 1a99edc..d4cdb7b 100755 --- a/make/Manifest-rt.cdc +++ b/make/Manifest-rt.cdc @@ -4,6 +4,7 @@ Specification-Version: @BASEVERSION@ Specification-Vendor: JogAmp community Implementation-Title: GlueGen Run-Time CDC Implementation-Version: @VERSION@ +Implementation-Commit: @SCM_COMMIT@ Implementation-Vendor: JogAmp community Extension-Name: com.jogamp.common Implementation-Vendor-Id: com.jogamp diff --git a/make/build.xml b/make/build.xml index f5a4228..35c3d6b 100755 --- a/make/build.xml +++ b/make/build.xml @@ -47,14 +47,17 @@ + + + + + + - - - @@ -604,6 +607,7 @@ overwrite="true"> + @@ -620,6 +624,7 @@ overwrite="true"> + @@ -629,6 +634,7 @@ overwrite="true"> + @@ -692,6 +698,8 @@ + + -- cgit v1.2.3