aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/jdk16/Makefile347
-rw-r--r--java/jdk16/distinfo15
-rw-r--r--java/jdk16/files/cacertsbin29731 -> 0 bytes
-rw-r--r--java/jdk16/files/patch-control::common::Defs-bsd.gmk13
-rw-r--r--java/jdk16/files/patch-deploy::common::Defs-bsd.gmk13
-rw-r--r--java/jdk16/files/patch-deploy::common::config.gmk16
-rw-r--r--java/jdk16/files/patch-deploy::controlpanel::sun_java.desktop13
-rw-r--r--java/jdk16/files/patch-deploy::jvmnative::Makefile13
-rw-r--r--java/jdk16/files/patch-deploy::make::common::Defs-bsd.gmk15
-rw-r--r--java/jdk16/files/patch-deploy::ns7-adapter::Makefile15
-rw-r--r--java/jdk16/files/patch-deploy::nscore::Makefile15
-rw-r--r--java/jdk16/files/patch-j2se::awt::fontpath.c29
-rw-r--r--java/jdk16/files/patch-j2se::awt::mawt.gmk26
-rw-r--r--java/jdk16/files/patch-j2se::common::Defs-bsd.gmk36
-rw-r--r--java/jdk16/files/patch-j2se::font::Makefile13
-rw-r--r--java/jdk16/files/patch-j2se::gtk::GTKLookAndFeel.java15
-rw-r--r--java/jdk16/files/patch-j2se::gtk::Metacity.java15
-rw-r--r--java/jdk16/files/patch-j2se::instrument::Makefile15
-rw-r--r--java/jdk16/files/patch-j2se::nio::genCharsetProvider.sh17
-rw-r--r--java/jdk16/files/patch-j2se::xawt::Makefile13
-rw-r--r--java/jdk16/files/patch-java_Makefile11
-rw-r--r--java/jdk16/files/patch-vm::os_bsd.cpp13
-rw-r--r--java/jdk16/files/pkg-deinstall.in31
-rw-r--r--java/jdk16/files/pkg-install.in57
-rw-r--r--java/jdk16/pkg-descr11
-rw-r--r--java/jdk16/pkg-message1139
-rw-r--r--java/linux-sun-jdk16/Makefile86
-rw-r--r--java/linux-sun-jdk16/distinfo3
-rw-r--r--java/linux-sun-jdk16/files/pkg-install.in19
-rw-r--r--java/linux-sun-jdk16/pkg-descr3
-rw-r--r--java/linux-sun-jdk16/pkg-message18
-rw-r--r--java/linux-sun-jdk16/pkg-plist2693
-rw-r--r--java/netbeans61/Makefile45
-rw-r--r--java/netbeans61/distinfo3
-rw-r--r--java/netbeans61/files/patch-etc_netbeans.conf14
-rw-r--r--java/netbeans61/files/pkg-deinstall.in9
-rw-r--r--java/netbeans61/files/pkg-install.in9
-rw-r--r--java/netbeans61/pkg-descr7
38 files changed, 0 insertions, 4825 deletions
diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile
deleted file mode 100644
index 9d377b9a3243..000000000000
--- a/java/jdk16/Makefile
+++ /dev/null
@@ -1,347 +0,0 @@
-# New ports collection makefile for: jdk15
-# Date created: 12 January 2005
-# Whom: Alexey Zelkin <phantom@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= jdk
-PORTVERSION= ${JDK_VERSION}p${JDK_PATCHSET_VERSION}
-PORTREVISION= 1
-CATEGORIES= java devel
-MASTER_SITES= # http://www.sun.com/software/java2/download.html
-# http://www.eyesbeyond.com/freebsddom/java/jdk15.html
-# http://java.sun.com/javase/downloads/index.jsp
-DISTFILES= ${SCSL_SRCFILE} ${SCSL_BINFILE} ${PATCHSETFILE}
-EXTRACT_ONLY= ${SCSL_SRCFILE} ${SCSL_BINFILE}
-
-MAINTAINER= glewis@FreeBSD.org
-COMMENT= Java Development Kit 1.5.0
-
-BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
- zip:${PORTSDIR}/archivers/zip \
- ${X11BASE}/lib/libXm.so:${PORTSDIR}/x11-toolkits/open-motif
-RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
-
-OPTIONS= DEBUG "Enable debugging support" off \
- IPV6 "Enable IPv6 support" off
-.if ${MACHINE_ARCH} == "amd64"
-WITHOUT_WEB= yes
-.else
-OPTIONS+= WEB "Enable the browser plugin and Java Web Start" on
-.endif
-OPTIONS+= POLICY "Install the Unlimited Strength Policy Files" off \
- TZUPDATE "Update the time zone data" on \
- JAIL "Port is being built within a jail" off
-
-WANT_GNOME= yes
-PKGINSTALL= ${WRKDIR}/pkg-install
-PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
-SUB_FILES+= pkg-install \
- pkg-deinstall
-SUB_LIST+= JRE_HOME=${PREFIX}/jdk${JDK_VERSION}/jre \
- ARCH=${MACHINE_ARCH}
-
-WRKSRC= ${WRKDIR}/control/make
-
-USE_ZIP= YES
-
-SCSL_SRCFILE= jdk-${JDK_VERSION:S/./_/g}-src-scsl.zip
-SCSL_BINFILE= jdk-${JDK_VERSION:S/./_/g}-bin-scsl.zip
-PATCHSETFILE= bsd-jdk15-patches-${JDK_PATCHSET_VERSION}.tar.bz2
-POLICYFILE= jce_policy-${JDK_VERSION:S/./_/g}.zip
-TZUPDATEFILE= tzupdater-${TZUPDATE_VERSION}-${TZUPDATE_TZVERSION}.zip
-
-JDK_VERSION= 1.5.0
-JDK_PATCHSET_VERSION= 4
-LATEST_LINK= jdk15
-
-TZUPDATE_VERSION= 1.1.0
-TZUPDATE_TZVERSION= 2007c
-
-SUN_LINUX_JDK_VERSION= 1.4.2
-
-.if !defined(WITH_LINUX_BOOTSTRAP)
-NATIVE_BOOTSTRAP_JDKS+= ${LOCALBASE}/diablo-jdk1.5.0 \
- ${LOCALBASE}/jdk1.5.0 \
- ${LOCALBASE}/jdk1.4.2
-.endif
-
-LINUX_BOOTSTRAP_JDKS= ${LOCALBASE}/linux-sun-jdk1.4.2
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_IPV6)
-CATEGORIES+= ipv6
-.endif
-
-.if defined(WITH_POLICY)
-DISTFILES+= ${POLICYFILE}
-EXTRACT_ONLY+= ${POLICYFILE}
-.endif
-
-.if defined(WITH_TZUPDATE)
-DISTFILES+= ${TZUPDATEFILE}
-EXTRACT_ONLY+= ${TZUPDATEFILE}
-.endif
-
-# 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
-
-.if defined(WITHOUT_WEB)
-MAKE_ENV+= DONT_BUILD_DEPLOY="YES"
-.else
-USE_GNOME= desktopfileutils
-LIB_DEPENDS= nspr4.1:$(PORTSDIR)/devel/nspr
-.endif
-
-ONLY_FOR_ARCHS= i386 amd64
-USE_GMAKE= YES
-USE_ICONV= 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}" \
- LANG="C" \
- JAVA_HOME="" \
- CLASSPATH="" \
- LD_LIBRARY_PATH="" \
- MAKEFLAGS="" \
- SKIP_COMPARE_IMAGES="YES"
-.if !defined(WITH_IPV6)
-MAKE_ENV+= DONT_ENABLE_IPV6="YES"
-.endif
-.if defined(HOTSPOT_BUILD_JOBS)
-MAKE_ENV+= HOTSPOT_BUILD_JOBS=${HOTSPOT_BUILD_JOBS}
-.endif
-
-ALL_TARGET= all
-
-PLIST_FILES= jdk${JDK_VERSION}/jre/.systemPrefs/.system.lock \
- jdk${JDK_VERSION}/jre/.systemPrefs/.systemRootModFile
-.if !defined(WITHOUT_WEB)
-PLIST_FILES+= share/applications/sun_java15.desktop
-.endif
-PLIST_DIRS= jdk${JDK_VERSION}/jre/.systemPrefs
-
-.if (${ARCH} == amd64)
-HOTSPOTARCH=amd64
-.else
-HOTSPOTARCH=i586
-.endif
-
-JDKIMAGEDIR= ${WRKSRC}/../build/bsd-${HOTSPOTARCH}/j2sdk-image
-JDKIMAGEDIR_G= ${WRKSRC}/../build/bsd-${HOTSPOTARCH}/j2sdk-debug-image
-
-LOCAL_FILES= ../../hotspot/src/os/bsd/vm/os_bsd.cpp
-PTHREAD_FILES= ../../hotspot/build/bsd/makefiles/vm.make \
- ../../j2se/make/com/sun/java/pack/Makefile \
- ../../j2se/make/common/Defs.gmk \
- ../../j2se/make/common/Defs-bsd.gmk \
- ../../j2se/make/common/Program.gmk \
- ../../j2se/make/java/hpi/native/Makefile \
- ../../j2se/make/java/net/Makefile \
- ../../j2se/make/java/nio/Makefile \
- ../../j2se/make/jpda/transport/socket/Makefile \
- ../../j2se/make/sun/cmm/Makefile \
- ../../j2se/make/sun/xawt/Makefile
-X11_FILES= ../../j2se/src/share/classes/com/sun/java/swing/plaf/gtk/GTKLookAndFeel.java \
- ../../j2se/src/share/classes/com/sun/java/swing/plaf/gtk/Metacity.java \
- ../../j2se/src/solaris/native/sun/awt/fontpath.c
-
-# Check for JDK sources and patch file
-.if !defined(PACKAGE_BUILDING) && (!exists(${DISTDIR}/${SCSL_SRCFILE}) || !exists(${DISTDIR}/${SCSL_BINFILE}) || (defined(WITH_POLICY) && !exists(${DISTDIR}/${POLICYFILE})) || (defined(WITH_TZUPDATE) && !exists(${DISTDIR}/${TZUPDATEFILE})) || !exists(${DISTDIR}/${PATCHSETFILE}))#{
-ECHO_MSG=/usr/bin/printf
-IGNORE= :\n\
-Due to licensing restrictions, certain files must be fetched manually.\n\n
-.if !exists(${DISTDIR}/${SCSL_SRCFILE}) || !exists(${DISTDIR}/${SCSL_BINFILE})#{
-IGNORE += Please open http://www.sun.com/software/java2/download.html\n\
-in a web browser and follow the \"Download\" link for the\n\
-\"JDK ${JDK_VERSION:S/1.//}\". 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, download the\n
-.if !exists(${DISTDIR}/${SCSL_SRCFILE})#{
-IGNORE += SCSL Source file, ${SCSL_SRCFILE}
-.endif#}
-.if !exists(${DISTDIR}/${SCSL_BINFILE})#{
-.if !exists(${DISTDIR}/${SCSL_SRCFILE})#{
-IGNORE += and the\n
-.endif#}
-IGNORE += SCSL Binaries file, ${SCSL_BINFILE}
-.endif#}
-IGNORE += .\n\n
-.endif#}
-.if defined(WITH_POLICY) && !exists(${DISTDIR}/${POLICYFILE})#{
-IGNORE += Please open http://java.sun.com/javase/downloads/index.jsp\n\
-in a web browser and follow the \"Download\" link for\n\
-\"Other Downloads\" to obtain the JCE policy file, ${POLICYFILE}.\n\n
-.endif#}
-.if defined(WITH_TZUPDATE) && !exists(${DISTDIR}/${TZUPDATEFILE})#{
-IGNORE += Please open http://java.sun.com/javase/downloads/index.jsp\n\
-in a web browser and follow the \"Download\" link for\n\
-\"JDK US DST Timezone Update Tool - ${TZUPDATE_VERSION}\" to obtain the\n\
-time zone update file, ${TZUPDATEFILE}.\n\n
-.endif#}
-.if !exists(${DISTDIR}/${PATCHSETFILE})#{
-IGNORE += Please download the patchset, ${PATCHSETFILE}, from\n\
-http://www.eyesbeyond.com/freebsddom/java/jdk15.html.\n\n
-.endif#}
-IGNORE += Please place the downloaded file(s) in ${DISTDIR}
-IGNORE += \n and restart the build.\n\n
-.endif#}
-
-pre-fetch:
- @${ECHO_MSG}
- @${ECHO_MSG} "IMPORTANT: To build JDK 1.5.0 port, you should have at least"
- @${ECHO_MSG} "2.5Gb of free disk space in build area!"
- @${ECHO_MSG}
-.if defined(WITH_LINUX_BOOTSTRAP)
- @${ECHO_MSG} "IMPORTANT: To build JDK 1.5.0 port, you should have linux emulation"
- @${ECHO_MSG} "enabled in the kernel and linux procfs (linprocfs) filesystem"
- @${ECHO_MSG} "mounted."
- @${ECHO_MSG}
-.endif
-
-pre-patch:
- @cd ${WRKDIR} && \
- ${BZIP2_CMD} -dc ${DISTDIR}/${PATCHSETFILE} | ${TAR} -xf - && \
- ${CHMOD} -R u+w * && \
- ${PATCH} -p0 < ${WRKDIR}/jdk15.patches
-
-post-patch:
- @for file in ${LOCAL_FILES}; do \
- ${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:" \
- ${WRKSRC}/$${file}; \
- done
- @for file in ${PTHREAD_FILES}; do \
- ${REINPLACE_CMD} -e "s:-pthread:${PTHREAD_LIBS}:g" \
- ${WRKSRC}/$${file}; \
- done
- @for file in ${X11_FILES}; do \
- ${REINPLACE_CMD} -e "s:%%X11BASE%%:${X11BASE}:" \
- ${WRKSRC}/$${file}; \
- done
- ${REINPLACE_CMD} -e "s:%%PREFIX%%:${PREFIX}:g" \
- -e "s:%%JDK_VERSION%%:${JDK_VERSION}:g"\
- ${WRKSRC}/../../deploy/src/plugin/solaris/controlpanel/sun_java.desktop
-
-.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 !defined(WITH_JAIL)#{
- @if [ "`/sbin/mount | grep ^linprocfs`" = "" ]; \
- then \
- ${ECHO_MSG} "ERROR: You must have LINPROCFS mounted before" ; \
- ${ECHO_MSG} "starting to build the native JDK 1.5.0." ; \
- ${ECHO_MSG} "" ; \
- ${ECHO_MSG} "You may do it with the following 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#}
-.endif
-
-do-build:
- # Start of jdk build
- @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
-
-post-build:
- @# XXX don't install japanese manpages
- @${RM} -rf ${JDKIMAGEDIR}/man/ja
- @${RM} -rf ${JDKIMAGEDIR}/man/ja_JP.eucJP
-.if defined(WITH_TZUPDATE)
- @# Update time zones
- @-${JDKIMAGEDIR}/bin/java -jar \
- ${WRKDIR}/tzupdater-${TZUPDATE_VERSION}-${TZUPDATE_TZVERSION}/tzupdater.jar -u
- @-${RM} -rf ${JDKIMAGEDIR}/jre/lib/zi.tzdata*
-.endif
-
-do-install:
- ${MKDIR} ${PREFIX}/jdk${JDK_VERSION}
- cd ${JDKIMAGEDIR} && ${FIND} . \
- | ${CPIO} -pdmu -R ${LIBOWN}:${LIBGRP} ${PREFIX}/jdk${JDK_VERSION}
-.if !defined(WITHOUT_WEB)
- ${INSTALL_DATA} ${JDKIMAGEDIR}/jre/plugin/desktop/sun_java.desktop \
- ${PREFIX}/share/applications/sun_java15.desktop
-.endif
- @${ECHO_MSG} "@unexec ${LOCALBASE}/bin/unregistervm ${PREFIX}/jdk${JDK_VERSION}/bin/java" >> ${TMPPLIST}
- @${FIND} -s ${JDKIMAGEDIR} -not -type d | \
- ${SED} -ne 's#^${JDKIMAGEDIR}#jdk${JDK_VERSION}#p' >> ${TMPPLIST}
-.if !defined(WITHOUT_WEB)
- @${ECHO_MSG} '@exec ${LOCALBASE}/bin/update-desktop-database > /dev/null || /usr/bin/true' >> ${TMPPLIST}
-.endif
-.if defined(WITH_DEBUG)
- cd ${JDKIMAGEDIR_G} && ${FIND} . \
- | ${CPIO} -pdmu -R ${LIBOWN}:${LIBGRP} ${PREFIX}/jdk${JDK_VERSION}
- @${FIND} -s ${JDKIMAGEDIR_G} -not -type d | \
- ${SED} -ne 's#^${JDKIMAGEDIR_G}#jdk${JDK_VERSION}#p' >> ${TMPPLIST}
-.endif
- ${INSTALL_DATA} ${FILESDIR}/cacerts \
- ${PREFIX}/jdk${JDK_VERSION}/jre/lib/security/cacerts
-.if defined(WITH_POLICY)
- ${INSTALL_DATA} ${WRKDIR}/jce/*.jar ${PREFIX}/jdk${JDK_VERSION}/jre/lib/security
-.endif
- @${FIND} -s -d ${PREFIX}/jdk${JDK_VERSION} -type d | \
- ${SED} -ne 's#^${PREFIX}/#@dirrm #p' >> ${TMPPLIST}
- @${ECHO_MSG} "@exec ${LOCALBASE}/bin/registervm ${PREFIX}/jdk${JDK_VERSION}/bin/java # FREEBSD-JDK${JDK_VERSION}" >> ${TMPPLIST}
-.if !defined(WITHOUT_WEB)
- @${ECHO_MSG} '@unexec ${LOCALBASE}/bin/update-desktop-database > /dev/null || /usr/bin/true' >> ${TMPPLIST}
-.endif
-
-# XXX: put unregistervm into install script ?
-post-install:
- @${LOCALBASE}/bin/registervm "${PREFIX}/jdk${JDK_VERSION}/bin/java # FREEBSD-JDK${JDK_VERSION}"
-.if !defined(WITHOUT_WEB)
- @-update-desktop-database
-.endif
- @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-
-.include <bsd.port.post.mk>
diff --git a/java/jdk16/distinfo b/java/jdk16/distinfo
deleted file mode 100644
index 2a45a1d3ed0f..000000000000
--- a/java/jdk16/distinfo
+++ /dev/null
@@ -1,15 +0,0 @@
-MD5 (jdk-1_5_0-src-scsl.zip) = 7802831198068c9a0df727c3ea6617a9
-SHA256 (jdk-1_5_0-src-scsl.zip) = d11e35f2f0b8f6e2e71bf19e423d553179f980105d877bfefac88e5e494173bd
-SIZE (jdk-1_5_0-src-scsl.zip) = 58338869
-MD5 (jdk-1_5_0-bin-scsl.zip) = 3c3b2c079628141fa28f5f0f1cde5bf0
-SHA256 (jdk-1_5_0-bin-scsl.zip) = f7be15e4478165c361d011f39c02fea558dba442aeb3556357f4c7771db763f1
-SIZE (jdk-1_5_0-bin-scsl.zip) = 2219433
-MD5 (bsd-jdk15-patches-4.tar.bz2) = b142cdef325de437bdaa4a63443fe950
-SHA256 (bsd-jdk15-patches-4.tar.bz2) = 01c18d3ea32dba3cba1b4c53a437935ffae524d1fba636cf733d66aaa697d503
-SIZE (bsd-jdk15-patches-4.tar.bz2) = 746062
-MD5 (jce_policy-1_5_0.zip) = 169441bba1ca95e84e030e116f258d79
-SHA256 (jce_policy-1_5_0.zip) = 4de78da737c6d66b74eb6caebf6bdb0648825a95e2909e815678a0d306bf6d8b
-SIZE (jce_policy-1_5_0.zip) = 8826
-MD5 (tzupdater-1.1.0-2007c.zip) = 1f1e1573d77dd9387a0ef3f2d93e759b
-SHA256 (tzupdater-1.1.0-2007c.zip) = 252d2d390bb1a0df27650603cbca6e5931e29c13d9c3b3538290a58cad06d769
-SIZE (tzupdater-1.1.0-2007c.zip) = 480534
diff --git a/java/jdk16/files/cacerts b/java/jdk16/files/cacerts
deleted file mode 100644
index dbc3699a9c3a..000000000000
--- a/java/jdk16/files/cacerts
+++ /dev/null
Binary files differ
diff --git a/java/jdk16/files/patch-control::common::Defs-bsd.gmk b/java/jdk16/files/patch-control::common::Defs-bsd.gmk
deleted file mode 100644
index e5701664bcbc..000000000000
--- a/java/jdk16/files/patch-control::common::Defs-bsd.gmk
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD$
-
---- ../../control/make/common/Defs-bsd.gmk.orig Thu Jan 13 02:01:40 2005
-+++ ../../control/make/common/Defs-bsd.gmk Thu Jan 13 02:01:54 2005
-@@ -200,7 +200,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/jdk16/files/patch-deploy::common::Defs-bsd.gmk b/java/jdk16/files/patch-deploy::common::Defs-bsd.gmk
deleted file mode 100644
index c3bd401665a1..000000000000
--- a/java/jdk16/files/patch-deploy::common::Defs-bsd.gmk
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD$
-
---- ../../deploy/make/plugin/common/Defs-bsd.gmk.orig Sun Dec 10 11:49:51 2006
-+++ ../../deploy/make/plugin/common/Defs-bsd.gmk Sun Dec 10 21:44:53 2006
-@@ -29,7 +29,7 @@
- endif
-
- # Default NSPR_PATH and allow override.
--NSPR_PATH = /usr/local
-+NSPR_PATH = $(LOCALBASE)
- ifdef ALT_NSPR_PATH
- NSPR_PATH = $(subst //,/,$(ALT_NSPR_PATH))
- endif
diff --git a/java/jdk16/files/patch-deploy::common::config.gmk b/java/jdk16/files/patch-deploy::common::config.gmk
deleted file mode 100644
index b9592c5b0206..000000000000
--- a/java/jdk16/files/patch-deploy::common::config.gmk
+++ /dev/null
@@ -1,16 +0,0 @@
-$FreeBSD$
-
---- ../../deploy/make/plugin/common/config.gmk.orig Sun Dec 10 21:40:24 2006
-+++ ../../deploy/make/plugin/common/config.gmk Sun Dec 10 21:40:59 2006
-@@ -44,9 +44,9 @@
-
- ifeq ($(LINUX_OR_BSD), true)
- PLUGIN_PLATFORM_SRC := $(PLUGIN_TOP)/src/plugin/solaris
-- OTHER_LDFLAGS = -L/usr/X11R6/lib
-+ OTHER_LDFLAGS = -L$(X11BASE)/lib
- ifeq ($(TRUE_PLATFORM), NetBSD)
-- OTHER_LDFLAGS += -Wl,-R/usr/X11R6/lib
-+ OTHER_LDFLAGS += -Wl,-R$(X11BASE)/lib
- endif
- endif
-
diff --git a/java/jdk16/files/patch-deploy::controlpanel::sun_java.desktop b/java/jdk16/files/patch-deploy::controlpanel::sun_java.desktop
deleted file mode 100644
index 898893707989..000000000000
--- a/java/jdk16/files/patch-deploy::controlpanel::sun_java.desktop
+++ /dev/null
@@ -1,13 +0,0 @@
---- ../../deploy/src/plugin/solaris/controlpanel/sun_java.desktop.orig Sat Oct 1 20:14:45 2005
-+++ ../../deploy/src/plugin/solaris/controlpanel/sun_java.desktop Sat Oct 1 20:16:12 2005
-@@ -1,8 +1,8 @@
- [Desktop Entry]
- Name=Java
- Comment=Java Control Panel
--Exec=INSTALL_DIR/JRE_NAME_VERSION/bin/ControlPanel
--Icon=INSTALL_DIR/JRE_NAME_VERSION/plugin/desktop/sun_java.png
-+Exec=%%PREFIX%%/jdk%%JDK_VERSION%%/bin/ControlPanel
-+Icon=%%PREFIX%%/jdk%%JDK_VERSION%%/jre/plugin/desktop/sun_java.png
- Terminal=0
- Type=Application
- Categories=Application;Settings;X-Sun-Supported;X-Red-Hat-Base;
diff --git a/java/jdk16/files/patch-deploy::jvmnative::Makefile b/java/jdk16/files/patch-deploy::jvmnative::Makefile
deleted file mode 100644
index 9ae13e14bff6..000000000000
--- a/java/jdk16/files/patch-deploy::jvmnative::Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD$
-
---- ../../deploy/make/plugin/jvmnative/Makefile.orig Sun Dec 10 21:45:33 2006
-+++ ../../deploy/make/plugin/jvmnative/Makefile Sun Dec 10 21:45:54 2006
-@@ -16,7 +16,7 @@
-
- ifeq ($(PLATFORM), bsd)
- LDLIBS = -lm -lX11
--X11HDRDIR = /usr/X11R6/include
-+X11HDRDIR = $(X11BASE)/include
- else
- X11HDRDIR =
- ifeq ($(PLATFORM), linux)
diff --git a/java/jdk16/files/patch-deploy::make::common::Defs-bsd.gmk b/java/jdk16/files/patch-deploy::make::common::Defs-bsd.gmk
deleted file mode 100644
index 9f7709c6cac1..000000000000
--- a/java/jdk16/files/patch-deploy::make::common::Defs-bsd.gmk
+++ /dev/null
@@ -1,15 +0,0 @@
-$FreeBSD$
-
---- ../../deploy/make/common/Defs-bsd.gmk.orig Sun Dec 10 18:30:50 2006
-+++ ../../deploy/make/common/Defs-bsd.gmk Sun Dec 10 18:31:22 2006
-@@ -13,8 +13,8 @@
- JUMP_EXE = $(BIN_DIR)/javaws$(SUFFIX)
- JUMP_EXE_DBG = $(BIN_DIR_DBG)/javaws$(DBG_SUFFIX)
- PATH_SEP = /
--X11DIR = /usr/X11R6
--LOCALDIR = /usr/local
-+X11DIR = $(X11BASE)
-+LOCALDIR = $(LOCALBASE)
- ifneq ($(TRUE_PLATFORM), NetBSD)
- LIBS = -L$(X11DIR)/lib -lX11 -L$(LOCALDIR)/lib -liconv
- else
diff --git a/java/jdk16/files/patch-deploy::ns7-adapter::Makefile b/java/jdk16/files/patch-deploy::ns7-adapter::Makefile
deleted file mode 100644
index 3a53b9077fa7..000000000000
--- a/java/jdk16/files/patch-deploy::ns7-adapter::Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-$FreeBSD$
-
---- ../../deploy/make/plugin/adapter/ns7-adapter/Makefile.orig Sat Jan 20 12:52:46 2007
-+++ ../../deploy/make/plugin/adapter/ns7-adapter/Makefile Sat Jan 20 12:53:22 2007
-@@ -66,8 +66,8 @@
- COMMONDIR= $(PLUGIN_TOP)/src/plugin/solaris/common
- ifeq ($(PLATFORM), bsd)
- MOZHDRDIR = $(subst \,/,$(MOZILLA_HEADERS_PATH)/mozilla_headers_ns7)
--X11HDRDIR = /usr/X11R6/include
--ICONVHDRDIR = /usr/local/include
-+X11HDRDIR = $(X11BASE)/include
-+ICONVHDRDIR = $(LOCALBASE)/include
- NSPRHDRDIR = $(NSPR_HEADERS_PATH)
- else
- MOZHDRDIR = $(subst \,/,$(MOZILLA_HEADERS_PATH)/mozilla_headers_ns7) \
diff --git a/java/jdk16/files/patch-deploy::nscore::Makefile b/java/jdk16/files/patch-deploy::nscore::Makefile
deleted file mode 100644
index 1ce85cbd831a..000000000000
--- a/java/jdk16/files/patch-deploy::nscore::Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-$FreeBSD$
-
---- ../../deploy/make/plugin/nscore/unix/Makefile.orig Sun Dec 10 21:46:45 2006
-+++ ../../deploy/make/plugin/nscore/unix/Makefile Sun Dec 10 21:47:26 2006
-@@ -18,8 +18,8 @@
-
- ifeq ($(PLATFORM), bsd)
- LDLIBS = -lX11
--X11HDRDIR = /usr/X11R6/include
--ICONVHDRDIR = /usr/local/include
-+X11HDRDIR = $(X11BASE)/include
-+ICONVHDRDIR = $(LOCALBASE)/include
- else
- X11HDRDIR =
- ICONVHDRDIR =
diff --git a/java/jdk16/files/patch-j2se::awt::fontpath.c b/java/jdk16/files/patch-j2se::awt::fontpath.c
deleted file mode 100644
index 4c941d36bb11..000000000000
--- a/java/jdk16/files/patch-j2se::awt::fontpath.c
+++ /dev/null
@@ -1,29 +0,0 @@
-$FreeBSD$
-
---- ../../j2se/src/solaris/native/sun/awt/fontpath.c.orig Sun Dec 10 21:57:02 2006
-+++ ../../j2se/src/solaris/native/sun/awt/fontpath.c Sun Dec 10 21:58:43 2006
-@@ -98,18 +98,18 @@
- * various flavors of Linux
- */
- static char *fullLinuxFontPath[] = {
-- "/usr/X11R6/lib/X11/fonts/TrueType", /* RH 7.1+ */
-- "/usr/X11R6/lib/X11/fonts/truetype", /* SuSE */
-- "/usr/X11R6/lib/X11/fonts/tt",
-- "/usr/X11R6/lib/X11/fonts/TTF",
-- "/usr/X11R6/lib/X11/fonts/OTF", /* RH 9.0 (but empty!) */
-+ "%%X11BASE%%/lib/X11/fonts/TrueType", /* RH 7.1+ */
-+ "%%X11BASE%%/lib/X11/fonts/truetype", /* SuSE */
-+ "%%X11BASE%%/lib/X11/fonts/tt",
-+ "%%X11BASE%%/lib/X11/fonts/TTF",
-+ "%%X11BASE%%/lib/X11/fonts/OTF", /* RH 9.0 (but empty!) */
- "/usr/share/fonts/ja/TrueType", /* RH 7.2+ */
- "/usr/share/fonts/truetype",
- "/usr/share/fonts/ko/TrueType", /* RH 9.0 */
- "/usr/share/fonts/zh_CN/TrueType", /* RH 9.0 */
- "/usr/share/fonts/zh_TW/TrueType", /* RH 9.0 */
- "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType", /* Debian */
-- "/usr/X11R6/lib/X11/fonts/Type1",
-+ "%%X11BASE%%/lib/X11/fonts/Type1",
- "/usr/share/fonts/default/Type1", /* RH 9.0 */
- NULL, /* terminates the list */
- };
diff --git a/java/jdk16/files/patch-j2se::awt::mawt.gmk b/java/jdk16/files/patch-j2se::awt::mawt.gmk
deleted file mode 100644
index 703e594c9583..000000000000
--- a/java/jdk16/files/patch-j2se::awt::mawt.gmk
+++ /dev/null
@@ -1,26 +0,0 @@
-$FreeBSD$
-
---- ../../j2se/make/sun/awt/mawt.gmk.orig Sun Dec 10 21:49:45 2006
-+++ ../../j2se/make/sun/awt/mawt.gmk Sun Dec 10 21:50:27 2006
-@@ -132,9 +132,9 @@
- ifeq ($(ARCH_DATA_MODEL), 64)
- LIBXT = -lXt
- else
-- LIBXT = /usr/X11R6/lib/libXt.a
-- LIBSM = /usr/X11R6/lib/libSM.a
-- LIBICE = /usr/X11R6/lib/libICE.a
-+ LIBXT = $(X11BASE)/lib/libXt.a
-+ LIBSM = $(X11BASE)/lib/libSM.a
-+ LIBICE = $(X11BASE)/lib/libICE.a
- endif
- endif
- else
-@@ -229,7 +229,7 @@
- $(EVENT_MODEL)
-
- ifeq ($(LINUX_OR_BSD), true)
-- CPPFLAGS += -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions
-+ CPPFLAGS += -I$(X11BASE)/include -I$(X11BASE)/include/X11/extensions
- endif
-
- ifeq ($(PLATFORM), solaris)
diff --git a/java/jdk16/files/patch-j2se::common::Defs-bsd.gmk b/java/jdk16/files/patch-j2se::common::Defs-bsd.gmk
deleted file mode 100644
index c7530004bd26..000000000000
--- a/java/jdk16/files/patch-j2se::common::Defs-bsd.gmk
+++ /dev/null
@@ -1,36 +0,0 @@
-$FreeBSD$
-
---- ../../j2se/make/common/Defs-bsd.gmk.orig Sun Mar 4 21:27:49 2007
-+++ ../../j2se/make/common/Defs-bsd.gmk Sun Mar 4 21:29:16 2007
-@@ -180,7 +180,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
-@@ -432,7 +432,7 @@
- override LIBTHREAD =
- override MOOT_PRIORITIES = true
- override NO_INTERRUPTIBLE_IO = false
--override OPENWIN_HOME = /usr/X11R6
-+override OPENWIN_HOME = $(X11BASE)
- override OPENWIN_LIB = $(OPENWIN_HOME)/lib
- override OTHER_M4FLAGS = -DGNU_ASSEMBLER
- override SUN_CMM_SUBDIR =
-@@ -463,10 +463,10 @@
- # Motif settings
- #
- # XXX: OpenBSD confirm static motif still causes issues - truk
--ifeq ($(TRUE_PLATFORM), OpenBSD)
--STATIC_MOTIF=false
--else
-+ifeq ($(TRUE_PLATFORM), NetBSD)
- STATIC_MOTIF=true
-+else
-+STATIC_MOTIF=false
- endif
- LIBM=-lm
-
diff --git a/java/jdk16/files/patch-j2se::font::Makefile b/java/jdk16/files/patch-j2se::font::Makefile
deleted file mode 100644
index 92c2e00e4c8b..000000000000
--- a/java/jdk16/files/patch-j2se::font::Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD$
-
---- ../../j2se/make/sun/font/Makefile.orig Sun Dec 10 21:51:17 2006
-+++ ../../j2se/make/sun/font/Makefile Sun Dec 10 21:51:50 2006
-@@ -125,7 +125,7 @@
- # setup the list of libraries to link in...
- ifeq ($(PLATFORM), bsd)
- # XXXBSD: why here?
--OTHER_INCLUDES += -I/usr/X11R6/include
-+OTHER_INCLUDES += -I$(X11BASE)/include
- OTHER_LDLIBS += -lawt$(SUFFIX) $(LIBM) $(LIBCXX)
- else
- ifeq ($(PLATFORM), linux)
diff --git a/java/jdk16/files/patch-j2se::gtk::GTKLookAndFeel.java b/java/jdk16/files/patch-j2se::gtk::GTKLookAndFeel.java
deleted file mode 100644
index c9ca568af784..000000000000
--- a/java/jdk16/files/patch-j2se::gtk::GTKLookAndFeel.java
+++ /dev/null
@@ -1,15 +0,0 @@
-$FreeBSD$
-
---- ../../j2se/src/share/classes/com/sun/java/swing/plaf/gtk/GTKLookAndFeel.java.orig Sun Dec 10 21:53:38 2006
-+++ ../../j2se/src/share/classes/com/sun/java/swing/plaf/gtk/GTKLookAndFeel.java Sun Dec 10 21:54:16 2006
-@@ -1387,8 +1387,8 @@
- String[] dirs = new String[] {
- userHome + "/.themes",
- System.getProperty("swing.gtkthemedir"),
-- "/usr/X11R6/share/gnome/themes", // FreeBSD
-- "/usr/X11R6/share/themes", // FreeBSD
-+ "%%X11BASE%%/share/gnome/themes", // FreeBSD
-+ "%%X11BASE%%/share/themes", // FreeBSD
- "/usr/share/themes" // Debian/Redhat/Solaris/SuSE
- };
-
diff --git a/java/jdk16/files/patch-j2se::gtk::Metacity.java b/java/jdk16/files/patch-j2se::gtk::Metacity.java
deleted file mode 100644
index 1d705f5503b5..000000000000
--- a/java/jdk16/files/patch-j2se::gtk::Metacity.java
+++ /dev/null
@@ -1,15 +0,0 @@
-$FreeBSD$
-
---- ../../j2se/src/share/classes/com/sun/java/swing/plaf/gtk/Metacity.java.orig Sun Dec 10 21:55:26 2006
-+++ ../../j2se/src/share/classes/com/sun/java/swing/plaf/gtk/Metacity.java Sun Dec 10 21:55:56 2006
-@@ -456,8 +456,8 @@
- String[] dirs = new String[] {
- userHome + sep + ".themes",
- System.getProperty("swing.metacitythemedir"),
-- "/usr/X11R6/share/themes",
-- "/usr/X11R6/share/gnome/themes",
-+ "%%X11BASE%%/share/themes",
-+ "%%X11BASE%%/share/gnome/themes",
- "/usr/share/themes",
- "/usr/gnome/share/themes", // Debian/Redhat/Solaris
- "/opt/gnome2/share/themes" // SuSE
diff --git a/java/jdk16/files/patch-j2se::instrument::Makefile b/java/jdk16/files/patch-j2se::instrument::Makefile
deleted file mode 100644
index 8934bfc11fe3..000000000000
--- a/java/jdk16/files/patch-j2se::instrument::Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-$FreeBSD$
-
---- ../../j2se/make/java/instrument/Makefile.orig Thu Jan 13 02:04:44 2005
-+++ ../../j2se/make/java/instrument/Makefile Thu Jan 13 02:05:03 2005
-@@ -72,8 +72,8 @@
- else
- ifeq ($(PLATFORM), bsd)
- ifneq ($(TRUE_PLATFORM), NetBSD)
-- OTHER_INCLUDES += -I/usr/local/include
-- OTHER_LDLIBS += -L/usr/local/lib -liconv
-+ OTHER_INCLUDES += -I${LOCALBASE}/include
-+ OTHER_LDLIBS += -L${LOCALBASE}/lib -liconv
- endif
- else
- OTHER_LDLIBS = -lnsl -ldl
diff --git a/java/jdk16/files/patch-j2se::nio::genCharsetProvider.sh b/java/jdk16/files/patch-j2se::nio::genCharsetProvider.sh
deleted file mode 100644
index fd6137cab922..000000000000
--- a/java/jdk16/files/patch-j2se::nio::genCharsetProvider.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-$FreeBSD$
-
---- ../../j2se/make/java/nio/genCharsetProvider.sh 8 Nov 2004 22:27:03 -0000 1.1.1.1
-+++ ../../j2se/make/java/nio/genCharsetProvider.sh 24 Mar 2005 16:14:52 -0000
-@@ -94,9 +94,9 @@
- }
- '
-
--$JAVA -cp $TMPDIR Hasher -i Aliases <$TMPDIR/aliases >>$OUT
--$JAVA -cp $TMPDIR Hasher -i Classes <$TMPDIR/classes >>$OUT
--$JAVA -cp $TMPDIR Hasher -i -e Cache -t Charset <$TMPDIR/classes >>$OUT
-+$JAVA -cp $TMPDIR Hasher -i Aliases <$TMPDIR/aliases | egrep -v '^Java Hotspot' >>$OUT
-+$JAVA -cp $TMPDIR Hasher -i Classes <$TMPDIR/classes | egrep -v '^Java Hotspot' >>$OUT
-+$JAVA -cp $TMPDIR Hasher -i -e Cache -t Charset <$TMPDIR/classes | egrep -v '^Java Hotspot' >>$OUT
-
-
- # Constructor
diff --git a/java/jdk16/files/patch-j2se::xawt::Makefile b/java/jdk16/files/patch-j2se::xawt::Makefile
deleted file mode 100644
index 6220ec692520..000000000000
--- a/java/jdk16/files/patch-j2se::xawt::Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD$
-
---- ../../j2se/make/sun/xawt/Makefile.orig Sun Dec 10 21:52:27 2006
-+++ ../../j2se/make/sun/xawt/Makefile Sun Dec 10 21:52:52 2006
-@@ -117,7 +117,7 @@
- endif
-
- ifeq ($(PLATFORM), bsd)
-- CPPFLAGS += -I/usr/X11R6/include/X11/extensions -I$(MOTIF_DIR)/include -I$(OPENWIN_HOME)/include
-+ CPPFLAGS += -I$(X11BASE)/include/X11/extensions -I$(MOTIF_DIR)/include -I$(OPENWIN_HOME)/include
- endif
-
- ifeq ($(PLATFORM), solaris)
diff --git a/java/jdk16/files/patch-java_Makefile b/java/jdk16/files/patch-java_Makefile
deleted file mode 100644
index 60585c522db4..000000000000
--- a/java/jdk16/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/jdk16/files/patch-vm::os_bsd.cpp b/java/jdk16/files/patch-vm::os_bsd.cpp
deleted file mode 100644
index 25bd71db866c..000000000000
--- a/java/jdk16/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/jdk16/files/pkg-deinstall.in b/java/jdk16/files/pkg-deinstall.in
deleted file mode 100644
index 167d5bd28893..000000000000
--- a/java/jdk16/files/pkg-deinstall.in
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-
-# Set up a standard path
-PATH=/usr/bin:/bin
-
-# Don't do anything during post-deinstall
-if [ "$2" = "POST-DEINSTALL" ]; then
- exit 0
-fi
-
-# Remove the plugin
-
-# Plugin location variables
-BROWSERPLUGINDIR="%%LOCALBASE%%/lib/browser_plugins"
-JAVAPLUGINDIR="%%JRE_HOME%%/plugin/%%ARCH%%/ns7"
-PLUGIN=libjavaplugin_oji.so
-
-# Check if the package includes the plugin
-if [ ! -e "${JAVAPLUGINDIR}/${PLUGIN}" ]; then
- exit 0
-fi
-
-# See if the browser plugin is a link to the package plugin and remove it if so.
-if [ -e "${BROWSERPLUGINDIR}/${PLUGIN}" -a \
- -L "${BROWSERPLUGINDIR}/${PLUGIN}" -a \
- x`ls -l "${BROWSERPLUGINDIR}/${PLUGIN}" 2>/dev/null | awk '/->/{print $NF;exit 0}END{exit 1}'` = x"${JAVAPLUGINDIR}/${PLUGIN}" ]; then
- rm -f "${BROWSERPLUGINDIR}/${PLUGIN}"
-fi
-
-exit 0
diff --git a/java/jdk16/files/pkg-install.in b/java/jdk16/files/pkg-install.in
deleted file mode 100644
index c5f4a70db1df..000000000000
--- a/java/jdk16/files/pkg-install.in
+++ /dev/null
@@ -1,57 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-
-# System preference location
-JRE_HOME=%%JRE_HOME%%
-
-# Post-install actions
-if [ "$2" = "POST-INSTALL" ]; then
- # Set up system preferences
- if [ ! -d "${JRE_HOME}/.systemPrefs" ] ; then
- mkdir -m 755 "${JRE_HOME}/.systemPrefs"
- fi
- if [ ! -f "${JRE_HOME}/.systemPrefs/.system.lock" ] ; then
- touch "${JRE_HOME}/.systemPrefs/.system.lock"
- chmod 644 "${JRE_HOME}/.systemPrefs/.system.lock"
- fi
- if [ ! -f "${JRE_HOME}/.systemPrefs/.systemRootModFile" ] ; then
- touch "${JRE_HOME}/.systemPrefs/.systemRootModFile"
- chmod 644 "${JRE_HOME}/.systemPrefs/.systemRootModFile"
- fi
-
- # Install the plugin
- BROWSERPLUGINDIR="%%LOCALBASE%%/lib/browser_plugins"
- JAVAPLUGINDIR="${JRE_HOME}/plugin/%%ARCH%%/ns7"
- PLUGIN=libjavaplugin_oji.so
-
- # Check if the browser plugin exists
- if [ ! -e "${JAVAPLUGINDIR}/${PLUGIN}" ]; then
- exit 0
- fi
-
- # Check if the plugin directory exists.
- if [ ! -d "${BROWSERPLUGINDIR}" ]; then
- exit 0
- fi
-
- # Check if the browser plugin currently exists
- if [ ! -e "${BROWSERPLUGINDIR}/${PLUGIN}" ]; then
- # Create symbolic link
- ln -sf "${JAVAPLUGINDIR}/${PLUGIN}" \
- "${BROWSERPLUGINDIR}/${PLUGIN}"
- exit 0
- fi
-
- # If the browser plugin exists and is a symlink, but the link
- # doesn't exist, then overwrite with our plugin.
- if [ -L "${BROWSERPLUGINDIR}/${PLUGIN}" ]; then
- # Check if the linked to file exists.
- if [ ! -e `ls -l "${BROWSERPLUGINDIR}/${PLUGIN}" 2>/dev/null | awk '/->/{print $NF;exit 0}END{exit 1}'` ]; then
- ln -sf "${JAVAPLUGINDIR}/${PLUGIN}" \
- "${BROWSERPLUGINDIR}/${PLUGIN}"
- exit 0
- fi
- fi
-
- exit 0
-fi
diff --git a/java/jdk16/pkg-descr b/java/jdk16/pkg-descr
deleted file mode 100644
index 9f83e1336535..000000000000
--- a/java/jdk16/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-This is the latest JDK 1.5.0 patchset from the Java 2 FreeBSD porting
-project. This port allows you to easily build a native JDK1.5.0 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/jdk16/pkg-message b/java/jdk16/pkg-message
deleted file mode 100644
index 4a7be65b47d2..000000000000
--- a/java/jdk16/pkg-message
+++ /dev/null
@@ -1,1139 +0,0 @@
-SUN COMMUNITY SOURCE LICENSE Version 2.3 (Rev. Date Sept.
-29, 2004)
-
-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 Effect 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. 5.0 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/linux-sun-jdk16/Makefile b/java/linux-sun-jdk16/Makefile
deleted file mode 100644
index 98c39f8bf5f1..000000000000
--- a/java/linux-sun-jdk16/Makefile
+++ /dev/null
@@ -1,86 +0,0 @@
-# New ports collection makefile for: Sun Linux JDK 1.5.x
-# Date created: 24 December 2001
-# Whom: Ernst de Haan <znerd@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= jdk
-PORTVERSION= ${DL_JDK_VERSION:S/_/./g}
-PORTEPOCH= 2
-CATEGORIES= java devel
-MASTER_SITES= #
-PKGNAMEPREFIX= linux-sun-
-DISTNAME= jdk-${DL_JDK_VERSION:S/./_/g}-linux-i586
-EXTRACT_SUFX= .bin
-
-MAINTAINER= java@FreeBSD.org
-COMMENT= Sun Java Development Kit 1.5 for Linux
-
-EXTRACT_DEPENDS=${LINUX_BASE_PORT}
-RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
-
-NO_CDROM= "License does not allow distribution with fee"
-RESTRICTED= "Redistribution of repackaged binaries not permitted"
-LATEST_LINK= linux-sun-jdk15
-
-WRKSRC= ${WRKDIR}/jdk${DL_JDK_VERSION}
-PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///} PORTVERSION=${PORTVERSION}
-PKGINSTALL= ${WRKDIR}/pkg-install
-
-NO_BUILD= yes
-USE_LINUX= yes
-USE_XLIB= yes
-JDK_VERSION= 1.5.0
-JDK_REVISION= 11
-DL_JDK_VERSION= ${JDK_VERSION}_${JDK_REVISION}
-ONLY_FOR_ARCHS= i386 amd64
-DOWNLOAD_URL?= http://java.sun.com/javase/downloads/index_jdk5.jsp
-PORTTITLE= Java 2 Development Kit ${DL_JDK_VERSION} for Linux
-APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME}${JDK_VERSION}
-PACKED_JARS= lib/tools.jar jre/lib/rt.jar jre/lib/jsse.jar jre/lib/charsets.jar jre/lib/deploy.jar jre/lib/ext/localedata.jar jre/lib/plugin.jar jre/javaws/javaws.jar
-UNPACK_CMD= ${APP_HOME}/bin/unpack200
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 504000
-IGNORE= does not run (core dumps: Bad System Call)
-.endif
-
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
-IGNORE?=You must manually fetch the J2SE SDK self-extracting file for the Linux platform (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
-.endif
-
-pre-everything::
- @${CAT} ${PKGMESSAGE}
-
-do-extract:
- @${MKDIR} ${WRKDIR}
- @cd ${WRKDIR} \
- && ${TAIL} -n +733 ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/install.sfx \
- && ${CHMOD} +x ${WRKDIR}/install.sfx \
- && ${WRKDIR}/install.sfx > /dev/null
-
-post-patch:
- @${FIND} ${WRKSRC} -name '*.orig' -print | ${XARGS} ${RM} -f
-
-# XXX: This is missing a "${BRANDELF} -t Linux <executables>".
-
-do-install:
- ${MKDIR} ${APP_HOME}
- cd ${WRKSRC} && ${FIND} . -print \
- | ${CPIO} -pdmu -R ${LIBOWN}:${LIBGRP} ${APP_HOME}
- for i in ${PACKED_JARS}; do \
- if [ -f ${APP_HOME}/`dirname $$i`/`basename $$i .jar`.pack ]; then \
- ${UNPACK_CMD} ${APP_HOME}/`dirname $$i`/`basename $$i .jar`.pack ${APP_HOME}/$$i; \
- ${RM} -f ${APP_HOME}/`dirname $$i`/`basename $$i .jar`.pack; \
- fi \
- done
-
-post-install:
- ${LOCALBASE}/bin/registervm "${APP_HOME}/bin/java # Linux-Sun-JDK${PORTVERSION}"
- ${SED} -e "s:%%JRE_HOME%%:${APP_HOME}/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/linux-sun-jdk16/distinfo b/java/linux-sun-jdk16/distinfo
deleted file mode 100644
index b3e5984986c9..000000000000
--- a/java/linux-sun-jdk16/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (jdk-1_5_0_11-linux-i586.bin) = 14ba8eccfd97f6bd23d8dc32b38b1121
-SHA256 (jdk-1_5_0_11-linux-i586.bin) = d37a8448c78416025761233efbeb9eb94a791bee941e996ec47cd00a67776199
-SIZE (jdk-1_5_0_11-linux-i586.bin) = 49574613
diff --git a/java/linux-sun-jdk16/files/pkg-install.in b/java/linux-sun-jdk16/files/pkg-install.in
deleted file mode 100644
index fa980a9778f0..000000000000
--- a/java/linux-sun-jdk16/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/linux-sun-jdk16/pkg-descr b/java/linux-sun-jdk16/pkg-descr
deleted file mode 100644
index 6634a1322eff..000000000000
--- a/java/linux-sun-jdk16/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-The Sun Java Development Kit 1.5 for Linux.
-
-WWW: http://java.sun.com/j2se/1.5/
diff --git a/java/linux-sun-jdk16/pkg-message b/java/linux-sun-jdk16/pkg-message
deleted file mode 100644
index 42c716efb930..000000000000
--- a/java/linux-sun-jdk16/pkg-message
+++ /dev/null
@@ -1,18 +0,0 @@
-======================================================================
-Warning: This JDK may be unstable. You are advised to use the native
-FreeBSD 1.5 JDK, in ports/java/jdk15.
-
-This Java VM will attempt to obtain some system information by
-accessing files in linux's procfs. You must install the Linux
-emulation procfs filesystem for this to work correctly. The JVM
-will exhibit various problems otherwise. This can be accomplished
-by adding the following line to your /etc/fstab file:
-
- linprocfs /compat/linux/proc linprocfs rw 0 0
-
-and then, as root, executing the commands:
-
-kldload linprocfs
-mount /compat/linux/proc
-
-======================================================================
diff --git a/java/linux-sun-jdk16/pkg-plist b/java/linux-sun-jdk16/pkg-plist
deleted file mode 100644
index 5ef225d66df8..000000000000
--- a/java/linux-sun-jdk16/pkg-plist
+++ /dev/null
@@ -1,2693 +0,0 @@
-@unexec %%LOCALBASE%%/bin/unregistervm "%D/%%T%%/bin/java"
-%%T%%/COPYRIGHT
-%%T%%/LICENSE
-%%T%%/README.html
-%%T%%/THIRDPARTYLICENSEREADME.txt
-%%T%%/bin/ControlPanel
-%%T%%/bin/HtmlConverter
-%%T%%/bin/appletviewer
-%%T%%/bin/apt
-%%T%%/bin/extcheck
-%%T%%/bin/idlj
-%%T%%/bin/jar
-%%T%%/bin/jarsigner
-%%T%%/bin/java
-%%T%%/bin/java-rmi.cgi
-%%T%%/bin/javac
-%%T%%/bin/javadoc
-%%T%%/bin/javah
-%%T%%/bin/javap
-%%T%%/bin/javaws
-%%T%%/bin/jconsole
-%%T%%/bin/jdb
-%%T%%/bin/jinfo
-%%T%%/bin/jmap
-%%T%%/bin/jps
-%%T%%/bin/jsadebugd
-%%T%%/bin/jstack
-%%T%%/bin/jstat
-%%T%%/bin/jstatd
-%%T%%/bin/keytool
-%%T%%/bin/kinit
-%%T%%/bin/klist
-%%T%%/bin/ktab
-%%T%%/bin/native2ascii
-%%T%%/bin/orbd
-%%T%%/bin/pack200
-%%T%%/bin/policytool
-%%T%%/bin/rmic
-%%T%%/bin/rmid
-%%T%%/bin/rmiregistry
-%%T%%/bin/serialver
-%%T%%/bin/servertool
-%%T%%/bin/tnameserv
-%%T%%/bin/unpack200
-%%T%%/demo/applets.html
-%%T%%/demo/applets/Animator/Animation.class
-%%T%%/demo/applets/Animator/AnimationFrame.class
-%%T%%/demo/applets/Animator/Animator.class
-%%T%%/demo/applets/Animator/Animator.java
-%%T%%/demo/applets/Animator/DescriptionFrame.class
-%%T%%/demo/applets/Animator/ParseException.class
-%%T%%/demo/applets/Animator/audio/0.au
-%%T%%/demo/applets/Animator/audio/1.au
-%%T%%/demo/applets/Animator/audio/2.au
-%%T%%/demo/applets/Animator/audio/3.au
-%%T%%/demo/applets/Animator/audio/4.au
-%%T%%/demo/applets/Animator/audio/5.au
-%%T%%/demo/applets/Animator/audio/6.au
-%%T%%/demo/applets/Animator/audio/7.au
-%%T%%/demo/applets/Animator/audio/8.au
-%%T%%/demo/applets/Animator/audio/9.au
-%%T%%/demo/applets/Animator/audio/spacemusic.au
-%%T%%/demo/applets/Animator/example1.html
-%%T%%/demo/applets/Animator/example2.html
-%%T%%/demo/applets/Animator/example3.html
-%%T%%/demo/applets/Animator/example4.html
-%%T%%/demo/applets/Animator/images/Beans/T1.gif
-%%T%%/demo/applets/Animator/images/Beans/T10.gif
-%%T%%/demo/applets/Animator/images/Beans/T2.gif
-%%T%%/demo/applets/Animator/images/Beans/T3.gif
-%%T%%/demo/applets/Animator/images/Beans/T4.gif
-%%T%%/demo/applets/Animator/images/Beans/T5.gif
-%%T%%/demo/applets/Animator/images/Beans/T6.gif
-%%T%%/demo/applets/Animator/images/Beans/T7.gif
-%%T%%/demo/applets/Animator/images/Beans/T8.gif
-%%T%%/demo/applets/Animator/images/Beans/T9.gif
-%%T%%/demo/applets/Animator/images/SimpleAnimation/T1.gif
-%%T%%/demo/applets/Animator/images/SimpleAnimation/T2.gif
-%%T%%/demo/applets/Animator/images/loading-msg.gif
-%%T%%/demo/applets/Animator/index.html
-%%T%%/demo/applets/ArcTest/ArcCanvas.class
-%%T%%/demo/applets/ArcTest/ArcControls.class
-%%T%%/demo/applets/ArcTest/ArcTest.class
-%%T%%/demo/applets/ArcTest/ArcTest.java
-%%T%%/demo/applets/ArcTest/IntegerTextField.class
-%%T%%/demo/applets/ArcTest/example1.html
-%%T%%/demo/applets/BarChart/BarChart.class
-%%T%%/demo/applets/BarChart/BarChart.java
-%%T%%/demo/applets/BarChart/example1.html
-%%T%%/demo/applets/Blink/Blink$1.class
-%%T%%/demo/applets/Blink/Blink.class
-%%T%%/demo/applets/Blink/Blink.java
-%%T%%/demo/applets/Blink/example1.html
-%%T%%/demo/applets/CardTest/CardPanel.class
-%%T%%/demo/applets/CardTest/CardTest.class
-%%T%%/demo/applets/CardTest/CardTest.java
-%%T%%/demo/applets/CardTest/example1.html
-%%T%%/demo/applets/Clock/Clock.class
-%%T%%/demo/applets/Clock/Clock.java
-%%T%%/demo/applets/Clock/example1.html
-%%T%%/demo/applets/DitherTest/CardinalTextField.class
-%%T%%/demo/applets/DitherTest/DitherCanvas.class
-%%T%%/demo/applets/DitherTest/DitherControls.class
-%%T%%/demo/applets/DitherTest/DitherTest.class
-%%T%%/demo/applets/DitherTest/DitherTest.java
-%%T%%/demo/applets/DitherTest/example1.html
-%%T%%/demo/applets/DrawTest/DrawControls.class
-%%T%%/demo/applets/DrawTest/DrawPanel.class
-%%T%%/demo/applets/DrawTest/DrawTest.class
-%%T%%/demo/applets/DrawTest/DrawTest.java
-%%T%%/demo/applets/DrawTest/example1.html
-%%T%%/demo/applets/Fractal/CLSFractal.class
-%%T%%/demo/applets/Fractal/CLSFractal.java
-%%T%%/demo/applets/Fractal/CLSRule.class
-%%T%%/demo/applets/Fractal/CLSTurtle.class
-%%T%%/demo/applets/Fractal/ContextLSystem.class
-%%T%%/demo/applets/Fractal/example1.html
-%%T%%/demo/applets/GraphLayout/Edge.class
-%%T%%/demo/applets/GraphLayout/Graph.class
-%%T%%/demo/applets/GraphLayout/Graph.java
-%%T%%/demo/applets/GraphLayout/GraphPanel.class
-%%T%%/demo/applets/GraphLayout/Node.class
-%%T%%/demo/applets/GraphLayout/audio/computer.au
-%%T%%/demo/applets/GraphLayout/audio/drip.au
-%%T%%/demo/applets/GraphLayout/audio/gong.au
-%%T%%/demo/applets/GraphLayout/example1.html
-%%T%%/demo/applets/GraphLayout/example2.html
-%%T%%/demo/applets/GraphLayout/example3.html
-%%T%%/demo/applets/GraphLayout/example4.html
-%%T%%/demo/applets/GraphicsTest/AppletFrame.class
-%%T%%/demo/applets/GraphicsTest/AppletFrame.java
-%%T%%/demo/applets/GraphicsTest/ArcCard.class
-%%T%%/demo/applets/GraphicsTest/ArcDegreePanel.class
-%%T%%/demo/applets/GraphicsTest/ArcPanel.class
-%%T%%/demo/applets/GraphicsTest/ColorUtils.class
-%%T%%/demo/applets/GraphicsTest/GraphicsCards.class
-%%T%%/demo/applets/GraphicsTest/GraphicsPanel.class
-%%T%%/demo/applets/GraphicsTest/GraphicsTest.class
-%%T%%/demo/applets/GraphicsTest/GraphicsTest.java
-%%T%%/demo/applets/GraphicsTest/OvalShape.class
-%%T%%/demo/applets/GraphicsTest/PolygonShape.class
-%%T%%/demo/applets/GraphicsTest/RectShape.class
-%%T%%/demo/applets/GraphicsTest/RoundRectShape.class
-%%T%%/demo/applets/GraphicsTest/Shape.class
-%%T%%/demo/applets/GraphicsTest/ShapeTest.class
-%%T%%/demo/applets/GraphicsTest/example1.html
-%%T%%/demo/applets/ImageMap/AniArea.class
-%%T%%/demo/applets/ImageMap/AniArea.java
-%%T%%/demo/applets/ImageMap/ButtonFilter.class
-%%T%%/demo/applets/ImageMap/ButtonFilter.java
-%%T%%/demo/applets/ImageMap/ClickArea.class
-%%T%%/demo/applets/ImageMap/ClickArea.java
-%%T%%/demo/applets/ImageMap/DelayedSoundArea.class
-%%T%%/demo/applets/ImageMap/DelayedSoundArea.java
-%%T%%/demo/applets/ImageMap/HighlightArea.class
-%%T%%/demo/applets/ImageMap/HighlightArea.java
-%%T%%/demo/applets/ImageMap/HighlightFilter.class
-%%T%%/demo/applets/ImageMap/HighlightFilter.java
-%%T%%/demo/applets/ImageMap/HrefButtonArea.class
-%%T%%/demo/applets/ImageMap/HrefButtonArea.java
-%%T%%/demo/applets/ImageMap/ImageMap.class
-%%T%%/demo/applets/ImageMap/ImageMap.java
-%%T%%/demo/applets/ImageMap/ImageMapArea.class
-%%T%%/demo/applets/ImageMap/ImageMapArea.java
-%%T%%/demo/applets/ImageMap/LinkArea.class
-%%T%%/demo/applets/ImageMap/LinkArea.java
-%%T%%/demo/applets/ImageMap/NameArea.class
-%%T%%/demo/applets/ImageMap/NameArea.java
-%%T%%/demo/applets/ImageMap/RoundButtonFilter.class
-%%T%%/demo/applets/ImageMap/RoundButtonFilter.java
-%%T%%/demo/applets/ImageMap/RoundHrefButtonArea.class
-%%T%%/demo/applets/ImageMap/RoundHrefButtonArea.java
-%%T%%/demo/applets/ImageMap/SoundArea.class
-%%T%%/demo/applets/ImageMap/SoundArea.java
-%%T%%/demo/applets/ImageMap/TickerArea.class
-%%T%%/demo/applets/ImageMap/TickerArea.java
-%%T%%/demo/applets/ImageMap/audio/chirp1.au
-%%T%%/demo/applets/ImageMap/audio/hi.au
-%%T%%/demo/applets/ImageMap/example1.html
-%%T%%/demo/applets/ImageMap/imagemapcheat.html
-%%T%%/demo/applets/ImageMap/images/jim.graham.gif
-%%T%%/demo/applets/ImageMap/sources.html
-%%T%%/demo/applets/JumpingBox/JumpingBox.class
-%%T%%/demo/applets/JumpingBox/JumpingBox.java
-%%T%%/demo/applets/JumpingBox/example1.html
-%%T%%/demo/applets/JumpingBox/sounds/adapt-or-die.au
-%%T%%/demo/applets/JumpingBox/sounds/cannot.be.completed.au
-%%T%%/demo/applets/JumpingBox/sounds/danger.au
-%%T%%/demo/applets/JumpingBox/sounds/ip.au
-%%T%%/demo/applets/JumpingBox/sounds/that.hurts.au
-%%T%%/demo/applets/JumpingBox/sounds/thin.bell.au
-%%T%%/demo/applets/JumpingBox/sounds/tiptoe.thru.the.tulips.au
-%%T%%/demo/applets/MoleculeViewer/Atom.class
-%%T%%/demo/applets/MoleculeViewer/Matrix3D.class
-%%T%%/demo/applets/MoleculeViewer/Matrix3D.java
-%%T%%/demo/applets/MoleculeViewer/XYZApp.class
-%%T%%/demo/applets/MoleculeViewer/XYZApp.java
-%%T%%/demo/applets/MoleculeViewer/XYZChemModel.class
-%%T%%/demo/applets/MoleculeViewer/example1.html
-%%T%%/demo/applets/MoleculeViewer/example2.html
-%%T%%/demo/applets/MoleculeViewer/example3.html
-%%T%%/demo/applets/MoleculeViewer/models/HyaluronicAcid.xyz
-%%T%%/demo/applets/MoleculeViewer/models/benzene.xyz
-%%T%%/demo/applets/MoleculeViewer/models/buckminsterfullerine.xyz
-%%T%%/demo/applets/MoleculeViewer/models/cyclohexane.xyz
-%%T%%/demo/applets/MoleculeViewer/models/ethane.xyz
-%%T%%/demo/applets/MoleculeViewer/models/water.xyz
-%%T%%/demo/applets/NervousText/NervousText.class
-%%T%%/demo/applets/NervousText/NervousText.java
-%%T%%/demo/applets/NervousText/example1.html
-%%T%%/demo/applets/SimpleGraph/GraphApplet.class
-%%T%%/demo/applets/SimpleGraph/GraphApplet.java
-%%T%%/demo/applets/SimpleGraph/example1.html
-%%T%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.class
-%%T%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.java
-%%T%%/demo/applets/SortDemo/BubbleSortAlgorithm.class
-%%T%%/demo/applets/SortDemo/BubbleSortAlgorithm.java
-%%T%%/demo/applets/SortDemo/QSortAlgorithm.class
-%%T%%/demo/applets/SortDemo/QSortAlgorithm.java
-%%T%%/demo/applets/SortDemo/SortAlgorithm.class
-%%T%%/demo/applets/SortDemo/SortAlgorithm.java
-%%T%%/demo/applets/SortDemo/SortItem.class
-%%T%%/demo/applets/SortDemo/SortItem.java
-%%T%%/demo/applets/SortDemo/example1.html
-%%T%%/demo/applets/SpreadSheet/Cell.class
-%%T%%/demo/applets/SpreadSheet/CellUpdater.class
-%%T%%/demo/applets/SpreadSheet/InputField.class
-%%T%%/demo/applets/SpreadSheet/Node.class
-%%T%%/demo/applets/SpreadSheet/SpreadSheet.class
-%%T%%/demo/applets/SpreadSheet/SpreadSheet.java
-%%T%%/demo/applets/SpreadSheet/SpreadSheetInput.class
-%%T%%/demo/applets/SpreadSheet/example1.html
-%%T%%/demo/applets/TicTacToe/TicTacToe.class
-%%T%%/demo/applets/TicTacToe/TicTacToe.java
-%%T%%/demo/applets/TicTacToe/audio/beep.au
-%%T%%/demo/applets/TicTacToe/audio/ding.au
-%%T%%/demo/applets/TicTacToe/audio/return.au
-%%T%%/demo/applets/TicTacToe/audio/yahoo1.au
-%%T%%/demo/applets/TicTacToe/audio/yahoo2.au
-%%T%%/demo/applets/TicTacToe/example1.html
-%%T%%/demo/applets/TicTacToe/images/cross.gif
-%%T%%/demo/applets/TicTacToe/images/not.gif
-%%T%%/demo/applets/WireFrame/FileFormatException.class
-%%T%%/demo/applets/WireFrame/Matrix3D.class
-%%T%%/demo/applets/WireFrame/Matrix3D.java
-%%T%%/demo/applets/WireFrame/Model3D.class
-%%T%%/demo/applets/WireFrame/ThreeD.class
-%%T%%/demo/applets/WireFrame/ThreeD.java
-%%T%%/demo/applets/WireFrame/example1.html
-%%T%%/demo/applets/WireFrame/example2.html
-%%T%%/demo/applets/WireFrame/example3.html
-%%T%%/demo/applets/WireFrame/example4.html
-%%T%%/demo/applets/WireFrame/models/cube.obj
-%%T%%/demo/applets/WireFrame/models/dinasaur.obj
-%%T%%/demo/applets/WireFrame/models/hughes_500.obj
-%%T%%/demo/applets/WireFrame/models/knoxS.obj
-%%T%%/demo/jfc/CodePointIM/CodePointIM.jar
-%%T%%/demo/jfc/CodePointIM/README.html
-%%T%%/demo/jfc/CodePointIM/README_ja.html
-%%T%%/demo/jfc/CodePointIM/README_zh_CN.html
-%%T%%/demo/jfc/CodePointIM/src/CodePointIM.java
-%%T%%/demo/jfc/CodePointIM/src/CodePointInputMethod.java
-%%T%%/demo/jfc/CodePointIM/src/CodePointInputMethodDescriptor.java
-%%T%%/demo/jfc/CodePointIM/src/resources/codepoint.properties
-%%T%%/demo/jfc/CodePointIM/src/resources/codepoint_ja.properties
-%%T%%/demo/jfc/CodePointIM/src/resources/codepoint_zh_CN.properties
-%%T%%/demo/jfc/FileChooserDemo/FileChooserDemo.jar
-%%T%%/demo/jfc/FileChooserDemo/README.txt
-%%T%%/demo/jfc/FileChooserDemo/src/ExampleFileFilter.java
-%%T%%/demo/jfc/FileChooserDemo/src/ExampleFileView.java
-%%T%%/demo/jfc/FileChooserDemo/src/FileChooserDemo.java
-%%T%%/demo/jfc/FileChooserDemo/src/resources/images/gifIcon.gif
-%%T%%/demo/jfc/FileChooserDemo/src/resources/images/jpgIcon.jpg
-%%T%%/demo/jfc/Font2DTest/Font2DTest.html
-%%T%%/demo/jfc/Font2DTest/Font2DTest.jar
-%%T%%/demo/jfc/Font2DTest/README.txt
-%%T%%/demo/jfc/Font2DTest/src/Font2DTest.java
-%%T%%/demo/jfc/Font2DTest/src/Font2DTestApplet.java
-%%T%%/demo/jfc/Font2DTest/src/FontPanel.java
-%%T%%/demo/jfc/Font2DTest/src/RangeMenu.java
-%%T%%/demo/jfc/Java2D/Java2Demo.html
-%%T%%/demo/jfc/Java2D/Java2Demo.jar
-%%T%%/demo/jfc/Java2D/README.txt
-%%T%%/demo/jfc/Java2D/src/fonts/A.ttf
-%%T%%/demo/jfc/Java2D/src/images/bld.jpg
-%%T%%/demo/jfc/Java2D/src/images/boat.png
-%%T%%/demo/jfc/Java2D/src/images/box.gif
-%%T%%/demo/jfc/Java2D/src/images/boxwave.gif
-%%T%%/demo/jfc/Java2D/src/images/clone.gif
-%%T%%/demo/jfc/Java2D/src/images/clouds.jpg
-%%T%%/demo/jfc/Java2D/src/images/cupanim.gif
-%%T%%/demo/jfc/Java2D/src/images/duke.gif
-%%T%%/demo/jfc/Java2D/src/images/duke.png
-%%T%%/demo/jfc/Java2D/src/images/duke.running.gif
-%%T%%/demo/jfc/Java2D/src/images/dukeplug.gif
-%%T%%/demo/jfc/Java2D/src/images/fight.gif
-%%T%%/demo/jfc/Java2D/src/images/globe.gif
-%%T%%/demo/jfc/Java2D/src/images/java-logo.gif
-%%T%%/demo/jfc/Java2D/src/images/java_logo.png
-%%T%%/demo/jfc/Java2D/src/images/jumptojavastrip.png
-%%T%%/demo/jfc/Java2D/src/images/loop.gif
-%%T%%/demo/jfc/Java2D/src/images/looping.gif
-%%T%%/demo/jfc/Java2D/src/images/magnify.gif
-%%T%%/demo/jfc/Java2D/src/images/painting.gif
-%%T%%/demo/jfc/Java2D/src/images/print.gif
-%%T%%/demo/jfc/Java2D/src/images/remove.gif
-%%T%%/demo/jfc/Java2D/src/images/snooze.gif
-%%T%%/demo/jfc/Java2D/src/images/star7.gif
-%%T%%/demo/jfc/Java2D/src/images/start.gif
-%%T%%/demo/jfc/Java2D/src/images/start2.gif
-%%T%%/demo/jfc/Java2D/src/images/stop.gif
-%%T%%/demo/jfc/Java2D/src/images/stop2.gif
-%%T%%/demo/jfc/Java2D/src/images/surfing.gif
-%%T%%/demo/jfc/Java2D/src/images/thumbsup.gif
-%%T%%/demo/jfc/Java2D/src/images/tip.gif
-%%T%%/demo/jfc/Java2D/src/java2d/AnimatingControlsSurface.java
-%%T%%/demo/jfc/Java2D/src/java2d/AnimatingSurface.java
-%%T%%/demo/jfc/Java2D/src/java2d/CloningFeature.java
-%%T%%/demo/jfc/Java2D/src/java2d/ControlsSurface.java
-%%T%%/demo/jfc/Java2D/src/java2d/CustomControls.java
-%%T%%/demo/jfc/Java2D/src/java2d/CustomControlsContext.java
-%%T%%/demo/jfc/Java2D/src/java2d/DemoFonts.java
-%%T%%/demo/jfc/Java2D/src/java2d/DemoGroup.java
-%%T%%/demo/jfc/Java2D/src/java2d/DemoImages.java
-%%T%%/demo/jfc/Java2D/src/java2d/DemoPanel.java
-%%T%%/demo/jfc/Java2D/src/java2d/GlobalControls.java
-%%T%%/demo/jfc/Java2D/src/java2d/GlobalPanel.java
-%%T%%/demo/jfc/Java2D/src/java2d/Intro.java
-%%T%%/demo/jfc/Java2D/src/java2d/Java2Demo.java
-%%T%%/demo/jfc/Java2D/src/java2d/Java2DemoApplet.java
-%%T%%/demo/jfc/Java2D/src/java2d/MemoryMonitor.java
-%%T%%/demo/jfc/Java2D/src/java2d/PerformanceMonitor.java
-%%T%%/demo/jfc/Java2D/src/java2d/RunWindow.java
-%%T%%/demo/jfc/Java2D/src/java2d/Surface.java
-%%T%%/demo/jfc/Java2D/src/java2d/TextureChooser.java
-%%T%%/demo/jfc/Java2D/src/java2d/Tools.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Arcs.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/BezierAnim.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Curves.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Ellipses.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Areas.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Clipping/ClipAnim.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Intersection.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Text.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Colors/BullsEye.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Colors/ColorConvert.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Colors/Rotator3D.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Composite/ACimages.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Composite/ACrules.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Composite/FadeAnim.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Fonts/AllFonts.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Fonts/AttributedStr.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Highlighting.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Outline.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Tree.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Images/DukeAnim.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Images/ImageOps.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Images/JPEGFlip.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Images/WarpImage.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Lines/Caps.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Lines/Dash.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Lines/Joins.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Lines/LineAnim.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Mix/Balls.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Mix/BezierScroller.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Mix/Stars3D.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Paint/GradAnim.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Paint/Gradient.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Paint/Texture.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Paint/TextureAnim.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Paths/Append.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Paths/CurveQuadTo.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Paths/FillStroke.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Paths/WindingRule.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Transforms/Rotate.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Transforms/SelectTx.java
-%%T%%/demo/jfc/Java2D/src/java2d/demos/Transforms/TransformAnim.java
-%%T%%/demo/jfc/Metalworks/Metalworks.jar
-%%T%%/demo/jfc/Metalworks/README.txt
-%%T%%/demo/jfc/Metalworks/src/AquaMetalTheme.java
-%%T%%/demo/jfc/Metalworks/src/BigContrastMetalTheme.java
-%%T%%/demo/jfc/Metalworks/src/ContrastMetalTheme.java
-%%T%%/demo/jfc/Metalworks/src/DemoMetalTheme.java
-%%T%%/demo/jfc/Metalworks/src/GreenMetalTheme.java
-%%T%%/demo/jfc/Metalworks/src/KhakiMetalTheme.java
-%%T%%/demo/jfc/Metalworks/src/MetalThemeMenu.java
-%%T%%/demo/jfc/Metalworks/src/Metalworks.java
-%%T%%/demo/jfc/Metalworks/src/MetalworksDocumentFrame.java
-%%T%%/demo/jfc/Metalworks/src/MetalworksFrame.java
-%%T%%/demo/jfc/Metalworks/src/MetalworksHelp.java
-%%T%%/demo/jfc/Metalworks/src/MetalworksInBox.java
-%%T%%/demo/jfc/Metalworks/src/MetalworksPrefs.java
-%%T%%/demo/jfc/Metalworks/src/PropertiesMetalTheme.java
-%%T%%/demo/jfc/Metalworks/src/UISwitchListener.java
-%%T%%/demo/jfc/Metalworks/src/resources/HelpFiles/back.gif
-%%T%%/demo/jfc/Metalworks/src/resources/HelpFiles/credits.html
-%%T%%/demo/jfc/Metalworks/src/resources/HelpFiles/duke.gif
-%%T%%/demo/jfc/Metalworks/src/resources/HelpFiles/javalogo.gif
-%%T%%/demo/jfc/Metalworks/src/resources/HelpFiles/metal.html
-%%T%%/demo/jfc/Metalworks/src/resources/HelpFiles/metalworks.html
-%%T%%/demo/jfc/Metalworks/src/resources/HelpFiles/swing.html
-%%T%%/demo/jfc/Metalworks/src/resources/HelpFiles/toc.html
-%%T%%/demo/jfc/Metalworks/src/resources/MyTheme.theme
-%%T%%/demo/jfc/Notepad/Notepad.jar
-%%T%%/demo/jfc/Notepad/README.txt
-%%T%%/demo/jfc/Notepad/src/ElementTreePanel.java
-%%T%%/demo/jfc/Notepad/src/Notepad.java
-%%T%%/demo/jfc/Notepad/src/resources/Notepad.properties
-%%T%%/demo/jfc/Notepad/src/resources/Notepad_fr.properties
-%%T%%/demo/jfc/Notepad/src/resources/Notepad_sv.properties
-%%T%%/demo/jfc/Notepad/src/resources/Notepad_zh_CN.properties
-%%T%%/demo/jfc/Notepad/src/resources/copy.gif
-%%T%%/demo/jfc/Notepad/src/resources/cut.gif
-%%T%%/demo/jfc/Notepad/src/resources/new.gif
-%%T%%/demo/jfc/Notepad/src/resources/open.gif
-%%T%%/demo/jfc/Notepad/src/resources/paste.gif
-%%T%%/demo/jfc/Notepad/src/resources/save.gif
-%%T%%/demo/jfc/SampleTree/README.txt
-%%T%%/demo/jfc/SampleTree/SampleTree.jar
-%%T%%/demo/jfc/SampleTree/src/DynamicTreeNode.java
-%%T%%/demo/jfc/SampleTree/src/SampleData.java
-%%T%%/demo/jfc/SampleTree/src/SampleTree.java
-%%T%%/demo/jfc/SampleTree/src/SampleTreeCellRenderer.java
-%%T%%/demo/jfc/SampleTree/src/SampleTreeModel.java
-%%T%%/demo/jfc/SampleTree/src/resources/images/collapsed.gif
-%%T%%/demo/jfc/SampleTree/src/resources/images/expanded.gif
-%%T%%/demo/jfc/Stylepad/README.txt
-%%T%%/demo/jfc/Stylepad/Stylepad.jar
-%%T%%/demo/jfc/Stylepad/src/ElementTreePanel.java
-%%T%%/demo/jfc/Stylepad/src/HelloWorld.java
-%%T%%/demo/jfc/Stylepad/src/Notepad.java
-%%T%%/demo/jfc/Stylepad/src/Stylepad.java
-%%T%%/demo/jfc/Stylepad/src/Wonderland.java
-%%T%%/demo/jfc/Stylepad/src/resources/Notepad.properties
-%%T%%/demo/jfc/Stylepad/src/resources/Notepad_fr.properties
-%%T%%/demo/jfc/Stylepad/src/resources/Notepad_sv.properties
-%%T%%/demo/jfc/Stylepad/src/resources/Notepad_zh_CN.properties
-%%T%%/demo/jfc/Stylepad/src/resources/Stylepad.properties
-%%T%%/demo/jfc/Stylepad/src/resources/Stylepad_sv.properties
-%%T%%/demo/jfc/Stylepad/src/resources/Stylepad_zh_CN.properties
-%%T%%/demo/jfc/Stylepad/src/resources/alice.gif
-%%T%%/demo/jfc/Stylepad/src/resources/bold.gif
-%%T%%/demo/jfc/Stylepad/src/resources/bullets.gif
-%%T%%/demo/jfc/Stylepad/src/resources/caterpillar.gif
-%%T%%/demo/jfc/Stylepad/src/resources/center.gif
-%%T%%/demo/jfc/Stylepad/src/resources/copy.gif
-%%T%%/demo/jfc/Stylepad/src/resources/cut.gif
-%%T%%/demo/jfc/Stylepad/src/resources/fg.gif
-%%T%%/demo/jfc/Stylepad/src/resources/hatter.gif
-%%T%%/demo/jfc/Stylepad/src/resources/italic.gif
-%%T%%/demo/jfc/Stylepad/src/resources/left.gif
-%%T%%/demo/jfc/Stylepad/src/resources/new.gif
-%%T%%/demo/jfc/Stylepad/src/resources/open.gif
-%%T%%/demo/jfc/Stylepad/src/resources/paste.gif
-%%T%%/demo/jfc/Stylepad/src/resources/rabbit.gif
-%%T%%/demo/jfc/Stylepad/src/resources/rabbit2.gif
-%%T%%/demo/jfc/Stylepad/src/resources/right.gif
-%%T%%/demo/jfc/Stylepad/src/resources/save.gif
-%%T%%/demo/jfc/Stylepad/src/resources/underline.gif
-%%T%%/demo/jfc/SwingApplet/README.txt
-%%T%%/demo/jfc/SwingApplet/SwingApplet.html
-%%T%%/demo/jfc/SwingApplet/SwingApplet.jar
-%%T%%/demo/jfc/SwingApplet/src/SwingApplet.java
-%%T%%/demo/jfc/SwingSet2/README.txt
-%%T%%/demo/jfc/SwingSet2/SwingSet2.html
-%%T%%/demo/jfc/SwingSet2/SwingSet2.jar
-%%T%%/demo/jfc/SwingSet2/src/AquaTheme.java
-%%T%%/demo/jfc/SwingSet2/src/BezierAnimationPanel.java
-%%T%%/demo/jfc/SwingSet2/src/ButtonDemo.java
-%%T%%/demo/jfc/SwingSet2/src/CharcoalTheme.java
-%%T%%/demo/jfc/SwingSet2/src/CodeViewer.java
-%%T%%/demo/jfc/SwingSet2/src/ColorChooserDemo.java
-%%T%%/demo/jfc/SwingSet2/src/ComboBoxDemo.java
-%%T%%/demo/jfc/SwingSet2/src/ContrastTheme.java
-%%T%%/demo/jfc/SwingSet2/src/DemoModule.java
-%%T%%/demo/jfc/SwingSet2/src/DirectionPanel.java
-%%T%%/demo/jfc/SwingSet2/src/EmeraldTheme.java
-%%T%%/demo/jfc/SwingSet2/src/ExampleFileFilter.java
-%%T%%/demo/jfc/SwingSet2/src/ExampleFileView.java
-%%T%%/demo/jfc/SwingSet2/src/FileChooserDemo.java
-%%T%%/demo/jfc/SwingSet2/src/HtmlDemo.java
-%%T%%/demo/jfc/SwingSet2/src/InternalFrameDemo.java
-%%T%%/demo/jfc/SwingSet2/src/LayoutControlPanel.java
-%%T%%/demo/jfc/SwingSet2/src/ListDemo.java
-%%T%%/demo/jfc/SwingSet2/src/OptionPaneDemo.java
-%%T%%/demo/jfc/SwingSet2/src/Permuter.java
-%%T%%/demo/jfc/SwingSet2/src/ProgressBarDemo.java
-%%T%%/demo/jfc/SwingSet2/src/RubyTheme.java
-%%T%%/demo/jfc/SwingSet2/src/ScrollPaneDemo.java
-%%T%%/demo/jfc/SwingSet2/src/SliderDemo.java
-%%T%%/demo/jfc/SwingSet2/src/SplitPaneDemo.java
-%%T%%/demo/jfc/SwingSet2/src/SwingSet2.java
-%%T%%/demo/jfc/SwingSet2/src/SwingSet2Applet.java
-%%T%%/demo/jfc/SwingSet2/src/TabbedPaneDemo.java
-%%T%%/demo/jfc/SwingSet2/src/TableDemo.java
-%%T%%/demo/jfc/SwingSet2/src/ToolTipDemo.java
-%%T%%/demo/jfc/SwingSet2/src/TreeDemo.java
-%%T%%/demo/jfc/SwingSet2/src/resources/ant.html
-%%T%%/demo/jfc/SwingSet2/src/resources/bug.html
-%%T%%/demo/jfc/SwingSet2/src/resources/images/About.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/COPYRIGHT
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/apple.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/asparagus.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/banana.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/broccoli.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/cantaloupe.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/carrot.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/corn.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/grapefruit.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/grapes.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/kiwi.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/onion.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/peach.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/pear.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/pepper.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/pickle.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/pineapple.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/raspberry.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/strawberry.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/tomato.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/watermelon.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/cab.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/cab_small.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/fish.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/fish_small.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/moon.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/moon_small.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/sun.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/sun_small.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/Octavo/COPYRIGHT
-%%T%%/demo/jfc/SwingSet2/src/resources/images/Octavo/ant.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/Octavo/book.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/Octavo/bug.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/Octavo/bug2.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/Octavo/crest.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/Octavo/king.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/Octavo/micro.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/Octavo/seaweed.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/Splash.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b1.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b1d.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b1p.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b1r.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b2.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b2d.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b2p.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b2r.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b3.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b3d.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b3p.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b3r.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/bl.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/bldn.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/bm.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/bmdn.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/br.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/brdn.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/c.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/cb.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/cbr.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/cbrs.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/cbs.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/cdn.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/ml.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/mldn.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/mr.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/mrdn.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/rb.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/rbp.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/rbr.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/rbrs.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/rbs.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/tl.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/tldn.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/tm.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/tmdn.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/toggle.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/toggledn.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/tr.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/trdn.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/brenteyes.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/brenthair.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/brentmouth.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/georgeseyes.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/georgeshair.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/georgesmouth.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/hanseyes.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/hanshair.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/hansmouth.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/howardeyes.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/howardhair.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/howardmouth.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/jameseyes.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/jameshair.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/jamesmouth.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/jeffeyes.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/jeffhair.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/jeffmouth.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/joneyes.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/jonhair.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/jonmouth.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/laraeyes.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/larahair.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/laramouth.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/larryeyes.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/larryhair.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/larrymouth.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/lisaeyes.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/lisahair.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/lisamouth.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/michaeleyes.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/michaelhair.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/michaelmouth.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/philipeyes.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/philiphair.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/philipmouth.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/scotteyes.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/scotthair.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/scottmouth.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/filechooser/find.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/filechooser/gifIcon.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/filechooser/help.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/filechooser/jpgIcon.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/htmldemo/back.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/htmldemo/forward.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/htmldemo/header.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/list/blue.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/list/cyan.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/list/gray.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/list/green.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/list/magenta.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/list/red.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/list/yellow.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/optionpane/bottle.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/optionpane/ibd.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/optionpane/ibu.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/COPYRIGHT
-%%T%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/colheader.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/crayons.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/lowerleft.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/rowheader.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/upperleft.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/upperright.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/splitpane/README
-%%T%%/demo/jfc/SwingSet2/src/resources/images/splitpane/earth.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/splitpane/moon.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/blake.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/brooke.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/david.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/ewan.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/ewan.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/hania.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/laine.jpg
-%%T%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/matthew.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/stephen.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JButton.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JColorChooser.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JComboBox.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JDesktop.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JDialog.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JEditorPane.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JFileChooser.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JList.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JMenu.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JOptionPane.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JProgressBar.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JRadioButton.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JScrollBar.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JScrollPane.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JSlider.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JSplitPane.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JTabbedPane.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JTable.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JTree.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/ToolTip.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/images/tooltip/cow.gif
-%%T%%/demo/jfc/SwingSet2/src/resources/index.html
-%%T%%/demo/jfc/SwingSet2/src/resources/king.html
-%%T%%/demo/jfc/SwingSet2/src/resources/preface.html
-%%T%%/demo/jfc/SwingSet2/src/resources/seaweed.html
-%%T%%/demo/jfc/SwingSet2/src/resources/swingset.properties
-%%T%%/demo/jfc/SwingSet2/src/resources/swingset_ja.properties
-%%T%%/demo/jfc/SwingSet2/src/resources/title.html
-%%T%%/demo/jfc/SwingSet2/src/resources/tree.txt
-%%T%%/demo/jfc/TableExample/README.txt
-%%T%%/demo/jfc/TableExample/TableExample.jar
-%%T%%/demo/jfc/TableExample/src/JDBCAdapter.java
-%%T%%/demo/jfc/TableExample/src/OldJTable.java
-%%T%%/demo/jfc/TableExample/src/TableExample.java
-%%T%%/demo/jfc/TableExample/src/TableExample2.java
-%%T%%/demo/jfc/TableExample/src/TableExample3.java
-%%T%%/demo/jfc/TableExample/src/TableExample4.java
-%%T%%/demo/jfc/TableExample/src/TableMap.java
-%%T%%/demo/jfc/TableExample/src/TableSorter.java
-%%T%%/demo/jpda/examples.jar
-%%T%%/demo/jvmti/agent_util/README.txt
-%%T%%/demo/jvmti/agent_util/src/agent_util.c
-%%T%%/demo/jvmti/agent_util/src/agent_util.h
-%%T%%/demo/jvmti/gctest/README.txt
-%%T%%/demo/jvmti/gctest/lib/libgctest.so
-%%T%%/demo/jvmti/gctest/lib/libgctest_g.so
-%%T%%/demo/jvmti/gctest/src/gctest.c
-%%T%%/demo/jvmti/gctest/src/sample.makefile.txt
-%%T%%/demo/jvmti/heapTracker/README.txt
-%%T%%/demo/jvmti/heapTracker/heapTracker.jar
-%%T%%/demo/jvmti/heapTracker/lib/libheapTracker.so
-%%T%%/demo/jvmti/heapTracker/lib/libheapTracker_g.so
-%%T%%/demo/jvmti/heapTracker/src/HeapTracker.java
-%%T%%/demo/jvmti/heapTracker/src/heapTracker.c
-%%T%%/demo/jvmti/heapTracker/src/heapTracker.h
-%%T%%/demo/jvmti/heapTracker/src/sample.makefile.txt
-%%T%%/demo/jvmti/heapViewer/README.txt
-%%T%%/demo/jvmti/heapViewer/lib/libheapViewer.so
-%%T%%/demo/jvmti/heapViewer/lib/libheapViewer_g.so
-%%T%%/demo/jvmti/heapViewer/src/heapViewer.c
-%%T%%/demo/jvmti/heapViewer/src/sample.makefile.txt
-%%T%%/demo/jvmti/hprof/README.txt
-%%T%%/demo/jvmti/hprof/src/Tracker.java
-%%T%%/demo/jvmti/hprof/src/debug_malloc.c
-%%T%%/demo/jvmti/hprof/src/debug_malloc.h
-%%T%%/demo/jvmti/hprof/src/hprof.h
-%%T%%/demo/jvmti/hprof/src/hprof_blocks.c
-%%T%%/demo/jvmti/hprof/src/hprof_blocks.h
-%%T%%/demo/jvmti/hprof/src/hprof_class.c
-%%T%%/demo/jvmti/hprof/src/hprof_class.h
-%%T%%/demo/jvmti/hprof/src/hprof_cpu.c
-%%T%%/demo/jvmti/hprof/src/hprof_cpu.h
-%%T%%/demo/jvmti/hprof/src/hprof_error.c
-%%T%%/demo/jvmti/hprof/src/hprof_error.h
-%%T%%/demo/jvmti/hprof/src/hprof_event.c
-%%T%%/demo/jvmti/hprof/src/hprof_event.h
-%%T%%/demo/jvmti/hprof/src/hprof_frame.c
-%%T%%/demo/jvmti/hprof/src/hprof_frame.h
-%%T%%/demo/jvmti/hprof/src/hprof_init.c
-%%T%%/demo/jvmti/hprof/src/hprof_init.h
-%%T%%/demo/jvmti/hprof/src/hprof_io.c
-%%T%%/demo/jvmti/hprof/src/hprof_io.h
-%%T%%/demo/jvmti/hprof/src/hprof_ioname.c
-%%T%%/demo/jvmti/hprof/src/hprof_ioname.h
-%%T%%/demo/jvmti/hprof/src/hprof_listener.c
-%%T%%/demo/jvmti/hprof/src/hprof_listener.h
-%%T%%/demo/jvmti/hprof/src/hprof_loader.c
-%%T%%/demo/jvmti/hprof/src/hprof_loader.h
-%%T%%/demo/jvmti/hprof/src/hprof_md.h
-%%T%%/demo/jvmti/hprof/src/hprof_monitor.c
-%%T%%/demo/jvmti/hprof/src/hprof_monitor.h
-%%T%%/demo/jvmti/hprof/src/hprof_object.c
-%%T%%/demo/jvmti/hprof/src/hprof_object.h
-%%T%%/demo/jvmti/hprof/src/hprof_reference.c
-%%T%%/demo/jvmti/hprof/src/hprof_reference.h
-%%T%%/demo/jvmti/hprof/src/hprof_site.c
-%%T%%/demo/jvmti/hprof/src/hprof_site.h
-%%T%%/demo/jvmti/hprof/src/hprof_stack.c
-%%T%%/demo/jvmti/hprof/src/hprof_stack.h
-%%T%%/demo/jvmti/hprof/src/hprof_string.c
-%%T%%/demo/jvmti/hprof/src/hprof_string.h
-%%T%%/demo/jvmti/hprof/src/hprof_table.c
-%%T%%/demo/jvmti/hprof/src/hprof_table.h
-%%T%%/demo/jvmti/hprof/src/hprof_tag.c
-%%T%%/demo/jvmti/hprof/src/hprof_tag.h
-%%T%%/demo/jvmti/hprof/src/hprof_tls.c
-%%T%%/demo/jvmti/hprof/src/hprof_tls.h
-%%T%%/demo/jvmti/hprof/src/hprof_trace.c
-%%T%%/demo/jvmti/hprof/src/hprof_trace.h
-%%T%%/demo/jvmti/hprof/src/hprof_tracker.c
-%%T%%/demo/jvmti/hprof/src/hprof_tracker.h
-%%T%%/demo/jvmti/hprof/src/hprof_util.c
-%%T%%/demo/jvmti/hprof/src/hprof_util.h
-%%T%%/demo/jvmti/hprof/src/jvm.hprof.txt
-%%T%%/demo/jvmti/hprof/src/linux/hprof_md.c
-%%T%%/demo/jvmti/hprof/src/manual.html
-%%T%%/demo/jvmti/hprof/src/sample.makefile.txt
-%%T%%/demo/jvmti/index.html
-%%T%%/demo/jvmti/java_crw_demo/README.txt
-%%T%%/demo/jvmti/java_crw_demo/src/classfile_constants.h
-%%T%%/demo/jvmti/java_crw_demo/src/java_crw_demo.c
-%%T%%/demo/jvmti/java_crw_demo/src/java_crw_demo.h
-%%T%%/demo/jvmti/java_crw_demo/src/sample.makefile.txt
-%%T%%/demo/jvmti/java_crw_demo/src/test_crw.c
-%%T%%/demo/jvmti/mtrace/README.txt
-%%T%%/demo/jvmti/mtrace/lib/libmtrace.so
-%%T%%/demo/jvmti/mtrace/lib/libmtrace_g.so
-%%T%%/demo/jvmti/mtrace/mtrace.jar
-%%T%%/demo/jvmti/mtrace/src/Mtrace.java
-%%T%%/demo/jvmti/mtrace/src/mtrace.c
-%%T%%/demo/jvmti/mtrace/src/mtrace.h
-%%T%%/demo/jvmti/mtrace/src/sample.makefile.txt
-%%T%%/demo/jvmti/versionCheck/README.txt
-%%T%%/demo/jvmti/versionCheck/lib/libversionCheck.so
-%%T%%/demo/jvmti/versionCheck/lib/libversionCheck_g.so
-%%T%%/demo/jvmti/versionCheck/src/sample.makefile.txt
-%%T%%/demo/jvmti/versionCheck/src/versionCheck.c
-%%T%%/demo/jvmti/waiters/README.txt
-%%T%%/demo/jvmti/waiters/lib/libwaiters.so
-%%T%%/demo/jvmti/waiters/lib/libwaiters_g.so
-%%T%%/demo/jvmti/waiters/src/Agent.cpp
-%%T%%/demo/jvmti/waiters/src/Agent.hpp
-%%T%%/demo/jvmti/waiters/src/Monitor.cpp
-%%T%%/demo/jvmti/waiters/src/Monitor.hpp
-%%T%%/demo/jvmti/waiters/src/Thread.cpp
-%%T%%/demo/jvmti/waiters/src/Thread.hpp
-%%T%%/demo/jvmti/waiters/src/sample.makefile.txt
-%%T%%/demo/jvmti/waiters/src/waiters.cpp
-%%T%%/demo/management/FullThreadDump/FullThreadDump.jar
-%%T%%/demo/management/FullThreadDump/README.txt
-%%T%%/demo/management/FullThreadDump/src/Deadlock.java
-%%T%%/demo/management/FullThreadDump/src/FullThreadDump.java
-%%T%%/demo/management/FullThreadDump/src/ThreadMonitor.java
-%%T%%/demo/management/JTop/JTop.jar
-%%T%%/demo/management/JTop/README.txt
-%%T%%/demo/management/JTop/src/JTop.java
-%%T%%/demo/management/MemoryMonitor/MemoryMonitor.jar
-%%T%%/demo/management/MemoryMonitor/README.txt
-%%T%%/demo/management/MemoryMonitor/src/MemoryMonitor.java
-%%T%%/demo/management/VerboseGC/README.txt
-%%T%%/demo/management/VerboseGC/VerboseGC.jar
-%%T%%/demo/management/VerboseGC/src/PrintGCStat.java
-%%T%%/demo/management/VerboseGC/src/VerboseGC.java
-%%T%%/demo/management/index.html
-%%T%%/demo/plugin/applets.html
-%%T%%/demo/plugin/applets/Animator/Animation.class
-%%T%%/demo/plugin/applets/Animator/AnimationFrame.class
-%%T%%/demo/plugin/applets/Animator/Animator.class
-%%T%%/demo/plugin/applets/Animator/Animator.java
-%%T%%/demo/plugin/applets/Animator/DescriptionFrame.class
-%%T%%/demo/plugin/applets/Animator/ParseException.class
-%%T%%/demo/plugin/applets/Animator/audio/0.au
-%%T%%/demo/plugin/applets/Animator/audio/1.au
-%%T%%/demo/plugin/applets/Animator/audio/2.au
-%%T%%/demo/plugin/applets/Animator/audio/3.au
-%%T%%/demo/plugin/applets/Animator/audio/4.au
-%%T%%/demo/plugin/applets/Animator/audio/5.au
-%%T%%/demo/plugin/applets/Animator/audio/6.au
-%%T%%/demo/plugin/applets/Animator/audio/7.au
-%%T%%/demo/plugin/applets/Animator/audio/8.au
-%%T%%/demo/plugin/applets/Animator/audio/9.au
-%%T%%/demo/plugin/applets/Animator/audio/spacemusic.au
-%%T%%/demo/plugin/applets/Animator/example1.html
-%%T%%/demo/plugin/applets/Animator/example2.html
-%%T%%/demo/plugin/applets/Animator/example3.html
-%%T%%/demo/plugin/applets/Animator/example4.html
-%%T%%/demo/plugin/applets/Animator/images/Beans/T1.gif
-%%T%%/demo/plugin/applets/Animator/images/Beans/T10.gif
-%%T%%/demo/plugin/applets/Animator/images/Beans/T2.gif
-%%T%%/demo/plugin/applets/Animator/images/Beans/T3.gif
-%%T%%/demo/plugin/applets/Animator/images/Beans/T4.gif
-%%T%%/demo/plugin/applets/Animator/images/Beans/T5.gif
-%%T%%/demo/plugin/applets/Animator/images/Beans/T6.gif
-%%T%%/demo/plugin/applets/Animator/images/Beans/T7.gif
-%%T%%/demo/plugin/applets/Animator/images/Beans/T8.gif
-%%T%%/demo/plugin/applets/Animator/images/Beans/T9.gif
-%%T%%/demo/plugin/applets/Animator/images/SimpleAnimation/T1.gif
-%%T%%/demo/plugin/applets/Animator/images/SimpleAnimation/T2.gif
-%%T%%/demo/plugin/applets/Animator/images/loading-msg.gif
-%%T%%/demo/plugin/applets/Animator/index.html
-%%T%%/demo/plugin/applets/ArcTest/ArcCanvas.class
-%%T%%/demo/plugin/applets/ArcTest/ArcControls.class
-%%T%%/demo/plugin/applets/ArcTest/ArcTest.class
-%%T%%/demo/plugin/applets/ArcTest/ArcTest.java
-%%T%%/demo/plugin/applets/ArcTest/IntegerTextField.class
-%%T%%/demo/plugin/applets/ArcTest/example1.html
-%%T%%/demo/plugin/applets/BarChart/BarChart.class
-%%T%%/demo/plugin/applets/BarChart/BarChart.java
-%%T%%/demo/plugin/applets/BarChart/example1.html
-%%T%%/demo/plugin/applets/Blink/Blink$1.class
-%%T%%/demo/plugin/applets/Blink/Blink.class
-%%T%%/demo/plugin/applets/Blink/Blink.java
-%%T%%/demo/plugin/applets/Blink/example1.html
-%%T%%/demo/plugin/applets/CardTest/CardPanel.class
-%%T%%/demo/plugin/applets/CardTest/CardTest.class
-%%T%%/demo/plugin/applets/CardTest/CardTest.java
-%%T%%/demo/plugin/applets/CardTest/example1.html
-%%T%%/demo/plugin/applets/Clock/Clock.class
-%%T%%/demo/plugin/applets/Clock/Clock.java
-%%T%%/demo/plugin/applets/Clock/example1.html
-%%T%%/demo/plugin/applets/DitherTest/CardinalTextField.class
-%%T%%/demo/plugin/applets/DitherTest/DitherCanvas.class
-%%T%%/demo/plugin/applets/DitherTest/DitherControls.class
-%%T%%/demo/plugin/applets/DitherTest/DitherTest.class
-%%T%%/demo/plugin/applets/DitherTest/DitherTest.java
-%%T%%/demo/plugin/applets/DitherTest/example1.html
-%%T%%/demo/plugin/applets/DrawTest/DrawControls.class
-%%T%%/demo/plugin/applets/DrawTest/DrawPanel.class
-%%T%%/demo/plugin/applets/DrawTest/DrawTest.class
-%%T%%/demo/plugin/applets/DrawTest/DrawTest.java
-%%T%%/demo/plugin/applets/DrawTest/example1.html
-%%T%%/demo/plugin/applets/Fractal/CLSFractal.class
-%%T%%/demo/plugin/applets/Fractal/CLSFractal.java
-%%T%%/demo/plugin/applets/Fractal/CLSRule.class
-%%T%%/demo/plugin/applets/Fractal/CLSTurtle.class
-%%T%%/demo/plugin/applets/Fractal/ContextLSystem.class
-%%T%%/demo/plugin/applets/Fractal/example1.html
-%%T%%/demo/plugin/applets/GraphLayout/Edge.class
-%%T%%/demo/plugin/applets/GraphLayout/Graph.class
-%%T%%/demo/plugin/applets/GraphLayout/Graph.java
-%%T%%/demo/plugin/applets/GraphLayout/GraphPanel.class
-%%T%%/demo/plugin/applets/GraphLayout/Node.class
-%%T%%/demo/plugin/applets/GraphLayout/audio/computer.au
-%%T%%/demo/plugin/applets/GraphLayout/audio/drip.au
-%%T%%/demo/plugin/applets/GraphLayout/audio/gong.au
-%%T%%/demo/plugin/applets/GraphLayout/example1.html
-%%T%%/demo/plugin/applets/GraphLayout/example2.html
-%%T%%/demo/plugin/applets/GraphLayout/example3.html
-%%T%%/demo/plugin/applets/GraphLayout/example4.html
-%%T%%/demo/plugin/applets/GraphicsTest/AppletFrame.class
-%%T%%/demo/plugin/applets/GraphicsTest/AppletFrame.java
-%%T%%/demo/plugin/applets/GraphicsTest/ArcCard.class
-%%T%%/demo/plugin/applets/GraphicsTest/ArcDegreePanel.class
-%%T%%/demo/plugin/applets/GraphicsTest/ArcPanel.class
-%%T%%/demo/plugin/applets/GraphicsTest/ColorUtils.class
-%%T%%/demo/plugin/applets/GraphicsTest/GraphicsCards.class
-%%T%%/demo/plugin/applets/GraphicsTest/GraphicsPanel.class
-%%T%%/demo/plugin/applets/GraphicsTest/GraphicsTest.class
-%%T%%/demo/plugin/applets/GraphicsTest/GraphicsTest.java
-%%T%%/demo/plugin/applets/GraphicsTest/OvalShape.class
-%%T%%/demo/plugin/applets/GraphicsTest/PolygonShape.class
-%%T%%/demo/plugin/applets/GraphicsTest/RectShape.class
-%%T%%/demo/plugin/applets/GraphicsTest/RoundRectShape.class
-%%T%%/demo/plugin/applets/GraphicsTest/Shape.class
-%%T%%/demo/plugin/applets/GraphicsTest/ShapeTest.class
-%%T%%/demo/plugin/applets/GraphicsTest/example1.html
-%%T%%/demo/plugin/applets/ImageMap/AniArea.class
-%%T%%/demo/plugin/applets/ImageMap/AniArea.java
-%%T%%/demo/plugin/applets/ImageMap/ButtonFilter.class
-%%T%%/demo/plugin/applets/ImageMap/ButtonFilter.java
-%%T%%/demo/plugin/applets/ImageMap/ClickArea.class
-%%T%%/demo/plugin/applets/ImageMap/ClickArea.java
-%%T%%/demo/plugin/applets/ImageMap/DelayedSoundArea.class
-%%T%%/demo/plugin/applets/ImageMap/DelayedSoundArea.java
-%%T%%/demo/plugin/applets/ImageMap/HighlightArea.class
-%%T%%/demo/plugin/applets/ImageMap/HighlightArea.java
-%%T%%/demo/plugin/applets/ImageMap/HighlightFilter.class
-%%T%%/demo/plugin/applets/ImageMap/HighlightFilter.java
-%%T%%/demo/plugin/applets/ImageMap/HrefButtonArea.class
-%%T%%/demo/plugin/applets/ImageMap/HrefButtonArea.java
-%%T%%/demo/plugin/applets/ImageMap/ImageMap.class
-%%T%%/demo/plugin/applets/ImageMap/ImageMap.java
-%%T%%/demo/plugin/applets/ImageMap/ImageMapArea.class
-%%T%%/demo/plugin/applets/ImageMap/ImageMapArea.java
-%%T%%/demo/plugin/applets/ImageMap/LinkArea.class
-%%T%%/demo/plugin/applets/ImageMap/LinkArea.java
-%%T%%/demo/plugin/applets/ImageMap/NameArea.class
-%%T%%/demo/plugin/applets/ImageMap/NameArea.java
-%%T%%/demo/plugin/applets/ImageMap/RoundButtonFilter.class
-%%T%%/demo/plugin/applets/ImageMap/RoundButtonFilter.java
-%%T%%/demo/plugin/applets/ImageMap/RoundHrefButtonArea.class
-%%T%%/demo/plugin/applets/ImageMap/RoundHrefButtonArea.java
-%%T%%/demo/plugin/applets/ImageMap/SoundArea.class
-%%T%%/demo/plugin/applets/ImageMap/SoundArea.java
-%%T%%/demo/plugin/applets/ImageMap/TickerArea.class
-%%T%%/demo/plugin/applets/ImageMap/TickerArea.java
-%%T%%/demo/plugin/applets/ImageMap/audio/chirp1.au
-%%T%%/demo/plugin/applets/ImageMap/audio/hi.au
-%%T%%/demo/plugin/applets/ImageMap/example1.html
-%%T%%/demo/plugin/applets/ImageMap/imagemapcheat.html
-%%T%%/demo/plugin/applets/ImageMap/images/jim.graham.gif
-%%T%%/demo/plugin/applets/ImageMap/sources.html
-%%T%%/demo/plugin/applets/JumpingBox/JumpingBox.class
-%%T%%/demo/plugin/applets/JumpingBox/JumpingBox.java
-%%T%%/demo/plugin/applets/JumpingBox/example1.html
-%%T%%/demo/plugin/applets/JumpingBox/sounds/adapt-or-die.au
-%%T%%/demo/plugin/applets/JumpingBox/sounds/cannot.be.completed.au
-%%T%%/demo/plugin/applets/JumpingBox/sounds/danger.au
-%%T%%/demo/plugin/applets/JumpingBox/sounds/ip.au
-%%T%%/demo/plugin/applets/JumpingBox/sounds/that.hurts.au
-%%T%%/demo/plugin/applets/JumpingBox/sounds/thin.bell.au
-%%T%%/demo/plugin/applets/JumpingBox/sounds/tiptoe.thru.the.tulips.au
-%%T%%/demo/plugin/applets/MoleculeViewer/Atom.class
-%%T%%/demo/plugin/applets/MoleculeViewer/Matrix3D.class
-%%T%%/demo/plugin/applets/MoleculeViewer/Matrix3D.java
-%%T%%/demo/plugin/applets/MoleculeViewer/XYZApp.class
-%%T%%/demo/plugin/applets/MoleculeViewer/XYZApp.java
-%%T%%/demo/plugin/applets/MoleculeViewer/XYZChemModel.class
-%%T%%/demo/plugin/applets/MoleculeViewer/example1.html
-%%T%%/demo/plugin/applets/MoleculeViewer/example2.html
-%%T%%/demo/plugin/applets/MoleculeViewer/example3.html
-%%T%%/demo/plugin/applets/MoleculeViewer/models/HyaluronicAcid.xyz
-%%T%%/demo/plugin/applets/MoleculeViewer/models/benzene.xyz
-%%T%%/demo/plugin/applets/MoleculeViewer/models/buckminsterfullerine.xyz
-%%T%%/demo/plugin/applets/MoleculeViewer/models/cyclohexane.xyz
-%%T%%/demo/plugin/applets/MoleculeViewer/models/ethane.xyz
-%%T%%/demo/plugin/applets/MoleculeViewer/models/water.xyz
-%%T%%/demo/plugin/applets/NervousText/NervousText.class
-%%T%%/demo/plugin/applets/NervousText/NervousText.java
-%%T%%/demo/plugin/applets/NervousText/example1.html
-%%T%%/demo/plugin/applets/SimpleGraph/GraphApplet.class
-%%T%%/demo/plugin/applets/SimpleGraph/GraphApplet.java
-%%T%%/demo/plugin/applets/SimpleGraph/example1.html
-%%T%%/demo/plugin/applets/SortDemo/BidirBubbleSortAlgorithm.class
-%%T%%/demo/plugin/applets/SortDemo/BidirBubbleSortAlgorithm.java
-%%T%%/demo/plugin/applets/SortDemo/BubbleSortAlgorithm.class
-%%T%%/demo/plugin/applets/SortDemo/BubbleSortAlgorithm.java
-%%T%%/demo/plugin/applets/SortDemo/QSortAlgorithm.class
-%%T%%/demo/plugin/applets/SortDemo/QSortAlgorithm.java
-%%T%%/demo/plugin/applets/SortDemo/SortAlgorithm.class
-%%T%%/demo/plugin/applets/SortDemo/SortAlgorithm.java
-%%T%%/demo/plugin/applets/SortDemo/SortItem.class
-%%T%%/demo/plugin/applets/SortDemo/SortItem.java
-%%T%%/demo/plugin/applets/SortDemo/example1.html
-%%T%%/demo/plugin/applets/SpreadSheet/Cell.class
-%%T%%/demo/plugin/applets/SpreadSheet/CellUpdater.class
-%%T%%/demo/plugin/applets/SpreadSheet/InputField.class
-%%T%%/demo/plugin/applets/SpreadSheet/Node.class
-%%T%%/demo/plugin/applets/SpreadSheet/SpreadSheet.class
-%%T%%/demo/plugin/applets/SpreadSheet/SpreadSheet.java
-%%T%%/demo/plugin/applets/SpreadSheet/SpreadSheetInput.class
-%%T%%/demo/plugin/applets/SpreadSheet/example1.html
-%%T%%/demo/plugin/applets/TicTacToe/TicTacToe.class
-%%T%%/demo/plugin/applets/TicTacToe/TicTacToe.java
-%%T%%/demo/plugin/applets/TicTacToe/audio/beep.au
-%%T%%/demo/plugin/applets/TicTacToe/audio/ding.au
-%%T%%/demo/plugin/applets/TicTacToe/audio/return.au
-%%T%%/demo/plugin/applets/TicTacToe/audio/yahoo1.au
-%%T%%/demo/plugin/applets/TicTacToe/audio/yahoo2.au
-%%T%%/demo/plugin/applets/TicTacToe/example1.html
-%%T%%/demo/plugin/applets/TicTacToe/images/cross.gif
-%%T%%/demo/plugin/applets/TicTacToe/images/not.gif
-%%T%%/demo/plugin/applets/WireFrame/FileFormatException.class
-%%T%%/demo/plugin/applets/WireFrame/Matrix3D.class
-%%T%%/demo/plugin/applets/WireFrame/Matrix3D.java
-%%T%%/demo/plugin/applets/WireFrame/Model3D.class
-%%T%%/demo/plugin/applets/WireFrame/ThreeD.class
-%%T%%/demo/plugin/applets/WireFrame/ThreeD.java
-%%T%%/demo/plugin/applets/WireFrame/example1.html
-%%T%%/demo/plugin/applets/WireFrame/example2.html
-%%T%%/demo/plugin/applets/WireFrame/example3.html
-%%T%%/demo/plugin/applets/WireFrame/example4.html
-%%T%%/demo/plugin/applets/WireFrame/models/cube.obj
-%%T%%/demo/plugin/applets/WireFrame/models/dinasaur.obj
-%%T%%/demo/plugin/applets/WireFrame/models/hughes_500.obj
-%%T%%/demo/plugin/applets/WireFrame/models/knoxS.obj
-%%T%%/demo/plugin/jfc/CodePointIM/CodePointIM.jar
-%%T%%/demo/plugin/jfc/CodePointIM/README.html
-%%T%%/demo/plugin/jfc/CodePointIM/README_ja.html
-%%T%%/demo/plugin/jfc/CodePointIM/README_zh_CN.html
-%%T%%/demo/plugin/jfc/CodePointIM/src/CodePointIM.java
-%%T%%/demo/plugin/jfc/CodePointIM/src/CodePointInputMethod.java
-%%T%%/demo/plugin/jfc/CodePointIM/src/CodePointInputMethodDescriptor.java
-%%T%%/demo/plugin/jfc/CodePointIM/src/resources/codepoint.properties
-%%T%%/demo/plugin/jfc/CodePointIM/src/resources/codepoint_ja.properties
-%%T%%/demo/plugin/jfc/CodePointIM/src/resources/codepoint_zh_CN.properties
-%%T%%/demo/plugin/jfc/FileChooserDemo/FileChooserDemo.jar
-%%T%%/demo/plugin/jfc/FileChooserDemo/README.txt
-%%T%%/demo/plugin/jfc/FileChooserDemo/src/ExampleFileFilter.java
-%%T%%/demo/plugin/jfc/FileChooserDemo/src/ExampleFileView.java
-%%T%%/demo/plugin/jfc/FileChooserDemo/src/FileChooserDemo.java
-%%T%%/demo/plugin/jfc/FileChooserDemo/src/resources/images/gifIcon.gif
-%%T%%/demo/plugin/jfc/FileChooserDemo/src/resources/images/jpgIcon.jpg
-%%T%%/demo/plugin/jfc/Font2DTest/Font2DTest.html
-%%T%%/demo/plugin/jfc/Font2DTest/Font2DTest.jar
-%%T%%/demo/plugin/jfc/Font2DTest/README.txt
-%%T%%/demo/plugin/jfc/Font2DTest/src/Font2DTest.java
-%%T%%/demo/plugin/jfc/Font2DTest/src/Font2DTestApplet.java
-%%T%%/demo/plugin/jfc/Font2DTest/src/FontPanel.java
-%%T%%/demo/plugin/jfc/Font2DTest/src/RangeMenu.java
-%%T%%/demo/plugin/jfc/Java2D/Java2Demo.html
-%%T%%/demo/plugin/jfc/Java2D/Java2Demo.jar
-%%T%%/demo/plugin/jfc/Java2D/README.txt
-%%T%%/demo/plugin/jfc/Java2D/src/fonts/A.ttf
-%%T%%/demo/plugin/jfc/Java2D/src/images/bld.jpg
-%%T%%/demo/plugin/jfc/Java2D/src/images/boat.png
-%%T%%/demo/plugin/jfc/Java2D/src/images/box.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/boxwave.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/clone.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/clouds.jpg
-%%T%%/demo/plugin/jfc/Java2D/src/images/cupanim.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/duke.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/duke.png
-%%T%%/demo/plugin/jfc/Java2D/src/images/duke.running.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/dukeplug.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/fight.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/globe.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/java-logo.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/java_logo.png
-%%T%%/demo/plugin/jfc/Java2D/src/images/jumptojavastrip.png
-%%T%%/demo/plugin/jfc/Java2D/src/images/loop.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/looping.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/magnify.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/painting.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/print.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/remove.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/snooze.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/star7.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/start.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/start2.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/stop.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/stop2.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/surfing.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/thumbsup.gif
-%%T%%/demo/plugin/jfc/Java2D/src/images/tip.gif
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/AnimatingControlsSurface.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/AnimatingSurface.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/CloningFeature.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/ControlsSurface.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/CustomControls.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/CustomControlsContext.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/DemoFonts.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/DemoGroup.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/DemoImages.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/DemoPanel.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/GlobalControls.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/GlobalPanel.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/Intro.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/Java2Demo.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/Java2DemoApplet.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/MemoryMonitor.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/PerformanceMonitor.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/RunWindow.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/Surface.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/TextureChooser.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/Tools.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/Arcs.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/BezierAnim.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/Curves.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/Ellipses.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/Areas.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/ClipAnim.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/Intersection.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/Text.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Colors/BullsEye.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Colors/ColorConvert.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Colors/Rotator3D.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Composite/ACimages.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Composite/ACrules.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Composite/FadeAnim.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/AllFonts.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/AttributedStr.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/Highlighting.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/Outline.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/Tree.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images/DukeAnim.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images/ImageOps.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images/JPEGFlip.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images/WarpImage.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/Caps.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/Dash.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/Joins.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/LineAnim.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Mix/Balls.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Mix/BezierScroller.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Mix/Stars3D.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/GradAnim.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/Gradient.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/Texture.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/TextureAnim.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/Append.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/CurveQuadTo.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/FillStroke.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/WindingRule.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms/Rotate.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms/SelectTx.java
-%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms/TransformAnim.java
-%%T%%/demo/plugin/jfc/Metalworks/Metalworks.jar
-%%T%%/demo/plugin/jfc/Metalworks/README.txt
-%%T%%/demo/plugin/jfc/Metalworks/src/AquaMetalTheme.java
-%%T%%/demo/plugin/jfc/Metalworks/src/BigContrastMetalTheme.java
-%%T%%/demo/plugin/jfc/Metalworks/src/ContrastMetalTheme.java
-%%T%%/demo/plugin/jfc/Metalworks/src/DemoMetalTheme.java
-%%T%%/demo/plugin/jfc/Metalworks/src/GreenMetalTheme.java
-%%T%%/demo/plugin/jfc/Metalworks/src/KhakiMetalTheme.java
-%%T%%/demo/plugin/jfc/Metalworks/src/MetalThemeMenu.java
-%%T%%/demo/plugin/jfc/Metalworks/src/Metalworks.java
-%%T%%/demo/plugin/jfc/Metalworks/src/MetalworksDocumentFrame.java
-%%T%%/demo/plugin/jfc/Metalworks/src/MetalworksFrame.java
-%%T%%/demo/plugin/jfc/Metalworks/src/MetalworksHelp.java
-%%T%%/demo/plugin/jfc/Metalworks/src/MetalworksInBox.java
-%%T%%/demo/plugin/jfc/Metalworks/src/MetalworksPrefs.java
-%%T%%/demo/plugin/jfc/Metalworks/src/PropertiesMetalTheme.java
-%%T%%/demo/plugin/jfc/Metalworks/src/UISwitchListener.java
-%%T%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/back.gif
-%%T%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/credits.html
-%%T%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/duke.gif
-%%T%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/javalogo.gif
-%%T%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/metal.html
-%%T%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/metalworks.html
-%%T%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/swing.html
-%%T%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/toc.html
-%%T%%/demo/plugin/jfc/Metalworks/src/resources/MyTheme.theme
-%%T%%/demo/plugin/jfc/Notepad/Notepad.jar
-%%T%%/demo/plugin/jfc/Notepad/README.txt
-%%T%%/demo/plugin/jfc/Notepad/src/ElementTreePanel.java
-%%T%%/demo/plugin/jfc/Notepad/src/Notepad.java
-%%T%%/demo/plugin/jfc/Notepad/src/resources/Notepad.properties
-%%T%%/demo/plugin/jfc/Notepad/src/resources/Notepad_fr.properties
-%%T%%/demo/plugin/jfc/Notepad/src/resources/Notepad_sv.properties
-%%T%%/demo/plugin/jfc/Notepad/src/resources/Notepad_zh_CN.properties
-%%T%%/demo/plugin/jfc/Notepad/src/resources/copy.gif
-%%T%%/demo/plugin/jfc/Notepad/src/resources/cut.gif
-%%T%%/demo/plugin/jfc/Notepad/src/resources/new.gif
-%%T%%/demo/plugin/jfc/Notepad/src/resources/open.gif
-%%T%%/demo/plugin/jfc/Notepad/src/resources/paste.gif
-%%T%%/demo/plugin/jfc/Notepad/src/resources/save.gif
-%%T%%/demo/plugin/jfc/SampleTree/README.txt
-%%T%%/demo/plugin/jfc/SampleTree/SampleTree.jar
-%%T%%/demo/plugin/jfc/SampleTree/src/DynamicTreeNode.java
-%%T%%/demo/plugin/jfc/SampleTree/src/SampleData.java
-%%T%%/demo/plugin/jfc/SampleTree/src/SampleTree.java
-%%T%%/demo/plugin/jfc/SampleTree/src/SampleTreeCellRenderer.java
-%%T%%/demo/plugin/jfc/SampleTree/src/SampleTreeModel.java
-%%T%%/demo/plugin/jfc/SampleTree/src/resources/images/collapsed.gif
-%%T%%/demo/plugin/jfc/SampleTree/src/resources/images/expanded.gif
-%%T%%/demo/plugin/jfc/Stylepad/README.txt
-%%T%%/demo/plugin/jfc/Stylepad/Stylepad.jar
-%%T%%/demo/plugin/jfc/Stylepad/src/ElementTreePanel.java
-%%T%%/demo/plugin/jfc/Stylepad/src/HelloWorld.java
-%%T%%/demo/plugin/jfc/Stylepad/src/Notepad.java
-%%T%%/demo/plugin/jfc/Stylepad/src/Stylepad.java
-%%T%%/demo/plugin/jfc/Stylepad/src/Wonderland.java
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/Notepad.properties
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/Notepad_fr.properties
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/Notepad_sv.properties
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/Notepad_zh_CN.properties
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/Stylepad.properties
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/Stylepad_sv.properties
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/Stylepad_zh_CN.properties
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/alice.gif
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/bold.gif
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/bullets.gif
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/caterpillar.gif
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/center.gif
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/copy.gif
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/cut.gif
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/fg.gif
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/hatter.gif
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/italic.gif
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/left.gif
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/new.gif
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/open.gif
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/paste.gif
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/rabbit.gif
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/rabbit2.gif
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/right.gif
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/save.gif
-%%T%%/demo/plugin/jfc/Stylepad/src/resources/underline.gif
-%%T%%/demo/plugin/jfc/SwingApplet/README.txt
-%%T%%/demo/plugin/jfc/SwingApplet/SwingApplet.html
-%%T%%/demo/plugin/jfc/SwingApplet/SwingApplet.jar
-%%T%%/demo/plugin/jfc/SwingApplet/src/SwingApplet.java
-%%T%%/demo/plugin/jfc/SwingSet2/README.txt
-%%T%%/demo/plugin/jfc/SwingSet2/SwingSet2.html
-%%T%%/demo/plugin/jfc/SwingSet2/SwingSet2.jar
-%%T%%/demo/plugin/jfc/SwingSet2/src/AquaTheme.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/BezierAnimationPanel.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/ButtonDemo.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/CharcoalTheme.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/CodeViewer.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/ColorChooserDemo.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/ComboBoxDemo.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/ContrastTheme.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/DemoModule.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/DirectionPanel.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/EmeraldTheme.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/ExampleFileFilter.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/ExampleFileView.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/FileChooserDemo.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/HtmlDemo.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/InternalFrameDemo.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/LayoutControlPanel.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/ListDemo.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/OptionPaneDemo.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/Permuter.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/ProgressBarDemo.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/RubyTheme.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/ScrollPaneDemo.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/SliderDemo.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/SplitPaneDemo.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/SwingSet2.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/SwingSet2Applet.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/TabbedPaneDemo.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/TableDemo.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/ToolTipDemo.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/TreeDemo.java
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/ant.html
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/bug.html
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/About.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/COPYRIGHT
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/apple.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/asparagus.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/banana.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/broccoli.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/cantaloupe.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/carrot.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/corn.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/grapefruit.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/grapes.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/kiwi.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/onion.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/peach.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/pear.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/pepper.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/pickle.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/pineapple.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/raspberry.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/strawberry.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/tomato.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/watermelon.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/cab.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/cab_small.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/fish.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/fish_small.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/moon.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/moon_small.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/sun.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/sun_small.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/COPYRIGHT
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/ant.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/book.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/bug.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/bug2.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/crest.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/king.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/micro.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/seaweed.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/Splash.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b1.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b1d.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b1p.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b1r.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b2.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b2d.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b2p.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b2r.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b3.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b3d.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b3p.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b3r.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/bl.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/bldn.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/bm.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/bmdn.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/br.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/brdn.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/c.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/cb.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/cbr.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/cbrs.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/cbs.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/cdn.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/ml.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/mldn.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/mr.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/mrdn.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/rb.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/rbp.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/rbr.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/rbrs.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/rbs.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/tl.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/tldn.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/tm.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/tmdn.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/toggle.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/toggledn.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/tr.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/trdn.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/brenteyes.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/brenthair.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/brentmouth.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/georgeseyes.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/georgeshair.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/georgesmouth.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/hanseyes.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/hanshair.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/hansmouth.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/howardeyes.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/howardhair.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/howardmouth.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jameseyes.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jameshair.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jamesmouth.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jeffeyes.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jeffhair.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jeffmouth.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/joneyes.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jonhair.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jonmouth.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/laraeyes.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/larahair.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/laramouth.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/larryeyes.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/larryhair.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/larrymouth.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/lisaeyes.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/lisahair.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/lisamouth.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/michaeleyes.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/michaelhair.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/michaelmouth.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/philipeyes.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/philiphair.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/philipmouth.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/scotteyes.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/scotthair.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/scottmouth.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/filechooser/find.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/filechooser/gifIcon.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/filechooser/help.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/filechooser/jpgIcon.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/htmldemo/back.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/htmldemo/forward.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/htmldemo/header.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/blue.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/cyan.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/gray.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/green.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/magenta.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/red.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/yellow.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/optionpane/bottle.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/optionpane/ibd.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/optionpane/ibu.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/COPYRIGHT
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/colheader.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/crayons.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/lowerleft.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/rowheader.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/upperleft.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/upperright.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/splitpane/README
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/splitpane/earth.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/splitpane/moon.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/blake.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/brooke.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/david.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/ewan.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/ewan.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/hania.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/laine.jpg
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/matthew.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/stephen.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JButton.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JColorChooser.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JComboBox.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JDesktop.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JDialog.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JEditorPane.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JFileChooser.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JList.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JMenu.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JOptionPane.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JProgressBar.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JRadioButton.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JScrollBar.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JScrollPane.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JSlider.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JSplitPane.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JTabbedPane.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JTable.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JTree.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/ToolTip.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tooltip/cow.gif
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/index.html
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/king.html
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/preface.html
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/seaweed.html
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/swingset.properties
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/swingset_ja.properties
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/title.html
-%%T%%/demo/plugin/jfc/SwingSet2/src/resources/tree.txt
-%%T%%/demo/plugin/jfc/TableExample/README.txt
-%%T%%/demo/plugin/jfc/TableExample/TableExample.jar
-%%T%%/demo/plugin/jfc/TableExample/src/JDBCAdapter.java
-%%T%%/demo/plugin/jfc/TableExample/src/OldJTable.java
-%%T%%/demo/plugin/jfc/TableExample/src/TableExample.java
-%%T%%/demo/plugin/jfc/TableExample/src/TableExample2.java
-%%T%%/demo/plugin/jfc/TableExample/src/TableExample3.java
-%%T%%/demo/plugin/jfc/TableExample/src/TableExample4.java
-%%T%%/demo/plugin/jfc/TableExample/src/TableMap.java
-%%T%%/demo/plugin/jfc/TableExample/src/TableSorter.java
-%%T%%/include/jawt.h
-%%T%%/include/jdwpTransport.h
-%%T%%/include/jni.h
-%%T%%/include/jvmdi.h
-%%T%%/include/jvmpi.h
-%%T%%/include/jvmti.h
-%%T%%/include/linux/jawt_md.h
-%%T%%/include/linux/jni_md.h
-%%T%%/jre/.systemPrefs/.system.lock
-%%T%%/jre/.systemPrefs/.systemRootModFile
-%%T%%/jre/CHANGES
-%%T%%/jre/COPYRIGHT
-%%T%%/jre/LICENSE
-%%T%%/jre/README
-%%T%%/jre/THIRDPARTYLICENSEREADME.txt
-%%T%%/jre/Welcome.html
-%%T%%/jre/bin/ControlPanel
-%%T%%/jre/bin/java
-%%T%%/jre/bin/java_vm
-%%T%%/jre/bin/javaws
-%%T%%/jre/bin/keytool
-%%T%%/jre/bin/kinit
-%%T%%/jre/bin/klist
-%%T%%/jre/bin/ktab
-%%T%%/jre/bin/orbd
-%%T%%/jre/bin/pack200
-%%T%%/jre/bin/policytool
-%%T%%/jre/bin/rmid
-%%T%%/jre/bin/rmiregistry
-%%T%%/jre/bin/servertool
-%%T%%/jre/bin/tnameserv
-%%T%%/jre/bin/unpack200
-%%T%%/jre/javaws/javaws
-%%T%%/jre/lib/audio/soundbank.gm
-%%T%%/jre/lib/charsets.jar
-%%T%%/jre/lib/classlist
-%%T%%/jre/lib/cmm/CIEXYZ.pf
-%%T%%/jre/lib/cmm/GRAY.pf
-%%T%%/jre/lib/cmm/LINEAR_RGB.pf
-%%T%%/jre/lib/cmm/PYCC.pf
-%%T%%/jre/lib/cmm/sRGB.pf
-%%T%%/jre/lib/content-types.properties
-%%T%%/jre/lib/deploy.jar
-%%T%%/jre/lib/ext/dnsns.jar
-%%T%%/jre/lib/ext/localedata.jar
-%%T%%/jre/lib/ext/sunjce_provider.jar
-%%T%%/jre/lib/ext/sunpkcs11.jar
-%%T%%/jre/lib/flavormap.properties
-%%T%%/jre/lib/fontconfig.RedHat.2.1.bfc
-%%T%%/jre/lib/fontconfig.RedHat.2.1.properties.src
-%%T%%/jre/lib/fontconfig.RedHat.3.bfc
-%%T%%/jre/lib/fontconfig.RedHat.3.properties.src
-%%T%%/jre/lib/fontconfig.RedHat.8.0.bfc
-%%T%%/jre/lib/fontconfig.RedHat.8.0.properties.src
-%%T%%/jre/lib/fontconfig.RedHat.9.0.bfc
-%%T%%/jre/lib/fontconfig.RedHat.9.0.properties.src
-%%T%%/jre/lib/fontconfig.RedHat.bfc
-%%T%%/jre/lib/fontconfig.RedHat.properties.src
-%%T%%/jre/lib/fontconfig.SuSE.bfc
-%%T%%/jre/lib/fontconfig.SuSE.properties.src
-%%T%%/jre/lib/fontconfig.Sun.2003.bfc
-%%T%%/jre/lib/fontconfig.Sun.2003.properties.src
-%%T%%/jre/lib/fontconfig.Sun.bfc
-%%T%%/jre/lib/fontconfig.Sun.properties.src
-%%T%%/jre/lib/fontconfig.Turbo.8.0.bfc
-%%T%%/jre/lib/fontconfig.Turbo.8.0.properties.src
-%%T%%/jre/lib/fontconfig.Turbo.bfc
-%%T%%/jre/lib/fontconfig.Turbo.properties.src
-%%T%%/jre/lib/fontconfig.bfc
-%%T%%/jre/lib/fontconfig.properties.src
-%%T%%/jre/lib/fonts/LucidaBrightDemiBold.ttf
-%%T%%/jre/lib/fonts/LucidaBrightDemiItalic.ttf
-%%T%%/jre/lib/fonts/LucidaBrightItalic.ttf
-%%T%%/jre/lib/fonts/LucidaBrightRegular.ttf
-%%T%%/jre/lib/fonts/LucidaSansDemiBold.ttf
-%%T%%/jre/lib/fonts/LucidaSansRegular.ttf
-%%T%%/jre/lib/fonts/LucidaTypewriterBold.ttf
-%%T%%/jre/lib/fonts/LucidaTypewriterRegular.ttf
-%%T%%/jre/lib/fonts/fonts.dir
-%%T%%/jre/lib/i386/awt_robot
-%%T%%/jre/lib/i386/client/Xusage.txt
-%%T%%/jre/lib/i386/client/libjsig.so
-%%T%%/jre/lib/i386/client/libjvm.so
-%%T%%/jre/lib/i386/gtkhelper
-%%T%%/jre/lib/i386/headless/libmawt.so
-%%T%%/jre/lib/i386/jvm.cfg
-%%T%%/jre/lib/i386/libJdbcOdbc.so
-%%T%%/jre/lib/i386/libawt.so
-%%T%%/jre/lib/i386/libcmm.so
-%%T%%/jre/lib/i386/libdcpr.so
-%%T%%/jre/lib/i386/libdeploy.so
-%%T%%/jre/lib/i386/libdt_socket.so
-%%T%%/jre/lib/i386/libfontmanager.so
-%%T%%/jre/lib/i386/libhprof.so
-%%T%%/jre/lib/i386/libinstrument.so
-%%T%%/jre/lib/i386/libioser12.so
-%%T%%/jre/lib/i386/libj2pkcs11.so
-%%T%%/jre/lib/i386/libjaas_unix.so
-%%T%%/jre/lib/i386/libjava.so
-%%T%%/jre/lib/i386/libjava_crw_demo.so
-%%T%%/jre/lib/i386/libjavaplugin_jni.so
-%%T%%/jre/lib/i386/libjavaplugin_nscp.so
-%%T%%/jre/lib/i386/libjavaplugin_nscp_gcc29.so
-%%T%%/jre/lib/i386/libjawt.so
-%%T%%/jre/lib/i386/libjdwp.so
-%%T%%/jre/lib/i386/libjpeg.so
-%%T%%/jre/lib/i386/libjsig.so
-%%T%%/jre/lib/i386/libjsound.so
-%%T%%/jre/lib/i386/libjsoundalsa.so
-%%T%%/jre/lib/i386/libmanagement.so
-%%T%%/jre/lib/i386/libmlib_image.so
-%%T%%/jre/lib/i386/libnative_chmod.so
-%%T%%/jre/lib/i386/libnet.so
-%%T%%/jre/lib/i386/libnio.so
-%%T%%/jre/lib/i386/librmi.so
-%%T%%/jre/lib/i386/libsaproc.so
-%%T%%/jre/lib/i386/libunpack.so
-%%T%%/jre/lib/i386/libverify.so
-%%T%%/jre/lib/i386/libzip.so
-%%T%%/jre/lib/i386/motif21/libmawt.so
-%%T%%/jre/lib/i386/native_threads/libhpi.so
-%%T%%/jre/lib/i386/server/Xusage.txt
-%%T%%/jre/lib/i386/server/libjsig.so
-%%T%%/jre/lib/i386/server/libjvm.so
-%%T%%/jre/lib/i386/xawt/libmawt.so
-%%T%%/jre/lib/im/indicim.jar
-%%T%%/jre/lib/im/thaiim.jar
-%%T%%/jre/lib/images/cursors/cursors.properties
-%%T%%/jre/lib/images/cursors/invalid32x32.gif
-%%T%%/jre/lib/images/cursors/motif_CopyDrop32x32.gif
-%%T%%/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif
-%%T%%/jre/lib/images/cursors/motif_LinkDrop32x32.gif
-%%T%%/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif
-%%T%%/jre/lib/images/cursors/motif_MoveDrop32x32.gif
-%%T%%/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif
-%%T%%/jre/lib/images/icons/sun-java.png
-%%T%%/jre/lib/images/icons/sun-java_HighContrast.png
-%%T%%/jre/lib/images/icons/sun-java_HighContrastInverse.png
-%%T%%/jre/lib/images/icons/sun-java_LowContrast.png
-%%T%%/jre/lib/javaws.pack
-%%T%%/jre/lib/javaws/Java1.5.ico
-%%T%%/jre/lib/javaws/messages.properties
-%%T%%/jre/lib/javaws/messages_de.properties
-%%T%%/jre/lib/javaws/messages_es.properties
-%%T%%/jre/lib/javaws/messages_fr.properties
-%%T%%/jre/lib/javaws/messages_it.properties
-%%T%%/jre/lib/javaws/messages_ja.properties
-%%T%%/jre/lib/javaws/messages_ko.properties
-%%T%%/jre/lib/javaws/messages_sv.properties
-%%T%%/jre/lib/javaws/messages_zh_CN.properties
-%%T%%/jre/lib/javaws/messages_zh_HK.properties
-%%T%%/jre/lib/javaws/messages_zh_TW.properties
-%%T%%/jre/lib/javaws/miniSplash.jpg
-%%T%%/jre/lib/jce.jar
-%%T%%/jre/lib/jsse.jar
-%%T%%/jre/lib/jvm.hprof.txt
-%%T%%/jre/lib/locale/de/LC_MESSAGES/sunw_java_plugin.mo
-%%T%%/jre/lib/locale/es/LC_MESSAGES/sunw_java_plugin.mo
-%%T%%/jre/lib/locale/fr/LC_MESSAGES/sunw_java_plugin.mo
-%%T%%/jre/lib/locale/it/LC_MESSAGES/sunw_java_plugin.mo
-%%T%%/jre/lib/locale/ja/LC_MESSAGES/sunw_java_plugin.mo
-%%T%%/jre/lib/locale/ko.UTF-8/LC_MESSAGES/sunw_java_plugin.mo
-%%T%%/jre/lib/locale/ko/LC_MESSAGES/sunw_java_plugin.mo
-%%T%%/jre/lib/locale/sv/LC_MESSAGES/sunw_java_plugin.mo
-%%T%%/jre/lib/locale/zh.GBK/LC_MESSAGES/sunw_java_plugin.mo
-%%T%%/jre/lib/locale/zh/LC_MESSAGES/sunw_java_plugin.mo
-%%T%%/jre/lib/locale/zh_HK.BIG5HK/LC_MESSAGES/sunw_java_plugin.mo
-%%T%%/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES/sunw_java_plugin.mo
-%%T%%/jre/lib/locale/zh_TW/LC_MESSAGES/sunw_java_plugin.mo
-%%T%%/jre/lib/logging.properties
-%%T%%/jre/lib/management/jmxremote.access
-%%T%%/jre/lib/management/jmxremote.password.template
-%%T%%/jre/lib/management/management.properties
-%%T%%/jre/lib/management/snmp.acl.template
-%%T%%/jre/lib/net.properties
-%%T%%/jre/lib/oblique-fonts/LucidaSansDemiOblique.ttf
-%%T%%/jre/lib/oblique-fonts/LucidaSansOblique.ttf
-%%T%%/jre/lib/oblique-fonts/LucidaTypewriterBoldOblique.ttf
-%%T%%/jre/lib/oblique-fonts/LucidaTypewriterOblique.ttf
-%%T%%/jre/lib/oblique-fonts/fonts.dir
-%%T%%/jre/lib/plugin.jar
-%%T%%/jre/lib/psfont.properties.ja
-%%T%%/jre/lib/psfontj2d.properties
-%%T%%/jre/lib/rt.jar
-%%T%%/jre/lib/security/US_export_policy.jar
-%%T%%/jre/lib/security/cacerts
-%%T%%/jre/lib/security/java.policy
-%%T%%/jre/lib/security/java.security
-%%T%%/jre/lib/security/javaws.policy
-%%T%%/jre/lib/security/local_policy.jar
-%%T%%/jre/lib/sound.properties
-%%T%%/jre/lib/zi/Africa/Abidjan
-%%T%%/jre/lib/zi/Africa/Accra
-%%T%%/jre/lib/zi/Africa/Addis_Ababa
-%%T%%/jre/lib/zi/Africa/Algiers
-%%T%%/jre/lib/zi/Africa/Asmera
-%%T%%/jre/lib/zi/Africa/Bamako
-%%T%%/jre/lib/zi/Africa/Bangui
-%%T%%/jre/lib/zi/Africa/Banjul
-%%T%%/jre/lib/zi/Africa/Bissau
-%%T%%/jre/lib/zi/Africa/Blantyre
-%%T%%/jre/lib/zi/Africa/Brazzaville
-%%T%%/jre/lib/zi/Africa/Bujumbura
-%%T%%/jre/lib/zi/Africa/Cairo
-%%T%%/jre/lib/zi/Africa/Casablanca
-%%T%%/jre/lib/zi/Africa/Ceuta
-%%T%%/jre/lib/zi/Africa/Conakry
-%%T%%/jre/lib/zi/Africa/Dakar
-%%T%%/jre/lib/zi/Africa/Dar_es_Salaam
-%%T%%/jre/lib/zi/Africa/Djibouti
-%%T%%/jre/lib/zi/Africa/Douala
-%%T%%/jre/lib/zi/Africa/El_Aaiun
-%%T%%/jre/lib/zi/Africa/Freetown
-%%T%%/jre/lib/zi/Africa/Gaborone
-%%T%%/jre/lib/zi/Africa/Harare
-%%T%%/jre/lib/zi/Africa/Johannesburg
-%%T%%/jre/lib/zi/Africa/Kampala
-%%T%%/jre/lib/zi/Africa/Khartoum
-%%T%%/jre/lib/zi/Africa/Kigali
-%%T%%/jre/lib/zi/Africa/Kinshasa
-%%T%%/jre/lib/zi/Africa/Lagos
-%%T%%/jre/lib/zi/Africa/Libreville
-%%T%%/jre/lib/zi/Africa/Lome
-%%T%%/jre/lib/zi/Africa/Luanda
-%%T%%/jre/lib/zi/Africa/Lubumbashi
-%%T%%/jre/lib/zi/Africa/Lusaka
-%%T%%/jre/lib/zi/Africa/Malabo
-%%T%%/jre/lib/zi/Africa/Maputo
-%%T%%/jre/lib/zi/Africa/Maseru
-%%T%%/jre/lib/zi/Africa/Mbabane
-%%T%%/jre/lib/zi/Africa/Mogadishu
-%%T%%/jre/lib/zi/Africa/Monrovia
-%%T%%/jre/lib/zi/Africa/Nairobi
-%%T%%/jre/lib/zi/Africa/Ndjamena
-%%T%%/jre/lib/zi/Africa/Niamey
-%%T%%/jre/lib/zi/Africa/Nouakchott
-%%T%%/jre/lib/zi/Africa/Ouagadougou
-%%T%%/jre/lib/zi/Africa/Porto-Novo
-%%T%%/jre/lib/zi/Africa/Sao_Tome
-%%T%%/jre/lib/zi/Africa/Tripoli
-%%T%%/jre/lib/zi/Africa/Tunis
-%%T%%/jre/lib/zi/Africa/Windhoek
-%%T%%/jre/lib/zi/America/Adak
-%%T%%/jre/lib/zi/America/Anchorage
-%%T%%/jre/lib/zi/America/Anguilla
-%%T%%/jre/lib/zi/America/Antigua
-%%T%%/jre/lib/zi/America/Araguaina
-%%T%%/jre/lib/zi/America/Argentina/Buenos_Aires
-%%T%%/jre/lib/zi/America/Argentina/Catamarca
-%%T%%/jre/lib/zi/America/Argentina/Cordoba
-%%T%%/jre/lib/zi/America/Argentina/Jujuy
-%%T%%/jre/lib/zi/America/Argentina/La_Rioja
-%%T%%/jre/lib/zi/America/Argentina/Mendoza
-%%T%%/jre/lib/zi/America/Argentina/Rio_Gallegos
-%%T%%/jre/lib/zi/America/Argentina/San_Juan
-%%T%%/jre/lib/zi/America/Argentina/Tucuman
-%%T%%/jre/lib/zi/America/Argentina/Ushuaia
-%%T%%/jre/lib/zi/America/Aruba
-%%T%%/jre/lib/zi/America/Asuncion
-%%T%%/jre/lib/zi/America/Atikokan
-%%T%%/jre/lib/zi/America/Bahia
-%%T%%/jre/lib/zi/America/Barbados
-%%T%%/jre/lib/zi/America/Belem
-%%T%%/jre/lib/zi/America/Belize
-%%T%%/jre/lib/zi/America/Blanc-Sablon
-%%T%%/jre/lib/zi/America/Boa_Vista
-%%T%%/jre/lib/zi/America/Bogota
-%%T%%/jre/lib/zi/America/Boise
-%%T%%/jre/lib/zi/America/Cambridge_Bay
-%%T%%/jre/lib/zi/America/Campo_Grande
-%%T%%/jre/lib/zi/America/Cancun
-%%T%%/jre/lib/zi/America/Caracas
-%%T%%/jre/lib/zi/America/Cayenne
-%%T%%/jre/lib/zi/America/Cayman
-%%T%%/jre/lib/zi/America/Chicago
-%%T%%/jre/lib/zi/America/Chihuahua
-%%T%%/jre/lib/zi/America/Costa_Rica
-%%T%%/jre/lib/zi/America/Cuiaba
-%%T%%/jre/lib/zi/America/Curacao
-%%T%%/jre/lib/zi/America/Danmarkshavn
-%%T%%/jre/lib/zi/America/Dawson
-%%T%%/jre/lib/zi/America/Dawson_Creek
-%%T%%/jre/lib/zi/America/Denver
-%%T%%/jre/lib/zi/America/Detroit
-%%T%%/jre/lib/zi/America/Dominica
-%%T%%/jre/lib/zi/America/Edmonton
-%%T%%/jre/lib/zi/America/Eirunepe
-%%T%%/jre/lib/zi/America/El_Salvador
-%%T%%/jre/lib/zi/America/Fortaleza
-%%T%%/jre/lib/zi/America/Glace_Bay
-%%T%%/jre/lib/zi/America/Godthab
-%%T%%/jre/lib/zi/America/Goose_Bay
-%%T%%/jre/lib/zi/America/Grand_Turk
-%%T%%/jre/lib/zi/America/Grenada
-%%T%%/jre/lib/zi/America/Guadeloupe
-%%T%%/jre/lib/zi/America/Guatemala
-%%T%%/jre/lib/zi/America/Guayaquil
-%%T%%/jre/lib/zi/America/Guyana
-%%T%%/jre/lib/zi/America/Halifax
-%%T%%/jre/lib/zi/America/Havana
-%%T%%/jre/lib/zi/America/Hermosillo
-%%T%%/jre/lib/zi/America/Indiana/Indianapolis
-%%T%%/jre/lib/zi/America/Indiana/Knox
-%%T%%/jre/lib/zi/America/Indiana/Marengo
-%%T%%/jre/lib/zi/America/Indiana/Petersburg
-%%T%%/jre/lib/zi/America/Indiana/Vevay
-%%T%%/jre/lib/zi/America/Indiana/Vincennes
-%%T%%/jre/lib/zi/America/Inuvik
-%%T%%/jre/lib/zi/America/Iqaluit
-%%T%%/jre/lib/zi/America/Jamaica
-%%T%%/jre/lib/zi/America/Juneau
-%%T%%/jre/lib/zi/America/Kentucky/Louisville
-%%T%%/jre/lib/zi/America/Kentucky/Monticello
-%%T%%/jre/lib/zi/America/La_Paz
-%%T%%/jre/lib/zi/America/Lima
-%%T%%/jre/lib/zi/America/Los_Angeles
-%%T%%/jre/lib/zi/America/Maceio
-%%T%%/jre/lib/zi/America/Managua
-%%T%%/jre/lib/zi/America/Manaus
-%%T%%/jre/lib/zi/America/Martinique
-%%T%%/jre/lib/zi/America/Mazatlan
-%%T%%/jre/lib/zi/America/Menominee
-%%T%%/jre/lib/zi/America/Merida
-%%T%%/jre/lib/zi/America/Mexico_City
-%%T%%/jre/lib/zi/America/Miquelon
-%%T%%/jre/lib/zi/America/Moncton
-%%T%%/jre/lib/zi/America/Monterrey
-%%T%%/jre/lib/zi/America/Montevideo
-%%T%%/jre/lib/zi/America/Montreal
-%%T%%/jre/lib/zi/America/Montserrat
-%%T%%/jre/lib/zi/America/Nassau
-%%T%%/jre/lib/zi/America/New_York
-%%T%%/jre/lib/zi/America/Nipigon
-%%T%%/jre/lib/zi/America/Nome
-%%T%%/jre/lib/zi/America/Noronha
-%%T%%/jre/lib/zi/America/North_Dakota/Center
-%%T%%/jre/lib/zi/America/North_Dakota/New_Salem
-%%T%%/jre/lib/zi/America/Panama
-%%T%%/jre/lib/zi/America/Pangnirtung
-%%T%%/jre/lib/zi/America/Paramaribo
-%%T%%/jre/lib/zi/America/Phoenix
-%%T%%/jre/lib/zi/America/Port-au-Prince
-%%T%%/jre/lib/zi/America/Port_of_Spain
-%%T%%/jre/lib/zi/America/Porto_Velho
-%%T%%/jre/lib/zi/America/Puerto_Rico
-%%T%%/jre/lib/zi/America/Rainy_River
-%%T%%/jre/lib/zi/America/Rankin_Inlet
-%%T%%/jre/lib/zi/America/Recife
-%%T%%/jre/lib/zi/America/Regina
-%%T%%/jre/lib/zi/America/Rio_Branco
-%%T%%/jre/lib/zi/America/Santiago
-%%T%%/jre/lib/zi/America/Santo_Domingo
-%%T%%/jre/lib/zi/America/Sao_Paulo
-%%T%%/jre/lib/zi/America/Scoresbysund
-%%T%%/jre/lib/zi/America/St_Johns
-%%T%%/jre/lib/zi/America/St_Kitts
-%%T%%/jre/lib/zi/America/St_Lucia
-%%T%%/jre/lib/zi/America/St_Thomas
-%%T%%/jre/lib/zi/America/St_Vincent
-%%T%%/jre/lib/zi/America/Swift_Current
-%%T%%/jre/lib/zi/America/Tegucigalpa
-%%T%%/jre/lib/zi/America/Thule
-%%T%%/jre/lib/zi/America/Thunder_Bay
-%%T%%/jre/lib/zi/America/Tijuana
-%%T%%/jre/lib/zi/America/Toronto
-%%T%%/jre/lib/zi/America/Tortola
-%%T%%/jre/lib/zi/America/Vancouver
-%%T%%/jre/lib/zi/America/Whitehorse
-%%T%%/jre/lib/zi/America/Winnipeg
-%%T%%/jre/lib/zi/America/Yakutat
-%%T%%/jre/lib/zi/America/Yellowknife
-%%T%%/jre/lib/zi/Antarctica/Casey
-%%T%%/jre/lib/zi/Antarctica/Davis
-%%T%%/jre/lib/zi/Antarctica/DumontDUrville
-%%T%%/jre/lib/zi/Antarctica/Mawson
-%%T%%/jre/lib/zi/Antarctica/McMurdo
-%%T%%/jre/lib/zi/Antarctica/Palmer
-%%T%%/jre/lib/zi/Antarctica/Rothera
-%%T%%/jre/lib/zi/Antarctica/Syowa
-%%T%%/jre/lib/zi/Antarctica/Vostok
-%%T%%/jre/lib/zi/Asia/Aden
-%%T%%/jre/lib/zi/Asia/Almaty
-%%T%%/jre/lib/zi/Asia/Amman
-%%T%%/jre/lib/zi/Asia/Anadyr
-%%T%%/jre/lib/zi/Asia/Aqtau
-%%T%%/jre/lib/zi/Asia/Aqtobe
-%%T%%/jre/lib/zi/Asia/Ashgabat
-%%T%%/jre/lib/zi/Asia/Baghdad
-%%T%%/jre/lib/zi/Asia/Bahrain
-%%T%%/jre/lib/zi/Asia/Baku
-%%T%%/jre/lib/zi/Asia/Bangkok
-%%T%%/jre/lib/zi/Asia/Beirut
-%%T%%/jre/lib/zi/Asia/Bishkek
-%%T%%/jre/lib/zi/Asia/Brunei
-%%T%%/jre/lib/zi/Asia/Calcutta
-%%T%%/jre/lib/zi/Asia/Choibalsan
-%%T%%/jre/lib/zi/Asia/Chongqing
-%%T%%/jre/lib/zi/Asia/Colombo
-%%T%%/jre/lib/zi/Asia/Damascus
-%%T%%/jre/lib/zi/Asia/Dhaka
-%%T%%/jre/lib/zi/Asia/Dili
-%%T%%/jre/lib/zi/Asia/Dubai
-%%T%%/jre/lib/zi/Asia/Dushanbe
-%%T%%/jre/lib/zi/Asia/Gaza
-%%T%%/jre/lib/zi/Asia/Harbin
-%%T%%/jre/lib/zi/Asia/Hong_Kong
-%%T%%/jre/lib/zi/Asia/Hovd
-%%T%%/jre/lib/zi/Asia/Irkutsk
-%%T%%/jre/lib/zi/Asia/Jakarta
-%%T%%/jre/lib/zi/Asia/Jayapura
-%%T%%/jre/lib/zi/Asia/Jerusalem
-%%T%%/jre/lib/zi/Asia/Kabul
-%%T%%/jre/lib/zi/Asia/Kamchatka
-%%T%%/jre/lib/zi/Asia/Karachi
-%%T%%/jre/lib/zi/Asia/Kashgar
-%%T%%/jre/lib/zi/Asia/Katmandu
-%%T%%/jre/lib/zi/Asia/Krasnoyarsk
-%%T%%/jre/lib/zi/Asia/Kuala_Lumpur
-%%T%%/jre/lib/zi/Asia/Kuching
-%%T%%/jre/lib/zi/Asia/Kuwait
-%%T%%/jre/lib/zi/Asia/Macau
-%%T%%/jre/lib/zi/Asia/Magadan
-%%T%%/jre/lib/zi/Asia/Makassar
-%%T%%/jre/lib/zi/Asia/Manila
-%%T%%/jre/lib/zi/Asia/Muscat
-%%T%%/jre/lib/zi/Asia/Nicosia
-%%T%%/jre/lib/zi/Asia/Novosibirsk
-%%T%%/jre/lib/zi/Asia/Omsk
-%%T%%/jre/lib/zi/Asia/Oral
-%%T%%/jre/lib/zi/Asia/Phnom_Penh
-%%T%%/jre/lib/zi/Asia/Pontianak
-%%T%%/jre/lib/zi/Asia/Pyongyang
-%%T%%/jre/lib/zi/Asia/Qatar
-%%T%%/jre/lib/zi/Asia/Qyzylorda
-%%T%%/jre/lib/zi/Asia/Rangoon
-%%T%%/jre/lib/zi/Asia/Riyadh
-%%T%%/jre/lib/zi/Asia/Riyadh87
-%%T%%/jre/lib/zi/Asia/Riyadh88
-%%T%%/jre/lib/zi/Asia/Riyadh89
-%%T%%/jre/lib/zi/Asia/Saigon
-%%T%%/jre/lib/zi/Asia/Sakhalin
-%%T%%/jre/lib/zi/Asia/Samarkand
-%%T%%/jre/lib/zi/Asia/Seoul
-%%T%%/jre/lib/zi/Asia/Shanghai
-%%T%%/jre/lib/zi/Asia/Singapore
-%%T%%/jre/lib/zi/Asia/Taipei
-%%T%%/jre/lib/zi/Asia/Tashkent
-%%T%%/jre/lib/zi/Asia/Tbilisi
-%%T%%/jre/lib/zi/Asia/Tehran
-%%T%%/jre/lib/zi/Asia/Thimphu
-%%T%%/jre/lib/zi/Asia/Tokyo
-%%T%%/jre/lib/zi/Asia/Ulaanbaatar
-%%T%%/jre/lib/zi/Asia/Urumqi
-%%T%%/jre/lib/zi/Asia/Vientiane
-%%T%%/jre/lib/zi/Asia/Vladivostok
-%%T%%/jre/lib/zi/Asia/Yakutsk
-%%T%%/jre/lib/zi/Asia/Yekaterinburg
-%%T%%/jre/lib/zi/Asia/Yerevan
-%%T%%/jre/lib/zi/Atlantic/Azores
-%%T%%/jre/lib/zi/Atlantic/Bermuda
-%%T%%/jre/lib/zi/Atlantic/Canary
-%%T%%/jre/lib/zi/Atlantic/Cape_Verde
-%%T%%/jre/lib/zi/Atlantic/Faeroe
-%%T%%/jre/lib/zi/Atlantic/Madeira
-%%T%%/jre/lib/zi/Atlantic/Reykjavik
-%%T%%/jre/lib/zi/Atlantic/South_Georgia
-%%T%%/jre/lib/zi/Atlantic/St_Helena
-%%T%%/jre/lib/zi/Atlantic/Stanley
-%%T%%/jre/lib/zi/Australia/Adelaide
-%%T%%/jre/lib/zi/Australia/Brisbane
-%%T%%/jre/lib/zi/Australia/Broken_Hill
-%%T%%/jre/lib/zi/Australia/Currie
-%%T%%/jre/lib/zi/Australia/Darwin
-%%T%%/jre/lib/zi/Australia/Hobart
-%%T%%/jre/lib/zi/Australia/Lindeman
-%%T%%/jre/lib/zi/Australia/Lord_Howe
-%%T%%/jre/lib/zi/Australia/Melbourne
-%%T%%/jre/lib/zi/Australia/Perth
-%%T%%/jre/lib/zi/Australia/Sydney
-%%T%%/jre/lib/zi/CET
-%%T%%/jre/lib/zi/CST6CDT
-%%T%%/jre/lib/zi/EET
-%%T%%/jre/lib/zi/EST
-%%T%%/jre/lib/zi/EST5EDT
-%%T%%/jre/lib/zi/Etc/GMT
-%%T%%/jre/lib/zi/Etc/GMT+1
-%%T%%/jre/lib/zi/Etc/GMT+10
-%%T%%/jre/lib/zi/Etc/GMT+11
-%%T%%/jre/lib/zi/Etc/GMT+12
-%%T%%/jre/lib/zi/Etc/GMT+2
-%%T%%/jre/lib/zi/Etc/GMT+3
-%%T%%/jre/lib/zi/Etc/GMT+4
-%%T%%/jre/lib/zi/Etc/GMT+5
-%%T%%/jre/lib/zi/Etc/GMT+6
-%%T%%/jre/lib/zi/Etc/GMT+7
-%%T%%/jre/lib/zi/Etc/GMT+8
-%%T%%/jre/lib/zi/Etc/GMT+9
-%%T%%/jre/lib/zi/Etc/GMT-1
-%%T%%/jre/lib/zi/Etc/GMT-10
-%%T%%/jre/lib/zi/Etc/GMT-11
-%%T%%/jre/lib/zi/Etc/GMT-12
-%%T%%/jre/lib/zi/Etc/GMT-13
-%%T%%/jre/lib/zi/Etc/GMT-14
-%%T%%/jre/lib/zi/Etc/GMT-2
-%%T%%/jre/lib/zi/Etc/GMT-3
-%%T%%/jre/lib/zi/Etc/GMT-4
-%%T%%/jre/lib/zi/Etc/GMT-5
-%%T%%/jre/lib/zi/Etc/GMT-6
-%%T%%/jre/lib/zi/Etc/GMT-7
-%%T%%/jre/lib/zi/Etc/GMT-8
-%%T%%/jre/lib/zi/Etc/GMT-9
-%%T%%/jre/lib/zi/Etc/UCT
-%%T%%/jre/lib/zi/Etc/UTC
-%%T%%/jre/lib/zi/Europe/Amsterdam
-%%T%%/jre/lib/zi/Europe/Andorra
-%%T%%/jre/lib/zi/Europe/Athens
-%%T%%/jre/lib/zi/Europe/Belgrade
-%%T%%/jre/lib/zi/Europe/Berlin
-%%T%%/jre/lib/zi/Europe/Brussels
-%%T%%/jre/lib/zi/Europe/Bucharest
-%%T%%/jre/lib/zi/Europe/Budapest
-%%T%%/jre/lib/zi/Europe/Chisinau
-%%T%%/jre/lib/zi/Europe/Copenhagen
-%%T%%/jre/lib/zi/Europe/Dublin
-%%T%%/jre/lib/zi/Europe/Gibraltar
-%%T%%/jre/lib/zi/Europe/Helsinki
-%%T%%/jre/lib/zi/Europe/Istanbul
-%%T%%/jre/lib/zi/Europe/Kaliningrad
-%%T%%/jre/lib/zi/Europe/Kiev
-%%T%%/jre/lib/zi/Europe/Lisbon
-%%T%%/jre/lib/zi/Europe/London
-%%T%%/jre/lib/zi/Europe/Luxembourg
-%%T%%/jre/lib/zi/Europe/Madrid
-%%T%%/jre/lib/zi/Europe/Malta
-%%T%%/jre/lib/zi/Europe/Minsk
-%%T%%/jre/lib/zi/Europe/Monaco
-%%T%%/jre/lib/zi/Europe/Moscow
-%%T%%/jre/lib/zi/Europe/Oslo
-%%T%%/jre/lib/zi/Europe/Paris
-%%T%%/jre/lib/zi/Europe/Prague
-%%T%%/jre/lib/zi/Europe/Riga
-%%T%%/jre/lib/zi/Europe/Rome
-%%T%%/jre/lib/zi/Europe/Samara
-%%T%%/jre/lib/zi/Europe/Simferopol
-%%T%%/jre/lib/zi/Europe/Sofia
-%%T%%/jre/lib/zi/Europe/Stockholm
-%%T%%/jre/lib/zi/Europe/Tallinn
-%%T%%/jre/lib/zi/Europe/Tirane
-%%T%%/jre/lib/zi/Europe/Uzhgorod
-%%T%%/jre/lib/zi/Europe/Vaduz
-%%T%%/jre/lib/zi/Europe/Vienna
-%%T%%/jre/lib/zi/Europe/Vilnius
-%%T%%/jre/lib/zi/Europe/Volgograd
-%%T%%/jre/lib/zi/Europe/Warsaw
-%%T%%/jre/lib/zi/Europe/Zaporozhye
-%%T%%/jre/lib/zi/Europe/Zurich
-%%T%%/jre/lib/zi/GMT
-%%T%%/jre/lib/zi/HST
-%%T%%/jre/lib/zi/Indian/Antananarivo
-%%T%%/jre/lib/zi/Indian/Chagos
-%%T%%/jre/lib/zi/Indian/Christmas
-%%T%%/jre/lib/zi/Indian/Cocos
-%%T%%/jre/lib/zi/Indian/Comoro
-%%T%%/jre/lib/zi/Indian/Kerguelen
-%%T%%/jre/lib/zi/Indian/Mahe
-%%T%%/jre/lib/zi/Indian/Maldives
-%%T%%/jre/lib/zi/Indian/Mauritius
-%%T%%/jre/lib/zi/Indian/Mayotte
-%%T%%/jre/lib/zi/Indian/Reunion
-%%T%%/jre/lib/zi/MET
-%%T%%/jre/lib/zi/MST
-%%T%%/jre/lib/zi/MST7MDT
-%%T%%/jre/lib/zi/PST8PDT
-%%T%%/jre/lib/zi/Pacific/Apia
-%%T%%/jre/lib/zi/Pacific/Auckland
-%%T%%/jre/lib/zi/Pacific/Chatham
-%%T%%/jre/lib/zi/Pacific/Easter
-%%T%%/jre/lib/zi/Pacific/Efate
-%%T%%/jre/lib/zi/Pacific/Enderbury
-%%T%%/jre/lib/zi/Pacific/Fakaofo
-%%T%%/jre/lib/zi/Pacific/Fiji
-%%T%%/jre/lib/zi/Pacific/Funafuti
-%%T%%/jre/lib/zi/Pacific/Galapagos
-%%T%%/jre/lib/zi/Pacific/Gambier
-%%T%%/jre/lib/zi/Pacific/Guadalcanal
-%%T%%/jre/lib/zi/Pacific/Guam
-%%T%%/jre/lib/zi/Pacific/Honolulu
-%%T%%/jre/lib/zi/Pacific/Johnston
-%%T%%/jre/lib/zi/Pacific/Kiritimati
-%%T%%/jre/lib/zi/Pacific/Kosrae
-%%T%%/jre/lib/zi/Pacific/Kwajalein
-%%T%%/jre/lib/zi/Pacific/Majuro
-%%T%%/jre/lib/zi/Pacific/Marquesas
-%%T%%/jre/lib/zi/Pacific/Midway
-%%T%%/jre/lib/zi/Pacific/Nauru
-%%T%%/jre/lib/zi/Pacific/Niue
-%%T%%/jre/lib/zi/Pacific/Norfolk
-%%T%%/jre/lib/zi/Pacific/Noumea
-%%T%%/jre/lib/zi/Pacific/Pago_Pago
-%%T%%/jre/lib/zi/Pacific/Palau
-%%T%%/jre/lib/zi/Pacific/Pitcairn
-%%T%%/jre/lib/zi/Pacific/Ponape
-%%T%%/jre/lib/zi/Pacific/Port_Moresby
-%%T%%/jre/lib/zi/Pacific/Rarotonga
-%%T%%/jre/lib/zi/Pacific/Saipan
-%%T%%/jre/lib/zi/Pacific/Tahiti
-%%T%%/jre/lib/zi/Pacific/Tarawa
-%%T%%/jre/lib/zi/Pacific/Tongatapu
-%%T%%/jre/lib/zi/Pacific/Truk
-%%T%%/jre/lib/zi/Pacific/Wake
-%%T%%/jre/lib/zi/Pacific/Wallis
-%%T%%/jre/lib/zi/SystemV/AST4
-%%T%%/jre/lib/zi/SystemV/AST4ADT
-%%T%%/jre/lib/zi/SystemV/CST6
-%%T%%/jre/lib/zi/SystemV/CST6CDT
-%%T%%/jre/lib/zi/SystemV/EST5
-%%T%%/jre/lib/zi/SystemV/EST5EDT
-%%T%%/jre/lib/zi/SystemV/HST10
-%%T%%/jre/lib/zi/SystemV/MST7
-%%T%%/jre/lib/zi/SystemV/MST7MDT
-%%T%%/jre/lib/zi/SystemV/PST8
-%%T%%/jre/lib/zi/SystemV/PST8PDT
-%%T%%/jre/lib/zi/SystemV/YST9
-%%T%%/jre/lib/zi/SystemV/YST9YDT
-%%T%%/jre/lib/zi/WET
-%%T%%/jre/lib/zi/ZoneInfoMappings
-%%T%%/jre/plugin/desktop/sun_java.desktop
-%%T%%/jre/plugin/desktop/sun_java.png
-%%T%%/jre/plugin/i386/ns7-gcc29/libjavaplugin_oji.so
-%%T%%/jre/plugin/i386/ns7/libjavaplugin_oji.so
-%%T%%/lib/dt.jar
-%%T%%/lib/htmlconverter.jar
-%%T%%/lib/ir.idl
-%%T%%/lib/jconsole.jar
-%%T%%/lib/orb.idl
-%%T%%/lib/sa-jdi.jar
-%%T%%/lib/tools.jar
-%%T%%/man/ja
-%%T%%/man/ja_JP.eucJP/man1/appletviewer.1
-%%T%%/man/ja_JP.eucJP/man1/apt.1
-%%T%%/man/ja_JP.eucJP/man1/extcheck.1
-%%T%%/man/ja_JP.eucJP/man1/idlj.1
-%%T%%/man/ja_JP.eucJP/man1/jar.1
-%%T%%/man/ja_JP.eucJP/man1/jarsigner.1
-%%T%%/man/ja_JP.eucJP/man1/java.1
-%%T%%/man/ja_JP.eucJP/man1/javac.1
-%%T%%/man/ja_JP.eucJP/man1/javadoc.1
-%%T%%/man/ja_JP.eucJP/man1/javah.1
-%%T%%/man/ja_JP.eucJP/man1/javap.1
-%%T%%/man/ja_JP.eucJP/man1/javaws.1
-%%T%%/man/ja_JP.eucJP/man1/jconsole.1
-%%T%%/man/ja_JP.eucJP/man1/jdb.1
-%%T%%/man/ja_JP.eucJP/man1/jinfo.1
-%%T%%/man/ja_JP.eucJP/man1/jmap.1
-%%T%%/man/ja_JP.eucJP/man1/jps.1
-%%T%%/man/ja_JP.eucJP/man1/jsadebugd.1
-%%T%%/man/ja_JP.eucJP/man1/jstack.1
-%%T%%/man/ja_JP.eucJP/man1/jstat.1
-%%T%%/man/ja_JP.eucJP/man1/jstatd.1
-%%T%%/man/ja_JP.eucJP/man1/keytool.1
-%%T%%/man/ja_JP.eucJP/man1/kinit.1
-%%T%%/man/ja_JP.eucJP/man1/klist.1
-%%T%%/man/ja_JP.eucJP/man1/ktab.1
-%%T%%/man/ja_JP.eucJP/man1/native2ascii.1
-%%T%%/man/ja_JP.eucJP/man1/orbd.1
-%%T%%/man/ja_JP.eucJP/man1/pack200.1
-%%T%%/man/ja_JP.eucJP/man1/policytool.1
-%%T%%/man/ja_JP.eucJP/man1/rmic.1
-%%T%%/man/ja_JP.eucJP/man1/rmid.1
-%%T%%/man/ja_JP.eucJP/man1/rmiregistry.1
-%%T%%/man/ja_JP.eucJP/man1/serialver.1
-%%T%%/man/ja_JP.eucJP/man1/servertool.1
-%%T%%/man/ja_JP.eucJP/man1/tnameserv.1
-%%T%%/man/ja_JP.eucJP/man1/unpack200.1
-%%T%%/man/man1/appletviewer.1
-%%T%%/man/man1/apt.1
-%%T%%/man/man1/extcheck.1
-%%T%%/man/man1/idlj.1
-%%T%%/man/man1/jar.1
-%%T%%/man/man1/jarsigner.1
-%%T%%/man/man1/java.1
-%%T%%/man/man1/javac.1
-%%T%%/man/man1/javadoc.1
-%%T%%/man/man1/javah.1
-%%T%%/man/man1/javap.1
-%%T%%/man/man1/javaws.1
-%%T%%/man/man1/jconsole.1
-%%T%%/man/man1/jdb.1
-%%T%%/man/man1/jinfo.1
-%%T%%/man/man1/jmap.1
-%%T%%/man/man1/jps.1
-%%T%%/man/man1/jsadebugd.1
-%%T%%/man/man1/jstack.1
-%%T%%/man/man1/jstat.1
-%%T%%/man/man1/jstatd.1
-%%T%%/man/man1/keytool.1
-%%T%%/man/man1/kinit.1
-%%T%%/man/man1/klist.1
-%%T%%/man/man1/ktab.1
-%%T%%/man/man1/native2ascii.1
-%%T%%/man/man1/orbd.1
-%%T%%/man/man1/pack200.1
-%%T%%/man/man1/policytool.1
-%%T%%/man/man1/rmic.1
-%%T%%/man/man1/rmid.1
-%%T%%/man/man1/rmiregistry.1
-%%T%%/man/man1/serialver.1
-%%T%%/man/man1/servertool.1
-%%T%%/man/man1/tnameserv.1
-%%T%%/man/man1/unpack200.1
-%%T%%/sample/jnlp/corba/GNUmakefile
-%%T%%/sample/jnlp/corba/README
-%%T%%/sample/jnlp/corba/src/core/HelloClient.java
-%%T%%/sample/jnlp/corba/src/core/HelloServer.java
-%%T%%/sample/jnlp/corba/src/stubs/HelloImpl.java
-%%T%%/sample/jnlp/corba/src/stubs/HelloInterface.java
-%%T%%/sample/jnlp/corba/war/WEB-INF/web.xml
-%%T%%/sample/jnlp/corba/war/app/helloworld.jnlp
-%%T%%/sample/jnlp/corba/war/index.html
-%%T%%/sample/jnlp/jreinstaller/README
-%%T%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/GNUmakefile
-%%T%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/j2re1_4_2/GNUmakefile
-%%T%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/resources/javaws-1_0_1-j2re-1_4_2-linux-i586.jnlp
-%%T%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/resources/version.xml_linux-i586_1.4.2
-%%T%%/sample/jnlp/jreinstaller/build/linux/minclude/linux.defs
-%%T%%/sample/jnlp/jreinstaller/build/share/Platform.gmk
-%%T%%/sample/jnlp/jreinstaller/build/share/jreinstallers/bundle.unix.gmk
-%%T%%/sample/jnlp/jreinstaller/build/share/jreinstallers/components.gmk
-%%T%%/sample/jnlp/jreinstaller/build/share/jreinstallers/installer.gmk
-%%T%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/GNUmakefile
-%%T%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/j2re1_4_2/GNUmakefile
-%%T%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/resources/javaws-1_0_1-j2re-1_4_2-solaris-sparc.jnlp
-%%T%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/resources/version.xml_solaris-sparc_1.4.2
-%%T%%/sample/jnlp/jreinstaller/build/solaris/minclude/solaris.defs
-%%T%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/GNUmakefile
-%%T%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/bundle.win.gmk
-%%T%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/j2re1_4_2/GNUmakefile
-%%T%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/resources/javaws-1_0_1-j2re-1_4_2-windows-i586.jnlp
-%%T%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/resources/version.xml_windows-i586_1.4.2
-%%T%%/sample/jnlp/jreinstaller/build/win32/minclude/windows.defs
-%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/Config.java
-%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/Main.java
-%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/SolarisInstaller.java
-%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/WinRegistry.java
-%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/WindowsInstaller.java
-%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings.properties
-%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_de.properties
-%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_es.properties
-%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_fr.properties
-%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_it.properties
-%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_ja.properties
-%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_ko.properties
-%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_sv.properties
-%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_zh_CN.properties
-%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_zh_TW.properties
-%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/sunLogo.gif
-%%T%%/sample/jnlp/jreinstaller/src/win32/jreinstallers/WindowsInstaller.c
-%%T%%/sample/jnlp/jreinstaller/src/win32/jreinstallers/registry.cpp
-%%T%%/sample/jnlp/jreinstaller/src/win32/jreinstallers/versionChecker.c
-%%T%%/sample/jnlp/raf/GNUmakefile
-%%T%%/sample/jnlp/raf/README
-%%T%%/sample/jnlp/raf/src/randomFile.java
-%%T%%/sample/jnlp/raf/war/WEB-INF/web.xml
-%%T%%/sample/jnlp/raf/war/app/randomFile.jnlp
-%%T%%/sample/jnlp/raf/war/index.html
-%%T%%/sample/jnlp/servlet/GNUmakefile
-%%T%%/sample/jnlp/servlet/README
-%%T%%/sample/jnlp/servlet/jardiff.jar
-%%T%%/sample/jnlp/servlet/jnlp-servlet.jar
-%%T%%/sample/jnlp/servlet/jnlp.jar
-%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/JarDiff.java
-%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/JarDiffConstants.java
-%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/JarDiffPatcher.java
-%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/Patcher.java
-%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/resources/strings.properties
-%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/DownloadRequest.java
-%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/DownloadResponse.java
-%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/ErrorResponseException.java
-%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/JarDiffHandler.java
-%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/JnlpDownloadServlet.java
-%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/JnlpFileHandler.java
-%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/JnlpResource.java
-%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/Logger.java
-%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/ResourceCatalog.java
-%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/XMLAttribute.java
-%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/XMLNode.java
-%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/XMLParsing.java
-%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/resources/strings.properties
-%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/util/VersionID.java
-%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/util/VersionString.java
-%%T%%/sample/jnlp/webpad/GNUmakefile
-%%T%%/sample/jnlp/webpad/README
-%%T%%/sample/jnlp/webpad/src/servlet/TxtServlet.java
-%%T%%/sample/jnlp/webpad/src/version1/AboutAction.java
-%%T%%/sample/jnlp/webpad/src/version1/ClipboardHandler.java
-%%T%%/sample/jnlp/webpad/src/version1/CopyAction.java
-%%T%%/sample/jnlp/webpad/src/version1/CutAction.java
-%%T%%/sample/jnlp/webpad/src/version1/ExitAction.java
-%%T%%/sample/jnlp/webpad/src/version1/FileHandler.java
-%%T%%/sample/jnlp/webpad/src/version1/HelpAction.java
-%%T%%/sample/jnlp/webpad/src/version1/HelpHandler.java
-%%T%%/sample/jnlp/webpad/src/version1/JLFAbstractAction.java
-%%T%%/sample/jnlp/webpad/src/version1/OpenAction.java
-%%T%%/sample/jnlp/webpad/src/version1/PasteAction.java
-%%T%%/sample/jnlp/webpad/src/version1/PrintAction.java
-%%T%%/sample/jnlp/webpad/src/version1/PublishAction.java
-%%T%%/sample/jnlp/webpad/src/version1/SaveAction.java
-%%T%%/sample/jnlp/webpad/src/version1/SaveAsAction.java
-%%T%%/sample/jnlp/webpad/src/version1/ShowAction.java
-%%T%%/sample/jnlp/webpad/src/version1/WebHandler.java
-%%T%%/sample/jnlp/webpad/src/version1/WebPad.java
-%%T%%/sample/jnlp/webpad/war/WEB-INF/web.xml
-%%T%%/sample/jnlp/webpad/war/app/README
-%%T%%/sample/jnlp/webpad/war/app/holidays__V1.0.jar
-%%T%%/sample/jnlp/webpad/war/app/javahelp.jnlp
-%%T%%/sample/jnlp/webpad/war/app/jhcore__V1.0.jar
-%%T%%/sample/jnlp/webpad/war/app/jlfgr__V1.0.jar
-%%T%%/sample/jnlp/webpad/war/app/version.xml
-%%T%%/sample/jnlp/webpad/war/app/webpad.jnlp
-%%T%%/sample/jnlp/webpad/war/index.html
-%%T%%/sample/nio/server/AcceptHandler.java
-%%T%%/sample/nio/server/Acceptor.java
-%%T%%/sample/nio/server/B1.java
-%%T%%/sample/nio/server/BN.java
-%%T%%/sample/nio/server/BP.java
-%%T%%/sample/nio/server/ChannelIO.java
-%%T%%/sample/nio/server/ChannelIOSecure.java
-%%T%%/sample/nio/server/Content.java
-%%T%%/sample/nio/server/Dispatcher.java
-%%T%%/sample/nio/server/Dispatcher1.java
-%%T%%/sample/nio/server/DispatcherN.java
-%%T%%/sample/nio/server/FileContent.java
-%%T%%/sample/nio/server/Handler.java
-%%T%%/sample/nio/server/MalformedRequestException.java
-%%T%%/sample/nio/server/N1.java
-%%T%%/sample/nio/server/N2.java
-%%T%%/sample/nio/server/README.txt
-%%T%%/sample/nio/server/Reply.java
-%%T%%/sample/nio/server/Request.java
-%%T%%/sample/nio/server/RequestHandler.java
-%%T%%/sample/nio/server/RequestServicer.java
-%%T%%/sample/nio/server/Sendable.java
-%%T%%/sample/nio/server/Server.java
-%%T%%/sample/nio/server/StringContent.java
-%%T%%/sample/nio/server/URLDumper.java
-%%T%%/src.zip
-@exec mkdir -p %D/share/doc/java
-@unexec rmdir %D/share/doc/java 2>/dev/null || true
-@exec %%LOCALBASE%%/bin/registervm "%D/%%T%%/bin/java # Linux-Sun-JDK%%PORTVERSION%%"
-@dirrm %%T%%/sample/nio/server
-@dirrm %%T%%/sample/nio
-@dirrm %%T%%/sample/jnlp/webpad/war/app
-@dirrm %%T%%/sample/jnlp/webpad/war/WEB-INF
-@dirrm %%T%%/sample/jnlp/webpad/war
-@dirrm %%T%%/sample/jnlp/webpad/src/version1
-@dirrm %%T%%/sample/jnlp/webpad/src/servlet
-@dirrm %%T%%/sample/jnlp/webpad/src
-@dirrm %%T%%/sample/jnlp/webpad
-@dirrm %%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/util
-@dirrm %%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/resources
-@dirrm %%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet
-@dirrm %%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/resources
-@dirrm %%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff
-@dirrm %%T%%/sample/jnlp/servlet/src/classes/jnlp/sample
-@dirrm %%T%%/sample/jnlp/servlet/src/classes/jnlp
-@dirrm %%T%%/sample/jnlp/servlet/src/classes
-@dirrm %%T%%/sample/jnlp/servlet/src
-@dirrm %%T%%/sample/jnlp/servlet
-@dirrm %%T%%/sample/jnlp/raf/war/app
-@dirrm %%T%%/sample/jnlp/raf/war/WEB-INF
-@dirrm %%T%%/sample/jnlp/raf/war
-@dirrm %%T%%/sample/jnlp/raf/src
-@dirrm %%T%%/sample/jnlp/raf
-@dirrm %%T%%/sample/jnlp/jreinstaller/src/win32/jreinstallers
-@dirrm %%T%%/sample/jnlp/jreinstaller/src/win32
-@dirrm %%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources
-@dirrm %%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller
-@dirrm %%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample
-@dirrm %%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp
-@dirrm %%T%%/sample/jnlp/jreinstaller/src/share/classes
-@dirrm %%T%%/sample/jnlp/jreinstaller/src/share
-@dirrm %%T%%/sample/jnlp/jreinstaller/src
-@dirrm %%T%%/sample/jnlp/jreinstaller/build/win32/minclude
-@dirrm %%T%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/resources
-@dirrm %%T%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/j2re1_4_2
-@dirrm %%T%%/sample/jnlp/jreinstaller/build/win32/jreinstallers
-@dirrm %%T%%/sample/jnlp/jreinstaller/build/win32
-@dirrm %%T%%/sample/jnlp/jreinstaller/build/solaris/minclude
-@dirrm %%T%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/resources
-@dirrm %%T%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/j2re1_4_2
-@dirrm %%T%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers
-@dirrm %%T%%/sample/jnlp/jreinstaller/build/solaris
-@dirrm %%T%%/sample/jnlp/jreinstaller/build/share/jreinstallers
-@dirrm %%T%%/sample/jnlp/jreinstaller/build/share
-@dirrm %%T%%/sample/jnlp/jreinstaller/build/linux/minclude
-@dirrm %%T%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/resources
-@dirrm %%T%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/j2re1_4_2
-@dirrm %%T%%/sample/jnlp/jreinstaller/build/linux/jreinstallers
-@dirrm %%T%%/sample/jnlp/jreinstaller/build/linux
-@dirrm %%T%%/sample/jnlp/jreinstaller/build
-@dirrm %%T%%/sample/jnlp/jreinstaller
-@dirrm %%T%%/sample/jnlp/corba/war/app
-@dirrm %%T%%/sample/jnlp/corba/war/WEB-INF
-@dirrm %%T%%/sample/jnlp/corba/war
-@dirrm %%T%%/sample/jnlp/corba/src/stubs
-@dirrm %%T%%/sample/jnlp/corba/src/core
-@dirrm %%T%%/sample/jnlp/corba/src
-@dirrm %%T%%/sample/jnlp/corba
-@dirrm %%T%%/sample/jnlp
-@dirrm %%T%%/sample
-@dirrm %%T%%/man/man1
-@dirrm %%T%%/man/ja_JP.eucJP/man1
-@dirrm %%T%%/man/ja_JP.eucJP
-@dirrm %%T%%/man
-@dirrm %%T%%/lib
-@dirrm %%T%%/jre/plugin/i386/ns7-gcc29
-@dirrm %%T%%/jre/plugin/i386/ns7
-@dirrm %%T%%/jre/plugin/i386
-@dirrm %%T%%/jre/plugin/desktop
-@dirrm %%T%%/jre/plugin
-@dirrm %%T%%/jre/lib/zi/SystemV
-@dirrm %%T%%/jre/lib/zi/Pacific
-@dirrm %%T%%/jre/lib/zi/Indian
-@dirrm %%T%%/jre/lib/zi/Europe
-@dirrm %%T%%/jre/lib/zi/Etc
-@dirrm %%T%%/jre/lib/zi/Australia
-@dirrm %%T%%/jre/lib/zi/Atlantic
-@dirrm %%T%%/jre/lib/zi/Asia
-@dirrm %%T%%/jre/lib/zi/Antarctica
-@dirrm %%T%%/jre/lib/zi/America/North_Dakota
-@dirrm %%T%%/jre/lib/zi/America/Kentucky
-@dirrm %%T%%/jre/lib/zi/America/Indiana
-@dirrm %%T%%/jre/lib/zi/America/Argentina
-@dirrm %%T%%/jre/lib/zi/America
-@dirrm %%T%%/jre/lib/zi/Africa
-@dirrm %%T%%/jre/lib/zi
-@dirrm %%T%%/jre/lib/security
-@dirrm %%T%%/jre/lib/oblique-fonts
-@dirrm %%T%%/jre/lib/management
-@dirrm %%T%%/jre/lib/locale/zh_TW/LC_MESSAGES
-@dirrm %%T%%/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES
-@dirrm %%T%%/jre/lib/locale/zh_TW.BIG5
-@dirrm %%T%%/jre/lib/locale/zh_TW
-@dirrm %%T%%/jre/lib/locale/zh_HK.BIG5HK/LC_MESSAGES
-@dirrm %%T%%/jre/lib/locale/zh_HK.BIG5HK
-@dirrm %%T%%/jre/lib/locale/zh/LC_MESSAGES
-@dirrm %%T%%/jre/lib/locale/zh.GBK/LC_MESSAGES
-@dirrm %%T%%/jre/lib/locale/zh.GBK
-@dirrm %%T%%/jre/lib/locale/zh
-@dirrm %%T%%/jre/lib/locale/sv/LC_MESSAGES
-@dirrm %%T%%/jre/lib/locale/sv
-@dirrm %%T%%/jre/lib/locale/ko/LC_MESSAGES
-@dirrm %%T%%/jre/lib/locale/ko.UTF-8/LC_MESSAGES
-@dirrm %%T%%/jre/lib/locale/ko.UTF-8
-@dirrm %%T%%/jre/lib/locale/ko
-@dirrm %%T%%/jre/lib/locale/ja/LC_MESSAGES
-@dirrm %%T%%/jre/lib/locale/ja
-@dirrm %%T%%/jre/lib/locale/it/LC_MESSAGES
-@dirrm %%T%%/jre/lib/locale/it
-@dirrm %%T%%/jre/lib/locale/fr/LC_MESSAGES
-@dirrm %%T%%/jre/lib/locale/fr
-@dirrm %%T%%/jre/lib/locale/es/LC_MESSAGES
-@dirrm %%T%%/jre/lib/locale/es
-@dirrm %%T%%/jre/lib/locale/de/LC_MESSAGES
-@dirrm %%T%%/jre/lib/locale/de
-@dirrm %%T%%/jre/lib/locale
-@dirrm %%T%%/jre/lib/javaws
-@dirrm %%T%%/jre/lib/images/icons
-@dirrm %%T%%/jre/lib/images/cursors
-@dirrm %%T%%/jre/lib/images
-@dirrm %%T%%/jre/lib/im
-@dirrm %%T%%/jre/lib/i386/xawt
-@dirrm %%T%%/jre/lib/i386/server
-@dirrm %%T%%/jre/lib/i386/native_threads
-@dirrm %%T%%/jre/lib/i386/motif21
-@dirrm %%T%%/jre/lib/i386/headless
-@dirrm %%T%%/jre/lib/i386/client
-@dirrm %%T%%/jre/lib/i386
-@dirrm %%T%%/jre/lib/fonts
-@dirrm %%T%%/jre/lib/ext
-@dirrm %%T%%/jre/lib/cmm
-@dirrm %%T%%/jre/lib/audio
-@dirrm %%T%%/jre/lib/applet
-@dirrm %%T%%/jre/lib
-@dirrm %%T%%/jre/javaws
-@dirrm %%T%%/jre/bin
-@dirrm %%T%%/jre/.systemPrefs
-@dirrm %%T%%/jre
-@dirrm %%T%%/include/linux
-@dirrm %%T%%/include
-@dirrm %%T%%/demo/plugin/jfc/TableExample/src
-@dirrm %%T%%/demo/plugin/jfc/TableExample
-@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tooltip
-@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar
-@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane
-@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/splitpane
-@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane
-@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/optionpane
-@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/list
-@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/htmldemo
-@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/filechooser
-@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox
-@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons
-@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo
-@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc
-@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food
-@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub
-@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images
-@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources
-@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src
-@dirrm %%T%%/demo/plugin/jfc/SwingSet2
-@dirrm %%T%%/demo/plugin/jfc/SwingApplet/src
-@dirrm %%T%%/demo/plugin/jfc/SwingApplet
-@dirrm %%T%%/demo/plugin/jfc/Stylepad/src/resources
-@dirrm %%T%%/demo/plugin/jfc/Stylepad/src
-@dirrm %%T%%/demo/plugin/jfc/Stylepad
-@dirrm %%T%%/demo/plugin/jfc/SampleTree/src/resources/images
-@dirrm %%T%%/demo/plugin/jfc/SampleTree/src/resources
-@dirrm %%T%%/demo/plugin/jfc/SampleTree/src
-@dirrm %%T%%/demo/plugin/jfc/SampleTree
-@dirrm %%T%%/demo/plugin/jfc/Notepad/src/resources
-@dirrm %%T%%/demo/plugin/jfc/Notepad/src
-@dirrm %%T%%/demo/plugin/jfc/Notepad
-@dirrm %%T%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles
-@dirrm %%T%%/demo/plugin/jfc/Metalworks/src/resources
-@dirrm %%T%%/demo/plugin/jfc/Metalworks/src
-@dirrm %%T%%/demo/plugin/jfc/Metalworks
-@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms
-@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths
-@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint
-@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Mix
-@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines
-@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images
-@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts
-@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Composite
-@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Colors
-@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping
-@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves
-@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos
-@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d
-@dirrm %%T%%/demo/plugin/jfc/Java2D/src/images
-@dirrm %%T%%/demo/plugin/jfc/Java2D/src/fonts
-@dirrm %%T%%/demo/plugin/jfc/Java2D/src
-@dirrm %%T%%/demo/plugin/jfc/Java2D
-@dirrm %%T%%/demo/plugin/jfc/Font2DTest/src
-@dirrm %%T%%/demo/plugin/jfc/Font2DTest
-@dirrm %%T%%/demo/plugin/jfc/FileChooserDemo/src/resources/images
-@dirrm %%T%%/demo/plugin/jfc/FileChooserDemo/src/resources
-@dirrm %%T%%/demo/plugin/jfc/FileChooserDemo/src
-@dirrm %%T%%/demo/plugin/jfc/FileChooserDemo
-@dirrm %%T%%/demo/plugin/jfc/CodePointIM/src/resources
-@dirrm %%T%%/demo/plugin/jfc/CodePointIM/src
-@dirrm %%T%%/demo/plugin/jfc/CodePointIM
-@dirrm %%T%%/demo/plugin/jfc
-@dirrm %%T%%/demo/plugin/applets/WireFrame/models
-@dirrm %%T%%/demo/plugin/applets/WireFrame
-@dirrm %%T%%/demo/plugin/applets/TicTacToe/images
-@dirrm %%T%%/demo/plugin/applets/TicTacToe/audio
-@dirrm %%T%%/demo/plugin/applets/TicTacToe
-@dirrm %%T%%/demo/plugin/applets/SpreadSheet
-@dirrm %%T%%/demo/plugin/applets/SortDemo
-@dirrm %%T%%/demo/plugin/applets/SimpleGraph
-@dirrm %%T%%/demo/plugin/applets/NervousText
-@dirrm %%T%%/demo/plugin/applets/MoleculeViewer/models
-@dirrm %%T%%/demo/plugin/applets/MoleculeViewer
-@dirrm %%T%%/demo/plugin/applets/JumpingBox/sounds
-@dirrm %%T%%/demo/plugin/applets/JumpingBox
-@dirrm %%T%%/demo/plugin/applets/ImageMap/images
-@dirrm %%T%%/demo/plugin/applets/ImageMap/audio
-@dirrm %%T%%/demo/plugin/applets/ImageMap
-@dirrm %%T%%/demo/plugin/applets/GraphicsTest
-@dirrm %%T%%/demo/plugin/applets/GraphLayout/audio
-@dirrm %%T%%/demo/plugin/applets/GraphLayout
-@dirrm %%T%%/demo/plugin/applets/Fractal
-@dirrm %%T%%/demo/plugin/applets/DrawTest
-@dirrm %%T%%/demo/plugin/applets/DitherTest
-@dirrm %%T%%/demo/plugin/applets/Clock
-@dirrm %%T%%/demo/plugin/applets/CardTest
-@dirrm %%T%%/demo/plugin/applets/Blink
-@dirrm %%T%%/demo/plugin/applets/BarChart
-@dirrm %%T%%/demo/plugin/applets/ArcTest
-@dirrm %%T%%/demo/plugin/applets/Animator/images/SimpleAnimation
-@dirrm %%T%%/demo/plugin/applets/Animator/images/Beans
-@dirrm %%T%%/demo/plugin/applets/Animator/images
-@dirrm %%T%%/demo/plugin/applets/Animator/audio
-@dirrm %%T%%/demo/plugin/applets/Animator
-@dirrm %%T%%/demo/plugin/applets
-@dirrm %%T%%/demo/plugin
-@dirrm %%T%%/demo/management/VerboseGC/src
-@dirrm %%T%%/demo/management/VerboseGC
-@dirrm %%T%%/demo/management/MemoryMonitor/src
-@dirrm %%T%%/demo/management/MemoryMonitor
-@dirrm %%T%%/demo/management/JTop/src
-@dirrm %%T%%/demo/management/JTop
-@dirrm %%T%%/demo/management/FullThreadDump/src
-@dirrm %%T%%/demo/management/FullThreadDump
-@dirrm %%T%%/demo/management
-@dirrm %%T%%/demo/jvmti/waiters/src
-@dirrm %%T%%/demo/jvmti/waiters/lib
-@dirrm %%T%%/demo/jvmti/waiters
-@dirrm %%T%%/demo/jvmti/versionCheck/src
-@dirrm %%T%%/demo/jvmti/versionCheck/lib
-@dirrm %%T%%/demo/jvmti/versionCheck
-@dirrm %%T%%/demo/jvmti/mtrace/src
-@dirrm %%T%%/demo/jvmti/mtrace/lib
-@dirrm %%T%%/demo/jvmti/mtrace
-@dirrm %%T%%/demo/jvmti/java_crw_demo/src
-@dirrm %%T%%/demo/jvmti/java_crw_demo
-@dirrm %%T%%/demo/jvmti/hprof/src/linux
-@dirrm %%T%%/demo/jvmti/hprof/src
-@dirrm %%T%%/demo/jvmti/hprof
-@dirrm %%T%%/demo/jvmti/heapViewer/src
-@dirrm %%T%%/demo/jvmti/heapViewer/lib
-@dirrm %%T%%/demo/jvmti/heapViewer
-@dirrm %%T%%/demo/jvmti/heapTracker/src
-@dirrm %%T%%/demo/jvmti/heapTracker/lib
-@dirrm %%T%%/demo/jvmti/heapTracker
-@dirrm %%T%%/demo/jvmti/gctest/src
-@dirrm %%T%%/demo/jvmti/gctest/lib
-@dirrm %%T%%/demo/jvmti/gctest
-@dirrm %%T%%/demo/jvmti/agent_util/src
-@dirrm %%T%%/demo/jvmti/agent_util
-@dirrm %%T%%/demo/jvmti
-@dirrm %%T%%/demo/jpda
-@dirrm %%T%%/demo/jfc/TableExample/src
-@dirrm %%T%%/demo/jfc/TableExample
-@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/tooltip
-@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar
-@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane
-@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/splitpane
-@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/scrollpane
-@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/optionpane
-@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/list
-@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/htmldemo
-@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/filechooser
-@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/combobox
-@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/buttons
-@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/Octavo
-@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc
-@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food
-@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub
-@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images
-@dirrm %%T%%/demo/jfc/SwingSet2/src/resources
-@dirrm %%T%%/demo/jfc/SwingSet2/src
-@dirrm %%T%%/demo/jfc/SwingSet2
-@dirrm %%T%%/demo/jfc/SwingApplet/src
-@dirrm %%T%%/demo/jfc/SwingApplet
-@dirrm %%T%%/demo/jfc/Stylepad/src/resources
-@dirrm %%T%%/demo/jfc/Stylepad/src
-@dirrm %%T%%/demo/jfc/Stylepad
-@dirrm %%T%%/demo/jfc/SampleTree/src/resources/images
-@dirrm %%T%%/demo/jfc/SampleTree/src/resources
-@dirrm %%T%%/demo/jfc/SampleTree/src
-@dirrm %%T%%/demo/jfc/SampleTree
-@dirrm %%T%%/demo/jfc/Notepad/src/resources
-@dirrm %%T%%/demo/jfc/Notepad/src
-@dirrm %%T%%/demo/jfc/Notepad
-@dirrm %%T%%/demo/jfc/Metalworks/src/resources/HelpFiles
-@dirrm %%T%%/demo/jfc/Metalworks/src/resources
-@dirrm %%T%%/demo/jfc/Metalworks/src
-@dirrm %%T%%/demo/jfc/Metalworks
-@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos/Transforms
-@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos/Paths
-@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos/Paint
-@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos/Mix
-@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos/Lines
-@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos/Images
-@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos/Fonts
-@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos/Composite
-@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos/Colors
-@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos/Clipping
-@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves
-@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos
-@dirrm %%T%%/demo/jfc/Java2D/src/java2d
-@dirrm %%T%%/demo/jfc/Java2D/src/images
-@dirrm %%T%%/demo/jfc/Java2D/src/fonts
-@dirrm %%T%%/demo/jfc/Java2D/src
-@dirrm %%T%%/demo/jfc/Java2D
-@dirrm %%T%%/demo/jfc/Font2DTest/src
-@dirrm %%T%%/demo/jfc/Font2DTest
-@dirrm %%T%%/demo/jfc/FileChooserDemo/src/resources/images
-@dirrm %%T%%/demo/jfc/FileChooserDemo/src/resources
-@dirrm %%T%%/demo/jfc/FileChooserDemo/src
-@dirrm %%T%%/demo/jfc/FileChooserDemo
-@dirrm %%T%%/demo/jfc/CodePointIM/src/resources
-@dirrm %%T%%/demo/jfc/CodePointIM/src
-@dirrm %%T%%/demo/jfc/CodePointIM
-@dirrm %%T%%/demo/jfc
-@dirrm %%T%%/demo/applets/WireFrame/models
-@dirrm %%T%%/demo/applets/WireFrame
-@dirrm %%T%%/demo/applets/TicTacToe/images
-@dirrm %%T%%/demo/applets/TicTacToe/audio
-@dirrm %%T%%/demo/applets/TicTacToe
-@dirrm %%T%%/demo/applets/SpreadSheet
-@dirrm %%T%%/demo/applets/SortDemo
-@dirrm %%T%%/demo/applets/SimpleGraph
-@dirrm %%T%%/demo/applets/NervousText
-@dirrm %%T%%/demo/applets/MoleculeViewer/models
-@dirrm %%T%%/demo/applets/MoleculeViewer
-@dirrm %%T%%/demo/applets/JumpingBox/sounds
-@dirrm %%T%%/demo/applets/JumpingBox
-@dirrm %%T%%/demo/applets/ImageMap/images
-@dirrm %%T%%/demo/applets/ImageMap/audio
-@dirrm %%T%%/demo/applets/ImageMap
-@dirrm %%T%%/demo/applets/GraphicsTest
-@dirrm %%T%%/demo/applets/GraphLayout/audio
-@dirrm %%T%%/demo/applets/GraphLayout
-@dirrm %%T%%/demo/applets/Fractal
-@dirrm %%T%%/demo/applets/DrawTest
-@dirrm %%T%%/demo/applets/DitherTest
-@dirrm %%T%%/demo/applets/Clock
-@dirrm %%T%%/demo/applets/CardTest
-@dirrm %%T%%/demo/applets/Blink
-@dirrm %%T%%/demo/applets/BarChart
-@dirrm %%T%%/demo/applets/ArcTest
-@dirrm %%T%%/demo/applets/Animator/images/SimpleAnimation
-@dirrm %%T%%/demo/applets/Animator/images/Beans
-@dirrm %%T%%/demo/applets/Animator/images
-@dirrm %%T%%/demo/applets/Animator/audio
-@dirrm %%T%%/demo/applets/Animator
-@dirrm %%T%%/demo/applets
-@dirrm %%T%%/demo
-@dirrm %%T%%/bin
-@dirrm %%T%%
diff --git a/java/netbeans61/Makefile b/java/netbeans61/Makefile
deleted file mode 100644
index 40f1de9995d1..000000000000
--- a/java/netbeans61/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: netbeans
-# Date Created: 2 Jun 2003
-# Whom: olgeni@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= netbeans
-PORTVERSION= 5.5
-CATEGORIES= java devel
-MASTER_SITES= http://us1.mirror.netbeans.org/download/5_5/fcs/200610171010/ \
- http://us2.mirror.netbeans.org/download/5_5/fcs/200610171010/
-DISTNAME= netbeans-5_5
-
-MAINTAINER= olgeni@FreeBSD.org
-COMMENT= A full-featured integrated environment for Java
-
-USE_BZIP2= yes
-USE_JAVA= yes
-JAVA_VERSION= 1.5+
-NO_BUILD= yes
-
-WRKSRC= ${WRKDIR}/netbeans
-
-SUB_FILES= pkg-install pkg-deinstall
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${RM} ${WRKSRC}/etc/netbeans.conf.orig
-
-do-configure:
- @${REINPLACE_CMD} 's|%%JAVA_HOME%%|${JAVA_HOME}|' ${WRKSRC}/etc/netbeans.conf
- @${RM} ${WRKSRC}/etc/netbeans.conf.bak
-
-do-install:
- @${MKDIR} ${PREFIX}/netbeans
- @${CP} -r ${WRKSRC}/* ${PREFIX}/netbeans
- @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/netbeans
- @${LN} -sf ${PREFIX}/netbeans/bin/netbeans ${PREFIX}/bin/netbeans
- @(cd ${WRKDIR}; ${FIND} -s netbeans -not -type d) >> ${TMPPLIST}
- @(cd ${WRKDIR}; ${FIND} -s -d netbeans -type d) | ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST}
- @(cd ${WRKDIR}; ${FIND} -s -d netbeans -type d -empty) | ${SED} -ne 's,^,@exec mkdir -p %D/,p' >> ${TMPPLIST}
-
-.include <bsd.port.post.mk>
diff --git a/java/netbeans61/distinfo b/java/netbeans61/distinfo
deleted file mode 100644
index ba2fade77027..000000000000
--- a/java/netbeans61/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (netbeans-5_5.tar.bz2) = 1edcc422b215e53a8346d282f51e274f
-SHA256 (netbeans-5_5.tar.bz2) = a9d530beda310dd27509d6326efe830a576e4d26b12c9322ea6ec828916ac069
-SIZE (netbeans-5_5.tar.bz2) = 67887731
diff --git a/java/netbeans61/files/patch-etc_netbeans.conf b/java/netbeans61/files/patch-etc_netbeans.conf
deleted file mode 100644
index 402b5a82a203..000000000000
--- a/java/netbeans61/files/patch-etc_netbeans.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- etc/netbeans.conf.orig
-+++ etc/netbeans.conf
-@@ -6,7 +6,7 @@
- netbeans_default_options="-J-Xms32m -J-Xmx128m -J-XX:PermSize=32m -J-XX:MaxPermSize=96m -J-Xverify:none"
-
- # default location of J2SE JDK, can be overridden by using --jdkhome <dir> switch
--#netbeans_jdkhome="/path/to/jdk"
-+netbeans_jdkhome="%%JAVA_HOME%%"
-
- # clusters' paths separated by path.separator (semicolon on Windows, colon on Unices)
- #netbeans_extraclusters="/absolute/path/to/cluster1:/absolute/path/to/cluster2"
diff --git a/java/netbeans61/files/pkg-deinstall.in b/java/netbeans61/files/pkg-deinstall.in
deleted file mode 100644
index 1bfa10364807..000000000000
--- a/java/netbeans61/files/pkg-deinstall.in
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-case "$2" in
- DEINSTALL)
- rm -f %%PREFIX%%/bin/netbeans
- ;;
-esac
-
-exit 0
diff --git a/java/netbeans61/files/pkg-install.in b/java/netbeans61/files/pkg-install.in
deleted file mode 100644
index e21a09d195d0..000000000000
--- a/java/netbeans61/files/pkg-install.in
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-case "$2" in
- POST-INSTALL)
- ln -sf %%PREFIX%%/netbeans/bin/netbeans %%PREFIX%%/bin/netbeans
- ;;
-esac
-
-exit 0
diff --git a/java/netbeans61/pkg-descr b/java/netbeans61/pkg-descr
deleted file mode 100644
index 3ffa48ebe541..000000000000
--- a/java/netbeans61/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-The NetBeans IDE is a world-class development environment written
-in Java. It can be used to develop code in Java, HTML, XML, JSP,
-C/C++ and other languages. The IDE is modular, and there is a huge
-variety of commercial and free extensions to it to support various
-technologies.
-
-WWW: http://www.netbeans.org/