aboutsummaryrefslogtreecommitdiffstats
path: root/make/README-zip-bundles.txt
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-05-16 03:28:25 +0200
committerSven Gothel <[email protected]>2011-05-16 03:28:25 +0200
commit2f89bf30607281bb8dc0a07b185fa403b9b0f093 (patch)
tree163a5b866d5982a7fb595df2bfdff22c2f11c72e /make/README-zip-bundles.txt
parentb58d6d6ccf9c622f2377cf6c0c3487a8897aba6d (diff)
build: Query git branch/sha1 and use it if not set and tools are available; Add Java source zip file.
Query git branch/sha1 and use it if not set and tools are available. This shall improve tracking of manual generated binaries/bundles. Add Java source zip file. Contains all Java source code (incl. generated ones) enhancing IDE usage, where API doc and source browsing of libs is supported (NB/Eclipse/etc).
Diffstat (limited to 'make/README-zip-bundles.txt')
-rw-r--r--make/README-zip-bundles.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/make/README-zip-bundles.txt b/make/README-zip-bundles.txt
index 29f2650a4..3a0b4b0f6 100644
--- a/make/README-zip-bundles.txt
+++ b/make/README-zip-bundles.txt
@@ -28,6 +28,14 @@ and the following subdirectory:
lib contains JOGL implementation, native libraries
jnlp-files contains JOGL jnlp-file templates
+additionally the following Java source zip archives are added,
+allowing convenient IDE integration (javadoc, class/method help, etc).
+Generated Java source code is included as well.
+
+ nativewindow-java-src.zip contains NativeWindow Java sources, reflecting nativewindow.all.jar
+ jogl-java-src.zip contains JOGL Java sources, reflecting jogl.all.jar
+ newt-java-src.zip contains NEWT Java sources, reflecting newt.all.jar
+
For instructions on how to use these implementation files
to build or run a JOGL program look at:
http://jogamp.org/