summaryrefslogtreecommitdiff
path: root/java/jdk15
diff options
context:
space:
mode:
Diffstat (limited to 'java/jdk15')
-rw-r--r--java/jdk15/Makefile325
-rw-r--r--java/jdk15/distinfo6
-rw-r--r--java/jdk15/files/cacertsbin21653 -> 0 bytes
-rw-r--r--java/jdk15/files/disable-ipv6.patch15
-rw-r--r--java/jdk15/files/patch-common::Defs-bsd.gmk13
-rw-r--r--java/jdk15/files/patch-control::common::Defs-bsd.gmk13
-rw-r--r--java/jdk15/files/patch-java_Makefile11
-rw-r--r--java/jdk15/files/patch-plugin::common::config.gmk13
-rw-r--r--java/jdk15/files/patch-plugin::ns6::Makefile13
-rw-r--r--java/jdk15/files/patch-vm::os_bsd.cpp13
-rw-r--r--java/jdk15/files/pkg-install.in19
-rw-r--r--java/jdk15/files/testos.c81
-rw-r--r--java/jdk15/pkg-descr11
-rw-r--r--java/jdk15/pkg-message1142
-rw-r--r--java/jdk15/pkg-plist1764
15 files changed, 0 insertions, 3439 deletions
diff --git a/java/jdk15/Makefile b/java/jdk15/Makefile
deleted file mode 100644
index 31744bfcb4b1..000000000000
--- a/java/jdk15/Makefile
+++ /dev/null
@@ -1,325 +0,0 @@
-# New ports collection makefile for: jdk14
-# Date created: 6 March 2003
-# Whom: Alexey Zelkin <phantom@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= jdk
-PORTVERSION= ${JDK_VERSION}p${JDK_PATCHSET_VERSION}
-CATEGORIES= java devel
-MASTER_SITES= # http://www.sun.com/software/java2/download.html
-# http://www.eyesbeyond.com/freebsddom/java/jdk14.html
-SCSL_SRCFILE= j2sdk-${JDK_VERSION:S/./_/g}-src-scsl.zip
-SCSL_BINFILE= j2sdk-${JDK_VERSION:S/./_/g}-bin-scsl.zip
-PATCHSETFILE= bsd-jdk14-patches-${JDK_PATCHSET_VERSION}.tar.gz
-DISTFILES= ${SCSL_SRCFILE} ${SCSL_BINFILE} ${PATCHSETFILE}
-
-MAINTAINER= phantom@FreeBSD.org
-COMMENT= Java Development Kit 1.4.2
-
-EXTRACT_DEPENDS=zip:${PORTSDIR}/archivers/zip
-BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
- zip:${PORTSDIR}/archivers/zip \
- ${X11BASE}/lib/libXm.so:${PORTSDIR}/x11-toolkits/open-motif \
- ${LOCALBASE}/include/nspr/prtypes.h:${PORTSDIR}/devel/nspr
-RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
-.if !defined(MINIMAL)
-RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/URW/fonts.dir:${PORTSDIR}/x11-fonts/urwfonts
-.endif
-
-WRKSRC= ${WRKDIR}/control/make
-
-JDK_VERSION= 1.4.2
-JDK_PATCHSET_VERSION= 7
-LATEST_LINK= jdk14
-
-SUN_LINUX_JDK_VERSION= 1.4.2
-
-.if !defined(WITH_LINUX_BOOTSTRAP)
-NATIVE_BOOTSTRAP_JDKS= ${LOCALBASE}/jdk1.4.2 \
- ${LOCALBASE}/jdk1.4.1
-.endif
-
-LINUX_BOOTSTRAP_JDKS= ${LOCALBASE}/linux-sun-jdk1.4.2_03 \
- ${LOCALBASE}/linux-sun-jdk1.4.2_02 \
- ${LOCALBASE}/linux-sun-jdk1.4.2_01 \
- ${LOCALBASE}/linux-sun-jdk1.4.2 \
- ${LOCALBASE}/linux-sun-jdk1.4.1_02 \
- ${LOCALBASE}/linux-sun-jdk1.4.1_01 \
- ${LOCALBASE}/linux-sun-jdk1.4.1
-
-.include <bsd.port.pre.mk>
-
-# do we have valid native jdk installed?
-.if !defined(WITH_LINUX_BOOTSTRAP)
-.for CJDK in ${NATIVE_BOOTSTRAP_JDKS}
-. if !defined(JDK14DIR) && exists(${CJDK}/bin/javac)
-JDK14DIR= ${CJDK}
-. endif
-.endfor
-.endif
-
-# do we have valid linux jdk installed?
-.if !defined(JDK14DIR)
-.for CJDK in ${LINUX_BOOTSTRAP_JDKS}
-. if !defined(JDK14DIR) && exists(${CJDK}/bin/javac)
-JDK14DIR= ${CJDK}
-WITH_LINUX_BOOTSTRAP= YES
-. endif
-.endfor
-.endif
-
-# if no valid jdk found, set dependency
-.if !defined(JDK14DIR)
-JDK14DIR?= ${LOCALBASE}/linux-sun-jdk${SUN_LINUX_JDK_VERSION}
-.endif
-
-BUILD_DEPENDS+= ${JDK14DIR}/bin/javac:${PORTSDIR}/java/linux-sun-jdk14
-
-# workaround to handle both 'zip' and 'tar.gz' distfiles
-USE_ZIP= YES
-EXTRACT_ONLY= ${SCSL_SRCFILE} ${SCSL_BINFILE}
-
-ONLY_FOR_ARCHS= i386
-USE_GMAKE= YES
-USE_REINPLACE= YES
-RESTRICTED= "Redistribution of pre-compiled binaries is not permitted"
-NO_CDROM= "Redistribution of pre-compiled binaries is not permitted"
-MAKE_ENV= ALT_BOOTDIR="${JDK14DIR}" \
- ALT_MOTIF_DIR="${X11BASE}" \
- SYS_CFLAGS="${CFLAGS}" \
- DEV_ONLY="YES" \
- LANG="C" \
- JAVA_HOME="" \
- CLASSPATH="" \
- LD_LIBRARY_PATH="" \
- MAKEFLAGS=""
-.if defined(MINIMAL)
-MAKE_ENV+= NO_PLUGIN="YES" \
- NO_JAVAWS="YES"
-.endif
-ALL_TARGET= all
-PLIST_SUB+= JDK_VERSION=${JDK_VERSION}
-PKGINSTALL= ${WRKDIR}/pkg-install
-
-JDKIMAGEDIR= ${WRKSRC}/../build/bsd-i586/j2sdk-image
-JDKIMAGEDIR_G= ${WRKSRC}/../build/bsd-i586/j2sdk-debug-image
-
-.if !defined(WITH_IPV6)
-EXTRA_PATCHES+= ${PATCHDIR}/disable-ipv6.patch
-.endif
-
-.if defined(MINIMAL)
-PLIST_SUB+= MINIMAL:="@comment "
-PKGNAMESUFFIX= -minimal
-.else
-PLIST_SUB+= MINIMAL:=""
-.endif
-
-.if defined(WITH_DEBUG)
-PLIST_SUB+= DEBUG:=""
-.else
-PLIST_SUB+= DEBUG:="@comment "
-.endif
-
-PTHREAD_FILES= ../../hotspot/build/bsd/makefiles/vm.make \
- ../../j2se/make/common/Defs.gmk \
- ../../j2se/make/common/Program.gmk \
- ../../j2se/make/common/Defs-bsd.gmk \
- ../../j2se/make/java/hpi/hpi_common.gmk \
- ../../j2se/make/java/hpi/native/Makefile \
- ../../j2se/make/java/net/Makefile \
- ../../deploy/make/common/Defs-bsd.gmk \
- ../../deploy/make/plugin/common/config.gmk
-
-LD_LIBRARY_PATH_FILES= ../../hotspot/src/os/bsd/vm/os_bsd.cpp
-
-# Check for JDK sources
-.if !exists(${DISTDIR}/${SCSL_SRCFILE}) && !defined(PACKAGE_BUILDING)
-ECHO_MSG=/usr/bin/printf
-IGNORE= :\n\
-Because of licensing restrictions, you must fetch the source distribution\n\
-manually. Please access http://www.sun.com/software/java2/download.html\n\
-with a web browser and follow the \"Download\" link for the\n\
-\"Java(TM) SDK ${JDK_VERSION}\". You will be required to log in and register,\n\
-but you can create an account on this page. After registration and\n\
-accepting the Sun Community Source License, select \"J2SESDK\" and\n\
-download the source file, ${SCSL_SRCFILE}. Please place this file in\n\
-${DISTDIR}.\n
-.endif
-.if !exists(${DISTDIR}/${SCSL_BINFILE}) && !defined(PACKAGE_BUILDING)
-ECHO_MSG=/usr/bin/printf
-IGNORE= :\n\
-Because of licensing restrictions, you must fetch the source distribution\n\
-manually. Please access http://www.sun.com/software/java2/download.html\n\
-with a web browser and follow the \"Download\" link for the\n\
-\"Java(TM) SDK ${JDK_VERSION}\". You will be required to log in and register,\n\
-but you can create an account on this page. After registration and\n\
-accepting the Sun Community Source License, select \"J2SESDK\" and\n\
-download the source file, ${SCSL_BINFILE}. Please place this file in\n\
-${DISTDIR}.\n
-.endif
-
-# Check for patchset
-.if !exists(${DISTDIR}/${PATCHSETFILE}) && !defined(PACKAGE_BUILDING)
-ECHO_MSG=/usr/bin/printf
-IGNORE= :\n\
-The source distribution exists on your system, but due to\n\
-licensing restrictions you still need to download the\n\
-patchset, ${PATCHSETFILE}, from\n\
-http://www.eyesbeyond.com/freebsddom/java/jdk14.html.\n\
-Please place the patchset in ${DISTDIR}.\n
-.endif
-
-# JDK 1.4.2 require recent version of FreeBSD due to recent libc_r updates.
-# Make check for reqiuired primities as early as possible
-
-TESTPROG=testos
-
-.if ${OSVERSION} > 500000
-LINKIT= -lc_r
-.else
-LINKIT= -pthread
-.endif
-
-check-os:
-.if !defined(SKIP_OS_TEST)
- -@mkdir -p ${WRKDIR} ; \
- rm -f ${WRKDIR}/${TESTPROG} ; \
- gcc ${LINKIT} -o ${WRKDIR}/${TESTPROG} \
- ${FILESDIR}/${TESTPROG}.c > /dev/null 2>&1
- @if [ ! -f ${WRKDIR}/${TESTPROG} ] ; \
- then \
- /usr/bin/printf "\n\
-You must have a version of FreeBSD later than 4.7-STABLE\n\
-February 2003 or 5-CURRENT February 2003 to compile and\n\
-use JDK 1.4.2.\n\n" ; \
- exit 1 ; \
- fi
- @${WRKDIR}/${TESTPROG} 2>/dev/null
-.endif
-
-pre-fetch: check-os
- @${ECHO_MSG}
- @${ECHO_MSG} "IMPORTANT: To build JDK 1.4.2 port, you should have at least"
- @${ECHO_MSG} "1.7Gb of free disk space in build area!"
- @${ECHO_MSG}
-.if defined(WITH_LINUX_BOOTSTRAP)
- @${ECHO_MSG} "IMPORTANT: To build JDK 1.4.2 port, you should have linux emulation"
- @${ECHO_MSG} "enabled in the kernel and linux procfs (linprocfs) filesystem"
- @${ECHO_MSG} "mounted."
- @${ECHO_MSG}
-.endif
- @${ECHO_MSG} "Following port compile time options are available:"
- @${ECHO_MSG}
- @${ECHO_MSG} " WITH_DEBUG - install JDK binaries and libraries"
- @${ECHO_MSG} " with debuging support"
- @${ECHO_MSG}
- @${ECHO_MSG} " MINIMAL - don't build/install mozilla java"
- @${ECHO_MSG} " plugin, javaws and JDK demos"
- @${ECHO_MSG}
- @${ECHO_MSG} " WITH_IPV6 - enable JDK IPv6 support"
- @${ECHO_MSG}
-
-pre-patch:
- @cd ${WRKDIR} && \
- ${GZIP_CMD} -dc ${DISTDIR}/${PATCHSETFILE} | ${TAR} -xf - && \
- ${CHMOD} -R u+w * && \
- ${PATCH} -p0 < ${WRKDIR}/jdk14.patches
-
-post-patch:
- @for file in ${LD_LIBRARY_PATH_FILES}; do \
- ${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:" \
- ${WRKSRC}/$${file}; \
- done
- @for file in ${PTHREAD_FILES}; do \
- ${REINPLACE_CMD} -e "s:-lkse:${PTHREAD_LIBS}:g" \
- ${WRKSRC}/$${file}; \
- done
-
-.if defined(WITH_LINUX_BOOTSTRAP)
-pre-build:
- @if [ "$${WRKDIRPREFIX}" -a \
- -L "/compat/linux/$${WRKDIRPREFIX}" -a \
- x`${LS} -ld "/compat/linux/$${WRKDIRPREFIX}" 2>/dev/null | awk '/->/{print $$NF;exit 0}END{exit 1}'` = x"$${WRKDIRPREFIX}" ]; \
- then \
- ${ECHO_MSG} "Please set WRKDIRPREFIX to something which doesn't"; \
- ${ECHO_MSG} "have a matching symbolic link in /compat/linux."; \
- ${ECHO_MSG} "This is known to cause problems during bootstrapping."; \
- exit 1; \
- fi
- @if [ `/sbin/sysctl -n compat.linux.osname` != "Linux" ]; \
- then \
- ${ECHO_MSG} "Please set the value of the sysctl compat.linux.osname"; \
- ${ECHO_MSG} "to 'Linux' with the command:"; \
- ${ECHO_MSG} " /sbin/sysctl compat.linux.osname=Linux"; \
- ${ECHO_MSG} "Having it set to other values, such as 'FreeBSD',"; \
- ${ECHO_MSG} "is known to cause problems during bootstrapping."; \
- exit 1; \
- fi
- @if [ "`/sbin/mount | grep ^linprocfs`" = "" ]; \
- then \
- ${ECHO_MSG} "ERROR: You have to have LINPROCFS mounted before" ; \
- ${ECHO_MSG} "starting to build of native JDK 1.4.2." ; \
- ${ECHO_MSG} "" ; \
- ${ECHO_MSG} "You may do it by following set of commands:" ; \
- ${ECHO_MSG} "" ; \
- ${ECHO_MSG} "# kldload linprocfs" ; \
- ${ECHO_MSG} "" ; \
- ${ECHO_MSG} "and" ; \
- ${ECHO_MSG} "" ; \
- ${ECHO_MSG} "# mount -t linprocfs linprocfs /compat/linux/proc" ; \
- ${ECHO_MSG} "" ; \
- exit 1 ; \
- fi
-.endif
-
-do-build:
- # Start of jdk build
- @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
-
-post-build:
- @# make sure that SwingSet2/resources does not exists
- @${RM} -rf ${JDKIMAGEDIR}/demo/jfc/SwingSet2/resources
- @${RM} -rf ${JDKIMAGEDIR}/demo/plugin/jfc/SwingSet2/resources
- @# XXX don't install japanese manpages
- @${RM} -rf ${JDKIMAGEDIR}/man/ja
- @${RM} -rf ${JDKIMAGEDIR}/man/ja_JP.eucJP
-
-pre-install:
-.if !defined(WITH_DEBUG)
- @${ECHO_MSG}
- @${ECHO_MSG} "Please use \`make -DWITH_DEBUG' if you want to install libraries and binaries"
- @${ECHO_MSG} "with debugging support."
- @${ECHO_MSG}
-.endif
-.if defined(MINIMAL)
- @${RM} -rf ${JDKIMAGEDIR}/demo
-.endif
-
-do-install:
- ${MKDIR} ${PREFIX}/jdk${JDK_VERSION}
- cd ${JDKIMAGEDIR} && ${FIND} . \
- | ${CPIO} -pdmu -R ${LIBOWN}:${LIBGRP} ${PREFIX}/jdk${JDK_VERSION}
-.if defined(WITH_DEBUG)
- cd ${JDKIMAGEDIR_G} && ${FIND} . \
- | ${CPIO} -pdmu -R ${LIBOWN}:${LIBGRP} ${PREFIX}/jdk${JDK_VERSION}
-.endif
- ${INSTALL_DATA} ${FILESDIR}/cacerts \
- ${PREFIX}/jdk${JDK_VERSION}/jre/lib/security/cacerts
-.if !defined(MINIMAL)
- ${INSTALL_DATA} ${FILESDIR}/cacerts \
- ${PREFIX}/jdk${JDK_VERSION}/jre/javaws/cacerts
-.endif
-
-post-install:
-.if !defined(MINIMAL)
- ${FIND} "${PREFIX}/jdk${JDK_VERSION}/jre/plugin" -type d | ${XARGS} ${CHMOD} a+rx
-.endif
- @${LOCALBASE}/bin/registervm "${PREFIX}/jdk${JDK_VERSION}/bin/java # FREEBSD-JDK${JDK_VERSION}"
- @${SED} -e "s:%%JRE_HOME%%:${PREFIX}/jdk${JDK_VERSION}/jre:g" \
- < ${FILESDIR}/pkg-install.in > ${PKGINSTALL}
- @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-
-.include <bsd.port.post.mk>
diff --git a/java/jdk15/distinfo b/java/jdk15/distinfo
deleted file mode 100644
index fb62f1cbad29..000000000000
--- a/java/jdk15/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 (j2sdk-1_4_2-src-scsl.zip) = 387ae674dcd686f3a7a477c191aa8b65
-SIZE (j2sdk-1_4_2-src-scsl.zip) = 49269919
-MD5 (j2sdk-1_4_2-bin-scsl.zip) = 24877ff50ae66744090c3723968bb7dc
-SIZE (j2sdk-1_4_2-bin-scsl.zip) = 2513462
-MD5 (bsd-jdk14-patches-7.tar.gz) = fe76afc2dd8651350a2f0e221d928fa5
-SIZE (bsd-jdk14-patches-7.tar.gz) = 1137785
diff --git a/java/jdk15/files/cacerts b/java/jdk15/files/cacerts
deleted file mode 100644
index 23c0c87b2859..000000000000
--- a/java/jdk15/files/cacerts
+++ /dev/null
Binary files differ
diff --git a/java/jdk15/files/disable-ipv6.patch b/java/jdk15/files/disable-ipv6.patch
deleted file mode 100644
index 00ecbef516f5..000000000000
--- a/java/jdk15/files/disable-ipv6.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-$FreeBSD$
-
---- ../../j2se/src/solaris/native/java/net/net_util_md.c.orig Tue Jan 27 17:31:03 2004
-+++ ../../j2se/src/solaris/native/java/net/net_util_md.c Tue Jan 27 17:31:38 2004
-@@ -166,6 +166,10 @@
- int fd;
- void *ipv6_fn;
-
-+#ifdef __FreeBSD__
-+ return JNI_FALSE;
-+#endif
-+
- fd = JVM_Socket(AF_INET6, SOCK_STREAM, 0) ;
- if (fd < 0) {
- /*
diff --git a/java/jdk15/files/patch-common::Defs-bsd.gmk b/java/jdk15/files/patch-common::Defs-bsd.gmk
deleted file mode 100644
index aa4acca2b93f..000000000000
--- a/java/jdk15/files/patch-common::Defs-bsd.gmk
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD$
-
---- ../../j2se/make/common/Defs-bsd.gmk.orig Fri Oct 10 09:50:48 2003
-+++ ../../j2se/make/common/Defs-bsd.gmk Fri Oct 10 09:54:35 2003
-@@ -162,7 +162,7 @@
- ifeq ($(TRUE_PLATFORM), NetBSD)
- DEVTOOLS_PATH = /usr/pkg/bin/
- else
--DEVTOOLS_PATH = /usr/local/bin/
-+DEVTOOLS_PATH = ${LOCALBASE}/bin/
- endif
- # Allow the user to override the default value...
- ifdef ALT_DEVTOOLS_PATH
diff --git a/java/jdk15/files/patch-control::common::Defs-bsd.gmk b/java/jdk15/files/patch-control::common::Defs-bsd.gmk
deleted file mode 100644
index f9e45f642fa1..000000000000
--- a/java/jdk15/files/patch-control::common::Defs-bsd.gmk
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD$
-
---- ../../control/make/common/Defs-bsd.gmk.orig Wed Nov 12 16:52:22 2003
-+++ ../../control/make/common/Defs-bsd.gmk Wed Nov 12 16:51:41 2003
-@@ -212,7 +212,7 @@
- ifeq ($(TRUE_PLATFORM), NetBSD)
- DEVTOOLS_PATH = /usr/pkg/bin/
- else
--DEVTOOLS_PATH = /usr/local/bin/
-+DEVTOOLS_PATH = ${LOCALBASE}/bin/
- endif
- # Allow the user to override the default value...
- ifdef ALT_DEVTOOLS_PATH
diff --git a/java/jdk15/files/patch-java_Makefile b/java/jdk15/files/patch-java_Makefile
deleted file mode 100644
index 60585c522db4..000000000000
--- a/java/jdk15/files/patch-java_Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../../j2se/make/java/java/Makefile.orig Mon Dec 13 12:38:14 2004
-+++ ../../j2se/make/java/java/Makefile Mon Dec 13 12:42:00 2004
-@@ -284,7 +284,7 @@
- $(RM) -r $(TMPDIR)/GenerateCurrencyData
- $(MKDIR) -p $(TMPDIR)/GenerateCurrencyData
- $(JAVAC_BOOT) -d $(TMPDIR)/GenerateCurrencyData $(BUILDDIR)/tools/GenerateCurrencyData/GenerateCurrencyData.java
-- $(JAVA_BOOT) -classpath $(TMPDIR)/GenerateCurrencyData GenerateCurrencyData < $(SHARE_SRC)/classes/java/util/CurrencyData.properties > $@
-+ $(JAVA_BOOT) -classpath $(TMPDIR)/GenerateCurrencyData GenerateCurrencyData < $(SHARE_SRC)/classes/java/util/CurrencyData.properties | egrep -v '^Java HotSpot' > $@
-
- clean::
- $(RM) $(GENSRCDIR)/java/util/CurrencyData.java
diff --git a/java/jdk15/files/patch-plugin::common::config.gmk b/java/jdk15/files/patch-plugin::common::config.gmk
deleted file mode 100644
index fd995e3c063b..000000000000
--- a/java/jdk15/files/patch-plugin::common::config.gmk
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD$
-
---- ../../deploy/make/plugin/common/config.gmk.orig Wed Nov 12 16:53:30 2003
-+++ ../../deploy/make/plugin/common/config.gmk Wed Nov 12 16:53:43 2003
-@@ -57,7 +57,7 @@
-
- # include search paths
- # XXXBSD: these should be defined in other place
-- CPPFLAGS1 += -I/usr/X11R6/include -I/usr/local/include
-+ CPPFLAGS1 += -I/usr/X11R6/include -I${LOCALBASE}/include
-
- ifeq ($(TRUE_PLATFORM), FreeSBD)
- ifeq ($(FREEBSD_4STABLE), true)
diff --git a/java/jdk15/files/patch-plugin::ns6::Makefile b/java/jdk15/files/patch-plugin::ns6::Makefile
deleted file mode 100644
index ad15676d1b7d..000000000000
--- a/java/jdk15/files/patch-plugin::ns6::Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD$
-
---- ../../deploy/make/plugin/ns6/Makefile.orig Wed Jan 14 11:10:30 2004
-+++ ../../deploy/make/plugin/ns6/Makefile Wed Jan 14 11:12:11 2004
-@@ -46,7 +46,7 @@
- ifeq ($(TRUE_PLATFORM), FreeBSD)
- # XXXBSD: is there any differences between nspr for ns610 and ns4
- # XXXBSD: direct /usr/local/include/nspr path is used!!!
--EXTRA_CPPFLAGS += -I/usr/local/include/nspr
-+EXTRA_CPPFLAGS += -I${LOCALBASE}/include/nspr
- endif
- ifeq ($(TRUE_PLATFORM), NetBSD)
- EXTRA_CPPFLAGS += -I/usr/pkg/include/mozilla/nspr
diff --git a/java/jdk15/files/patch-vm::os_bsd.cpp b/java/jdk15/files/patch-vm::os_bsd.cpp
deleted file mode 100644
index 25bd71db866c..000000000000
--- a/java/jdk15/files/patch-vm::os_bsd.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD$
-
---- ../../hotspot/src/os/bsd/vm/os_bsd.cpp.orig Tue Jan 27 17:54:28 2004
-+++ ../../hotspot/src/os/bsd/vm/os_bsd.cpp Tue Jan 27 17:55:21 2004
-@@ -333,7 +333,7 @@
- #define malloc(n) (char*)NEW_C_HEAP_ARRAY(char, (n))
- #define getenv(n) ::getenv(n)
-
--#define DEFAULT_LD_LIBRARY_PATH "/usr/lib" /* See ld.so.1(1) */
-+#define DEFAULT_LD_LIBRARY_PATH "/usr/lib:%%LOCALBASE%%/lib" /* See ld.so.1(1) */
- #define EXTENSIONS_DIR "/lib/ext"
- #define ENDORSED_DIR "/lib/endorsed"
-
diff --git a/java/jdk15/files/pkg-install.in b/java/jdk15/files/pkg-install.in
deleted file mode 100644
index fa980a9778f0..000000000000
--- a/java/jdk15/files/pkg-install.in
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-# System preference location
-PREFS_LOCATION=%%JRE_HOME%%
-
-# Set up system preferences during post install
-if [ "$2" = "POST-INSTALL" ]; then
- if [ ! -d "${PREFS_LOCATION}/.systemPrefs" ] ; then
- mkdir -m 755 "${PREFS_LOCATION}/.systemPrefs"
- fi
- if [ ! -f "${PREFS_LOCATION}/.systemPrefs/.system.lock" ] ; then
- touch "${PREFS_LOCATION}/.systemPrefs/.system.lock"
- chmod 644 "${PREFS_LOCATION}/.systemPrefs/.system.lock"
- fi
- if [ ! -f "${PREFS_LOCATION}/.systemPrefs/.systemRootModFile" ] ; then
- touch "${PREFS_LOCATION}/.systemPrefs/.systemRootModFile"
- chmod 644 "${PREFS_LOCATION}/.systemPrefs/.systemRootModFile"
- fi
-fi
diff --git a/java/jdk15/files/testos.c b/java/jdk15/files/testos.c
deleted file mode 100644
index d1e77573e86b..000000000000
--- a/java/jdk15/files/testos.c
+++ /dev/null
@@ -1,81 +0,0 @@
-/*-
- * Copyright (c) 2003 Alexey Zelkin <phantom@FreeBSD.org>
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * Test pthreads primitives for required functionality in order to run
- * native FreeBSD JDK1.4.2 port.
- *
- * Returns:
- * 0 - test passed
- * 1 - general failure
- * 200 - tests failed
- *
- * $FreeBSD$
- */
-
-#include <stdio.h>
-#include <pthread.h>
-#include <pthread_np.h>
-
-#define TRY(call) { \
- if ((call) != 0) { \
- printf("LIBC_R TEST: Unexpected error. Report to MAINTAINER\n"); \
- exit(200); \
- } \
-}
-
-void *
-doit(void *data)
-{
- pthread_attr_t attr;
- void *mystack = NULL;
-
- TRY(pthread_attr_init(&attr));
- TRY(pthread_attr_get_np(pthread_self(), &attr));
- TRY(pthread_attr_getstackaddr(&attr, &mystack));
-
- if (mystack == NULL) {
- printf("LIBC_R TEST FAILED: libc_r update required\n");
- exit(1);
- }
-
- printf("LIBC_R TEST PASSED: All Ok\n");
- return(NULL);
-}
-
-int
-main()
-{
- pthread_t tid;
- pthread_attr_t attr;
-
- int sz = 128*1024;
-
- TRY(pthread_attr_init(&attr));
- TRY(pthread_attr_setstacksize(&attr, sz));
- TRY(pthread_create(&tid, &attr, doit, NULL));
- TRY(pthread_join(tid, NULL));
-
- exit(0);
-}
diff --git a/java/jdk15/pkg-descr b/java/jdk15/pkg-descr
deleted file mode 100644
index b80bb46b3141..000000000000
--- a/java/jdk15/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-This is the latest patchset from the Java 2 FreeBSD porting project. This
-port allows you to easily build a native JDK1.4.2 for FreeBSD.
-
-Please note that due to the current Sun licensing policy the resulting binaries
-can't be distributed and you are only permitted to use/hack it personally.
-Due to the same reasons you have to manually fetch the source code and patchset
-for FreeBSD.
-
-WWW: http://www.freebsd.org/java/
- http://www.eyesbeyond.com/freebsddom/java/index.html
- http://www.sun.com/software/communitysource/java2/
diff --git a/java/jdk15/pkg-message b/java/jdk15/pkg-message
deleted file mode 100644
index 506cc7cb56d0..000000000000
--- a/java/jdk15/pkg-message
+++ /dev/null
@@ -1,1142 +0,0 @@
-SUN COMMUNITY SOURCE LICENSE Version 2.3 (Rev. Date Feb.
-23, 1999)
-
-RECITALS
-
-Original Contributor has developed Specifications and Source
-Code implementations of certain Technology; and
-
-Original Contributor desires to license the Technology to a
-large community to facilitate research, innovation and
-product development while maintaining compatibility of such
-products with the Technology as delivered by Original
-Contributor; and
-
-Original Contributor desires to license certain Sun
-Trademarks for the purpose of branding products that are
-compatible with the relevant Technology delivered by
-Original Contributor; and
-
-You desire to license the Technology and possibly certain
-Sun Trademarks from Original Contributor on the terms and
-conditions specified in this License.
-
-In consideration for the mutual covenants contained herein,
-You and Original Contributor agree as follows:
-
-AGREEMENT
-1. Introduction. The Sun Community Source License and
-effective attachments ("License") may include five distinct
-licenses: Research Use, TCK, Internal Deployment Use,
-Commercial Use and Trademark License. The Research Use
-license is effective when You click and accept this License.
-The TCK and Internal Deployment Use licenses are effective
-when You click and accept this License, unless otherwise
-specified in the TCK and Internal Deployment Use
-attachments. The Commercial Use and Trademark licenses must
-be signed by You and Original Contributor in order to become
-effective. Once effective, these licenses and the
-associated requirements and responsibilities are cumulative.
-Capitalized terms used in this License are defined in the
-Glossary.
-
-2. License Grants.
-
-2.1 Original Contributor Grant. Subject to Your compliance
-with Sections 3, 8.10 and Attachment A of this License,
-Original Contributor grants to You a worldwide,
-royalty-free, non-exclusive license, to the extent of
-Original Contributor's Intellectual Property Rights covering
-the Original Code, Upgraded Code and Specifications, to do
-the following:
-
-a) Research Use License:
-
-(i) use, reproduce and modify the Original Code, Upgraded
-Code and Specifications to create Modifications and
-Reformatted Specifications for Research Use by You,
-
-(ii) publish and display Original Code, Upgraded Code and
-Specifications with, or as part of Modifications, as
-permitted under Section 3.1 b) below,
-
-(iii) reproduce and distribute copies of Original Code and
-Upgraded Code to Licensees and students for Research Use by
-You,
-
-(iv) compile, reproduce and distribute Original Code and
-Upgraded Code in Executable form, and Reformatted
-Specifications to anyone for Research Use by You.
-
-b) Other than the licenses expressly granted in this
-License, Original Contributor retains all right, title, and
-interest in Original Code and Upgraded Code and
-Specifications.
-
-2.2 Your Grants.
-
-a) To Other Licensees. You hereby grant to each Licensee a
-license to Your Error Corrections and Shared Modifications,
-of the same scope and extent as Original Contributor's
-licenses under Section 2.1 a) above relative to Research
-Use, Attachment C relative to Internal Deployment Use, and
-Attachment D relative to Commercial Use.
-
-b) To Original Contributor. You hereby grant to Original
-Contributor a worldwide, royalty-free, non-exclusive,
-perpetual and irrevocable license, to the extent of Your
-Intellectual Property Rights covering Your Error
-Corrections, Shared Modifications and Reformatted
-Specifications, to use, reproduce, modify, display and
-distribute Your Error Corrections, Shared Modifications and
-Reformatted Specifications, in any form, including the right
-to sublicense such rights through multiple tiers of
-distribution.
-
-c) Other than the licenses expressly granted in Sections 2.2
-a) and b) above, and the restriction set forth in Section
-3.1 d)(iv) below, You retain all right, title, and interest
-in Your Error Corrections, Shared Modifications and
-Reformatted Specifications.
-
-2.3 Contributor Modifications. You may use, reproduce,
-modify, display and distribute Contributor Error
-Corrections, Shared Modifications and Reformatted
-Specifications, obtained by You under this License, to the
-same scope and extent as with Original Code, Upgraded Code
-and Specifications.
-
-2.4 Subcontracting. You may deliver the Source Code of
-Covered Code to other Licensees having at least a Research
-Use license, for the sole purpose of furnishing development
-services to You in connection with Your rights granted in
-this License. All such Licensees must execute appropriate
-documents with respect to such work consistent with the
-terms of this License, and acknowledging their
-work-made-for-hire status or assigning exclusive right to
-the work product and associated Intellectual Property Rights
-to You.
-
-3.Requirements and Responsibilities.
-
-3.1 Research Use License. As a condition of exercising
-the rights granted under Section 2.1 a) above, You agree to
-comply with the following:
-
-a) Your Contribution to the Community. All Error
-Corrections and Shared Modifications which You create or
-contribute to are automatically subject to the licenses
-granted under Section 2.2 above. You are encouraged to
-license all of Your other Modifications under Section 2.2 as
-Shared Modifications, but are not required to do so. You
-agree to notify Original Contributor of any errors in the
-Specification.
-
-b) Source Code Availability. You agree to provide all Your
-Error Corrections to Original Contributor as soon as
-reasonably practicable and, in any event, prior to Internal
-Deployment Use or Commercial Use, if applicable. Original
-Contributor may, at its discretion, post Source Code for
-Your Error Corrections and Shared Modifications on the
-Community Webserver. You may also post Error Corrections
-and Shared Modifications on a web-server of Your choice;
-provided, that You must take reasonable precautions to
-ensure that only Licensees have access to such Error
-Corrections and Shared Modifications. Such precautions
-shall include, without limitation, a password protection
-scheme limited to Licensees and a click-on, download
-certification of Licensee status required of those
-attempting to download from the server. An example of an
-acceptable certification is attached as Attachment A-2.
-
-c) Notices. All Error Corrections and Shared Modifications
-You create or contribute to must include a file documenting
-the additions and changes You made and the date of such
-additions and changes. You must also include the notice set
-forth in Attachment A-1 in the file header. If it is not
-possible to put the notice in a particular Source Code file
-due to its structure, then You must include the notice in a
-location (such as a relevant directory file), where a
-recipient would be most likely to look for such a notice.
-
-d) Redistribution.
-
-(i) Source. Covered Code may be distributed in Source Code
-form only to another Licensee (except for students as
-provided below). You may not offer or impose any terms on
-any Covered Code that alter the rights, requirements, or
-responsibilities of such Licensee. You may distribute
-Covered Code to students for use in connection with their
-course work and research projects undertaken at accredited
-educational institutions. Such students need not be
-Licensees, but must be given a copy of the notice set forth
-in Attachment A-3 and such notice must also be included in a
-file header or prominent location in the Source Code made
-available to such students.
-
-(ii) Executable. You may distribute Executable version(s)
-of Covered Code to Licensees and other third parties only
-for the purpose of evaluation and comment in connection with
-Research Use by You and under a license of Your choice, but
-which limits use of such Executable version(s) of Covered
-Code only to that purpose.
-
-(iii) Modified Class,Interface and Package Naming. In
-connection with Research Use by You only, You may use
-Original Contributor's class, interface and package names
-only to accurately reference or invoke the Source Code files
-You modify. Original Contributor grants to You a limited
-license to the extent necessary for such purposes.
-
-(iv) You expressly agree that any distribution, in whole or
-in part, of Modifications developed by You shall only be
-done pursuant to the term and conditions of this License.
-
-e) Extensions.
-
-(i) Covered Code. You may not include any Source Code of
-Community Code in any Extensions;
-
-(ii) Publication. No later than the date on which You first
-distribute such Extension for Commercial Use, You must
-publish to the industry, on a non-confidential basis and
-free of all copyright restrictions with respect to
-reproduction and use, an accurate and current specification
-for any Extension. In addition, You must make available an
-appropriate test suite, pursuant to the same rights as the
-specification, sufficiently detailed to allow any third
-party reasonably skilled in the technology to produce
-implementations of the Extension compatible with the
-specification. Such test suites must be made available as
-soon as reasonably practicable but, in no event, later than
-ninety (90) days after Your first Commercial Use of the
-Extension. You must use reasonable efforts to promptly
-clarify and correct the specification and the test suite
-upon written request by Original Contributor.
-
-(iii) Open. You agree to refrain from enforcing any
-Intellectual Property Rights You may have covering any
-interface(s) of Your Extension, which would prevent the
-implementation of such interface(s) by Original Contributor
-or any Licensee. This obligation does not prevent You from
-enforcing any Intellectual Property Right You have that
-would otherwise be infringed by an implementation of Your
-Extension.
-
-(iv) Class, Interface and Package Naming. You may not add
-any packages, or any public or protected classes or
-interfaces with names that originate or might appear to
-originate from Original Contributor including, without
-limitation, package or class names which begin with "sun",
-"java", "javax", "jini", "net.jini", "com.sun" or their
-equivalents in any subsequent class, interface and/ or
-package naming convention adopted by Original Contributor.
-It is specifically suggested that You name any new packages
-using the "Unique Package Naming Convention" as described in
-"The Java Language Specification" by James Gosling, Bill
-Joy, and Guy Steele, ISBN 0-201-63451-1, August 1996.
-Section 7.7 "Unique Package Names", on page 125 of this
-specification which states, in part:
-
-"You form a unique package name by first having (or
-belonging to an organization that has) an Internet domain
-name, such as "sun.com". You then reverse the name,
-component by component, to obtain, in this example,
-"Com.sun", and use this as a prefix for Your package names,
-using a convention developed within Your organization to
-further administer package names."
-
-3.2 Additional Requirements and Responsibilities. Any
-additional requirements and responsibilities relating to the
-Technology are listed in Attachment F (Additional
-Requirements and Responsibilities), if applicable, and are
-hereby incorporated into this Section 3.
-
-4. Versions of the License.
-
-4.1 License Versions. Original Contributor may publish
-revised versions of the License from time to time. Each
-version will be given a distinguishing version number.
-
-4.2 Effect. Once a particular version of Covered Code has
-been provided under a version of the License, You may always
-continue to use such Covered Code under the terms of that
-version of the License. You may also choose to use such
-Covered Code under the terms of any subsequent version of
-the License. No one other than Original Contributor has the
-right to promulgate License versions.
-
-5. Disclaimer of Warranty.
-
-5.1 COVERED CODE IS PROVIDED UNDER THIS LICENSE "AS IS,"
-WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED,
-INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED
-CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR
-PURPOSE OR NON-INFRINGING. YOU AGREE TO BEAR THE ENTIRE
-RISK IN CONNECTION WITH YOUR USE AND DISTRIBUTION OF COVERED
-CODE UNDER THIS LICENSE. THIS DISCLAIMER OF WARRANTY
-CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
-ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT SUBJECT TO
-THIS DISCLAIMER.
-
-5.2 You acknowledge that Original Code, Upgraded Code and
-Specifications are not designed or intended for use in (i)
-on-line control of aircraft, air traffic, aircraft
-navigation or aircraft communications; or (ii) in the
-design, construction, operation or maintenance of any
-nuclear facility. Original Contributor disclaims any
-express or implied warranty of fitness for such uses.
-
-6. Termination.
-
-6.1 By You. You may terminate this Research Use license at
-anytime by providing written notice to Original Contributor.
-
-6.2 By Original Contributor. This License and the rights
-granted hereunder will terminate:
-
-(i) automatically if You fail to comply with the terms of
-this License and fail to cure such breach within 30 days of
-receipt of written notice of the breach;
-
-(ii) immediately in the event of circumstances specified in
-Sections 7.1 and 8.4; or
-
-(iii) at Original Contributor's discretion upon any action
-initiated in the first instance by You alleging that use or
-distribution by Original Contributor or any Licensee, of
-Original Code, Upgraded Code, Error Corrections or Shared
-Modifications contributed by You, or Specifications,
-infringe a patent owned or controlled by You.
-
-6.3 Effective of Termination. Upon termination, You agree
-to discontinue use and return or destroy all copies of
-Covered Code in your possession. All sublicenses to the
-Covered Code which you have properly granted shall survive
-any termination of this License. Provisions which, by their
-nature, should remain in effect beyond the termination of
-this License shall survive including, without limitation,
-Sections 2.2, 3, 5, 7 and 8.
-
-6.4 Each party waives and releases the other from any claim
-to compensation or indemnity for permitted or lawful
-termination of the business relationship established by this
-License.
-
-7. Liability.
-
-7.1 Infringement. Should any of the Original Code, Upgraded
-Code, TCK or Specifications ("Materials") become the subject
-of a claim of infringement, Original Contributor may, at its
-sole option, (i) attempt to procure the rights necessary for
-You to continue using the Materials, (ii) modify the
-Materials so that they are no longer infringing, or (iii)
-terminate Your right to use the Materials, immediately upon
-written notice, and refund to You the amount, if any, having
-then actually been paid by You to Original Contributor for
-the Original Code, Upgraded Code and TCK, depreciated on a
-straight line, five year basis.
-
-7.2 LIMITATION OF LIABILITY. TO THE FULL EXTENT ALLOWED BY
-APPLICABLE LAW, ORIGINAL CONTRIBUTOR's LIABILITY TO YOU FOR
-CLAIMS RELATING TO THIS LICENSE, WHETHER FOR BREACH OR IN
-TORT, SHALL BE LIMITED TO ONE HUNDRED PERCENT (100%) OF THE
-AMOUNT HAVING THEN ACTUALLY BEEN PAID BY YOU TO ORIGINAL
-CONTRIBUTOR FOR ALL COPIES LICENSED HEREUNDER OF THE
-PARTICULAR ITEMS GIVING RISE TO SUCH CLAIM, IF ANY. IN NO
-EVENT WILL YOU (RELATIVE TO YOUR SHARED MODIFICATIONS OR
-ERROR CORRECTIONS) OR SUN BE LIABLE FOR ANY INDIRECT,
-PUNITIVE, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES IN
-CONNECTION WITH OR ARISING OUT OF THIS LICENSE (INCLUDING,
-WITHOUT LIMITATION, LOSS OF PROFITS, USE, DATA, OR OTHER
-ECONOMIC ADVANTAGE), HOWEVER IT ARISES AND ON ANY THEORY OF
-LIABILITY, WHETHER IN AN ACTION FOR CONTRACT, STRICT
-LIABILITY OR TORT (INCLUDING NEGLIGENCE) OR OTHERWISE,
-WHETHER OR NOT YOU OR ORIGINAL CONTRIBUTOR HAS BEEN ADVISED
-OF THE POSSIBILITY OF SUCH DAMAGE AND NOTWITHSTANDING THE
-FAILURE OF ESSENTIAL PURPOSE OF ANY REMEDY.
-
-8. Miscellaneous.
-
-8.1 Trademark. You agree to comply with the then current
-Sun Trademark & Logo Usage Requirements accessible through
-the SCSL Webpage. Except as expressly provided in the
-License, You are granted no right, title or license to, or
-interest in, any Sun Trademarks. You agree not to (i)
-challenge Original Contributor's ownership or use of Sun
-Trademarks; (ii) attempt to register any Sun Trademarks, or
-any mark or logo substantially similar thereto; or (iii)
-incorporate any Sun Trademarks into your own trademarks,
-product names, service marks, company names, or domain
-names.
-
-8.2 Integration. This License represents the complete
-agreement concerning the subject matter hereof.
-
-8.3 Assignment. Original Contributor may assign this
-License, and its rights and obligations hereunder, in its
-sole discretion. You may assign the Research Use portions
-of this License to a third party upon prior written notice
-to Original Contributor (which may be provided via the
-Community Web-Server). You may not assign the Commercial
-Use license or TCK license, including by way of merger
-(regardless of whether You are the surviving entity) or
-acquisition, without Original Contributor's prior written
-consent.
-
-8.4 Severability. If any provision of this License is held
-to be unenforceable, such provision shall be reformed only
-to the extent necessary to make it enforceable.
-Notwithstanding the foregoing, if You are prohibited by law
-from fully and specifically complying with Sections 2.2 or
-3, this License will immediately terminate and You must
-immediately discontinue any use of Covered Code.
-
-8.5 Governing Law. This License shall be governed by the
-laws of the United States and the State of California, as
-applied to contracts entered into and to be performed in
-California between California residents. The application of
-the United Nations Convention on Contracts for the
-International Sale of Goods is expressly excluded.
-
-8.6 Dispute Resolution.
-
-a) Any dispute arising out of or relating to this License
-shall be finally settled by arbitration as set out herein,
-except that either party may bring any action, in a court of
-competent jurisdiction (which jurisdiction shall be
-exclusive), with respect to any dispute relating to such
-party's Intellectual Property Rights or with respect to Your
-compliance with the TCK license. Arbitration shall be
-administered: (i) by the American Arbitration Association
-(AAA), (ii) in accordance with the rules of the United
-Nations Commission on International Trade Law (UNCITRAL)
-(the "Rules") in effect at the time of arbitration as
-modified herein; and (iii) the arbitrator will apply the
-substantive laws of California and United States. Judgment
-upon the award rendered by the arbitrator may be entered in
-any court having jurisdiction to enforce such award.
-
-b) All arbitration proceedings shall be conducted in English
- by a single arbitrator selected in accordance with the
- Rules, who must be fluent in English and be either a
- retired judge or practicing attorney having at least ten
- (10) years litigation experience and be reasonably familiar
- with the technology matters relative to the dispute.
- Unless otherwise agreed, arbitration venue shall be in
- London, Tokyo, or San Francisco, whichever is closest to
- defendant's principal business office. The arbitrator may
- award monetary damages only and nothing shall preclude
- either party from seeking provisional or emergency relief
- from a court of competent jurisdiction. The arbitrator
- shall have no authority to award damages in excess of those
- permitted in this License and any such award in excess is
- void. All awards will be payable in U.S. dollars and may
- include, for the prevailing party (i) pre-judgment award
- interest, (ii) reasonable attorneys' fees incurred in
- connection with the arbitration, and (iii) reasonable costs
- and expenses incurred in enforcing the award. The
- arbitrator will order each party to produce identified
- documents and respond to no more than twenty-five single
- question interrogatories.
-
-8.7 Construction. Any law or regulation which provides that
-the language of a contract shall be construed against the
-drafter shall not apply to this License.
-
-8.8 U.S. Government End Users. The Covered Code is a
-"commercial item," as that term is defined in 48 C.F.R.
-2.101 (Oct. 1995), consisting of "commercial computer
-software" and "commercial computer software documentation,"
-as such terms are used in 48 C.F.R. 12.212 (Sept. 1995).
-Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1
-through 227.7202-4 (June 1995), all U.S. Government End
-Users acquire Covered Code with only those rights set forth
-herein. You agree to pass this notice to Your licensees.
-
-8.9 Press Announcements. All press announcements relative
-to the execution of this License must be reviewed and
-approved by Original Contributor and You prior to release.
-
-8.10 International Use.
-
-a) Export/Import laws. Covered Code is subject to U.S.
-export control laws and may be subject to export or import
-regulations in other countries. Each party agrees to comply
-strictly with all such laws and regulations and acknowledges
-their responsibility to obtain such licenses to export,
-re-export, or import as may be required. You agree to pass
-these obligations to Your licensees.
-
-b) Intellectual Property Protection. Due to limited
-intellectual property protection and enforcement in certain
-countries, You agree not to redistribute the Original Code,
-Upgraded Code, TCK and Specifications to any country other
-than the list of restricted countries on the SCSL Webpage.
-
-8.11 Language. This License is in the English language
-only, which language shall be controlling in all respects,
-and all versions of this License in any other language shall
-be for accommodation only and shall not be binding on the
-parties to this License. All communications and notices
-made or given pursuant to this License, and all
-documentation and support to be provided, unless otherwise
-noted, shall be in the English language.
-
-PLEASE READ THE TERMS OF THIS LICENSE CAREFULLY. BY
-CLICKING ON THE "ACCEPT" BUTTON BELOW YOU ARE ACCEPTING AND
-AGREEING TO THE TERMS AND CONDITIONS OF THIS LICENSE WITH
-SUN MICROSYSTEMS, INC. IF YOU ARE AGREEING TO THIS LICENSE
-ON BEHALF OF A COMPANY, YOU REPRESENT THAT YOU ARE
-AUTHORIZED TO BIND THE COMPANY TO SUCH A LICENSE. WHETHER
-YOU ARE ACTING ON YOUR OWN BEHALF, OR REPRESENTING A
-COMPANY, YOU MUST BE OF MAJORITY AGE AND BE OTHERWISE
-COMPETENT TO ENTER INTO CONTRACTS. IF YOU DO NOT MEET THIS
-CRITERIA OR YOU DO NOT AGREE TO ANY OF THE TERMS AND
-CONDITIONS OF THIS LICENSE, CLICK ON THE REJECT BUTTON TO
-EXIT.
-
-ACCEPT REJECT
-
-GLOSSARY
-
-1. "Commercial Use" means any use (excluding Internal
-Deployment Use) or distribution, directly or indirectly of
-Compliant Covered Code by You to any third party, alone or
-bundled with any other software or hardware, for direct or
-indirect commercial or strategic gain or advantage, subject
-to execution of Attachment D by You and Original
-Contributor.
-
-2. "Community Code" means the Original Code, Upgraded Code,
-Error Corrections, Shared Modifications, or any combination
-thereof.
-
-3. "Community Webserver(s)" means the webservers designated
-by Original Contributor for posting Error Corrections and
-Shared Modifications.
-
-4. "Compliant Covered Code" means Covered Code that
-complies with the requirements of the TCK.
-
-5. "Contributor" means each Licensee that creates or
-contributes to the creation of any Error Correction or
-Shared Modification.
-
-6. "Covered Code" means the Original Code, Upgraded Code,
-Modifications, or any combination thereof.
-
-7. "Error Correction" means any change made to Community
-Code which conforms to the Specification and corrects the
-adverse effect of a failure of Community Code to perform any
-function set forth in or required by the Specifications.
-
-7. "Executable" means Covered Code that has been converted
-to a form other than Source Code.
-
-9. "Extension(s)" means any additional classes or other
-programming code and/or interfaces developed by or for You
-which: (i) are designed for use with the Technology; (ii)
-constitute an API for a library of computing functions or
-services; and (iii) are disclosed to third party software
-developers for the purpose of developing software which
-invokes such additional classes or other programming code
-and/or interfaces. The foregoing shall not apply to
-software development by Your subcontractors to be
-exclusively used by You.
-
-10. "Intellectual Property Rights" means worldwide
-statutory and common law rights associated solely with (i)
-patents and patent applications; (ii) works of authorship
-including copyrights, copyright applications, copyright
-registrations and "moral rights"; (iii) the protection of
-trade and industrial secrets and confidential information;
-and (iv) divisions, continuations, renewals, and
-re-issuances of the foregoing now existing or acquired in
-the future.
-
-11. "Internal Deployment Use" means use of Compliant
-Covered Code (excluding Research Use) within Your business
-or organization only by Your employees and/or agents,
-subject to execution of Attachment C by You and Original
-Contributor, if required.
-
-12. "Licensee" means any party that has entered into and
-has in effect a version of this License with Original
-Contributor.
-
-13. "Modification(s)" means (i) any change to Covered Code;
-(ii) any new file or other representation of computer
-program statements that contains any portion of Covered
-Code; and/or (iii) any new Source Code implementing any
-portion of the Specifications.
-
-14. "Original Code" means the initial Source Code for the
-Technology as described on the Technology Download Site.
-
-15. "Original Contributor" means Sun Microsystems, Inc.,
-its affiliates and its successors and assigns.
-
-16. "Reformatted Specifications" means any revision to the
-Specifications which translates or reformats the
-Specifications (as for example in connection with Your
-documentation) but which does not alter, subset or superset
-the functional or operational aspects of the Specifications.
-
-17. "Research Use" means use and distribution of Covered
-Code only for Your research, development, educational or
-personal and individual use, and expressly excludes Internal
-Deployment Use and Commercial Use.
-
-18. "SCSL Webpage" means the Sun Community Source license
-webpage located at http://sun.com/software/communitysource,
-or such other url that Sun may designate from time to time.
-
-19. "Shared Modifications" means Modifications provided by
-You, at Your option, pursuant to Section 2.2, or received by
-You from a Contributor pursuant to Section 2.3.
-
-20. "Source Code" means computer program statements written
-in any high-level, readable form suitable for modification
-and development.
-
-21. "Specifications" means the specifications for the
-Technology and other documentation, as designated on the
-Technology Download Site, as may be revised by Original
-Contributor from time to time.
-
-22. "Sun Trademarks" means Original Contributor's SUN,
-JAVA, and JINI trademarks and logos, whether now used or
-adopted in the future.
-
-23. "Technology" means the
-technology described in Attachment B, and Upgrades.
-
-24. "Technology Compatibility Kit" or "TCK" means the test
-programs, procedures and/or other requirements, designated
-by Original Contributor for use in verifying compliance of
-Covered Code with the Specifications, in conjunction with
-the Original Code and Upgraded Code. Original Contributor
-may, in its sole discretion and from time to time, revise a
-TCK to correct errors and/or omissions and in connection
-with Upgrades.
-
-25. "Technology Download Site" means the site(s) designated
-by Original Contributor for access to the Original Code,
-Upgraded Code, TCK and Specifications.
-
-26. "Upgrade(s)" means new versions of Technology
-designated exclusively by Original Contributor as an
-"Upgrade" and released by Original Contributor from time to
-time.
-
-27. "Upgraded Code" means the Source Code for Upgrades,
-possibly including Modifications made by Contributors.
-
-28. "You(r)" means an individual, or a legal entity acting
-by and through an individual or individuals, exercising
-rights either under this License or under a future version
-of this License issued pursuant to Section 4.1. For legal
-entities, "You(r)" includes any entity that by majority
-voting interest controls, is controlled by, or is under
-common control with You.
-
-ATTACHMENT A
-
-REQUIRED NOTICES
-
-ATTACHMENT A-1
-
-REQUIRED IN ALL CASES
-
-"The contents of this file, or the files included with this
-file, are subject to the current version of Sun Community
-Source License for [fill in name of applicable Technology]
-(the "License"); You may not use this file except in
-compliance with the License. You may obtain a copy of the
-License at http://sun.com/software/communitysource. See the
-License for the rights, obligations and limitations
-governing use of the contents of the file.
-
-The Original and Upgraded Code is [fill in name and version
-of applicable Technology]. The developer of the Original
-and Upgraded Code is Sun Microsystems, Inc. Sun
-Microsystems, Inc. owns the copyrights in the portions it
-created. All Rights Reserved.
-
-Contributor(s):
-_______________________________________________
-
-Associated Test Suite(s) Location:
-________________________________
-
-ATTACHMENT A-2
-
-SAMPLE LICENSEE CERTIFICATION
-
-"By clicking the `Agree' button below, You certify that You
-are a Licensee in good standing under the Sun Community
-Source License, [fill in applicable Technology and Version]
-("License") and that Your access, use and distribution of
-code and information You may obtain at this site is subject
-to the License."
-
-ATTACHMENT A-3
-
-REQUIRED STUDENT NOTIFICATION
-
-"This software and related documentation has been obtained
-by your educational institution subject to the Sun Community
-Source License, [fill in applicable Technology]. You have
-been provided access to the software and related
-documentation for use only in connection with your course
-work and research activities as a matriculated student of
-your educational institution. Any other use is expressly
-prohibited.
-
-THIS SOFTWARE AND RELATED DOCUMENTATION CONTAINS PROPRIETARY
-MATERIAL OF SUN MICROSYSTEMS, INC, WHICH ARE PROTECTED BY
-VARIOUS INTELLECTUAL PROPERTY RIGHTS.
-
-You may not use this file except in compliance with the
-License. You may obtain a copy of the License on the web at
-http://sun.com/software/communitysource."
-
-ATTACHMENT B
-
-Java(tm) 2 SDK Technology
-
-Description of "Technology"
-
-Java(tm) 2 SDK Technology v.1.4.2 as described on the
-Technology Download Site.
-
-ATTACHMENT C
-
-INTERNAL DEPLOYMENT USE
-
-This Attachment C is only effective for the Technology
-specified in Attachment B, upon execution of Attachment D
-(Commercial Use License) including the requirement to pay
-royalties. In the event of a conflict between the terms of
-this Attachment C and Attachment D, the terms of Attachment
-D shall govern.
-
-1. Internal Deployment License Grant. Subject to Your
-compliance with Section 2 below, and Section 8.10 of the
-Research Use license; in addition to the Research Use
-license and the TCK license, Original Contributor grants to
-You a worldwide, non-exclusive license, to the extent of
-Original Contributor's Intellectual Property Rights covering
-the Original Code, Upgraded Code and Specifications, to do
-the following:
-
-a) reproduce and distribute internally, Original Code and
-Upgraded Code as part of Compliant Covered Code, and
-Specifications, for Internal Deployment Use,
-
-b) compile such Original Code and Upgraded Code, as part of
-Compliant Covered Code, and reproduce and distribute
-internally the same in Executable form for Internal
-Deployment Use, and
-
-c) reproduce and distribute internally, Reformatted
-Specifications for use in connection with Internal
-Deployment Use.
-
-2. Additional Requirements and Responsibilities. In
-addition to the requirements and responsibilities described
-under Section 3.1 of the Research Use license, and as a
-condition to exercising the rights granted under Section 3
-above, You agree to the following additional requirements
-and responsibilities:
-
-2.1 Compatibility. All Covered Code must be Compliant
-Covered Code prior to any Internal Deployment Use or
-Commercial Use, whether originating with You or acquired
-from a third party. Successful compatibility testing must
-be completed in accordance with the TCK License. If You
-make any further Modifications to any Covered Code
-previously determined to be Compliant Covered Code, you must
-ensure that it continues to be Compliant Covered Code.
-
-ATTACHMENT D COMMERCIAL USE LICENSE
-
-1. Effect. This Attachment D is effective only if signed
-below by You and Original Contributor, and applies to Your
-Commercial Use of Original Code and Upgraded Code.
-
-2. Term. Upon execution of this Attachment D by You and
-Original Contributor, this Commercial Use license shall have
-an initial term of 3 years and shall automatically renew for
-additional one year terms unless either party provides
-notice to the other no less than 60 days prior to an
-anniversary date.
-
-3. Commercial Use License Grant. Subject to Your
-compliance with Section 4 below, Section 8.10 of the
-Research Use license, and the TCK license; in addition to
-the Research Use license, the TCK license, and the Internal
-Deployment Use license, Original Contributor grants to You a
-worldwide, non-exclusive, non-transferable license, to the
-extent of Original Contributor's Intellectual Property
-Rights covering the Original Code, Upgraded Code and
-Specifications, to do the following:
-
-a) reproduce and distribute Compliant Covered Code;
-
-b) compile Compliant Covered Code and reproduce and
-distribute the same in Executable form through multiple
-tiers of distribution; and
-
-c) reproduce and distribute Reformatted Specifications in
-association with Compliant Covered Code.
-
-4. Additional Requirements and Responsibilities. In
-addition to the requirements and responsibilities specified
-in the Research Use license, the TCK license and the
-Internal Deployment license, and as a condition to
-exercising the rights granted in Section 3 above, You agree
-to the following additional requirements and
-responsibilities:
-
-a) Distribution of Source Code. Source Code of Compliant
-Covered Code may be distributed only to another Licensee of
-the same Technology.
-
-b) Distribution of Executable Code. You may distribute the
-Executable version(s) of Compliant Covered Code under a
-license of Your choice, which may contain terms different
-from this License, provided (i) that You are in compliance
-with the terms of this License, and (ii) You must make it
-absolutely clear that any terms which differ from this
-License are offered by You alone, not by Original
-Contributor or any other Contributor.
-
-c) Branding. Products integrating Compliant Covered Code
-used for Commercial Use must be branded with the Technology
-compliance logo under a separate trademark license required
-to be executed by You and Original Contributor concurrent
-with execution of this Attachment D.
-
-5. Indemnity/Limitation of Liability. The provisions of
-Section 7.1 of the Research Use license are superseded by
-the following:
-
-a) Your Indemnity Obligation. You hereby agree to defend,
-at Your expense, any legal proceeding brought against
-Original Contributor or any Licensee to the extent it is
-based on a claim: (i) that the use, reproduction or
-distribution of any of Your Error Corrections or Shared
-Modifications is an infringement of a third party trade
-secret or a copyright in a country that is a signatory to
-the Berne Convention; (ii) arising in connection with any
-representation, warranty, support, indemnity, liability or
-other license terms You may offer in connection with any
-Covered Code; or (iii) arising from Your Commercial Use of
-Covered Code, other than a claim covered by Section 5.b)
-below, or a patent claim based solely on Covered Code not
-provided by You. You will pay all damages costs and fees
-awarded by a court of competent jurisdiction, or such
-settlement amount negotiated by You, attributable to such
-claim.
-
-b) Original Contributor's Indemnity Obligation. Original
-Contributor will defend, at its expense, any legal
-proceeding brought against You, to the extent it is based on
-a claim that Your authorized Commercial Use of Original Code
-and Upgraded Code is an infringement of a third party trade
-secret or a copyright in a country that is a signatory to
-the Berne Convention, and will pay all damages costs and
-fees awarded by a court of competent jurisdiction, or such
-settlement amount negotiated by Original Contributor,
-attributable to such claim. The foregoing shall not apply
-to any claims of intellectual property infringement based
-upon the combination of code or documentation supplied by
-Original Contributor with code, technology or documentation
-from other sources.
-
-c) Right of Intervention. Original Contributor will have
-the right, but not the obligation, to defend You, at
-Original Contributor's expense, in connection with a claim
-that Your Commercial Use of Original Code and Upgraded Code
-is an infringement of a third party patent and will, if
-Original Contributor chooses to defend You, pay all damages
-costs and fees awarded by a court of competent jurisdiction,
-or such settlement amount negotiated by Original
-Contributor, attributable to such claim.
-
-d) Prerequisites. Under Sections 5.b) and c) above, You
-must, and under Section 5.a) above, Original Contributor or
-any Licensee must: (i) provide notice of the claim promptly
-to the party providing an indemnity; (ii) give the
-indemnifying party sole control of the defense and
-settlement of the claim; (iii) provide the indemnifying
-party, at indemnifying party's expense, all available
-information, assistance and authority to defend; and (iv)
-not have compromised or settled such claim or proceeding
-without the indemnifying party's prior written consent.
-
-e) Additional Remedies. Should any Original Code, Upgraded
-Code, TCK, Specifications, or Modifications become, or in
-the indemnifying party's opinion be likely to become, the
-subject of a claim of infringement for which indemnity is
-provided above, the indemnifying party may, at its sole
-option, attempt to procure on reasonable terms the rights
-necessary for the indemnified party to exercise its license
-rights under this License with respect to the infringing
-items, or to modify the infringing items so that they are no
-longer infringing without substantially impairing their
-function or performance. If the indemnifying party is
-unable to do the foregoing after reasonable efforts, then
-the indemnifying party may send a notice of such inability
-to the indemnified party together with a refund of any
-license fees received by the indemnifying party from the
-indemnified party for the infringing items applicable to the
-indemnified party's future use or distribution of such
-infringing items, in which case the indemnifying party will
-not be liable for any damages resulting from infringing
-activity with respect to the infringing items occurring
-after such notice and refund.
-
-6. Support Programs.
-
-Support to You. Technical support is not provided to You by
-Original Contributor under this License. You may contract
-for one or more support programs from Original Contributor
-relating to the Technology which are described on the SCSL
-Webpage.
-
-Customer Support. You are responsible for providing
-technical and maintenance support services to Your customers
-for Your products and services incorporating the Compliant
-Covered code.
-
-7. Royalties and Payments.
-
-Technology specified in Attachment B.
-
-Field of Use:____________________
-
-Royalty per Unit $_____________
-
-b) Royalty Payments. Payment of royalties shall be made
-quarterly, shall be due thirty (30) days following the end
-of the calendar quarter to which they relate and shall be
-submitted with a written statement documenting the basis for
-the royalty calculation.
-
-c) Taxes. All payments required by this License shall be
-made in United States dollars, are exclusive of taxes, and
-Licensee agrees to bear and be responsible for the payment
-of all such taxes, including, but not limited to, all sales,
-use, rental receipt, personal property or other taxes and
-their equivalents which may be levied or assessed in
-connection with this License (excluding only taxes based on
-Original Contributor's net income). To the extent Licensee
-is required to withhold taxes based upon Original
-Contributor's income in any country, You agree to provide
-Original Contributor with written evidence of such
-withholding, suitable for Original Contributor to obtain a
-tax credit in the United States.
-
-d) Records. You agree to maintain account books and records
-consistent with Generally Accepted Accounting Principles
-appropriate to Your domicile, as may be in effect from time
-to time, sufficient to allow the correctness of the
-royalties required to be paid pursuant to this License to be
-determined.
-
-e) Audit Rights. Original Contributor shall have the right
-to audit such accounts upon reasonable prior notice using an
-independent auditor of Original Contributor's choice (the
-"Auditor"). The Auditor shall be bound to keep confidential
-the details of Your business affairs and to limit disclosure
-of the results of any audit to the sufficiency of the
-accounts and the amount, if any, of a payment adjustment
-that should be made. Such audits shall not occur more than
-once each year (unless discrepancies are discovered in
-excess of the five percent (5%) threshold set forth in
-Section 7.f) below, in which case two consecutive quarters
-per year may be audited). Except as set forth in Section
-7.f) below, Original Contributor shall bear all costs and
-expenses associated with the exercise of its rights to
-audit.
-
-f) Payment Errors. In the event that any errors in payments
-shall be determined, such errors shall be corrected by
-appropriate adjustment in payment for the quarterly period
-during which the error is discovered. In the event of an
-underpayment of more than five percent (5%) of the proper
-amount owed, upon such underpayment being properly
-determined by the Auditor, You agree to reimburse Original
-Contributor the amount of the underpayment and all
-reasonable costs and expenses associated with the exercise
-of its rights to audit, and interest on the overdue amount
-at the maximum allowable interest rate from the date of
-accrual of such obligation.
-
-8. Notice of Breach or Infringement. Each party shall
-notify the other immediately in writing when it becomes
-aware of any breach or violation of the terms of this
-License, or when You become aware of any potential or actual
-infringement by a third party of the Technology or Sun's
-Intellectual Property Rights therein.
-
-9. Proprietary Rights Notices. You may not remove any
-copyright notices, trademark notices or other proprietary
-legends of Original Contributor or its suppliers contained
-on or in the Original Code, Upgraded Code and
-Specifications.
-
-10. Notices. All written notices required by this License
-must be delivered in person or by means evidenced by a
-delivery receipt and will be effective upon receipt by the
-persons at the addresses specified below.
-
-Original Contributor: You:
-
-Sun Microsystems, Inc. _____________________________
-
-4150 Network Circle ______________________________
-
-Santa Clara, California 95054 ______________________________
-
-Attn.: VP, Sun Software and
-Technology Sales ______________________________
-cc: Legal (Software Sales)
-
-11. Disclaimer of Agency. The relationship created hereby
-is that of licensor and licensee and the parties hereby
-acknowledge and agree that nothing herein shall be deemed to
-constitute You as a franchisee of Original Contributor. You
-hereby waive the benefit of any state or federal statutes
-dealing with the establishment and regulation of franchises.
-
-Agreed:
-
-You: Original Contributor:
-
-_____________________________ Sun Microsystems, Inc.
-(Your Name)
-
-By:_________________________ By:_____________________
-
-Title:_______________________ Title:____________________
-
-Date:______________________ Date:____________________
-
-ATTACHMENT E TECHNOLOGY COMPATIBILITY KIT
-
-The following license is effective for the Java(tm)2 SDK
-Technology Compatibility Kit only upon execution
-of a separate support agreement between You and Original
-Contributor (subject to an annual fee) as described on the
-SCSL Webpage. The Technology Compatibility Kit for the
-Technology specified in Attachment B may be accessed at the
-Technology Download Site only upon execution of the support
-agreement.
-
-1. TCK License.
-
-a) Subject to the restrictions set forth in Section 1.b
-below and Section 8.10 of the Research Use license, in
-addition to the Research Use license, Original Contributor
-grants to You a worldwide, non-exclusive, non-transferable
-license, to the extent of Original Contributor's
-Intellectual Property Rights in the TCK (without the right
-to sublicense), to use the TCK to develop and test Covered
-Code.
-
-b) TCK Use Restrictions. You are not authorized to create
-derivative works of the TCK or use the TCK to test any
-implementation of the Specification that is not Covered
-Code. You may not publish your test results or make claims
-of comparative compatibility with respect to other
-implementations of the Specification. In consideration for
-the license grant in Section 1.a above you agree not to
-develop your own tests which are intended to validate
-conformation with the Specification.
-
-2. Requirements for Determining Compliance.
-
-2.1 Definitions.
-
-a) "Added Value" means code which:
-
-(i) has a principal purpose which is substantially different
-from that of the stand-alone Technology;
-
-(ii) represents a significant functional and value
-enhancement to the Technology;
-
-(iii) operates in conjunction with the Technology; and
-
-(iv) is not marketed as a technology which replaces or
-substitutes for the Technology.
-
-b) "Java Classes" means the specific class libraries
-associated with each Technology defined in Attachment B.
-
-c) "Java Runtime Interpreter" means the program(s) which
-implement the Java virtual machine for the Technology as
-defined in the Specification.
-
-d) "Platform Dependent Part" means those Original Code and
-Upgraded Code files of the Technology which are not in a
-"share" directory or subdirectory thereof.
-
-e) "Shared Part" means those Original Code and Upgraded Code
-files of the Technology which are identified as "shared" (or
-words of similar meaning) or which are in any "share"
-directory or subdirectory thereof, except those files
-specifically designated by Original Contributor as
-modifiable.
-
-f) "User's Guide" means the users guide for the TCK which
-Sun makes available to You to provide direction in how to
-run the TCK and properly interpret the results, as may be
-revised by Sun from time to time.
-
-2.2 Development Restrictions. Compliant Covered Code:
-
-a) must include Added Value;
-
-b) must fully comply with the Specifications for the
-Technology specified in Attachment B;
-
-c) must include the Shared Part, complete and unmodified;
-
-d) may not modify the functional behavior of the Java
-Runtime Interpreter or the Java Classes;
-
-e) may not modify, subset or superset the interfaces of the
-Java Runtime Interpreter or the Java Classes;
-
-f) may not subset or superset the Java Classes; and
-
-g) may not modify or extend the required public class or
-public interface declarations whose names begin with "java",
-"javax", "jini", "net.jini", "sun.hotjava", "COM.sun" or
-their equivalents in any subsequent naming convention.
-
-2.3 Compatibility Testing. Successful compatibility testing
-must be completed by You, or at Original Contributor's
-option, a third party designated by Original Contributor, to
-conduct such tests, in accordance with the User's Guide, and
-using the most current version of the applicable TCK
-available from Original Contributor one hundred twenty (120)
-days (two hundred forty [240] days in the case of silicon
-implementations) prior to: (i) Your Internal Deployment
-Use; and (ii) each release of Compliant Covered Code by You
-for Commercial Use. In the event that You elect to use a
-version of Upgraded Code that is newer than that which is
-required under this Section 2.3, then You agree to pass the
-version of the TCK that corresponds to such newer version of
-Upgraded Code.
-
-2.4 Test Results. You agree to provide to Original
-Contributor or the third party test facility if applicable,
-Your test results that demonstrate that Covered Code is
-Compliant Covered Code and that Original Contributor may
-publish or otherwise distribute such test results.
diff --git a/java/jdk15/pkg-plist b/java/jdk15/pkg-plist
deleted file mode 100644
index 901429fa23fb..000000000000
--- a/java/jdk15/pkg-plist
+++ /dev/null
@@ -1,1764 +0,0 @@
-jdk%%JDK_VERSION%%/COPYRIGHT
-jdk%%JDK_VERSION%%/LICENSE
-jdk%%JDK_VERSION%%/README
-jdk%%JDK_VERSION%%/README.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/bin/HtmlConverter
-jdk%%JDK_VERSION%%/bin/appletviewer
-jdk%%JDK_VERSION%%/bin/extcheck
-jdk%%JDK_VERSION%%/bin/idlj
-jdk%%JDK_VERSION%%/bin/jar
-jdk%%JDK_VERSION%%/bin/jarsigner
-jdk%%JDK_VERSION%%/bin/java
-jdk%%JDK_VERSION%%/bin/java-rmi.cgi
-jdk%%JDK_VERSION%%/bin/javac
-jdk%%JDK_VERSION%%/bin/javadoc
-jdk%%JDK_VERSION%%/bin/javah
-jdk%%JDK_VERSION%%/bin/javap
-jdk%%JDK_VERSION%%/bin/jdb
-jdk%%JDK_VERSION%%/bin/keytool
-jdk%%JDK_VERSION%%/bin/kinit
-jdk%%JDK_VERSION%%/bin/klist
-jdk%%JDK_VERSION%%/bin/ktab
-jdk%%JDK_VERSION%%/bin/native2ascii
-jdk%%JDK_VERSION%%/bin/orbd
-jdk%%JDK_VERSION%%/bin/policytool
-jdk%%JDK_VERSION%%/bin/rmic
-jdk%%JDK_VERSION%%/bin/rmid
-jdk%%JDK_VERSION%%/bin/rmiregistry
-jdk%%JDK_VERSION%%/bin/serialver
-jdk%%JDK_VERSION%%/bin/servertool
-jdk%%JDK_VERSION%%/bin/tnameserv
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/Animation.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/AnimationFrame.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/Animator.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/Animator.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/DescriptionFrame.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/ParseException.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/audio/0.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/audio/1.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/audio/2.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/audio/3.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/audio/4.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/audio/5.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/audio/6.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/audio/7.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/audio/8.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/audio/9.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/audio/spacemusic.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/example2.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/example3.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/example4.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T1.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T10.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T2.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T3.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T4.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T5.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T6.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T7.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T8.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T9.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation/T1.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation/T2.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Animator/images/loading-msg.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcCanvas.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcControls.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcTest.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcTest.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ArcTest/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/BarChart/BarChart.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/BarChart/BarChart.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/BarChart/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Blink/Blink$1.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Blink/Blink.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Blink/Blink.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Blink/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/CardTest/CardPanel.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/CardTest/CardTest.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/CardTest/CardTest.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/CardTest/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Clock/Clock.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Clock/Clock.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Clock/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherCanvas.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherControls.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherTest.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherTest.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/DitherTest/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawControls.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawPanel.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawTest.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawTest.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/DrawTest/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSFractal.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSFractal.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSRule.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSTurtle.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Fractal/ContextLSystem.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/Fractal/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Edge.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Graph.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Graph.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphLayout/GraphPanel.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Node.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/computer.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/drip.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/gong.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example2.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example3.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example4.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/AppletFrame.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/AppletFrame.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcCard.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcDegreePanel.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcPanel.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ColorUtils.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsCards.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsPanel.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsTest.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsTest.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/OvalShape.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/PolygonShape.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/RectShape.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/RoundRectShape.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/Shape.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ShapeTest.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/AniArea.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/AniArea.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/ButtonFilter.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/ButtonFilter.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/ClickArea.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/ClickArea.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/DelayedSoundArea.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/DelayedSoundArea.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightArea.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightArea.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightFilter.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightFilter.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/HrefButtonArea.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/HrefButtonArea.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMap.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMap.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMapArea.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMapArea.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/LinkArea.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/LinkArea.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/NameArea.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/NameArea.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundButtonFilter.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundButtonFilter.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundHrefButtonArea.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundHrefButtonArea.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/SoundArea.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/SoundArea.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/TickerArea.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/TickerArea.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio/chirp1.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio/hi.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/imagemapcheat.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/images/jim.graham.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/ImageMap/sources.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/JumpingBox/JumpingBox.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/JumpingBox/JumpingBox.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/JumpingBox/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/adapt-or-die.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/cannot.be.completed.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/danger.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/ip.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/that.hurts.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/thin.bell.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/tiptoe.thru.the.tulips.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Atom.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Matrix3D.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Matrix3D.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZApp.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZApp.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZChemModel.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example2.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example3.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/HyaluronicAcid.xyz
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/benzene.xyz
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/buckminsterfullerine.xyz
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/cyclohexane.xyz
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/ethane.xyz
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/water.xyz
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/NervousText/NervousText.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/NervousText/NervousText.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/NervousText/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/GraphApplet.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/GraphApplet.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/SortDemo/BubbleSortAlgorithm.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/SortDemo/BubbleSortAlgorithm.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/SortDemo/QSortAlgorithm.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/SortDemo/QSortAlgorithm.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortAlgorithm.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortAlgorithm.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortItem.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortItem.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/SortDemo/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/Cell.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/CellUpdater.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/InputField.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/Node.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheet.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheet.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheetInput.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/TicTacToe/TicTacToe.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/TicTacToe/TicTacToe.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/beep.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/ding.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/return.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/yahoo1.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/yahoo2.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/TicTacToe/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images/cross.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images/not.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/WireFrame/FileFormatException.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/WireFrame/Matrix3D.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/WireFrame/Matrix3D.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/WireFrame/Model3D.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/WireFrame/ThreeD.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/WireFrame/ThreeD.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/WireFrame/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/WireFrame/example2.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/WireFrame/example3.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/WireFrame/example4.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/cube.obj
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/dinasaur.obj
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/hughes_500.obj
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/knoxS.obj
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/FileChooserDemo.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/README.txt
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/images/gifIcon.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/images/jpgIcon.jpg
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/ExampleFileFilter.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/ExampleFileView.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/FileChooserDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/Font2DTest.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/Font2DTest.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/README.txt
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src/Font2DTest.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src/Font2DTestApplet.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src/FontPanel.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src/RangeMenu.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/Java2Demo.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/Java2Demo.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/README.txt
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/AnimatingControlsSurface.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/AnimatingSurface.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/CloningFeature.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/ControlsSurface.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/CustomControls.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/CustomControlsContext.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/DemoFonts.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/DemoGroup.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/DemoImages.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/DemoPanel.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/GlobalControls.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/GlobalPanel.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/Intro.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/Java2Demo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/Java2DemoApplet.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/MemoryMonitor.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/PerformanceMonitor.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/RunWindow.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/Surface.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/TextureChooser.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/Tools.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Arcs.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/BezierAnim.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Curves.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Ellipses.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Areas.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Clipping/ClipAnim.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Intersection.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Text.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Colors/BullsEye.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Colors/ColorConvert.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Colors/Rotator3D.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Composite/ACimages.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Composite/ACrules.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Composite/FadeAnim.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts/AllFonts.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts/AttributedStr.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Highlighting.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Outline.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Tree.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Images/DukeAnim.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Images/ImageOps.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Images/JPEGFlip.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Images/WarpImage.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Lines/Caps.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Lines/Dash.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Lines/Joins.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Lines/LineAnim.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Mix/Balls.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Mix/BezierScroller.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Mix/Stars3D.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paint/GradAnim.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paint/Gradient.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paint/Texture.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paint/TextureAnim.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paths/Append.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paths/CurveQuadTo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paths/FillStroke.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paths/WindingRule.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Transforms/Rotate.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Transforms/SelectTx.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Transforms/TransformAnim.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/back.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/credits.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/duke.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/javalogo.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/metal.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/metalworks.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/swing.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles/toc.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/Metalworks.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/MyTheme.theme
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/README.txt
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_crop.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_draw.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_hand.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_select.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_text.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images/palette_zoom.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/AquaMetalTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/BigContrastMetalTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/ContrastMetalTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/DemoMetalTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/GreenMetalTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/KhakiMetalTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalThemeMenu.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/Metalworks.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksDocumentFrame.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksFrame.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksHelp.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksInBox.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksPrefs.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/PropertiesMetalTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/UISwitchListener.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Notepad/Notepad.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Notepad/README.txt
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad_fr.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad_sv.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/Notepad_zh_CN.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/copy.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/cut.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/new.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/open.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/paste.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources/save.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/ElementTreePanel.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/Notepad.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SampleTree/README.txt
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SampleTree/SampleTree.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SampleTree/images/collapsed.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SampleTree/images/expanded.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/DynamicTreeNode.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleData.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTree.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTreeCellRenderer.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTreeModel.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/README.txt
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/Stylepad.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad_fr.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad_sv.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Notepad_zh_CN.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Stylepad.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Stylepad_sv.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/Stylepad_zh_CN.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/alice.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/bold.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/bullets.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/caterpillar.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/center.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/copy.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/cut.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/fg.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/hatter.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/italic.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/left.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/new.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/open.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/paste.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/rabbit.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/rabbit2.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/right.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/save.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources/underline.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/ElementTreePanel.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/HelloWorld.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Notepad.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Stylepad.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Wonderland.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/README.txt
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/SwingApplet.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/SwingApplet.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/src/SwingApplet.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/README.txt
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/SwingSet2.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/SwingSet2.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/AquaTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/BezierAnimationPanel.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ButtonDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/CharcoalTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/CodeViewer.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ColorChooserDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ComboBoxDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ContrastTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/DemoModule.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/DirectionPanel.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/EmeraldTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ExampleFileFilter.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ExampleFileView.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/FileChooserDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/HtmlDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/InternalFrameDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/LayoutControlPanel.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ListDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/OptionPaneDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/Permuter.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ProgressBarDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/RubyTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ScrollPaneDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SliderDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SplitPaneDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SwingSet2.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SwingSet2Applet.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TabbedPaneDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TableDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ToolTipDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TreeDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/TableExample/README.txt
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/TableExample/TableExample.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/JDBCAdapter.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/OldJTable.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample2.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample3.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample4.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableMap.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableSorter.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/jpda/examples.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/Animation.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/AnimationFrame.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/Animator.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/Animator.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/DescriptionFrame.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/ParseException.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/0.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/1.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/2.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/3.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/4.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/5.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/6.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/7.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/8.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/9.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/spacemusic.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/example2.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/example3.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/example4.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T1.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T10.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T2.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T3.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T4.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T5.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T6.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T7.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T8.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T9.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/SimpleAnimation/T1.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/SimpleAnimation/T2.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/loading-msg.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ArcTest/ArcCanvas.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ArcTest/ArcControls.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ArcTest/ArcTest.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ArcTest/ArcTest.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ArcTest/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/BarChart/BarChart.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/BarChart/BarChart.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/BarChart/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Blink/Blink$1.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Blink/Blink.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Blink/Blink.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Blink/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/CardTest/CardPanel.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/CardTest/CardTest.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/CardTest/CardTest.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/CardTest/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Clock/Clock.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Clock/Clock.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Clock/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/DitherTest/DitherCanvas.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/DitherTest/DitherControls.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/DitherTest/DitherTest.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/DitherTest/DitherTest.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/DitherTest/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/DrawTest/DrawControls.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/DrawTest/DrawPanel.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/DrawTest/DrawTest.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/DrawTest/DrawTest.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/DrawTest/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Fractal/CLSFractal.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Fractal/CLSFractal.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Fractal/CLSRule.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Fractal/CLSTurtle.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Fractal/ContextLSystem.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/Fractal/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/Edge.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/Graph.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/Graph.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/GraphPanel.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/Node.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/audio/computer.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/audio/drip.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/audio/gong.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/example2.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/example3.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/example4.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/AppletFrame.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/AppletFrame.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/ArcCard.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/ArcDegreePanel.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/ArcPanel.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/ColorUtils.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/GraphicsCards.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/GraphicsPanel.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/GraphicsTest.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/GraphicsTest.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/OvalShape.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/PolygonShape.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/RectShape.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/RoundRectShape.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/Shape.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/ShapeTest.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/AniArea.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/AniArea.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ButtonFilter.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ButtonFilter.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ClickArea.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ClickArea.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/DelayedSoundArea.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/DelayedSoundArea.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/HighlightArea.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/HighlightArea.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/HighlightFilter.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/HighlightFilter.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/HrefButtonArea.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/HrefButtonArea.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ImageMap.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ImageMap.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ImageMapArea.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ImageMapArea.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/LinkArea.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/LinkArea.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/NameArea.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/NameArea.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/RoundButtonFilter.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/RoundButtonFilter.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/RoundHrefButtonArea.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/RoundHrefButtonArea.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/SoundArea.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/SoundArea.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/TickerArea.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/TickerArea.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/audio/chirp1.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/audio/hi.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/imagemapcheat.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/images/jim.graham.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/sources.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/JumpingBox.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/JumpingBox.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds/adapt-or-die.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds/cannot.be.completed.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds/danger.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds/ip.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds/that.hurts.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds/thin.bell.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds/tiptoe.thru.the.tulips.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/Atom.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/Matrix3D.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/Matrix3D.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/XYZApp.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/XYZApp.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/XYZChemModel.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/example2.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/example3.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/models/HyaluronicAcid.xyz
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/models/benzene.xyz
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/models/buckminsterfullerine.xyz
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/models/cyclohexane.xyz
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/models/ethane.xyz
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/models/water.xyz
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/NervousText/NervousText.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/NervousText/NervousText.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/NervousText/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/SimpleGraph/GraphApplet.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/SimpleGraph/GraphApplet.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/SimpleGraph/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/BidirBubbleSortAlgorithm.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/BidirBubbleSortAlgorithm.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/BubbleSortAlgorithm.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/BubbleSortAlgorithm.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/QSortAlgorithm.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/QSortAlgorithm.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/SortAlgorithm.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/SortAlgorithm.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/SortItem.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/SortItem.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/Cell.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/CellUpdater.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/InputField.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/Node.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/SpreadSheet.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/SpreadSheet.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/SpreadSheetInput.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/TicTacToe.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/TicTacToe.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/audio/beep.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/audio/ding.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/audio/return.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/audio/yahoo1.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/audio/yahoo2.au
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/images/cross.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/images/not.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/FileFormatException.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/Matrix3D.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/Matrix3D.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/Model3D.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/ThreeD.class
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/ThreeD.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/example1.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/example2.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/example3.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/example4.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/models/cube.obj
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/models/dinasaur.obj
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/models/hughes_500.obj
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/models/knoxS.obj
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/FileChooserDemo.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/README.txt
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/images/gifIcon.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/images/jpgIcon.jpg
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/src/ExampleFileFilter.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/src/ExampleFileView.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/src/FileChooserDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/Font2DTest.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/Font2DTest.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/README.txt
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/src/Font2DTest.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/src/Font2DTestApplet.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/src/FontPanel.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/src/RangeMenu.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/Java2Demo.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/Java2Demo.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/README.txt
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/AnimatingControlsSurface.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/AnimatingSurface.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/CloningFeature.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/ControlsSurface.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/CustomControls.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/CustomControlsContext.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/DemoFonts.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/DemoGroup.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/DemoImages.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/DemoPanel.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/GlobalControls.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/GlobalPanel.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/Intro.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/Java2Demo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/Java2DemoApplet.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/MemoryMonitor.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/PerformanceMonitor.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/RunWindow.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/Surface.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/TextureChooser.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/Tools.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/Arcs.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/BezierAnim.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/Curves.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/Ellipses.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/Areas.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/ClipAnim.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/Intersection.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/Text.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Colors/BullsEye.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Colors/ColorConvert.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Colors/Rotator3D.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Composite/ACimages.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Composite/ACrules.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Composite/FadeAnim.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/AllFonts.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/AttributedStr.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/Highlighting.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/Outline.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/Tree.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images/DukeAnim.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images/ImageOps.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images/JPEGFlip.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images/WarpImage.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/Caps.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/Dash.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/Joins.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/LineAnim.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Mix/Balls.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Mix/BezierScroller.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Mix/Stars3D.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/GradAnim.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/Gradient.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/Texture.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/TextureAnim.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/Append.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/CurveQuadTo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/FillStroke.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/WindingRule.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms/Rotate.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms/SelectTx.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms/TransformAnim.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/HelpFiles/back.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/HelpFiles/credits.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/HelpFiles/duke.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/HelpFiles/javalogo.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/HelpFiles/metal.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/HelpFiles/metalworks.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/HelpFiles/swing.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/HelpFiles/toc.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/Metalworks.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/MyTheme.theme
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/README.txt
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/images/palette_crop.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/images/palette_draw.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/images/palette_hand.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/images/palette_select.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/images/palette_text.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/images/palette_zoom.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/AquaMetalTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/BigContrastMetalTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/ContrastMetalTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/DemoMetalTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/GreenMetalTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/KhakiMetalTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/MetalThemeMenu.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/Metalworks.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/MetalworksDocumentFrame.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/MetalworksFrame.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/MetalworksHelp.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/MetalworksInBox.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/MetalworksPrefs.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/PropertiesMetalTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/UISwitchListener.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/Notepad.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/README.txt
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/resources/Notepad.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/resources/Notepad_fr.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/resources/Notepad_sv.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/resources/Notepad_zh_CN.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/resources/copy.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/resources/cut.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/resources/new.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/resources/open.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/resources/paste.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/resources/save.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/ElementTreePanel.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/Notepad.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/README.txt
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/SampleTree.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/images/collapsed.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/images/expanded.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src/DynamicTreeNode.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src/SampleData.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src/SampleTree.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src/SampleTreeCellRenderer.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src/SampleTreeModel.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/README.txt
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/Stylepad.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/Notepad.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/Notepad_fr.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/Notepad_sv.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/Notepad_zh_CN.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/Stylepad.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/Stylepad_sv.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/Stylepad_zh_CN.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/alice.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/bold.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/bullets.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/caterpillar.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/center.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/copy.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/cut.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/fg.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/hatter.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/italic.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/left.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/new.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/open.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/paste.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/rabbit.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/rabbit2.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/right.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/save.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources/underline.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/ElementTreePanel.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/HelloWorld.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/Notepad.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/Stylepad.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/Wonderland.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingApplet/README.txt
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingApplet/SwingApplet.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingApplet/SwingApplet.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingApplet/src/SwingApplet.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/README.txt
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/SwingSet2.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/SwingSet2.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/AquaTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/BezierAnimationPanel.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ButtonDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/CharcoalTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/CodeViewer.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ColorChooserDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ComboBoxDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ContrastTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/DemoModule.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/DirectionPanel.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/EmeraldTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ExampleFileFilter.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ExampleFileView.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/FileChooserDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/HtmlDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/InternalFrameDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/LayoutControlPanel.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ListDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/OptionPaneDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/Permuter.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ProgressBarDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/RubyTheme.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ScrollPaneDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/SliderDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/SplitPaneDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/SwingSet2.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/SwingSet2Applet.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/TabbedPaneDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/TableDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ToolTipDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/TreeDemo.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/README.txt
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/TableExample.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/JDBCAdapter.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/OldJTable.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/TableExample.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/TableExample2.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/TableExample3.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/TableExample4.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/TableMap.java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/TableSorter.java
-jdk%%JDK_VERSION%%/include/freebsd/jawt_md.h
-jdk%%JDK_VERSION%%/include/freebsd/jni_md.h
-jdk%%JDK_VERSION%%/include/jawt.h
-jdk%%JDK_VERSION%%/include/jni.h
-jdk%%JDK_VERSION%%/include/jvmdi.h
-jdk%%JDK_VERSION%%/include/jvmpi.h
-jdk%%JDK_VERSION%%/jre/.systemPrefs/.system.lock
-jdk%%JDK_VERSION%%/jre/.systemPrefs/.systemRootModFile
-jdk%%JDK_VERSION%%/jre/CHANGES
-jdk%%JDK_VERSION%%/jre/COPYRIGHT
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/ControlPanel.html
-jdk%%JDK_VERSION%%/jre/LICENSE
-jdk%%JDK_VERSION%%/jre/README
-jdk%%JDK_VERSION%%/jre/Welcome.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/bin/ControlPanel
-jdk%%JDK_VERSION%%/jre/bin/java
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/bin/java_vm
-%%MINIMAL:%%%%DEBUG:%%jdk%%JDK_VERSION%%/jre/bin/java_vm_g
-jdk%%JDK_VERSION%%/jre/bin/keytool
-jdk%%JDK_VERSION%%/jre/bin/kinit
-jdk%%JDK_VERSION%%/jre/bin/klist
-jdk%%JDK_VERSION%%/jre/bin/ktab
-jdk%%JDK_VERSION%%/jre/bin/orbd
-jdk%%JDK_VERSION%%/jre/bin/policytool
-jdk%%JDK_VERSION%%/jre/bin/rmid
-jdk%%JDK_VERSION%%/jre/bin/rmiregistry
-jdk%%JDK_VERSION%%/jre/bin/servertool
-jdk%%JDK_VERSION%%/jre/bin/tnameserv
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/cacerts
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/javalogo52x88.gif
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/javaws
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/javaws-l10n.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/javaws.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/javaws.policy
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/javawsbin
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/readme.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/readme_de.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/readme_es.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/readme_fr.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/readme_it.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/readme_ja.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/readme_ko.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/readme_sv.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/readme_zh_CN.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/readme_zh_TW.html
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/resources/copyright.jpg
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/resources/messages.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/resources/messages_de.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/resources/messages_es.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/resources/messages_fr.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/resources/messages_it.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/resources/messages_ja.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/resources/messages_ko.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/resources/messages_sv.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/resources/messages_zh_CN.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/resources/messages_zh_TW.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/resources/miniSplash.jpg
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/resources/splash.jpg
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/javaws/sunlogo64x30.gif
-jdk%%JDK_VERSION%%/jre/lib/audio/soundbank.gm
-jdk%%JDK_VERSION%%/jre/lib/charsets.jar
-jdk%%JDK_VERSION%%/jre/lib/cmm/CIEXYZ.pf
-jdk%%JDK_VERSION%%/jre/lib/cmm/GRAY.pf
-jdk%%JDK_VERSION%%/jre/lib/cmm/LINEAR_RGB.pf
-jdk%%JDK_VERSION%%/jre/lib/cmm/PYCC.pf
-jdk%%JDK_VERSION%%/jre/lib/cmm/sRGB.pf
-jdk%%JDK_VERSION%%/jre/lib/content-types.properties
-jdk%%JDK_VERSION%%/jre/lib/ext/dnsns.jar
-jdk%%JDK_VERSION%%/jre/lib/ext/ldapsec.jar
-jdk%%JDK_VERSION%%/jre/lib/ext/localedata.jar
-jdk%%JDK_VERSION%%/jre/lib/ext/sunjce_provider.jar
-jdk%%JDK_VERSION%%/jre/lib/flavormap.properties
-jdk%%JDK_VERSION%%/jre/lib/font.properties
-jdk%%JDK_VERSION%%/jre/lib/font.properties.ja
-jdk%%JDK_VERSION%%/jre/lib/font.properties.zh
-jdk%%JDK_VERSION%%/jre/lib/font.properties.zh_TW
-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightDemiBold.ttf
-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightDemiItalic.ttf
-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightItalic.ttf
-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightRegular.ttf
-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansDemiBold.ttf
-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansDemiOblique.ttf
-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansOblique.ttf
-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansRegular.ttf
-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterBold.ttf
-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterBoldOblique.ttf
-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterOblique.ttf
-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterRegular.ttf
-jdk%%JDK_VERSION%%/jre/lib/fonts/fonts.dir
-jdk%%JDK_VERSION%%/jre/lib/i386/awt_robot
-jdk%%JDK_VERSION%%/jre/lib/i386/client/Xusage.txt
-jdk%%JDK_VERSION%%/jre/lib/i386/client/libjvm.so
-jdk%%JDK_VERSION%%/jre/lib/i386/client/libjsig.so
-jdk%%JDK_VERSION%%/jre/lib/i386/jvm.cfg
-jdk%%JDK_VERSION%%/jre/lib/i386/libJdbcOdbc.so
-jdk%%JDK_VERSION%%/jre/lib/i386/libawt.so
-jdk%%JDK_VERSION%%/jre/lib/i386/libcmm.so
-jdk%%JDK_VERSION%%/jre/lib/i386/libdcpr.so
-jdk%%JDK_VERSION%%/jre/lib/i386/libdt_socket.so
-jdk%%JDK_VERSION%%/jre/lib/i386/libfontmanager.so
-jdk%%JDK_VERSION%%/jre/lib/i386/libhprof.so
-jdk%%JDK_VERSION%%/jre/lib/i386/libioser12.so
-jdk%%JDK_VERSION%%/jre/lib/i386/libjaas_unix.so
-jdk%%JDK_VERSION%%/jre/lib/i386/libjava.so
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjavaplugin_jni.so
-%%MINIMAL:%%%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjavaplugin_jni_g.so
-jdk%%JDK_VERSION%%/jre/lib/i386/libjawt.so
-jdk%%JDK_VERSION%%/jre/lib/i386/libjcov.so
-jdk%%JDK_VERSION%%/jre/lib/i386/libjdwp.so
-jdk%%JDK_VERSION%%/jre/lib/i386/libjpeg.so
-jdk%%JDK_VERSION%%/jre/lib/i386/libjsig.so
-jdk%%JDK_VERSION%%/jre/lib/i386/libjsound.so
-jdk%%JDK_VERSION%%/jre/lib/i386/libmlib_image.so
-jdk%%JDK_VERSION%%/jre/lib/i386/libnet.so
-jdk%%JDK_VERSION%%/jre/lib/i386/libnio.so
-jdk%%JDK_VERSION%%/jre/lib/i386/librmi.so
-jdk%%JDK_VERSION%%/jre/lib/i386/libverify.so
-jdk%%JDK_VERSION%%/jre/lib/i386/libzip.so
-jdk%%JDK_VERSION%%/jre/lib/i386/native_threads/libhpi.so
-jdk%%JDK_VERSION%%/jre/lib/i386/server/Xusage.txt
-jdk%%JDK_VERSION%%/jre/lib/i386/server/libjvm.so
-jdk%%JDK_VERSION%%/jre/lib/i386/server/libjsig.so
-jdk%%JDK_VERSION%%/jre/lib/im/indicim.jar
-jdk%%JDK_VERSION%%/jre/lib/im/thaiim.jar
-jdk%%JDK_VERSION%%/jre/lib/images/cursors/cursors.properties
-jdk%%JDK_VERSION%%/jre/lib/images/cursors/invalid32x32.gif
-jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_CopyDrop32x32.gif
-jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif
-jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_LinkDrop32x32.gif
-jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif
-jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_MoveDrop32x32.gif
-jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif
-jdk%%JDK_VERSION%%/jre/lib/jce.jar
-jdk%%JDK_VERSION%%/jre/lib/jsse.jar
-jdk%%JDK_VERSION%%/jre/lib/jvm.hprof.txt
-jdk%%JDK_VERSION%%/jre/lib/jvm.jcov.txt
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/lib/locale/de/LC_MESSAGES/sunw_java_plugin.mo
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/lib/locale/es/LC_MESSAGES/sunw_java_plugin.mo
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/lib/locale/fr/LC_MESSAGES/sunw_java_plugin.mo
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/lib/locale/it/LC_MESSAGES/sunw_java_plugin.mo
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/lib/locale/ja/LC_MESSAGES/sunw_java_plugin.mo
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/lib/locale/ko.UTF-8/LC_MESSAGES/sunw_java_plugin.mo
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/lib/locale/ko/LC_MESSAGES/sunw_java_plugin.mo
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/lib/locale/sv/LC_MESSAGES/sunw_java_plugin.mo
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/lib/locale/zh.GBK/LC_MESSAGES/sunw_java_plugin.mo
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/lib/locale/zh/LC_MESSAGES/sunw_java_plugin.mo
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES/sunw_java_plugin.mo
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW/LC_MESSAGES/sunw_java_plugin.mo
-jdk%%JDK_VERSION%%/jre/lib/logging.properties
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/lib/plugin.jar
-jdk%%JDK_VERSION%%/jre/lib/psfont.properties.ja
-jdk%%JDK_VERSION%%/jre/lib/psfontj2d.properties
-jdk%%JDK_VERSION%%/jre/lib/rt.jar
-jdk%%JDK_VERSION%%/jre/lib/security/US_export_policy.jar
-jdk%%JDK_VERSION%%/jre/lib/security/cacerts
-jdk%%JDK_VERSION%%/jre/lib/security/java.policy
-jdk%%JDK_VERSION%%/jre/lib/security/java.security
-jdk%%JDK_VERSION%%/jre/lib/security/local_policy.jar
-jdk%%JDK_VERSION%%/jre/lib/sunrsasign.jar
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Abidjan
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Accra
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Addis_Ababa
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Algiers
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Asmera
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Bamako
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Bangui
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Banjul
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Bissau
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Blantyre
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Brazzaville
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Bujumbura
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Cairo
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Casablanca
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Ceuta
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Conakry
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Dakar
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Dar_es_Salaam
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Djibouti
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Douala
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/El_Aaiun
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Freetown
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Gaborone
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Harare
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Johannesburg
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Kampala
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Khartoum
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Kigali
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Kinshasa
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Lagos
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Libreville
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Lome
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Luanda
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Lubumbashi
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Lusaka
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Malabo
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Maputo
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Maseru
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Mbabane
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Mogadishu
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Monrovia
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Nairobi
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Ndjamena
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Niamey
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Nouakchott
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Ouagadougou
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Porto-Novo
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Sao_Tome
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Timbuktu
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Tripoli
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Tunis
-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Windhoek
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Adak
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Anchorage
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Anguilla
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Antigua
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Araguaina
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Aruba
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Asuncion
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Barbados
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Belem
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Belize
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Boa_Vista
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Bogota
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Boise
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Buenos_Aires
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Cambridge_Bay
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Cancun
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Caracas
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Catamarca
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Cayenne
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Cayman
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Chicago
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Chihuahua
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Cordoba
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Costa_Rica
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Cuiaba
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Curacao
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Danmarkshavn
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Dawson
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Dawson_Creek
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Denver
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Detroit
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Dominica
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Edmonton
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Eirunepe
-jdk%%JDK_VERSION%%/jre/lib/zi/America/El_Salvador
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Fortaleza
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Glace_Bay
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Godthab
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Goose_Bay
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Grand_Turk
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Grenada
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Guadeloupe
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Guatemala
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Guayaquil
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Guyana
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Halifax
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Havana
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Hermosillo
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Indiana/Knox
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Indiana/Marengo
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Indiana/Vevay
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Indianapolis
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Inuvik
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Iqaluit
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Jamaica
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Jujuy
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Juneau
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Kentucky/Monticello
-jdk%%JDK_VERSION%%/jre/lib/zi/America/La_Paz
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Lima
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Los_Angeles
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Louisville
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Maceio
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Managua
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Manaus
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Martinique
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Mazatlan
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Mendoza
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Menominee
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Merida
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Mexico_City
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Miquelon
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Monterrey
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Montevideo
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Montreal
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Montserrat
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Nassau
-jdk%%JDK_VERSION%%/jre/lib/zi/America/New_York
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Nipigon
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Nome
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Noronha
-jdk%%JDK_VERSION%%/jre/lib/zi/America/North_Dakota/Center
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Panama
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Pangnirtung
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Paramaribo
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Phoenix
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Port-au-Prince
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Port_of_Spain
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Porto_Velho
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Puerto_Rico
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Rainy_River
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Rankin_Inlet
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Recife
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Regina
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Rio_Branco
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Santiago
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Santo_Domingo
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Sao_Paulo
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Scoresbysund
-jdk%%JDK_VERSION%%/jre/lib/zi/America/St_Johns
-jdk%%JDK_VERSION%%/jre/lib/zi/America/St_Kitts
-jdk%%JDK_VERSION%%/jre/lib/zi/America/St_Lucia
-jdk%%JDK_VERSION%%/jre/lib/zi/America/St_Thomas
-jdk%%JDK_VERSION%%/jre/lib/zi/America/St_Vincent
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Swift_Current
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Tegucigalpa
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Thule
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Thunder_Bay
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Tijuana
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Tortola
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Vancouver
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Whitehorse
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Winnipeg
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Yakutat
-jdk%%JDK_VERSION%%/jre/lib/zi/America/Yellowknife
-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Casey
-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Davis
-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/DumontDUrville
-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Mawson
-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/McMurdo
-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Palmer
-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Rothera
-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Syowa
-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Vostok
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Aden
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Almaty
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Amman
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Anadyr
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Aqtau
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Aqtobe
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Ashgabat
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Baghdad
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Bahrain
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Baku
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Bangkok
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Beirut
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Bishkek
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Brunei
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Calcutta
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Choibalsan
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Chongqing
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Colombo
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Damascus
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Dhaka
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Dili
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Dubai
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Dushanbe
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Gaza
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Harbin
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Hong_Kong
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Hovd
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Irkutsk
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Jakarta
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Jayapura
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Jerusalem
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kabul
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kamchatka
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Karachi
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kashgar
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Katmandu
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Krasnoyarsk
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kuala_Lumpur
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kuching
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kuwait
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Macau
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Magadan
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Makassar
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Manila
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Muscat
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Nicosia
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Novosibirsk
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Omsk
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Oral
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Phnom_Penh
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Pontianak
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Pyongyang
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Qatar
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Qyzylorda
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Rangoon
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Riyadh
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Riyadh87
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Riyadh88
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Riyadh89
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Saigon
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Sakhalin
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Samarkand
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Seoul
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Shanghai
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Singapore
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Taipei
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Tashkent
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Tbilisi
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Tehran
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Thimphu
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Tokyo
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Ulaanbaatar
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Urumqi
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Vientiane
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Vladivostok
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Yakutsk
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Yekaterinburg
-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Yerevan
-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Azores
-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Bermuda
-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Canary
-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Cape_Verde
-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Faeroe
-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Madeira
-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Reykjavik
-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/South_Georgia
-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/St_Helena
-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Stanley
-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Adelaide
-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Brisbane
-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Broken_Hill
-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Darwin
-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Hobart
-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Lindeman
-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Lord_Howe
-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Melbourne
-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Perth
-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Sydney
-jdk%%JDK_VERSION%%/jre/lib/zi/CET
-jdk%%JDK_VERSION%%/jre/lib/zi/EET
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+1
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+10
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+11
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+12
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+2
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+3
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+4
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+5
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+6
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+7
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+8
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+9
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-1
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-10
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-11
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-12
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-13
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-14
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-2
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-3
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-4
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-5
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-6
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-7
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-8
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-9
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/UCT
-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/UTC
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Amsterdam
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Andorra
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Athens
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Belfast
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Belgrade
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Berlin
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Brussels
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Bucharest
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Budapest
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Chisinau
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Copenhagen
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Dublin
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Gibraltar
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Helsinki
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Istanbul
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Kaliningrad
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Kiev
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Lisbon
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/London
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Luxembourg
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Madrid
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Malta
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Minsk
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Monaco
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Moscow
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Oslo
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Paris
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Prague
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Riga
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Rome
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Samara
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Simferopol
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Sofia
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Stockholm
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Tallinn
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Tirane
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Uzhgorod
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Vaduz
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Vienna
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Vilnius
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Warsaw
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Zaporozhye
-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Zurich
-jdk%%JDK_VERSION%%/jre/lib/zi/GMT
-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Antananarivo
-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Chagos
-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Christmas
-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Cocos
-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Comoro
-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Kerguelen
-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Mahe
-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Maldives
-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Mauritius
-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Mayotte
-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Reunion
-jdk%%JDK_VERSION%%/jre/lib/zi/MET
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Apia
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Auckland
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Chatham
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Easter
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Efate
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Enderbury
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Fakaofo
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Fiji
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Funafuti
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Galapagos
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Gambier
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Guadalcanal
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Guam
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Honolulu
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Johnston
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Kiritimati
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Kosrae
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Kwajalein
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Majuro
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Marquesas
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Midway
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Nauru
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Niue
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Norfolk
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Noumea
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Pago_Pago
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Palau
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Pitcairn
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Ponape
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Port_Moresby
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Rarotonga
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Saipan
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Tahiti
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Tarawa
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Tongatapu
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Truk
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Wake
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Wallis
-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Yap
-jdk%%JDK_VERSION%%/jre/lib/zi/WET
-jdk%%JDK_VERSION%%/jre/lib/zi/ZoneInfoMappings
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/plugin/desktop/sun_java.desktop
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/plugin/desktop/sun_java.png
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/plugin/i386/ns4/libjavaplugin.so
-%%MINIMAL:%%jdk%%JDK_VERSION%%/jre/plugin/i386/ns610/libjavaplugin_oji.so
-jdk%%JDK_VERSION%%/lib/dt.jar
-%%MINIMAL:%%jdk%%JDK_VERSION%%/lib/htmlconverter.jar
-jdk%%JDK_VERSION%%/lib/ir.idl
-jdk%%JDK_VERSION%%/lib/orb.idl
-jdk%%JDK_VERSION%%/lib/tools.jar
-jdk%%JDK_VERSION%%/man/man1/appletviewer.1
-jdk%%JDK_VERSION%%/man/man1/extcheck.1
-jdk%%JDK_VERSION%%/man/man1/idlj.1
-jdk%%JDK_VERSION%%/man/man1/jar.1
-jdk%%JDK_VERSION%%/man/man1/jarsigner.1
-jdk%%JDK_VERSION%%/man/man1/java.1
-jdk%%JDK_VERSION%%/man/man1/javac.1
-jdk%%JDK_VERSION%%/man/man1/javadoc.1
-jdk%%JDK_VERSION%%/man/man1/javah.1
-jdk%%JDK_VERSION%%/man/man1/javap.1
-jdk%%JDK_VERSION%%/man/man1/javaws.1
-jdk%%JDK_VERSION%%/man/man1/jdb.1
-jdk%%JDK_VERSION%%/man/man1/keytool.1
-jdk%%JDK_VERSION%%/man/man1/kinit.1
-jdk%%JDK_VERSION%%/man/man1/klist.1
-jdk%%JDK_VERSION%%/man/man1/ktab.1
-jdk%%JDK_VERSION%%/man/man1/native2ascii.1
-jdk%%JDK_VERSION%%/man/man1/orbd.1
-jdk%%JDK_VERSION%%/man/man1/policytool.1
-jdk%%JDK_VERSION%%/man/man1/rmic.1
-jdk%%JDK_VERSION%%/man/man1/rmid.1
-jdk%%JDK_VERSION%%/man/man1/rmiregistry.1
-jdk%%JDK_VERSION%%/man/man1/serialver.1
-jdk%%JDK_VERSION%%/man/man1/servertool.1
-jdk%%JDK_VERSION%%/man/man1/tnameserv.1
-jdk%%JDK_VERSION%%/src.zip
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/appletviewer_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/extcheck_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/idlj_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/jar_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/jarsigner_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/java_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javac_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javadoc_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javah_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/javap_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/jdb_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/keytool_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/kinit_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/klist_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/ktab_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/native2ascii_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/orbd_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/policytool_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/rmic_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/rmid_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/rmiregistry_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/serialver_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/servertool_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/bin/tnameserv_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/bin/java_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/bin/keytool_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/bin/kinit_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/bin/klist_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/bin/ktab_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/bin/orbd_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/bin/policytool_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/bin/rmid_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/bin/rmiregistry_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/bin/servertool_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/bin/tnameserv_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/awt_robot_g
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/client/libjvm_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/client/libjsig_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libJdbcOdbc_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libawt_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libcmm_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libdcpr_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libdt_socket_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libfontmanager_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libhprof_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libioser12_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjaas_unix_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjava_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjawt_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjcov_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjdwp_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjpeg_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjsig_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libjsound_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libmlib_image_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libnet_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libnio_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/librmi_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libverify_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/libzip_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/native_threads/libhpi_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/server/libjvm_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/i386/server/libjsig_g.so
-%%MINIMAL:%%%%DEBUG:%%jdk%%JDK_VERSION%%/jre/lib/plugin_g.jar
-%%MINIMAL:%%%%DEBUG:%%jdk%%JDK_VERSION%%/jre/plugin/i386/ns4/libjavaplugin_g.so
-%%MINIMAL:%%%%DEBUG:%%jdk%%JDK_VERSION%%/jre/plugin/i386/ns610/libjavaplugin_oji_g.so
-%%DEBUG:%%jdk%%JDK_VERSION%%/lib/htmlconverter_g.jar
-@exec mkdir -p %D/share/doc/java
-@unexec rmdir %D/share/doc/java 2>/dev/null || true
-@exec %%LOCALBASE%%/bin/registervm "%D/jdk%%JDK_VERSION%%/bin/java # FREEBSD-JDK%%JDK_VERSION%%"
-@unexec %%LOCALBASE%%/bin/unregistervm "%D/jdk%%JDK_VERSION%%/bin/java"
-@dirrm jdk%%JDK_VERSION%%/bin
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/audio
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator/images
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/Animator
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/ArcTest
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/BarChart
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/Blink
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/CardTest
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/Clock
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/DitherTest
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/DrawTest
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/Fractal
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/GraphLayout
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/GraphicsTest
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/ImageMap/images
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/ImageMap
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/JumpingBox
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/NervousText
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/SimpleGraph
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/SortDemo
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/SpreadSheet
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/TicTacToe
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/WireFrame/models
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets/WireFrame
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/applets
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/images
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Font2DTest
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Clipping
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Colors
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Composite
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Images
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Lines
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Mix
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paint
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paths
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Transforms
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D/src
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Java2D
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks/HelpFiles
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks/images
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Metalworks
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Notepad/resources
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Notepad/src
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Notepad
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/SampleTree/images
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/SampleTree
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Stylepad/resources
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/Stylepad
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/src
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingApplet
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/SwingSet2
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/TableExample/src
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc/TableExample
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jfc
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/jpda
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/SimpleAnimation
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/Animator
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/ArcTest
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/BarChart
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/Blink
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/CardTest
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/Clock
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/DitherTest
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/DrawTest
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/Fractal
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/audio
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/audio
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/images
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/models
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/NervousText
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/SimpleGraph
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/audio
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/images
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/models
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/applets
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/images
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/src
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/src
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Colors
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Composite
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Mix
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/HelpFiles
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/images
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/resources
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/images
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/resources
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingApplet/src
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingApplet
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin/jfc
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo/plugin
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/demo
-@dirrm jdk%%JDK_VERSION%%/include/freebsd
-@dirrm jdk%%JDK_VERSION%%/include
-@dirrm jdk%%JDK_VERSION%%/jre/.systemPrefs
-@dirrm jdk%%JDK_VERSION%%/jre/bin
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/javaws/resources
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/javaws
-@dirrm jdk%%JDK_VERSION%%/jre/lib/applet
-@dirrm jdk%%JDK_VERSION%%/jre/lib/audio
-@dirrm jdk%%JDK_VERSION%%/jre/lib/cmm
-@dirrm jdk%%JDK_VERSION%%/jre/lib/ext
-@dirrm jdk%%JDK_VERSION%%/jre/lib/fonts
-@dirrm jdk%%JDK_VERSION%%/jre/lib/i386/client
-@dirrm jdk%%JDK_VERSION%%/jre/lib/i386/native_threads
-@dirrm jdk%%JDK_VERSION%%/jre/lib/i386/server
-@dirrm jdk%%JDK_VERSION%%/jre/lib/i386
-@dirrm jdk%%JDK_VERSION%%/jre/lib/im
-@dirrm jdk%%JDK_VERSION%%/jre/lib/images/cursors
-@dirrm jdk%%JDK_VERSION%%/jre/lib/images
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/de/LC_MESSAGES
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/de
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/es/LC_MESSAGES
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/es
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/fr/LC_MESSAGES
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/fr
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/it/LC_MESSAGES
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/it
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ja/LC_MESSAGES
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ja
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ko.UTF-8/LC_MESSAGES
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ko.UTF-8
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ko/LC_MESSAGES
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/ko
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/sv/LC_MESSAGES
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/sv
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh/LC_MESSAGES
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh.GBK/LC_MESSAGES
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh.GBK
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW.BIG5
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW/LC_MESSAGES
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/lib/locale
-@dirrm jdk%%JDK_VERSION%%/jre/lib/security
-@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/Africa
-@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/America/Indiana
-@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/America/Kentucky
-@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/America/North_Dakota
-@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/America
-@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica
-@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/Asia
-@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic
-@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/Australia
-@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/Etc
-@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/Europe
-@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/Indian
-@dirrm jdk%%JDK_VERSION%%/jre/lib/zi/Pacific
-@dirrm jdk%%JDK_VERSION%%/jre/lib/zi
-@dirrm jdk%%JDK_VERSION%%/jre/lib
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/plugin/desktop
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/plugin/i386/ns4
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/plugin/i386/ns610
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/plugin/i386
-%%MINIMAL:%%@dirrm jdk%%JDK_VERSION%%/jre/plugin
-@dirrm jdk%%JDK_VERSION%%/jre
-@dirrm jdk%%JDK_VERSION%%/lib
-@dirrm jdk%%JDK_VERSION%%/man/man1
-@dirrm jdk%%JDK_VERSION%%/man
-@dirrm jdk%%JDK_VERSION%%