aboutsummaryrefslogtreecommitdiffstats
path: root/make/joglversion
diff options
context:
space:
mode:
authorgfxadmin <[email protected]>2006-01-31 19:02:44 +0000
committergfxadmin <[email protected]>2006-01-31 19:02:44 +0000
commitbf3b1b84ebe9f93680d77007d3afe7bce9465223 (patch)
treed4c17e8bbc52f1ac650dffe002f649578f07fa5e /make/joglversion
parentebde066a901cf7bd7e25d8deda2e3400b7ee6a48 (diff)
Issue number: Various issues are covered by this -- I will update them
Obtained from: Submitted by: Travis Modified Files: make/build.xml Added Files: make/joglversion make/joglRIversion We now prepend some version and implementation information to the manifest of jogl.jar. This can be used to determine version information. I will put back an example later today that prints out the version and implementation information of any jogl.jar using this information using standard java.lang APIs. The default build has this info as of right now: Specification-Title: Java Bindings for OpenGL API Specification Specification-Version: 1.0 Specification-Vendor: Sun Microsystems, Inc. Implementation-Title: Java Bindings for OpenGL Runtime Environment Implementation-Version: 1.0 Beta2 Implementation-Vendor: java.net JOGL community Extension-Name: javax.media.opengl Implementation-Vendor-Id: com.sun If built with the "RI flag" ==> "ant RI" which just sets a property and then calls "ant all" then the manifest will read: Specification-Title: Java Bindings for OpenGL API Specification Specification-Version: 1.0 Specification-Vendor: Sun Microsystems, Inc. Implementation-Title: Java Bindings for OpenGL Runtime Environment Implementation-Version: 1.0 Beta2 Implementation-Vendor: Sun Microsystems, Inc. Extension-Name: javax.media.opengl Implementation-Vendor-Id: com.sun Whenever we change versions now, we will bump the Implementation-Version field in the text files of joglversion and joglRIversion. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@575 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/joglversion')
-rw-r--r--make/joglversion8
1 files changed, 8 insertions, 0 deletions
diff --git a/make/joglversion b/make/joglversion
new file mode 100644
index 000000000..cb4a8c747
--- /dev/null
+++ b/make/joglversion
@@ -0,0 +1,8 @@
+Specification-Title: Java Bindings for OpenGL API Specification
+Specification-Version: 1.0
+Specification-Vendor: Sun Microsystems, Inc.
+Implementation-Title: Java Bindings for OpenGL Runtime Environment
+Implementation-Version: 1.0 Beta2
+Implementation-Vendor: java.net JOGL community
+Extension-Name: javax.media.opengl
+Implementation-Vendor-Id: com.sun