diff options
author | Sven Gothel <[email protected]> | 2009-09-16 00:12:10 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-09-16 00:12:10 -0700 |
commit | 38a4d23ff05e4fc59775cc5ea961497197bd2e50 (patch) | |
tree | c6c400975aa70160770414494897a680c28a9486 | |
parent | 85bd6a6eca6691a7b215e36e09800d410d4a695e (diff) |
Fix demos, exclude redbook subdir from main javac
-rw-r--r-- | make/build.xml | 2 | ||||
-rw-r--r-- | www/index.html | 43 |
2 files changed, 43 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml index 55caf36..4c848c9 100644 --- a/make/build.xml +++ b/make/build.xml @@ -137,7 +137,7 @@ <pathelement location="${simple-xml.jar}" /> </path> <!-- For the time being we exclude the VertexArrayRange and HDR demos, which rely on NVIDIA-specific extensions --> - <javac destdir="${classes}" excludes="${jogl.cg.excludes},demos/nurbs/**,jbullet/**,demos/vertexArrayRange/**" source="1.4" target="1.4" debug="true" debuglevel="source,lines"> + <javac destdir="${classes}" excludes="${jogl.cg.excludes},demos/nurbs/**,jbullet/**,redbook/**,demos/vertexArrayRange/**" source="1.4" target="1.4" debug="true" debuglevel="source,lines"> <src path="${src}" /> <classpath refid="jogl-demos.classpath" /> </javac> diff --git a/www/index.html b/www/index.html index fb81698..7ba7369 100644 --- a/www/index.html +++ b/www/index.html @@ -85,7 +85,8 @@ see the following test pages for more information: <ul> <li> <a href="applettest-jnlp.html">JNLP Applet test page (standard JNLP Applet with Applet-Launcher fallback)</a></li> <li> <a href="applettest.html">Applet-Launcher only test page (pls use variant above)</a></li> -</P> + <li> <a href="#NEWTAWTJNLPApplets">Simple NEWT JNLP AWT Applet's</a></li> +</ul> <p>The source code for these demonstrations is available @@ -1349,6 +1350,46 @@ using NVidia vertex_array_range extension. <a </tbody> </table> + + +<a name="NEWTAWTJNLPApplets"/> +<table border="0" cellpadding="5" cellspacing="1" width="100%"> + <tbody> + <tr> + <td> + <table bgcolor="#6E94B7" border="0" cellpadding="5" + cellspacing="1" width="100%"> + <tbody> + <tr> + <td bgcolor="#6E94B7" valign="top"> + + + + <div align="left"><font color="#ffffff"><strong>Simple NEWT JNLP AWT Applet's</strong></font></div> + </td> + </tr> + <tr> + <td valign="top" bgcolor="#ffffff"> + +<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/jogl-newt-applet-runner-cube.html">GL2ES1 Cube</a><br> +<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/jogl-newt-applet-runner-fbcubes.html">GL2ES1 FBO Cubes</a><br> +<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/jogl-newt-applet-runner-angelesgl2es1.html">GL2ES1 Angeles</a><br> +<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/jogl-newt-applet-runner-gears.html">GL2 Gears</a><br> + + + </td> + </tr> + + </tbody> + + + </table> + </td> + </tr> + + </tbody> +</table> + <br> <br> <br> |