diff options
author | Sven Gothel <[email protected]> | 2010-11-23 03:50:38 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-23 03:50:38 +0100 |
commit | eb9d3dffe8ed0c94bacb6876d98795f1247eab7a (patch) | |
tree | fd600dac5fb21a4a387992615f08f043c9fd54cb /make | |
parent | 992dcea3e94eead998942127a137cccd0882fe97 (diff) |
Manifest: Add URL
Diffstat (limited to 'make')
-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 |