diff options
author | Sven Gothel <[email protected]> | 2010-11-10 11:21:37 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-10 11:21:37 +0100 |
commit | a70920d7509daf12b9da47b526b941054a82b708 (patch) | |
tree | 42d6e4830357093b00c4bc277e0e846d8b70ac49 | |
parent | a3e6a4c6a40d2c6ba64c81b48a7f8557d5c1219b (diff) |
fix typo
-rwxr-xr-x | make/Manifest | 4 | ||||
-rwxr-xr-x | make/Manifest-rt | 4 | ||||
-rwxr-xr-x | make/Manifest-rt.cdc | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/make/Manifest b/make/Manifest index 785e199..4137bd5 100755 --- a/make/Manifest +++ b/make/Manifest @@ -1,12 +1,12 @@ Manifest-Version: 1.0 Specification-Title: GlueGen Java Bindings Generator Specification-Version: @BASEVERSION@ -Specification-Vendor: JogAmp community +Specification-Vendor: JogAmp Community Implementation-Title: GlueGen Compile-Time Implementation-Version: @VERSION@ Implementation-Branch: @SCM_BRANCH@ Implementation-Commit: @SCM_COMMIT@ -Implementation-Vendor: JogAmp community +Implementation-Vendor: JogAmp Community Implementation-Vendor-Id: com.jogamp Main-Class: com.jogamp.gluegen.GlueGen Class-Path: antlr.jar diff --git a/make/Manifest-rt b/make/Manifest-rt index 5079ce8..5c198ff 100755 --- a/make/Manifest-rt +++ b/make/Manifest-rt @@ -1,12 +1,12 @@ Manifest-Version: 1.0 Specification-Title: GlueGen Java Bindings Generator Specification-Version: @BASEVERSION@ -Specification-Vendor: JogAmp community +Specification-Vendor: JogAmp Community Implementation-Title: GlueGen Run-Time Implementation-Version: @VERSION@ Implementation-Branch: @SCM_BRANCH@ Implementation-Commit: @SCM_COMMIT@ -Implementation-Vendor: JogAmp community +Implementation-Vendor: JogAmp Community 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 325e82f..45bad5d 100755 --- a/make/Manifest-rt.cdc +++ b/make/Manifest-rt.cdc @@ -1,12 +1,12 @@ Manifest-Version: 1.0 Specification-Title: GlueGen Java Bindings Generator Specification-Version: @BASEVERSION@ -Specification-Vendor: JogAmp community +Specification-Vendor: JogAmp Community Implementation-Title: GlueGen Run-Time CDC Implementation-Version: @VERSION@ Implementation-Branch: @SCM_BRANCH@ Implementation-Commit: @SCM_COMMIT@ -Implementation-Vendor: JogAmp community +Implementation-Vendor: JogAmp Community Extension-Name: com.jogamp.common Implementation-Vendor-Id: com.jogamp Trusted-Library: true |