diff options
-rw-r--r-- | make/build.xml | 4 | ||||
-rw-r--r-- | www/index.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/make/build.xml b/make/build.xml index 3bdd2b5..5317238 100644 --- a/make/build.xml +++ b/make/build.xml @@ -32,6 +32,7 @@ <property name="gluegen.build" value="${gluegen.root}/${rootrel.build}" /> <!-- Pull in GlueGen cpptasks build file --> <import file="${gluegen.root}/make/gluegen-cpptasks.xml" /> + <import file="${gluegen.root}/make/gluegen-archivetasks.xml" /> <property name="jogl.root" value="${project.root}/../jogl" /> <property name="jogl.build" value="${jogl.root}/${rootrel.build}" /> @@ -324,8 +325,7 @@ <copy todir="${archive}/www"> <fileset dir="${project.root}/www" includes="*" /> </copy> - <delete quiet="true" file="${build}/${archive.name}.zip"/> - <zip destfile="${build}/${archive.name}.zip" + <archive.7z destfile="${build}/${archive.name}.7z" basedir="${build}" includes="${archive.name}/**" /> <!-- Clean up after ourselves --> diff --git a/www/index.html b/www/index.html index 029eb7d..0817f8b 100644 --- a/www/index.html +++ b/www/index.html @@ -83,7 +83,7 @@ <p>The demos below require <a href="http://java.sun.com/products/javawebstart/">Java Web Start</a>, which - is included in <a href="http://java.sun.com/j2se/1.4.2/">J2SE 1.4.2</a>; + is included in <a href="http://www.oracle.com/technetwork/java/javase/overview/">J2SE >= 1.5</a>; click the images to launch the demos. Where there are no hardware or operating system requirements listed, the demos run on any vendor's graphics card |