diff options
Diffstat (limited to 'make/joglversion-all-natives')
-rw-r--r-- | make/joglversion-all-natives | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/make/joglversion-all-natives b/make/joglversion-all-natives new file mode 100644 index 000000000..a45262a3f --- /dev/null +++ b/make/joglversion-all-natives @@ -0,0 +1,19 @@ +Manifest-Version: 1.0 +Application-Name: Java Bindings for OpenGL +Specification-Title: Java Bindings for OpenGL API Specification +Specification-Version: @BASEVERSION@ +Specification-Vendor: JogAmp Community +Implementation-Title: Java Bindings for OpenGL Runtime Environment +Implementation-Version: @VERSION@ +Implementation-Build: @BUILD_VERSION@ +Implementation-Branch: @SCM_BRANCH@ +Implementation-Commit: @SCM_COMMIT@ +Implementation-Vendor: JogAmp Community +Implementation-URL: http://jogamp.org/ +Extension-Name: jogamp.nativetag.opengl +Implementation-Vendor-Id: com.jogamp +Trusted-Library: true +Permissions: all-permissions +Application-Library-Allowable-Codebase: * +@JAR_CODEBASE_TAG@ + |