summaryrefslogtreecommitdiffstats
path: root/make/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add javadoc arg (property 'javadoc.xarg1') '-Xdoclint:none' if java >= 1.8 ↵Sven Gothel2015-02-031-0/+1
| | | | (GlueGen commit d8dff4c9f2186749b167195eeb339c33f56864e8)
* Adapt to joal.jar location in ${joal.build}/jar/joal.jarv2.1.5v2.1.4Sven Gothel2014-01-251-1/+1
|
* Adapt to Oracle's removal of the Java Applet Sandbox, i.e. >= 7u51 ; Remove ↵Sven Gothel2014-01-221-6/+18
| | | | | | | | reference to JNLPAppletLauncher - use NApplet fallback Sadly, due to Oracle's Java Applet Plugin update 7u51, unsigned applets are no more allowed and hence the Applet sandbox is being taken away.
* Bug 881 - Add 'Application-Name' in Jar's manifest to avoid Java6 NPEs ..Sven Gothel2013-11-011-6/+6
|
* build.xml: Exclude SWT demos if empty user.swt.jar property is setXerxes Rånby2013-07-051-5/+7
| | | | Signed-off-by: Xerxes Rånby <[email protected]>
* jogl-demos.build.id -> target init, depends on jogamp.env.initSven Gothel2013-03-281-2/+2
|
* Adapt to new version scheme, see GlueGen ↵Sven Gothel2013-03-281-5/+2
| | | | a3f2ef50ad33c58a240a17fcf03e415d772207c3, etc
* Adapt to changes for Bug #598 - JOGL ALL JAR File Change incl. it's Native ↵Sven Gothel2012-06-261-20/+20
| | | | | | | Jar URL Derivation - Depends on GlueGen commit 9a71703904ebfec343fb2c7266343d37a2e4c3db - Depends on JOGL commit a393e45613d87101dbb13763df263c2f9291d2d0
* Extract demos 'dualDepthPeeling' and 'tennis' w/ code and data. Skip ↵Sven Gothel2012-02-281-3/+37
| | | | | | | | www/*.7z from archive. Extracting the demos reduces the footprint of general demo data (especially for dualDepthPeeling's dragon.obj) and also allows to run the demo as standalone (tennis).
* Seperate dualDepthPeeling obj data; Add data anchor classSven Gothel2012-02-181-1/+3
|
* JOGL'fy dualDepthPeeling demo (Using JOGL ShaderState/Code/Program)Sven Gothel2012-02-181-0/+2
|
* javac - setup encoding to UTF-8Sven Gothel2012-01-231-0/+5
|
* Fix Bug 516 (Determine Java Version) / See gluegen: ↵Sven Gothel2012-01-221-13/+37
| | | | 64639b805a32338385421f168e12c1ef7f749d00
* update build.xml (jogl.cg.jar location) and manual compile scriptsSven Gothel2011-10-221-0/+3
|
* Add eclipse project filesSven Gothel2011-09-141-0/+2
|
* adapt to jogl's jnlp/jar reductionSven Gothel2011-08-051-56/+3
|
* gluegen-archivetasks.xml -> jogamp-archivetasks.xmlv2.0-rc2Sven Gothel2011-02-241-1/+1
|
* Adapt changes of jogamp-env.xmlSven Gothel2011-02-231-1/+2
|
* Inverse build attribute build.noarchive -> build.archiveonSven Gothel2011-02-231-1/+1
|
* Use 7z instead of zipSven Gothel2011-02-231-2/+2
|
* Bump source level to 1.5Sven Gothel2011-02-091-4/+5
|
* Unique ZIP archive name ; Gears main init sequenceSven Gothel2010-12-191-2/+4
|
* don't read artifact.propertiesSven Gothel2010-12-151-1/+0
|
* Update GearsJOALApplet: Depending on joal build; incl joal snippet, remove ↵Sven Gothel2010-12-131-30/+35
| | | | joal/joal-demos jar files.
* remove HHmm from version timestampSven Gothel2010-12-131-1/+1
|
* Add build id, branch and commit to artifacts propertiesSven Gothel2010-11-291-1/+7
|
* Add ArchiveSven Gothel2010-11-091-32/+62
|
* Fix/Syn with JOGL 774138544e1eec3330309ad682fa05154a07ab8d ; Notably add: ↵Sven Gothel2010-10-141-2/+1
| | | | Applet's with native NEWT support, ie jogl-newt-applet-runner-gears.html
* Sync with JOGL: 1c02f0eeb539ff5de7259b822893ab63a9cc3ab0Sven Gothel2010-09-231-0/+2
|
* Simplify default value of product.build.numberSven Gothel2010-07-271-5/+1
|
* Fix: jogl-demos.build.number default/file value orderSven Gothel2010-07-261-0/+5
|
* Add jogl-demos.build.number - artifact.propertiesSven Gothel2010-07-261-1/+8
|
* Bring back GL2ES12 impl. for GL2ES1 and GL2ES2 desktop j2se and cdc. Fixing ↵Sven Gothel2010-04-221-6/+6
| | | | profiles accordingly.
* Fixes to match JOGL 2ae28d54858ff684bc2368e0476a7a357dc63432Sven Gothel2010-04-151-3/+7
|
* Adaptions to jogl:1a2a54a83a9adb95b4bfe9c337751acbef0cb0d3 ↵Sven Gothel2010-03-301-1/+1
| | | | gluegen:7220416bcef3140883d3966d921442feae3107c4 ; Fix build.xml: using rootrel.build
* modifications due to refactorings in gluegen and jogl.Michael Bien2010-03-291-0/+3
|
* introduced jogl.root and gluegen.root.Michael Bien2010-03-261-23/+26
|
* Enable building redbook demos by defaultSven Gothel2010-03-261-1/+1
|
* Redbook seperation ..Sven Gothel2009-11-101-6/+9
|
* Add ReadBuffer Demos/ModuleTests; Incl. SurfaceUpdated Listener, ReadPixel ↵Sven Gothel2009-10-041-4/+8
| | | | to file, texture - direct or via attaching the drawable to another context as it's readbuffer
* Add SWT exampleSven Gothel2009-09-241-2/+22
|
* Fix demos, exclude redbook subdir from main javacSven Gothel2009-09-161-1/+1
|
* Adapt to latest JAR/JNLP changessg2158892009-07-241-6/+10
|
* Sync with jogl r2009 ; Unified setenv-jogl.sh, which works from the ↵Sven Gothel2009-07-011-0/+4
| | | | | | autobuild directory as well ; Unified java*.sh scripts git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@358 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* Copied JOGL_2_SANDBOX r350 on to trunk; JOGL_2_SANDBOX branch is now closedKenneth Russel2009-06-151-0/+238
| | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@352 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* Deleted obsolete source code in preparation for copying JOGL_2_SANDBOXKenneth Russel2009-06-151-147/+0
| | | | | | | on to trunk git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@351 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* rollback JOGL2 changesSven Gothel2008-06-261-101/+5
| | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@248 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* JOGL2 GLES1 NEWT X11 - RedSquare - workingSven Gothel2008-06-251-5/+48
| | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@245 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* Moved ES1 and ES2 demos into new packages in preparation for Kenneth Russel2008-05-291-3/+3
| | | | | | | conversion to platform-independent APIs git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@229 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
* OpenGL ES 1 and ES 2 demos, not built by default; Kenneth Russel2008-05-131-3/+56
| | | | | | | | build.xml changes to conditionally build these demos via ant -Djogl.es1=1 or ant -Djogl.es2=1 git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@228 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4