diff options
-rwxr-xr-x | make/Manifest | 1 | ||||
-rwxr-xr-x | make/Manifest-rt | 1 | ||||
-rwxr-xr-x | make/Manifest-rt.cdc | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/make/Manifest b/make/Manifest index 4137bd5..575043b 100755 --- a/make/Manifest +++ b/make/Manifest @@ -8,5 +8,6 @@ Implementation-Branch: @SCM_BRANCH@ Implementation-Commit: @SCM_COMMIT@ Implementation-Vendor: JogAmp Community Implementation-Vendor-Id: com.jogamp +Implementation-URL: http://jogamp.org/ Main-Class: com.jogamp.gluegen.GlueGen Class-Path: antlr.jar diff --git a/make/Manifest-rt b/make/Manifest-rt index 5c198ff..4e71ae7 100755 --- a/make/Manifest-rt +++ b/make/Manifest-rt @@ -7,6 +7,7 @@ Implementation-Version: @VERSION@ Implementation-Branch: @SCM_BRANCH@ Implementation-Commit: @SCM_COMMIT@ Implementation-Vendor: JogAmp Community +Implementation-URL: http://jogamp.org/ Extension-Name: com.jogamp.common Implementation-Vendor-Id: com.jogamp Trusted-Library: true diff --git a/make/Manifest-rt.cdc b/make/Manifest-rt.cdc index 45bad5d..ac51fdc 100755 --- a/make/Manifest-rt.cdc +++ b/make/Manifest-rt.cdc @@ -7,6 +7,7 @@ Implementation-Version: @VERSION@ Implementation-Branch: @SCM_BRANCH@ Implementation-Commit: @SCM_COMMIT@ Implementation-Vendor: JogAmp Community +Implementation-URL: http://jogamp.org/ Extension-Name: com.jogamp.common Implementation-Vendor-Id: com.jogamp Trusted-Library: true |