diff options
author | Sven Gothel <[email protected]> | 2013-06-21 03:50:41 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-21 03:50:41 +0200 |
commit | dc6b3b50f83bf8ed114f509a3d88855f1ff9e54a (patch) | |
tree | 861f9adf371005c85e4385f7a6188b40498be3fa /make/joglversion-all | |
parent | 5b77c7f345d1e36c152d70982db0e022be6cfa2a (diff) |
Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) producing Java6 bytecode ; Apply JAR Manifest tags: Sealed, Permissions and Codebase
Diffstat (limited to 'make/joglversion-all')
-rw-r--r-- | make/joglversion-all | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/make/joglversion-all b/make/joglversion-all new file mode 100644 index 000000000..84a9836fc --- /dev/null +++ b/make/joglversion-all @@ -0,0 +1,16 @@ +Manifest-Version: 1.0 +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: javax.media.opengl +Implementation-Vendor-Id: com.jogamp +Trusted-Library: true +Permissions: all-permissions +@JAR_CODEBASE_TAG@ |