summaryrefslogtreecommitdiff
path: root/java/jdk11
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-12-12 03:13:45 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-12-12 03:13:45 +0000
commit69711b97b5295ce69a0707c51f2c05f67c083b95 (patch)
treeafdd7d573035d92b1685661c58c796a85264eab4 /java/jdk11
parentUpdate to 1.3.0.20071108 (diff)
Remove obsolete JDK versions 1.1 and 1.2, and the ports depending on them.
Notes
Notes: svn path=/head/; revision=203125
Diffstat (limited to 'java/jdk11')
-rw-r--r--java/jdk11/Makefile47
-rw-r--r--java/jdk11/distinfo6
-rw-r--r--java/jdk11/files/patch-.extract_args10
-rw-r--r--java/jdk11/files/patch-aa11
-rw-r--r--java/jdk11/pkg-descr15
-rw-r--r--java/jdk11/pkg-message106
-rw-r--r--java/jdk11/pkg-plist608
7 files changed, 0 insertions, 803 deletions
diff --git a/java/jdk11/Makefile b/java/jdk11/Makefile
deleted file mode 100644
index 3938a37b475e..000000000000
--- a/java/jdk11/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# New ports collection makefile for: jdk
-# Date created: Feb, 8, 1998
-# Whom: Nate Williams <nate@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= jdk
-PORTVERSION= ${JDK_VERSION}
-CATEGORIES= java devel
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= nate/JDK1.1
-DISTFILES= jdk${JDK_VERSION}_ELF.V1999-11-9.tar.gz
-
-MAINTAINER= glewis@FreeBSD.org
-COMMENT= Java Development Kit 1.1
-
-LIB_DEPENDS= c.3:${PORTSDIR}/misc/compat3x
-RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
-
-NO_CDROM= "License doesn't allow distribution with fee"
-
-ONLY_FOR_ARCHS= i386
-JDK_VERSION= 1.1.8
-LATEST_LINK= jdk11
-PLIST_SUB+= JDK_VERSION=${JDK_VERSION}
-
-WRKSRC= ${WRKDIR}/jdk${JDK_VERSION}
-NO_BUILD= yes
-
-DEPRECATED= Obsolete version; depends on forbidden compat3x package
-EXPIRATION_DATE=2007-08-22
-
-post-patch:
- ${FIND} ${WRKSRC} -name '*.orig' -delete
-
-do-install:
- ${MKDIR} ${PREFIX}/jdk${JDK_VERSION}
- cd ${WRKSRC} && ${FIND} . \
- | ${CPIO} -pdmu -R ${LIBOWN}:${LIBGRP} ${PREFIX}/jdk${JDK_VERSION}
- ${MKDIR} ${PREFIX}/share/java/classes
- ${MKDIR} ${PREFIX}/share/doc/java
-
-post-install:
- ${LOCALBASE}/bin/registervm "${PREFIX}/jdk${JDK_VERSION}/bin/java # JDK${JDK_VERSION}"
-
-.include <bsd.port.mk>
diff --git a/java/jdk11/distinfo b/java/jdk11/distinfo
deleted file mode 100644
index 81a6771d6ae1..000000000000
--- a/java/jdk11/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 (jdk1.1.8_AOUT.V1999-11-9.tar.gz) = 5e878b23179ada207653c527ad6b5019
-SHA256 (jdk1.1.8_AOUT.V1999-11-9.tar.gz) = 14d442b5b2c08e4057f53b1f55e78958c048d5461183036f0be9e7b1b90eac00
-SIZE (jdk1.1.8_AOUT.V1999-11-9.tar.gz) = 13149907
-MD5 (jdk1.1.8_ELF.V1999-11-9.tar.gz) = 07992302128f36c7f802b579e041604c
-SHA256 (jdk1.1.8_ELF.V1999-11-9.tar.gz) = 42d77dd08e4e6251ff94294ce1224fb0faec71547435caa76971428d58cd5e61
-SIZE (jdk1.1.8_ELF.V1999-11-9.tar.gz) = 11522659
diff --git a/java/jdk11/files/patch-.extract_args b/java/jdk11/files/patch-.extract_args
deleted file mode 100644
index 171ab97f97e7..000000000000
--- a/java/jdk11/files/patch-.extract_args
+++ /dev/null
@@ -1,10 +0,0 @@
---- bin/i386/green_threads/.extract_args.orig Wed Sep 17 23:13:11 2003
-+++ bin/i386/green_threads/.extract_args Wed Sep 17 23:14:57 2003
-@@ -10,6 +10,7 @@
-
- RUNTIME_ARGS=""
- APP_ARGS=""
-+EXPR_COMPAT=yes; export EXPR_COMPAT
- for a in "$@"
- do
- if ja=`expr "$a" : '-J\(..*\)'`
diff --git a/java/jdk11/files/patch-aa b/java/jdk11/files/patch-aa
deleted file mode 100644
index 2b0cbaab8aae..000000000000
--- a/java/jdk11/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/freebsd/typedefs_md.h 2000/07/24 07:46:26 1.1
-+++ include/freebsd/typedefs_md.h 2000/07/24 07:46:46
-@@ -33,7 +33,7 @@
- */
- #define _ILP32
-
--#if (__FreeBSD__ <= 4)
-+#if (__FreeBSD__ <= 5)
- typedef unsigned int uint_t;
- typedef int int_t;
- #endif
diff --git a/java/jdk11/pkg-descr b/java/jdk11/pkg-descr
deleted file mode 100644
index b50494ba7e78..000000000000
--- a/java/jdk11/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-Binaries of Sun's Java Developers Kit. Include bytecode machine,
-compiler, demos and sources for most Java runtime classes.
-
-Executables are installed into /usr/local/jdk1.1.8/bin. You may want to
-put this into your PATH or symlink them to /usr/local/bin in case you
-don't have kaffe installed (which shared many of the binarie's
-names).
-
-You may want to build a kernel with
-options SYSVSEM
-
-For more information about the JDK for FreeBSD see
-http://www.freebsd.org/java/
-
-WWW: http://www.freebsd.org/java/
diff --git a/java/jdk11/pkg-message b/java/jdk11/pkg-message
deleted file mode 100644
index cae68c81b882..000000000000
--- a/java/jdk11/pkg-message
+++ /dev/null
@@ -1,106 +0,0 @@
-
-
- Java(tm) Development Kit
-
- Version 1.1.8
-
- Binary Code License
-
-This binary code license ("License") contains rights and restrictions
-associated with use of the accompanying software and documentation
-("Software"). Read the License carefully before installing the Software.
-By installing the Software you agree to the terms and conditions of this
-License.
-
-1. Limited License Grant. Sun grants to you ("Licensee") a non-exclusive,
-non-transferable limited license to use the Software without fee for
-evaluation of the Software and for development of Java(tm) compatible
-applets and applications. Licensee may make one archival copy of the Software
-and may re-distribute complete, unmodified copies of the Software to
-software developers within Licensee's organization to avoid unnecessary
-download time, provided that this License conspicuously appear with all
-copies of the Software. Except for the foregoing, Licensee may not
-re-distribute the Software in whole or in part, either separately or
-included with a product. Refer to the Java Runtime Environment Version 1.1.8
-binary code license (http://java.sun.com/products/JDK/1.1/index.html)
-for the availability of runtime code which may be distributed with Java
-compatible applets and applications.
-
-2. Java Platform Interface. Licensee may not modify the Java Platform Interface
-("JPI", identified as classes contained within the "java" package or any
-subpackages of the "java" package), by creating additional classes within the
-JPI or otherwise causing the addition to or modification of the classes in
-the JPI. In the event that Licensee creates any Java-related API and
-distributes such API to others for applet or application development,
-Licensee must promptly publish an accurate specification for such API for
-free use by all developers of Java-based software.
-
-3. Restrictions. Software is confidential copyrighted information of Sun and
-title to all copies is retained by Sun and/or its licensors. Licensee shall
-not modify, decompile, disassemble, decrypt, extract, or otherwise reverse
-engineer Software. Software may not be leased, assigned, or sublicensed,
-in whole or in part. Software is not designed or intended for use in
-on-line control of aircraft, air traffic, aircraft navigation or aircraft
-communications; or in the design, construction, operation or maintenance
-of any nuclear facility. Licensee warrants that it will not use or
-redistribute the Software for such purposes.
-
-4. Trademarks and Logos. This License does not authorize Licensee to use
-any Sun name, trademark or logo. Licensee acknowledges that Sun owns the
-Java trademark and all Java-related trademarks, logos and icons including
-the Coffee Cup and Duke ("Java Marks") and agrees to: (i) to comply with
-the Java Trademark Guidelines at http://java.sun.com/trademarks.html; (ii) not
-do anything harmful to or inconsistent with Sun's rights in the Java Marks;
-and (iii) assist Sun in protecting those rights, including assigning to Sun
-any rights acquired by Licensee in any Java Mark.
-
-5. Disclaimer of Warranty. Software is provided "AS IS," without a
-warranty of any kind. ALL EXPRESS OR IMPLIED REPRESENTATIONS AND
-WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED.
-
-6. Limitation of Liability. SUN AND ITS LICENSORS SHALL NOT BE LIABLE
-FOR ANY DAMAGES SUFFERED BY LICENSEE OR ANY THIRD PARTY AS A RESULT OF USING
-OR DISTRIBUTING SOFTWARE. IN NO EVENT WILL SUN OR ITS LICENSORS BE
-LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT,
-SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER
-CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE
-USE OF OR INABILITY TO USE SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-7. Termination. Licensee may terminate this License at any time by
-destroying all copies of Software. This License will terminate immediately
-without notice from Sun if Licensee fails to comply with any provision
-of this License. Upon such termination, Licensee must destroy all copies
-of Software.
-
-8. Export Regulations. Software, including technical data, is subject to
-U.S. export control laws, including the U.S. Export Administration Act
-and its associated regulations, and may be subject to export or import
-regulations in other countries. Licensee agrees to comply strictly with
-all such regulations and acknowledges that it has the responsibility to
-obtain licenses to export, re-export, or import Software. Software may not
-be downloaded, or otherwise exported or re-exported (i) into, or to a
-national or resident of, Cuba, Iraq, Iran, North Korea, Libya, Sudan,
-Syria or any country to which the U.S. has embargoed goods; or (ii)
-to anyone on the U.S. Treasury Department's list of Specially Designated
-Nations or the U.S. Commerce Department's Table of Denial Orders.
-
-9. Restricted Rights. Use, duplication or disclosure by the United States
-government is subject to the restrictions as set forth in the Rights in
-Technical Data and Computer Software Clauses in DFARS 252.227-7013(c)
- (1) (ii) and FAR 52.227-19(c) (2) as applicable.
-
-10. Governing Law. Any action related to this License will be governed by
-California law and controlling U.S. federal law. No choice of law rules of
-any jurisdiction will apply.
-
-11. Severability. If any of the above provisions are held to be in
-violation of applicable law, void, or unenforceable in any jurisdiction,
-then such provisions are herewith waived to the extent necessary for the
-License to be otherwise enforceable in such jurisdiction. However, if
-in Sun's opinion deletion of any provisions of the License by operation
-of this paragraph unreasonably compromises the rights or increase the
-liabilities of Sun or its licensors, Sun reserves the right to terminate
-the License and refund the fee paid by Licensee, if any, as Licensee's
-sole and exclusive remedy.
diff --git a/java/jdk11/pkg-plist b/java/jdk11/pkg-plist
deleted file mode 100644
index b64d84868eaf..000000000000
--- a/java/jdk11/pkg-plist
+++ /dev/null
@@ -1,608 +0,0 @@
-@unexec %%LOCALBASE%%/bin/unregistervm "%D/jdk%%JDK_VERSION%%/bin/java"
-jdk%%JDK_VERSION%%/include/freebsd/byteorder_md.h
-jdk%%JDK_VERSION%%/include/freebsd/timeval_md.h
-jdk%%JDK_VERSION%%/include/freebsd/sysmacros_md.h
-jdk%%JDK_VERSION%%/include/freebsd/prof_md.h
-jdk%%JDK_VERSION%%/include/freebsd/path_md.h
-jdk%%JDK_VERSION%%/include/freebsd/oobj_md.h
-jdk%%JDK_VERSION%%/include/freebsd/jni_md.h
-jdk%%JDK_VERSION%%/include/freebsd/jmath_md.h
-jdk%%JDK_VERSION%%/include/freebsd/io_md.h
-jdk%%JDK_VERSION%%/include/freebsd/gc_md.h
-jdk%%JDK_VERSION%%/include/freebsd/typedefs_md.h
-jdk%%JDK_VERSION%%/include/green_threads/include/internal_md.h
-jdk%%JDK_VERSION%%/include/green_threads/include/threads_md.h
-jdk%%JDK_VERSION%%/include/green_threads/include/monitor_md.h
-jdk%%JDK_VERSION%%/include/green_threads/include/schedule.h
-jdk%%JDK_VERSION%%/include/green_threads/include/context_md.h
-jdk%%JDK_VERSION%%/include/green_threads/include/context.h
-jdk%%JDK_VERSION%%/include/green_threads/include/queue.h
-jdk%%JDK_VERSION%%/include/StubPreamble.h
-jdk%%JDK_VERSION%%/include/alloc_cache.h
-jdk%%JDK_VERSION%%/include/bool.h
-jdk%%JDK_VERSION%%/include/breakpoints.h
-jdk%%JDK_VERSION%%/include/byteorder.h
-jdk%%JDK_VERSION%%/include/common_exceptions.h
-jdk%%JDK_VERSION%%/include/config.h
-jdk%%JDK_VERSION%%/include/debug.h
-jdk%%JDK_VERSION%%/include/decode.h
-jdk%%JDK_VERSION%%/include/exceptions.h
-jdk%%JDK_VERSION%%/include/finalize.h
-jdk%%JDK_VERSION%%/include/gc.h
-jdk%%JDK_VERSION%%/include/interpreter.h
-jdk%%JDK_VERSION%%/include/javaString.h
-jdk%%JDK_VERSION%%/include/jcov.h
-jdk%%JDK_VERSION%%/include/jmath.h
-jdk%%JDK_VERSION%%/include/jni.h
-jdk%%JDK_VERSION%%/include/log.h
-jdk%%JDK_VERSION%%/include/monitor.h
-jdk%%JDK_VERSION%%/include/monitor_cache.h
-jdk%%JDK_VERSION%%/include/native.h
-jdk%%JDK_VERSION%%/include/oobj.h
-jdk%%JDK_VERSION%%/include/path.h
-jdk%%JDK_VERSION%%/include/profile.h
-jdk%%JDK_VERSION%%/include/reflect.h
-jdk%%JDK_VERSION%%/include/selftest.h
-jdk%%JDK_VERSION%%/include/signature.h
-jdk%%JDK_VERSION%%/include/sys_api.h
-jdk%%JDK_VERSION%%/include/threads.h
-jdk%%JDK_VERSION%%/include/timeval.h
-jdk%%JDK_VERSION%%/include/timezone_map.h
-jdk%%JDK_VERSION%%/include/tree.h
-jdk%%JDK_VERSION%%/include/typecodes.h
-jdk%%JDK_VERSION%%/include/typedefs.h
-jdk%%JDK_VERSION%%/include/utf.h
-jdk%%JDK_VERSION%%/include/verify.h
-jdk%%JDK_VERSION%%/include/wrap.h
-jdk%%JDK_VERSION%%/include/zip.h
-jdk%%JDK_VERSION%%/include/java_lang_String.h
-jdk%%JDK_VERSION%%/include/java_lang_ClassLoader.h
-jdk%%JDK_VERSION%%/include/dlwrap.h
-jdk%%JDK_VERSION%%/include/java_lang_Thread.h
-jdk%%JDK_VERSION%%/include/java_lang_ThreadGroup.h
-jdk%%JDK_VERSION%%/bin/i386/green_threads/javah_g
-jdk%%JDK_VERSION%%/bin/i386/green_threads/javah
-jdk%%JDK_VERSION%%/bin/i386/green_threads/java_g
-jdk%%JDK_VERSION%%/bin/i386/green_threads/java
-jdk%%JDK_VERSION%%/bin/i386/green_threads/javac
-jdk%%JDK_VERSION%%/bin/i386/green_threads/javac_g
-jdk%%JDK_VERSION%%/bin/i386/green_threads/javaverify_g
-jdk%%JDK_VERSION%%/bin/i386/green_threads/javaverify
-jdk%%JDK_VERSION%%/bin/i386/green_threads/java_g_X
-jdk%%JDK_VERSION%%/bin/i386/green_threads/jar
-jdk%%JDK_VERSION%%/bin/i386/green_threads/.extract_args
-jdk%%JDK_VERSION%%/bin/i386/green_threads/javap
-jdk%%JDK_VERSION%%/bin/i386/green_threads/javadoc
-jdk%%JDK_VERSION%%/bin/i386/green_threads/jdb
-jdk%%JDK_VERSION%%/bin/i386/green_threads/appletviewer
-jdk%%JDK_VERSION%%/bin/i386/green_threads/javakey
-jdk%%JDK_VERSION%%/bin/i386/green_threads/native2ascii
-jdk%%JDK_VERSION%%/bin/i386/green_threads/rmic
-jdk%%JDK_VERSION%%/bin/i386/green_threads/rmiregistry
-jdk%%JDK_VERSION%%/bin/i386/green_threads/serialver
-jdk%%JDK_VERSION%%/bin/i386/green_threads/java_X
-jdk%%JDK_VERSION%%/bin/i386/green_threads/jre_g
-jdk%%JDK_VERSION%%/bin/i386/green_threads/jre_g_X
-jdk%%JDK_VERSION%%/bin/i386/green_threads/jre
-jdk%%JDK_VERSION%%/bin/i386/green_threads/jre_X
-jdk%%JDK_VERSION%%/bin/.java_wrapper
-jdk%%JDK_VERSION%%/bin/javah_g
-jdk%%JDK_VERSION%%/bin/javah
-jdk%%JDK_VERSION%%/bin/java_g
-jdk%%JDK_VERSION%%/bin/java
-jdk%%JDK_VERSION%%/bin/javac
-jdk%%JDK_VERSION%%/bin/javac_g
-jdk%%JDK_VERSION%%/bin/javaverify_g
-jdk%%JDK_VERSION%%/bin/javaverify
-jdk%%JDK_VERSION%%/bin/jre
-jdk%%JDK_VERSION%%/bin/jre_g
-jdk%%JDK_VERSION%%/bin/jar
-jdk%%JDK_VERSION%%/bin/javap
-jdk%%JDK_VERSION%%/bin/javadoc
-jdk%%JDK_VERSION%%/bin/jdb
-jdk%%JDK_VERSION%%/bin/appletviewer
-jdk%%JDK_VERSION%%/bin/javakey
-jdk%%JDK_VERSION%%/bin/native2ascii
-jdk%%JDK_VERSION%%/bin/rmic
-jdk%%JDK_VERSION%%/bin/rmiregistry
-jdk%%JDK_VERSION%%/bin/java-rmi.cgi
-jdk%%JDK_VERSION%%/bin/serialver
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libjava_g.so
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libjava_g.so.%%JDK_VERSION%%
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libjava.so
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libjava.so.%%JDK_VERSION%%
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libmath_g.so
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libmath.so
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libzip_g.so
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libzip.so
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libnet_g.so
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libnet.so
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libagent_g.so
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libagent.so
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libmmedia_g.so
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libmmedia.so
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libawt_g.so
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libawt_g.so.%%JDK_VERSION%%
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libawt.so
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libawt.so.%%JDK_VERSION%%
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libtawt_g.so
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libtawt.so
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libjpeg_g.so
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libjpeg.so
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libsysresource_g.so
-jdk%%JDK_VERSION%%/lib/i386/green_threads/libsysresource.so
-jdk%%JDK_VERSION%%/lib/awt.properties
-jdk%%JDK_VERSION%%/lib/security/java.security
-jdk%%JDK_VERSION%%/lib/content-types.properties
-jdk%%JDK_VERSION%%/lib/font.properties
-jdk%%JDK_VERSION%%/lib/font.properties.ISO8859_15_FDIS
-jdk%%JDK_VERSION%%/lib/font.properties.tr
-jdk%%JDK_VERSION%%/lib/font.properties.ru
-jdk%%JDK_VERSION%%/lib/font.properties.pl
-jdk%%JDK_VERSION%%/lib/font.properties.lv
-jdk%%JDK_VERSION%%/lib/font.properties.lt
-jdk%%JDK_VERSION%%/lib/font.properties.hu
-jdk%%JDK_VERSION%%/lib/font.properties.el
-jdk%%JDK_VERSION%%/lib/font.properties.cs
-jdk%%JDK_VERSION%%/lib/font.properties.zh_TW_Big5
-jdk%%JDK_VERSION%%/lib/font.properties.zh_TW_EUC_TW
-jdk%%JDK_VERSION%%/lib/font.properties.ko
-jdk%%JDK_VERSION%%/lib/font.properties.zh_EUC_CN
-jdk%%JDK_VERSION%%/lib/font.properties.ja
-jdk%%JDK_VERSION%%/lib/psfont.properties.ja
-jdk%%JDK_VERSION%%/lib/locale/ja/app-defaults/XApplication
-jdk%%JDK_VERSION%%/lib/locale/ja_JP.PCK/app-defaults/XApplication
-jdk%%JDK_VERSION%%/lib/locale/ja_JP.UTF-8/app-defaults/XApplication
-jdk%%JDK_VERSION%%/lib/appletviewer.properties
-jdk%%JDK_VERSION%%/lib/serialver.properties
-jdk%%JDK_VERSION%%/lib/classes.zip
-jdk%%JDK_VERSION%%/demo/Animator/audio/0.au
-jdk%%JDK_VERSION%%/demo/Animator/audio/1.au
-jdk%%JDK_VERSION%%/demo/Animator/audio/2.au
-jdk%%JDK_VERSION%%/demo/Animator/audio/3.au
-jdk%%JDK_VERSION%%/demo/Animator/audio/4.au
-jdk%%JDK_VERSION%%/demo/Animator/audio/5.au
-jdk%%JDK_VERSION%%/demo/Animator/audio/6.au
-jdk%%JDK_VERSION%%/demo/Animator/audio/7.au
-jdk%%JDK_VERSION%%/demo/Animator/audio/8.au
-jdk%%JDK_VERSION%%/demo/Animator/audio/9.au
-jdk%%JDK_VERSION%%/demo/Animator/audio/spacemusic.au
-jdk%%JDK_VERSION%%/demo/Animator/images/SimpleAnimation/T1.gif
-jdk%%JDK_VERSION%%/demo/Animator/images/SimpleAnimation/T2.gif
-jdk%%JDK_VERSION%%/demo/Animator/images/Beans/T10.gif
-jdk%%JDK_VERSION%%/demo/Animator/images/Beans/T9.gif
-jdk%%JDK_VERSION%%/demo/Animator/images/Beans/T7.gif
-jdk%%JDK_VERSION%%/demo/Animator/images/Beans/T3.gif
-jdk%%JDK_VERSION%%/demo/Animator/images/Beans/T8.gif
-jdk%%JDK_VERSION%%/demo/Animator/images/Beans/T6.gif
-jdk%%JDK_VERSION%%/demo/Animator/images/Beans/T2.gif
-jdk%%JDK_VERSION%%/demo/Animator/images/Beans/T1.gif
-jdk%%JDK_VERSION%%/demo/Animator/images/Beans/T5.gif
-jdk%%JDK_VERSION%%/demo/Animator/images/Beans/T4.gif
-jdk%%JDK_VERSION%%/demo/Animator/images/loading-msg.gif
-jdk%%JDK_VERSION%%/demo/Animator/example1.html
-jdk%%JDK_VERSION%%/demo/Animator/example2.html
-jdk%%JDK_VERSION%%/demo/Animator/example3.html
-jdk%%JDK_VERSION%%/demo/Animator/example4.html
-jdk%%JDK_VERSION%%/demo/Animator/Animator.java
-jdk%%JDK_VERSION%%/demo/Animator/Animator.class
-jdk%%JDK_VERSION%%/demo/Animator/ParseException.class
-jdk%%JDK_VERSION%%/demo/Animator/DescriptionFrame.class
-jdk%%JDK_VERSION%%/demo/ArcTest/example1.html
-jdk%%JDK_VERSION%%/demo/ArcTest/ArcTest.java
-jdk%%JDK_VERSION%%/demo/ArcTest/ArcTest.class
-jdk%%JDK_VERSION%%/demo/ArcTest/ArcCanvas.class
-jdk%%JDK_VERSION%%/demo/ArcTest/ArcControls.class
-jdk%%JDK_VERSION%%/demo/BarChart/example1.html
-jdk%%JDK_VERSION%%/demo/BarChart/Chart.java
-jdk%%JDK_VERSION%%/demo/BarChart/Chart.class
-jdk%%JDK_VERSION%%/demo/Blink/example1.html
-jdk%%JDK_VERSION%%/demo/Blink/Blink.java
-jdk%%JDK_VERSION%%/demo/Blink/Blink.class
-jdk%%JDK_VERSION%%/demo/CardTest/example1.html
-jdk%%JDK_VERSION%%/demo/CardTest/CardTest.java
-jdk%%JDK_VERSION%%/demo/CardTest/CardPanel.class
-jdk%%JDK_VERSION%%/demo/CardTest/CardTest.class
-jdk%%JDK_VERSION%%/demo/Clock/example1.html
-jdk%%JDK_VERSION%%/demo/Clock/Clock2.java
-jdk%%JDK_VERSION%%/demo/Clock/Clock2.class
-jdk%%JDK_VERSION%%/demo/DitherTest/example1.html
-jdk%%JDK_VERSION%%/demo/DitherTest/DitherTest.java
-jdk%%JDK_VERSION%%/demo/DitherTest/DitherTest.class
-jdk%%JDK_VERSION%%/demo/DitherTest/DitherCanvas.class
-jdk%%JDK_VERSION%%/demo/DitherTest/DitherControls.class
-jdk%%JDK_VERSION%%/demo/DrawTest/example1.html
-jdk%%JDK_VERSION%%/demo/DrawTest/DrawTest.java
-jdk%%JDK_VERSION%%/demo/DrawTest/DrawTest.class
-jdk%%JDK_VERSION%%/demo/DrawTest/DrawPanel.class
-jdk%%JDK_VERSION%%/demo/DrawTest/DrawControls.class
-jdk%%JDK_VERSION%%/demo/Fractal/example1.html
-jdk%%JDK_VERSION%%/demo/Fractal/CLSFractal.java
-jdk%%JDK_VERSION%%/demo/Fractal/CLSFractal.class
-jdk%%JDK_VERSION%%/demo/Fractal/CLSTurtle.class
-jdk%%JDK_VERSION%%/demo/Fractal/ContextLSystem.class
-jdk%%JDK_VERSION%%/demo/Fractal/CLSRule.class
-jdk%%JDK_VERSION%%/demo/GraphLayout/audio/computer.au
-jdk%%JDK_VERSION%%/demo/GraphLayout/audio/drip.au
-jdk%%JDK_VERSION%%/demo/GraphLayout/audio/gong.au
-jdk%%JDK_VERSION%%/demo/GraphLayout/example1.html
-jdk%%JDK_VERSION%%/demo/GraphLayout/example2.html
-jdk%%JDK_VERSION%%/demo/GraphLayout/example3.html
-jdk%%JDK_VERSION%%/demo/GraphLayout/example4.html
-jdk%%JDK_VERSION%%/demo/GraphLayout/Graph.java
-jdk%%JDK_VERSION%%/demo/GraphLayout/Node.class
-jdk%%JDK_VERSION%%/demo/GraphLayout/Edge.class
-jdk%%JDK_VERSION%%/demo/GraphLayout/GraphPanel.class
-jdk%%JDK_VERSION%%/demo/GraphLayout/Graph.class
-jdk%%JDK_VERSION%%/demo/GraphicsTest/example1.html
-jdk%%JDK_VERSION%%/demo/GraphicsTest/AppletFrame.java
-jdk%%JDK_VERSION%%/demo/GraphicsTest/GraphicsTest.java
-jdk%%JDK_VERSION%%/demo/GraphicsTest/AppletFrame.class
-jdk%%JDK_VERSION%%/demo/GraphicsTest/GraphicsPanel.class
-jdk%%JDK_VERSION%%/demo/GraphicsTest/GraphicsTest.class
-jdk%%JDK_VERSION%%/demo/GraphicsTest/GraphicsCards.class
-jdk%%JDK_VERSION%%/demo/GraphicsTest/ArcCard.class
-jdk%%JDK_VERSION%%/demo/GraphicsTest/ArcDegreePanel.class
-jdk%%JDK_VERSION%%/demo/GraphicsTest/ArcPanel.class
-jdk%%JDK_VERSION%%/demo/GraphicsTest/Shape.class
-jdk%%JDK_VERSION%%/demo/GraphicsTest/RectShape.class
-jdk%%JDK_VERSION%%/demo/GraphicsTest/OvalShape.class
-jdk%%JDK_VERSION%%/demo/GraphicsTest/RoundRectShape.class
-jdk%%JDK_VERSION%%/demo/GraphicsTest/PolygonShape.class
-jdk%%JDK_VERSION%%/demo/GraphicsTest/ShapeTest.class
-jdk%%JDK_VERSION%%/demo/GraphicsTest/ColorUtils.class
-jdk%%JDK_VERSION%%/demo/ImageMap/audio/chirp1.au
-jdk%%JDK_VERSION%%/demo/ImageMap/audio/hi.au
-jdk%%JDK_VERSION%%/demo/ImageMap/images/jim.graham.gif
-jdk%%JDK_VERSION%%/demo/ImageMap/example1.html
-jdk%%JDK_VERSION%%/demo/ImageMap/sources.html
-jdk%%JDK_VERSION%%/demo/ImageMap/imagemapcheat.html
-jdk%%JDK_VERSION%%/demo/ImageMap/AniArea.java
-jdk%%JDK_VERSION%%/demo/ImageMap/ButtonFilter.java
-jdk%%JDK_VERSION%%/demo/ImageMap/ClickArea.java
-jdk%%JDK_VERSION%%/demo/ImageMap/DelayedSoundArea.java
-jdk%%JDK_VERSION%%/demo/ImageMap/HighlightArea.java
-jdk%%JDK_VERSION%%/demo/ImageMap/HighlightFilter.java
-jdk%%JDK_VERSION%%/demo/ImageMap/HrefButtonArea.java
-jdk%%JDK_VERSION%%/demo/ImageMap/ImageMap.java
-jdk%%JDK_VERSION%%/demo/ImageMap/ImageMapArea.java
-jdk%%JDK_VERSION%%/demo/ImageMap/LinkArea.java
-jdk%%JDK_VERSION%%/demo/ImageMap/NameArea.java
-jdk%%JDK_VERSION%%/demo/ImageMap/RoundButtonFilter.java
-jdk%%JDK_VERSION%%/demo/ImageMap/RoundHrefButtonArea.java
-jdk%%JDK_VERSION%%/demo/ImageMap/SoundArea.java
-jdk%%JDK_VERSION%%/demo/ImageMap/TickerArea.java
-jdk%%JDK_VERSION%%/demo/ImageMap/AniArea.class
-jdk%%JDK_VERSION%%/demo/ImageMap/ButtonFilter.class
-jdk%%JDK_VERSION%%/demo/ImageMap/ClickArea.class
-jdk%%JDK_VERSION%%/demo/ImageMap/DelayedSoundArea.class
-jdk%%JDK_VERSION%%/demo/ImageMap/HighlightArea.class
-jdk%%JDK_VERSION%%/demo/ImageMap/HighlightFilter.class
-jdk%%JDK_VERSION%%/demo/ImageMap/HrefButtonArea.class
-jdk%%JDK_VERSION%%/demo/ImageMap/ImageMap.class
-jdk%%JDK_VERSION%%/demo/ImageMap/ImageMapArea.class
-jdk%%JDK_VERSION%%/demo/ImageMap/LinkArea.class
-jdk%%JDK_VERSION%%/demo/ImageMap/NameArea.class
-jdk%%JDK_VERSION%%/demo/ImageMap/RoundButtonFilter.class
-jdk%%JDK_VERSION%%/demo/ImageMap/RoundHrefButtonArea.class
-jdk%%JDK_VERSION%%/demo/ImageMap/SoundArea.class
-jdk%%JDK_VERSION%%/demo/ImageMap/TickerArea.class
-jdk%%JDK_VERSION%%/demo/JumpingBox/sounds/adapt-or-die.au
-jdk%%JDK_VERSION%%/demo/JumpingBox/sounds/ip.au
-jdk%%JDK_VERSION%%/demo/JumpingBox/sounds/that.hurts.au
-jdk%%JDK_VERSION%%/demo/JumpingBox/sounds/cannot.be.completed.au
-jdk%%JDK_VERSION%%/demo/JumpingBox/sounds/thin.bell.au
-jdk%%JDK_VERSION%%/demo/JumpingBox/sounds/tiptoe.thru.the.tulips.au
-jdk%%JDK_VERSION%%/demo/JumpingBox/example1.html
-jdk%%JDK_VERSION%%/demo/JumpingBox/MouseTrack.java
-jdk%%JDK_VERSION%%/demo/JumpingBox/MouseTrack.class
-jdk%%JDK_VERSION%%/demo/MoleculeViewer/models/benzene.xyz
-jdk%%JDK_VERSION%%/demo/MoleculeViewer/models/buckminsterfullerine.xyz
-jdk%%JDK_VERSION%%/demo/MoleculeViewer/models/HyaluronicAcid.xyz
-jdk%%JDK_VERSION%%/demo/MoleculeViewer/models/cyclohexane.xyz
-jdk%%JDK_VERSION%%/demo/MoleculeViewer/models/ethane.xyz
-jdk%%JDK_VERSION%%/demo/MoleculeViewer/models/water.xyz
-jdk%%JDK_VERSION%%/demo/MoleculeViewer/example1.html
-jdk%%JDK_VERSION%%/demo/MoleculeViewer/example2.html
-jdk%%JDK_VERSION%%/demo/MoleculeViewer/example3.html
-jdk%%JDK_VERSION%%/demo/MoleculeViewer/Matrix3D.java
-jdk%%JDK_VERSION%%/demo/MoleculeViewer/XYZApp.java
-jdk%%JDK_VERSION%%/demo/MoleculeViewer/Matrix3D.class
-jdk%%JDK_VERSION%%/demo/MoleculeViewer/XYZChemModel.class
-jdk%%JDK_VERSION%%/demo/MoleculeViewer/XYZApp.class
-jdk%%JDK_VERSION%%/demo/MoleculeViewer/Atom.class
-jdk%%JDK_VERSION%%/demo/NervousText/example1.html
-jdk%%JDK_VERSION%%/demo/NervousText/NervousText.java
-jdk%%JDK_VERSION%%/demo/NervousText/NervousText.class
-jdk%%JDK_VERSION%%/demo/SimpleGraph/example1.html
-jdk%%JDK_VERSION%%/demo/SimpleGraph/GraphApplet.java
-jdk%%JDK_VERSION%%/demo/SimpleGraph/GraphApplet.class
-jdk%%JDK_VERSION%%/demo/SortDemo/example1.html
-jdk%%JDK_VERSION%%/demo/SortDemo/BidirBubbleSortAlgorithm.java
-jdk%%JDK_VERSION%%/demo/SortDemo/BubbleSortAlgorithm.java
-jdk%%JDK_VERSION%%/demo/SortDemo/QSortAlgorithm.java
-jdk%%JDK_VERSION%%/demo/SortDemo/SortAlgorithm.java
-jdk%%JDK_VERSION%%/demo/SortDemo/SortItem.java
-jdk%%JDK_VERSION%%/demo/SortDemo/BidirBubbleSortAlgorithm.class
-jdk%%JDK_VERSION%%/demo/SortDemo/BubbleSortAlgorithm.class
-jdk%%JDK_VERSION%%/demo/SortDemo/QSortAlgorithm.class
-jdk%%JDK_VERSION%%/demo/SortDemo/SortAlgorithm.class
-jdk%%JDK_VERSION%%/demo/SortDemo/SortItem.class
-jdk%%JDK_VERSION%%/demo/SpreadSheet/example1.html
-jdk%%JDK_VERSION%%/demo/SpreadSheet/SpreadSheet.java
-jdk%%JDK_VERSION%%/demo/SpreadSheet/SpreadSheet.class
-jdk%%JDK_VERSION%%/demo/SpreadSheet/CellUpdater.class
-jdk%%JDK_VERSION%%/demo/SpreadSheet/Cell.class
-jdk%%JDK_VERSION%%/demo/SpreadSheet/Node.class
-jdk%%JDK_VERSION%%/demo/SpreadSheet/InputField.class
-jdk%%JDK_VERSION%%/demo/SpreadSheet/SpreadSheetInput.class
-jdk%%JDK_VERSION%%/demo/TicTacToe/audio/beep.au
-jdk%%JDK_VERSION%%/demo/TicTacToe/audio/ding.au
-jdk%%JDK_VERSION%%/demo/TicTacToe/audio/return.au
-jdk%%JDK_VERSION%%/demo/TicTacToe/audio/yahoo1.au
-jdk%%JDK_VERSION%%/demo/TicTacToe/audio/yahoo2.au
-jdk%%JDK_VERSION%%/demo/TicTacToe/images/cross.gif
-jdk%%JDK_VERSION%%/demo/TicTacToe/images/not.gif
-jdk%%JDK_VERSION%%/demo/TicTacToe/example1.html
-jdk%%JDK_VERSION%%/demo/TicTacToe/TicTacToe.java
-jdk%%JDK_VERSION%%/demo/TicTacToe/TicTacToe.class
-jdk%%JDK_VERSION%%/demo/WireFrame/models/cube.obj
-jdk%%JDK_VERSION%%/demo/WireFrame/models/dinasaur.obj
-jdk%%JDK_VERSION%%/demo/WireFrame/models/hughes_500.obj
-jdk%%JDK_VERSION%%/demo/WireFrame/models/knoxS.obj
-jdk%%JDK_VERSION%%/demo/WireFrame/example1.html
-jdk%%JDK_VERSION%%/demo/WireFrame/example2.html
-jdk%%JDK_VERSION%%/demo/WireFrame/example3.html
-jdk%%JDK_VERSION%%/demo/WireFrame/example4.html
-jdk%%JDK_VERSION%%/demo/WireFrame/Matrix3D.java
-jdk%%JDK_VERSION%%/demo/WireFrame/ThreeD.java
-jdk%%JDK_VERSION%%/demo/WireFrame/Matrix3D.class
-jdk%%JDK_VERSION%%/demo/WireFrame/FileFormatException.class
-jdk%%JDK_VERSION%%/demo/WireFrame/Model3D.class
-jdk%%JDK_VERSION%%/demo/WireFrame/ThreeD.class
-jdk%%JDK_VERSION%%/demo/i18n/Collate/CollationDetails.html
-jdk%%JDK_VERSION%%/demo/i18n/Collate/example1.html
-jdk%%JDK_VERSION%%/demo/i18n/DateTimeFormat/example1.html
-jdk%%JDK_VERSION%%/demo/i18n/MessageFormat/example1.html
-jdk%%JDK_VERSION%%/demo/i18n/NumberFormat/example1.html
-jdk%%JDK_VERSION%%/demo/i18n/TextBound/example1.html
-jdk%%JDK_VERSION%%/demo/i18n/code/BorderPanel.java
-jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource.java
-jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_da.java
-jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_de.java
-jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_en.java
-jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_fr.java
-jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_it.java
-jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_ja.java
-jdk%%JDK_VERSION%%/demo/i18n/code/CollateDemo.java
-jdk%%JDK_VERSION%%/demo/i18n/code/DateTimeDemo.java
-jdk%%JDK_VERSION%%/demo/i18n/code/DemoApplet.java
-jdk%%JDK_VERSION%%/demo/i18n/code/MessageFormatDemo.java
-jdk%%JDK_VERSION%%/demo/i18n/code/NumberFormatDemo.java
-jdk%%JDK_VERSION%%/demo/i18n/code/TextBoundDemo.java
-jdk%%JDK_VERSION%%/demo/i18n/code/Utility.java
-jdk%%JDK_VERSION%%/demo/i18n/code/BorderPanel.class
-jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource.class
-jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_da.class
-jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_de.class
-jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_en.class
-jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_fr.class
-jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_it.class
-jdk%%JDK_VERSION%%/demo/i18n/code/ChoiceResource_ja.class
-jdk%%JDK_VERSION%%/demo/i18n/code/CollateDemo.class
-jdk%%JDK_VERSION%%/demo/i18n/code/CollateFrame.class
-jdk%%JDK_VERSION%%/demo/i18n/code/DateTimeDemo.class
-jdk%%JDK_VERSION%%/demo/i18n/code/DateTimeFrame.class
-jdk%%JDK_VERSION%%/demo/i18n/code/DemoApplet.class
-jdk%%JDK_VERSION%%/demo/i18n/code/MessageFormatDemo.class
-jdk%%JDK_VERSION%%/demo/i18n/code/MessageFormatFrame.class
-jdk%%JDK_VERSION%%/demo/i18n/code/XBorderPanel.class
-jdk%%JDK_VERSION%%/demo/i18n/code/NumberFormatDemo.class
-jdk%%JDK_VERSION%%/demo/i18n/code/NumberFormatFrame.class
-jdk%%JDK_VERSION%%/demo/i18n/code/TextBoundDemo.class
-jdk%%JDK_VERSION%%/demo/i18n/code/TextBoundFrame.class
-jdk%%JDK_VERSION%%/demo/i18n/code/Utility.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/index.html
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/index.html
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Box.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click0.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click1.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click2.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click3.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/ColumnOfBoxes.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Box.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click0.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click0$1.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click0$2.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click1.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click1$TargetListener.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click1$1.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click1$2.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click2.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click2$TargetListener.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click2$1.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click2$2.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click3.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click3$TargetListener.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click3$1.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click3$2.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/Click3$3.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel/ColumnOfBoxes.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/index.html
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/example.html
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/ExampleApplet.jar
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/ExampleApplet.zip
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/Switcher.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/images/mandrill.jpg
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/Gauge.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/DoubleBufferPanel.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/ExampleApplet.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/actual/Gauge.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/actual/DoubleBufferPanel.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/actual/ExampleApplet.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/actual/PrettyPanel.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/actual/GaugeThread.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/ExampleApplet.gif
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/ImageDisplayer.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/PictureFrame.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/Compatibility.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/ExampleApplet.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/alternative/ImageDisplayer.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/alternative/PictureFrame.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/alternative/Compatibility.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/alternative/ExampleApplet.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/example.html
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/ExampleApplet.jar
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/ExampleApplet.zip
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/Switcher.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/images/scott.jpg
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/OpenlookButton.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/ExampleApplet.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/actual/OpenlookButton.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/actual/ExampleApplet.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/actual/ExampleActionListener.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/ExampleApplet.gif
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/ImageDisplayer.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/PictureFrame.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/Compatibility.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/ExampleApplet.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/alternative/ImageDisplayer.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/alternative/PictureFrame.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/alternative/Compatibility.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/alternative/ExampleApplet.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/example.html
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/ExampleApplet.jar
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/ExampleApplet.zip
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/Switcher.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/actual/images/scott.jpg
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/actual/RoundButton.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/actual/ExampleApplet.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/ExampleApplet.gif
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/ImageDisplayer.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/PictureFrame.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/Compatibility.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/ExampleApplet.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/alternative/ImageDisplayer.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/alternative/PictureFrame.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/alternative/Compatibility.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/alternative/ExampleApplet.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/example.html
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/ExampleApplet.jar
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/ExampleApplet.zip
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/Switcher.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/images/orb.gif
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/Spinner.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/ExampleApplet.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/actual/Spinner.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/actual/SpinnerThread.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/actual/ExampleApplet.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/ExampleApplet.gif
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/ImageDisplayer.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/PictureFrame.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/Compatibility.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/ExampleApplet.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/alternative/ImageDisplayer.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/alternative/PictureFrame.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/alternative/Compatibility.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/alternative/ExampleApplet.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/symboltest/index.html
-jdk%%JDK_VERSION%%/demo/awt-1.1/symboltest/SymbolTest.java
-jdk%%JDK_VERSION%%/demo/awt-1.1/symboltest/SymbolTest.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/symboltest/SymbolTest$MyAdapter.class
-jdk%%JDK_VERSION%%/demo/awt-1.1/symboltest/SymbolCanvas.class
-jdk%%JDK_VERSION%%/COPYRIGHT
-jdk%%JDK_VERSION%%/src.zip
-jdk%%JDK_VERSION%%/LICENSE
-jdk%%JDK_VERSION%%/README
-jdk%%JDK_VERSION%%/README.FreeBSD
-jdk%%JDK_VERSION%%/CHANGES
-jdk%%JDK_VERSION%%/index.html
-@exec mkdir -p %D/share/doc/java
-@dirrmtry share/doc/java
-@exec %%LOCALBASE%%/bin/registervm "%D/jdk%%JDK_VERSION%%/bin/java # JDK%%JDK_VERSION%%"
-@dirrm jdk%%JDK_VERSION%%/lib/security
-@dirrm jdk%%JDK_VERSION%%/lib/locale/ja_JP.UTF-8/app-defaults
-@dirrm jdk%%JDK_VERSION%%/lib/locale/ja_JP.UTF-8
-@dirrm jdk%%JDK_VERSION%%/lib/locale/ja_JP.PCK/app-defaults
-@dirrm jdk%%JDK_VERSION%%/lib/locale/ja_JP.PCK
-@dirrm jdk%%JDK_VERSION%%/lib/locale/ja/app-defaults
-@dirrm jdk%%JDK_VERSION%%/lib/locale/ja
-@dirrm jdk%%JDK_VERSION%%/lib/locale
-@dirrm jdk%%JDK_VERSION%%/lib/i386/green_threads
-@dirrm jdk%%JDK_VERSION%%/lib/i386
-@dirrm jdk%%JDK_VERSION%%/lib
-@dirrm jdk%%JDK_VERSION%%/include/green_threads/include
-@dirrm jdk%%JDK_VERSION%%/include/green_threads
-@dirrm jdk%%JDK_VERSION%%/include/freebsd
-@dirrm jdk%%JDK_VERSION%%/include
-@dirrm jdk%%JDK_VERSION%%/demo/i18n/code
-@dirrm jdk%%JDK_VERSION%%/demo/i18n/TextBound
-@dirrm jdk%%JDK_VERSION%%/demo/i18n/NumberFormat
-@dirrm jdk%%JDK_VERSION%%/demo/i18n/MessageFormat
-@dirrm jdk%%JDK_VERSION%%/demo/i18n/DateTimeFormat
-@dirrm jdk%%JDK_VERSION%%/demo/i18n/Collate
-@dirrm jdk%%JDK_VERSION%%/demo/i18n
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/symboltest
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative/alternative
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/alternative
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/images
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual/actual
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner/actual
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Spinner
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative/alternative
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/alternative
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/actual/images
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons/actual
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/RoundButtons
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative/alternative
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/alternative
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/images
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual/actual
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons/actual
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/OpenlookButtons
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative/alternative
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/alternative
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/images
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual/actual
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge/actual
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight/Gauge
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/lightweight
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1/eventmodel
-@dirrm jdk%%JDK_VERSION%%/demo/awt-1.1
-@dirrm jdk%%JDK_VERSION%%/demo/WireFrame/models
-@dirrm jdk%%JDK_VERSION%%/demo/WireFrame
-@dirrm jdk%%JDK_VERSION%%/demo/TicTacToe/images
-@dirrm jdk%%JDK_VERSION%%/demo/TicTacToe/audio
-@dirrm jdk%%JDK_VERSION%%/demo/TicTacToe
-@dirrm jdk%%JDK_VERSION%%/demo/SpreadSheet
-@dirrm jdk%%JDK_VERSION%%/demo/SortDemo
-@dirrm jdk%%JDK_VERSION%%/demo/SimpleGraph
-@dirrm jdk%%JDK_VERSION%%/demo/NervousText
-@dirrm jdk%%JDK_VERSION%%/demo/MoleculeViewer/models
-@dirrm jdk%%JDK_VERSION%%/demo/MoleculeViewer
-@dirrm jdk%%JDK_VERSION%%/demo/JumpingBox/sounds
-@dirrm jdk%%JDK_VERSION%%/demo/JumpingBox
-@dirrm jdk%%JDK_VERSION%%/demo/ImageMap/images
-@dirrm jdk%%JDK_VERSION%%/demo/ImageMap/audio
-@dirrm jdk%%JDK_VERSION%%/demo/ImageMap
-@dirrm jdk%%JDK_VERSION%%/demo/GraphicsTest
-@dirrm jdk%%JDK_VERSION%%/demo/GraphLayout/audio
-@dirrm jdk%%JDK_VERSION%%/demo/GraphLayout
-@dirrm jdk%%JDK_VERSION%%/demo/Fractal
-@dirrm jdk%%JDK_VERSION%%/demo/DrawTest
-@dirrm jdk%%JDK_VERSION%%/demo/DitherTest
-@dirrm jdk%%JDK_VERSION%%/demo/Clock
-@dirrm jdk%%JDK_VERSION%%/demo/CardTest
-@dirrm jdk%%JDK_VERSION%%/demo/Blink
-@dirrm jdk%%JDK_VERSION%%/demo/BarChart
-@dirrm jdk%%JDK_VERSION%%/demo/ArcTest
-@dirrm jdk%%JDK_VERSION%%/demo/Animator/images/SimpleAnimation
-@dirrm jdk%%JDK_VERSION%%/demo/Animator/images/Beans
-@dirrm jdk%%JDK_VERSION%%/demo/Animator/images
-@dirrm jdk%%JDK_VERSION%%/demo/Animator/audio
-@dirrm jdk%%JDK_VERSION%%/demo/Animator
-@dirrm jdk%%JDK_VERSION%%/demo
-@dirrm jdk%%JDK_VERSION%%/bin/i386/green_threads
-@dirrm jdk%%JDK_VERSION%%/bin/i386
-@dirrm jdk%%JDK_VERSION%%/bin
-@dirrm jdk%%JDK_VERSION%%