diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-11 01:18:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-11 01:18:32 +0800 |
commit | ddadf1eb555553a6958aeccd82bb929d3090453b (patch) | |
tree | ca639d8654f8695791fbdb4960934e6598682543 /java | |
parent | 7e19f904101b00c5e1c2d56b9535b76a511eb4d8 (diff) | |
download | freebsd-ports-gnome-ddadf1eb555553a6958aeccd82bb929d3090453b.tar.gz freebsd-ports-gnome-ddadf1eb555553a6958aeccd82bb929d3090453b.tar.zst freebsd-ports-gnome-ddadf1eb555553a6958aeccd82bb929d3090453b.zip |
Decommissioning java 1.5 (EOLed since October 2009):
removal of the different 1.5 jre and jdk vendors
Removing outdated jdk16 vendors:
removing all the bsdjava and freebsd vendors, consider using openjdk6 or
openjsk7 instead.
Discussed with: java (glarkin)
Diffstat (limited to 'java')
119 files changed, 0 insertions, 16801 deletions
diff --git a/java/Makefile b/java/Makefile index d53e9a0cae4d..53603cbddc2d 100644 --- a/java/Makefile +++ b/java/Makefile @@ -15,10 +15,6 @@ SUBDIR += cos SUBDIR += cryptix-jce SUBDIR += dbvis - SUBDIR += diablo-jdk15 - SUBDIR += diablo-jdk16 - SUBDIR += diablo-jre15 - SUBDIR += diablo-jre16 SUBDIR += drexelsnmp SUBDIR += eclipse SUBDIR += eclipse-EPIC @@ -98,9 +94,6 @@ SUBDIR += jcckit SUBDIR += jcommon SUBDIR += jdbcpool - SUBDIR += jdk15 - SUBDIR += jdk15-doc - SUBDIR += jdk16 SUBDIR += jdk16-doc SUBDIR += jdom SUBDIR += jflex @@ -120,10 +113,8 @@ SUBDIR += jump SUBDIR += junit SUBDIR += langspec - SUBDIR += linux-sun-jdk15 SUBDIR += linux-sun-jdk16 SUBDIR += linux-sun-jdk17 - SUBDIR += linux-sun-jre15 SUBDIR += linux-sun-jre16 SUBDIR += linux-sun-jre17 SUBDIR += mmake diff --git a/java/diablo-jdk15/Makefile b/java/diablo-jdk15/Makefile deleted file mode 100644 index 9d5910c9635a..000000000000 --- a/java/diablo-jdk15/Makefile +++ /dev/null @@ -1,111 +0,0 @@ -# Created by: Greg Lewis <glewis@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= jdk -PORTVERSION= ${JDK_VERSION}.${RELEASE_VERSION}.${BUILD_VERSION} -PORTREVISION= 30 -CATEGORIES= java devel -MASTER_SITES= # -PKGNAMEPREFIX= diablo- -DISTNAME= ${PKGNAMEPREFIX}caffe-${JDK_OSREL}-${ARCH}-${JDK_VERSION}_${RELEASE_VERSION}-b${BUILD_VERSION} -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= glewis@FreeBSD.org -COMMENT= Java Development Kit ${JDK_VERSION}_${RELEASE_VERSION}.${BUILD_VERSION} - -DEPRECATED= EOLed upstream since october 2009 -EXPIRATION_DATE= 2012-11-27 - -RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper - -RESTRICTED= License does not allow distribution with fee - -USE_BZIP2= yes -USE_XORG+= xi xp xt xtst -ONLY_FOR_ARCHS= amd64 i386 -JDK_VERSION= 1.5.0 -RELEASE_VERSION=07 -BUILD_VERSION= 01 -PLIST_SUB+= JDK_VERSION=${JDK_VERSION} -PLIST_SUB+= ARCH=${ARCH} -DOWNLOAD_URL= http://www.FreeBSDFoundation.org/cgi-bin/download?download=${DISTNAME}${EXTRACT_SUFX} -LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}15 - -WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}jdk${JDK_VERSION}_${RELEASE_VERSION} -NO_BUILD= yes - -OPTIONS= TZUPDATE "Update the time zone data" on - -SUB_FILES+= pkg-install \ - pkg-deinstall -PKG_IGNORE_DEPENDS= '^[^xjc]' - -INSTALL_DIR= ${PREFIX}/${PKGNAMEPREFIX}jdk${JDK_VERSION} - -.include <bsd.port.pre.mk> - -JDK_OSREL= freebsd6 - -.if ${OSVERSION} >= 700000 -LIB_DEPENDS= z.3:${PORTSDIR}/misc/compat6x -.endif - -.if !defined(WITHOUT_TZUPDATE) -RUN_DEPENDS+= ${LOCALBASE}/share/java/zi:${PORTSDIR}/java/java-zoneinfo -PLIST_SUB+= TZORIGINAL="@comment " -PLIST_SUB+= TZUPDATE="" -.else -PLIST_SUB+= TZORIGINAL="" -PLIST_SUB+= TZUPDATE="@comment " -.endif - -.if ${ARCH} == "i386" -PLIST_SUB+= WEB="" -PLIST_SUB+= CLIENTVM="" -.else -PLIST_SUB+= WEB="@comment " -PLIST_SUB+= CLIENTVM="@comment " -.endif - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) && defined(JDK_OSREL) -DISTFILE_INSTRUCTIONS=\n\ -Because of licensing restrictions, you must fetch the distribution\n\ -manually.\n\n -.if (!exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})) -DISTFILE_INSTRUCTIONS += Please access\n\ -\n\ - ${DOWNLOAD_URL}\n\ -\n\ -with a web browser and \"Accept\" the End User License Agreement for\n\ -\"Caffe Diablo ${JDK_VERSION}\". Please place the downloaded\n\ -${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}.\n\n -.endif -.endif - -pre-fetch: -.if defined(DISTFILE_INSTRUCTIONS) - @${PRINTF} "${DISTFILE_INSTRUCTIONS}" - @exit 1 -.endif - -.if !defined(WITHOUT_TZUPDATE) -pre-install: - @${ECHO_CMD} -n "Updating time zones..." - @${RM} -rf ${WRKSRC}/jre/lib/zi - @${LN} -s -f ${LOCALBASE}/share/java/zi ${WRKSRC}/jre/lib/ - @${ECHO_CMD} "done" -.endif - -do-install: - ${MKDIR} "${INSTALL_DIR}" - cd "${WRKSRC}" && ${FIND} . \ - | ${CPIO} -pdmu -R ${LIBOWN}:${LIBGRP} "${INSTALL_DIR}" - -post-install: - # Register the VM - "${LOCALBASE}/bin/registervm" \ - "${INSTALL_DIR}/bin/java # DiabloCaffe${JDK_VERSION}" - # Install the plugin - ${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.post.mk> diff --git a/java/diablo-jdk15/distinfo b/java/diablo-jdk15/distinfo deleted file mode 100644 index 6721d97bbeea..000000000000 --- a/java/diablo-jdk15/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (diablo-caffe-freebsd6-amd64-1.5.0_07-b01.tar.bz2) = 2f2964506589589ccf4c7175f18c5a7053047ae1beeb3fdd167139c639c37585 -SIZE (diablo-caffe-freebsd6-amd64-1.5.0_07-b01.tar.bz2) = 46868094 -SHA256 (diablo-caffe-freebsd6-i386-1.5.0_07-b01.tar.bz2) = b7e010658271bebadaa9ea1f410d7af27fcbc0f864a69feea5cd60c6683aa4c9 -SIZE (diablo-caffe-freebsd6-i386-1.5.0_07-b01.tar.bz2) = 54347274 diff --git a/java/diablo-jdk15/files/pkg-deinstall.in b/java/diablo-jdk15/files/pkg-deinstall.in deleted file mode 100644 index 4e19c9a536af..000000000000 --- a/java/diablo-jdk15/files/pkg-deinstall.in +++ /dev/null @@ -1,35 +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 -if [ `echo "$1" | grep jdk` ]; then - DIABLOPLUGINDIR=${PKG_PREFIX}/diablo-jdk1.5.0/jre/plugin/i386/ns7 -else - DIABLOPLUGINDIR=${PKG_PREFIX}/diablo-jre1.5.0/plugin/i386/ns7 -fi -PLUGIN=libjavaplugin_oji.so - -# Check if the package includes the plugin -if [ ! -e "${DIABLOPLUGINDIR}/${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"${DIABLOPLUGINDIR}/${PLUGIN}" ]; then - rm -f "${BROWSERPLUGINDIR}/${PLUGIN}" -fi - -exit 0 diff --git a/java/diablo-jdk15/files/pkg-install.in b/java/diablo-jdk15/files/pkg-install.in deleted file mode 100644 index 1bbf977a2876..000000000000 --- a/java/diablo-jdk15/files/pkg-install.in +++ /dev/null @@ -1,288 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -# Set up a standard path -PATH=/usr/bin:/bin - -# Hack to prevent licensing from breaking bento. -if [ "x${PACKAGE_BUILDING}" != "x" ]; then - exit 0 -fi - -# Attempt to install a link for the browser plugin during post-install -if [ "$2" = "POST-INSTALL" ]; then - # Plugin location variables - BROWSERPLUGINDIR=%%LOCALBASE%%/lib/browser_plugins - if [ `echo "$1" | grep jdk` ]; then - DIABLOPLUGINDIR=${PKG_PREFIX}/diablo-jdk1.5.0/jre/plugin/`uname -p`/ns7 - else - DIABLOPLUGINDIR=${PKG_PREFIX}/diablo-jre1.5.0/plugin/`uname -p`/ns7 - fi - PLUGIN=libjavaplugin_oji.so - - # Check if the browser plugin exists - if [ ! -e "${DIABLOPLUGINDIR}/${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 "${DIABLOPLUGINDIR}/${PLUGIN}" \ - "${BROWSERPLUGINDIR}/${PLUGIN}" - exit 0 - fi - - # If the browser plugin exists and is a symlink, but the link - # doesn't exist, then overwrite with the diablo 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 "${DIABLOPLUGINDIR}/${PLUGIN}" \ - "${BROWSERPLUGINDIR}/${PLUGIN}" - exit 0 - fi - fi - - # The browser plugin exists and appears real. Ask if they want it - # replaced. - echo "You appear to already have a Java browser plugin installed." - echo "Would you like to replace it with the Diablo 1.5.0 plugin? [yes or no]" - read ANSWER - : ${ANSWER:=no} - case $ANSWER in - [yY]|[yY][eE][sS]) - ln -sf "${DIABLOPLUGINDIR}/${PLUGIN}" \ - "${BROWSERPLUGINDIR}/${PLUGIN}" - ;; - *) - ;; - esac - - # Done with post-install. - exit 0 -fi - -# Pre-install section - -# License agreement -more << EOF_LICENSE -FREEBSD FOUNDATION - -Diablo Caffe Version 1.5.0-0 ("Software") - -END USER LICENSE AGREEMENT - -You may install this Software only if you are currently a licensee -of FreeBSD (including substantially similar versions of FreeBSD) for -your own internal use only with your copy(ies) of FreeBSD (including -substantially similar versions of FreeBSD). If you are an OEM - a person -who will bundle the Software with other software before distributing the -bundled product to end users - you must read and "accept" the provisions -of the OEM License Agreement. You must read the License Agreement and -enter "YES" below to continue your install. By doing so, you agree to -be bound by all of the terms of this License Agreement. - -IMPORTANT - READ CAREFULLY: This End User License Agreement ("Agreement") -is a legal agreement between you (in your capacity as an individual -and as an agent for your company, institution, or other entity) and the -FreeBSD Foundation ("Foundation"). Accessing, downloading, installing, -using or copying of the Software (as hereafter defined) by you or a third -party on your behalf indicates your agreement to be bound by the terms -and conditions of this Agreement. If you do not agree to these terms and -conditions, do not access, download, install, use or copy the Software. -In the absence of this Agreement, you have no rights in the Software. -1. LICENSE GRANT. - - (a) Subject to all third party intellectual property claims - and without warranty of any nature, Foundation hereby grants to - you, and you hereby accept, a non-exclusive license for use in - (x) general purpose servers and (y) general purpose desktop and - laptop personal computers ("License") to: (i) download, install - and use the Software in binary executable form on one or more - computers for use by a total number of end users not to exceed - the number of your end users who are authorized to use FreeBSD; - provided that you agree to implement reasonable controls to ensure - that your use of the Software does not exceed such maximum number - of end users; and (ii) download and/or use one or more copies of - any related materials provided by Foundation ("Related Materials") - in electronic format and/or one copies of the Related Materials - in hard copy format subject to the following terms and conditions: - - (i) other than as set forth in paragraph 1(a) above, - you may not make or distribute copies of the Software, - or electronically transfer the Software from one computer - to another or over a network; - - (ii) you may not decompile, reverse engineer, - disassemble or otherwise reduce the Software to a - human-perceivable form; - - (iii) you may not rent, lease or sublease the Software; - - (iv) you may not modify the Software or create - derivative works based upon the Software; and - - (v) in the event that you breach any of the terms - of this Agreement, Foundation may terminate the License - and you must destroy all copies of the Software and - Related Materials. - - (b) you may make one copy of the Software in machine-readable - form solely for back-up purposes; provided, however, that you - must reproduce on such copy all copyright notices and proprietary - legends on the original copy of the software. - - (c) Subject to the terms and conditions of this Agreement, - you may create a hyperlink between an Internet website owned and - controlled by you and the Foundation's website, which hyperlink - describes in a fair and accurate manner where the Software - may be obtained, provided that you do not frame the Website or - otherwise give the false impression that Foundation is somehow - associated with, or otherwise endorses or sponsors your website. - Any goodwill associated with such hyperlink shall inure to - the sole and exclusive benefit of Foundation. Other than the - creation of such hyperlink, nothing in this Agreement shall be - construed as conferring upon you any right to make any reference - to Foundation or to its trademarks, service marks or any other - indicia of origin owned by Foundation, or to indicate in any - way that your products or services are in any way sponsored, - approved, endorsed by or affiliated with Foundation. - -2. RIGHTS RESERVED. - - (a) This License does not grant you any right to enhancements - or updates to, or support or maintenance for, the Software or - any modifications made by Foundation; - - (b) Foundation is free to license the Software on terms - different from those contained herein; - - (c) Foundation and its licensors hereby expressly reserve - all rights in the Software which are not expressly granted to - you under the License; and, without limiting the generality of - the foregoing, Foundation and its licensors retain all title, - copyright, and other intellectual property and proprietary rights - in the Software and any copies thereof, and you do not acquire - any rights, express or implied, other than those expressly set - forth in this Agreement. - -3. COPYRIGHT. You hereby acknowledge and agree that the Software -is protected by United States copyright law and international treaty -provisions. You must reproduce all copyright notices, trademark notices -and other proprietary notices of Foundation and its licensors on any -copies of the Software and Related Materials and you must not remove -such notices; - -4. MAINTENANCE AND SUPPORT. Foundation is under no obligation -whatsoever to provide maintenance or support for the Software or -to notify you of bug fixes, patches, or upgrades to the features, -functionality or performance of the Software ("Enhancements") (if any), -whether developed by Foundation or others. If, in its sole discretion, -Foundation makes an Enhancement available to you and does not enter into a -separate written license agreement with you relating to such Enhancement, -then that Enhancement will be deemed incorporated into the Software and -subject to this Agreement. - -5. WARRANTY DISCLAIMER. THE SOFTWARE IS PROVIDED TO YOU "AS IS" -WITHOUT WARRANTY OF ANY TYPE OR NATURE, AND FOUNDATION AND ITS LICENSORS -HEREBY EXPRESSLY DISCLAIM ANY WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, -BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE, TITLE OR NON-INFRINGEMENT OR ANY WARRANTIES -ARISING BY USAGE OF TRADE, COURSE OF DEALING OR COURSE OF PERFORMANCE. -IN ADDITION, FOUNDATION AND ITS LICENSORS EXPRESSLY DISCLAIM ANY LIABILITY -FOR THE ACCURACY, COMPLETENESS OR USEFULNESS OF THE SOFTWARE AND DO -NOT WARRANT THAT THE SOFTWARE WILL FUNCTION UNINTERRUPTED, THAT IT -IS ERROR-FREE OR THAT ANY ERRORS WILL BE CORRECTED. YOU ASSUME TOTAL -RESPONSIBILITY AND RISK FOR YOUR USE OF THE SOFTWARE, INCLUDING, BUT -NOT LIMITED TO ANY DEFECTS OR INACCURACIES THEREIN. -6. LIMITATION OF LIABILITY. IN NO EVENT SHALL FOUNDATION OR ITS -LICENSORS BE LIABLE FOR ANY INDIRECT, INCIDENTAL, CONSEQUENTIAL, SPECIAL -OR PUNITIVE DAMAGES OF ANY KIND OR NATURE, INCLUDING, BUT NOT LIMITED -TO, LOSS OF PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER -SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT (INCLUDING -NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE, EVEN IF FOUNDATION HAS -BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSS OR DAMAGES. IN NO EVENT -SHALL FOUNDATION'S LIABILITY FOR DAMAGES ARISING FROM OR IN CONNECTION -WITH THIS AGREEMENT EXCEED THE GREATER OF $500 OR THE AMOUNT PAID BY -YOU FOR THE SOFTWARE. BECAUSE SOME STATES DO NOT ALLOW THE EXCLUSION -OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE -ABOVE LIMITATIONS MAY NOT APPLY TO YOU. IN THE EVENT THAT APPLICABLE -LAW DOES NOT ALLOW THE COMPLETE EXCLUSION OR LIMITATION OF LIABILITY OF -CLAIMS AND DAMAGES AS SET FORTH IN THIS AGREEMENT, FOUNDATION'S LIABILITY -IS LIMITED TO THE GREATEST EXTENT PERMITTED BY LAW. - -7. INDEMNIFICATION. You shall defend, indemnify and hold harmless -Foundation and its licensors and their respective directors, officers, -agents, employees and volunteers from and against any and all claims, -suits, losses, damages, costs, fees and expenses arising out of or in -connection with this Agreement. You shall pay all costs incurred by -Foundation in enforcing this provision, including reasonable attorneys' -fees and court costs. You agree that under no circumstances will -Foundation indemnify you or any other person. - -8. TERM AND TERMINATION. The License will continue perpetually -unless terminated by Foundation in accordance with this Agreement. If you -breach any term of this Agreement and failure to cure such breach within -thirty (30) days after receipt of written notice specifying the breach, -this Agreement shall automatically terminate. Upon the termination -of this Agreement, you shall immediately cease using the Software and -provide Foundation with written certification of your compliance with -the foregoing. The termination of this Agreement shall not relieve you of -your obligations arising prior to such termination. Notwithstanding any -provision in this Agreement to the contrary, Sections 5 through 7 shall -survive the termination of this Agreement. - -9. EXPORT CONTROLS. You shall observe all applicable United States -and foreign laws and regulations (if any) with respect to the export, -re-export, diversion or transfer of the Software, related technical data -and direct products thereof, including, but not limited to the Export -Administration Regulations. - -10. THIRD PARTY SOFTWARE. You acknowledge and agree that the Software -includes Java2 Standard Edition (the "Technology") pursuant to Sun -Community Source License Copyright 1994-2003 Sun Microsystems, Inc. -All rights reserved. You also agree to install and use the Software -on a product which (i) has a principle purpose that 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. - -11. GENERAL. You shall not assert against Foundation or its licensors -any claim for infringement or misappropriation of any intellectual -property rights in any way relating to the Software. This Agreement shall -be governed by, construed and enforced in accordance with the laws of the -State of California, excluding its rules governing conflicts of laws. -In the event that any provision of this Agreement is deemed illegal -or unenforceable, Foundation may, but is not obligated to, post on the -Website a new version of this Agreement which, in Foundation's opinion, -reasonably preserves the intent of this Agreement. This Agreement -is binding upon and shall inure to the benefit of Foundation and -its successors and assigns. This Agreement represents the entire -understanding of the parties, and superceded all previous communications, -written or oral, relating to the subject of this Agreement. - -EOF_LICENSE - -agreed= -while [ x$agreed = x ]; do - echo - echo "Do you agree to the above license terms? [yes or no] " - read reply leftover - case $reply in - y* | Y*) - agreed=1 - ;; - n* | n*) - echo - echo "If you don't agree to the license you can't install this software" - exit 1 - ;; - esac -done diff --git a/java/diablo-jdk15/pkg-descr b/java/diablo-jdk15/pkg-descr deleted file mode 100644 index 69b410c42f4a..000000000000 --- a/java/diablo-jdk15/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The Java Development Kit (JDK) provides the Java Virtual Machine, -base classes, and development tools to permit developers to create -new Java applications, applets, and components on FreeBSD. - -WWW: http://www.FreeBSDFoundation.org/downloads/java.shtml diff --git a/java/diablo-jdk15/pkg-plist b/java/diablo-jdk15/pkg-plist deleted file mode 100644 index 7c1b9f75094a..000000000000 --- a/java/diablo-jdk15/pkg-plist +++ /dev/null @@ -1,2634 +0,0 @@ -@unexec %%LOCALBASE%%/bin/unregistervm "%D/diablo-jdk%%JDK_VERSION%%/bin/java" -diablo-jdk%%JDK_VERSION%%/COPYRIGHT -diablo-jdk%%JDK_VERSION%%/LICENSE -diablo-jdk%%JDK_VERSION%%/README.html -diablo-jdk%%JDK_VERSION%%/THIRDPARTYLICENSEREADME.txt -%%WEB%%diablo-jdk%%JDK_VERSION%%/bin/ControlPanel -%%WEB%%diablo-jdk%%JDK_VERSION%%/bin/HtmlConverter -diablo-jdk%%JDK_VERSION%%/bin/appletviewer -diablo-jdk%%JDK_VERSION%%/bin/apt -diablo-jdk%%JDK_VERSION%%/bin/extcheck -diablo-jdk%%JDK_VERSION%%/bin/idlj -diablo-jdk%%JDK_VERSION%%/bin/jar -diablo-jdk%%JDK_VERSION%%/bin/jarsigner -diablo-jdk%%JDK_VERSION%%/bin/java -%%WEB%%diablo-jdk%%JDK_VERSION%%/bin/java-rmi.cgi -diablo-jdk%%JDK_VERSION%%/bin/javac -diablo-jdk%%JDK_VERSION%%/bin/javadoc -diablo-jdk%%JDK_VERSION%%/bin/javah -diablo-jdk%%JDK_VERSION%%/bin/javap -%%WEB%%diablo-jdk%%JDK_VERSION%%/bin/javaws -diablo-jdk%%JDK_VERSION%%/bin/jconsole -diablo-jdk%%JDK_VERSION%%/bin/jdb -diablo-jdk%%JDK_VERSION%%/bin/jinfo -diablo-jdk%%JDK_VERSION%%/bin/jmap -diablo-jdk%%JDK_VERSION%%/bin/jps -diablo-jdk%%JDK_VERSION%%/bin/jsadebugd -diablo-jdk%%JDK_VERSION%%/bin/jstack -diablo-jdk%%JDK_VERSION%%/bin/jstat -diablo-jdk%%JDK_VERSION%%/bin/jstatd -diablo-jdk%%JDK_VERSION%%/bin/keytool -diablo-jdk%%JDK_VERSION%%/bin/kinit -diablo-jdk%%JDK_VERSION%%/bin/klist -diablo-jdk%%JDK_VERSION%%/bin/ktab -diablo-jdk%%JDK_VERSION%%/bin/native2ascii -diablo-jdk%%JDK_VERSION%%/bin/orbd -diablo-jdk%%JDK_VERSION%%/bin/pack200 -diablo-jdk%%JDK_VERSION%%/bin/policytool -diablo-jdk%%JDK_VERSION%%/bin/rmic -diablo-jdk%%JDK_VERSION%%/bin/rmid -diablo-jdk%%JDK_VERSION%%/bin/rmiregistry -diablo-jdk%%JDK_VERSION%%/bin/serialver -diablo-jdk%%JDK_VERSION%%/bin/servertool -diablo-jdk%%JDK_VERSION%%/bin/tnameserv -diablo-jdk%%JDK_VERSION%%/bin/unpack200 -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/applets.html -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/Animation.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/AnimationFrame.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/Animator.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/Animator.java -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/DescriptionFrame.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/ParseException.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio/0.au -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio/1.au -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio/2.au -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio/3.au -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio/4.au -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio/5.au -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio/6.au -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio/7.au -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio/8.au -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio/9.au -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio/spacemusic.au -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/example2.html -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/example3.html -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/example4.html -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T1.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T10.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T2.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T3.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T4.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T5.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T6.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T7.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T8.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T9.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation/T1.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation/T2.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/loading-msg.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/index.html -diablo-jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcCanvas.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcControls.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcTest.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcTest.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ArcTest/IntegerTextField.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ArcTest/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/BarChart/BarChart.class -diablo-jdk%%JDK_VERSION%%/demo/applets/BarChart/BarChart.java -diablo-jdk%%JDK_VERSION%%/demo/applets/BarChart/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/Blink/Blink$1.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Blink/Blink.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Blink/Blink.java -diablo-jdk%%JDK_VERSION%%/demo/applets/Blink/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/CardTest/CardPanel.class -diablo-jdk%%JDK_VERSION%%/demo/applets/CardTest/CardTest.class -diablo-jdk%%JDK_VERSION%%/demo/applets/CardTest/CardTest.java -diablo-jdk%%JDK_VERSION%%/demo/applets/CardTest/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/Clock/Clock.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Clock/Clock.java -diablo-jdk%%JDK_VERSION%%/demo/applets/Clock/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/DitherTest/CardinalTextField.class -diablo-jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherCanvas.class -diablo-jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherControls.class -diablo-jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherTest.class -diablo-jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherTest.java -diablo-jdk%%JDK_VERSION%%/demo/applets/DitherTest/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawControls.class -diablo-jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawPanel.class -diablo-jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawTest.class -diablo-jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawTest.java -diablo-jdk%%JDK_VERSION%%/demo/applets/DrawTest/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSFractal.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSFractal.java -diablo-jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSRule.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSTurtle.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Fractal/ContextLSystem.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Fractal/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Edge.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Graph.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Graph.java -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/GraphPanel.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Node.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/computer.au -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/drip.au -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/gong.au -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example2.html -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example3.html -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example4.html -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/AppletFrame.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/AppletFrame.java -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcCard.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcDegreePanel.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcPanel.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ColorUtils.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsCards.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsPanel.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsTest.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsTest.java -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/OvalShape.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/PolygonShape.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/RectShape.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/RoundRectShape.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/Shape.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ShapeTest.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/AniArea.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/AniArea.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/ButtonFilter.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/ButtonFilter.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/ClickArea.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/ClickArea.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/DelayedSoundArea.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/DelayedSoundArea.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightArea.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightArea.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightFilter.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightFilter.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/HrefButtonArea.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/HrefButtonArea.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMap.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMap.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMapArea.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMapArea.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/LinkArea.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/LinkArea.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/NameArea.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/NameArea.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundButtonFilter.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundButtonFilter.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundHrefButtonArea.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundHrefButtonArea.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/SoundArea.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/SoundArea.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/TickerArea.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/TickerArea.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio/chirp1.au -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio/hi.au -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/imagemapcheat.html -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/images/jim.graham.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/sources.html -diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox/JumpingBox.class -diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox/JumpingBox.java -diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/adapt-or-die.au -diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/cannot.be.completed.au -diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/danger.au -diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/ip.au -diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/that.hurts.au -diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/thin.bell.au -diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/tiptoe.thru.the.tulips.au -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Atom.class -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Matrix3D.class -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Matrix3D.java -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZApp.class -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZApp.java -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZChemModel.class -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example2.html -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example3.html -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/HyaluronicAcid.xyz -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/benzene.xyz -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/buckminsterfullerine.xyz -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/cyclohexane.xyz -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/ethane.xyz -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/water.xyz -diablo-jdk%%JDK_VERSION%%/demo/applets/NervousText/NervousText.class -diablo-jdk%%JDK_VERSION%%/demo/applets/NervousText/NervousText.java -diablo-jdk%%JDK_VERSION%%/demo/applets/NervousText/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/GraphApplet.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/GraphApplet.java -diablo-jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.java -diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo/BubbleSortAlgorithm.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo/BubbleSortAlgorithm.java -diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo/QSortAlgorithm.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo/QSortAlgorithm.java -diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortAlgorithm.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortAlgorithm.java -diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortItem.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortItem.java -diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/Cell.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/CellUpdater.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/InputField.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/Node.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheet.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheet.java -diablo-jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheetInput.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/TicTacToe.class -diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/TicTacToe.java -diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/beep.au -diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/ding.au -diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/return.au -diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/yahoo1.au -diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/yahoo2.au -diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images/cross.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images/not.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/FileFormatException.class -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/Matrix3D.class -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/Matrix3D.java -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/Model3D.class -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/ThreeD.class -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/ThreeD.java -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/example2.html -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/example3.html -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/example4.html -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/cube.obj -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/dinasaur.obj -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/hughes_500.obj -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/knoxS.obj -diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/CodePointIM.jar -diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/README.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/README_ja.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/README_zh_CN.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/src/CodePointIM.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/src/CodePointInputMethod.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/src/CodePointInputMethodDescriptor.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/src/resources/codepoint.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/src/resources/codepoint_ja.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/src/resources/codepoint_zh_CN.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/FileChooserDemo.jar -diablo-jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/ExampleFileFilter.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/ExampleFileView.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/FileChooserDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/resources/images/gifIcon.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/resources/images/jpgIcon.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/Font2DTest.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/Font2DTest.jar -diablo-jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src/Font2DTest.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src/Font2DTestApplet.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src/FontPanel.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src/RangeMenu.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/Java2Demo.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/Java2Demo.jar -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/fonts/A.ttf -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/bld.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/boat.png -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/box.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/boxwave.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/clone.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/clouds.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/cupanim.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/duke.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/duke.png -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/duke.running.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/dukeplug.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/fight.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/globe.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/java-logo.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/java_logo.png -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/jumptojavastrip.png -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/loop.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/looping.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/magnify.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/painting.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/print.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/remove.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/snooze.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/star7.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/start.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/start2.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/stop.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/stop2.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/surfing.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/thumbsup.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/tip.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/AnimatingControlsSurface.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/AnimatingSurface.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/CloningFeature.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/ControlsSurface.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/CustomControls.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/CustomControlsContext.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/DemoFonts.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/DemoGroup.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/DemoImages.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/DemoPanel.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/GlobalControls.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/GlobalPanel.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/Intro.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/Java2Demo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/Java2DemoApplet.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/MemoryMonitor.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/PerformanceMonitor.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/RunWindow.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/Surface.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/TextureChooser.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/Tools.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Arcs.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/BezierAnim.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Curves.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Ellipses.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Areas.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Clipping/ClipAnim.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Intersection.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Text.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Colors/BullsEye.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Colors/ColorConvert.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Colors/Rotator3D.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Composite/ACimages.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Composite/ACrules.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Composite/FadeAnim.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts/AllFonts.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts/AttributedStr.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Highlighting.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Outline.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Tree.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Images/DukeAnim.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Images/ImageOps.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Images/JPEGFlip.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Images/WarpImage.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Lines/Caps.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Lines/Dash.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Lines/Joins.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Lines/LineAnim.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Mix/Balls.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Mix/BezierScroller.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Mix/Stars3D.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paint/GradAnim.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paint/Gradient.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paint/Texture.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paint/TextureAnim.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paths/Append.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paths/CurveQuadTo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paths/FillStroke.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paths/WindingRule.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Transforms/Rotate.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Transforms/SelectTx.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Transforms/TransformAnim.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/Metalworks.jar -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/AquaMetalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/BigContrastMetalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/ContrastMetalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/DemoMetalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/GreenMetalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/KhakiMetalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalThemeMenu.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/Metalworks.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksDocumentFrame.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksFrame.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksHelp.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksInBox.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksPrefs.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/PropertiesMetalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/UISwitchListener.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/resources/HelpFiles/back.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/resources/HelpFiles/credits.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/resources/HelpFiles/duke.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/resources/HelpFiles/javalogo.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/resources/HelpFiles/metal.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/resources/HelpFiles/metalworks.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/resources/HelpFiles/swing.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/resources/HelpFiles/toc.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/resources/MyTheme.theme -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/Notepad.jar -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/ElementTreePanel.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/Notepad.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/resources/Notepad.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/resources/Notepad_fr.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/resources/Notepad_sv.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/resources/Notepad_zh_CN.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/resources/copy.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/resources/cut.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/resources/new.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/resources/open.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/resources/paste.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/resources/save.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/SampleTree.jar -diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/DynamicTreeNode.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleData.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTree.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTreeCellRenderer.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTreeModel.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/resources/images/collapsed.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/resources/images/expanded.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/Stylepad.jar -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/ElementTreePanel.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/HelloWorld.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Notepad.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Stylepad.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Wonderland.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/Notepad.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/Notepad_fr.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/Notepad_sv.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/Notepad_zh_CN.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/Stylepad.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/Stylepad_sv.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/Stylepad_zh_CN.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/alice.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/bold.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/bullets.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/caterpillar.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/center.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/copy.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/cut.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/fg.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/hatter.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/italic.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/left.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/new.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/open.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/paste.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/rabbit.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/rabbit2.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/right.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/save.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/underline.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/SwingApplet.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/SwingApplet.jar -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/src/SwingApplet.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/SwingSet2.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/SwingSet2.jar -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/AquaTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/BezierAnimationPanel.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ButtonDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/CharcoalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/CodeViewer.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ColorChooserDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ComboBoxDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ContrastTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/DemoModule.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/DirectionPanel.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/EmeraldTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ExampleFileFilter.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ExampleFileView.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/FileChooserDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/HtmlDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/InternalFrameDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/LayoutControlPanel.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ListDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/OptionPaneDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/Permuter.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ProgressBarDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/RubyTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ScrollPaneDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SliderDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SplitPaneDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SwingSet2.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SwingSet2Applet.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TabbedPaneDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TableDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ToolTipDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TreeDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/ant.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/bug.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/About.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/COPYRIGHT -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/apple.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/asparagus.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/banana.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/broccoli.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/cantaloupe.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/carrot.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/corn.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/grapefruit.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/grapes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/kiwi.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/onion.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/peach.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/pear.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/pepper.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/pickle.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/pineapple.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/raspberry.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/strawberry.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/tomato.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/watermelon.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/cab.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/cab_small.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/fish.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/fish_small.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/moon.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/moon_small.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/sun.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/sun_small.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/Octavo/COPYRIGHT -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/Octavo/ant.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/Octavo/book.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/Octavo/bug.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/Octavo/bug2.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/Octavo/crest.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/Octavo/king.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/Octavo/micro.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/Octavo/seaweed.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/Splash.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b1.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b1d.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b1p.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b1r.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b2.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b2d.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b2p.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b2r.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b3.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b3d.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b3p.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b3r.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/bl.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/bldn.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/bm.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/bmdn.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/br.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/brdn.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/c.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/cb.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/cbr.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/cbrs.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/cbs.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/cdn.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/ml.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/mldn.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/mr.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/mrdn.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/rb.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/rbp.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/rbr.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/rbrs.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/rbs.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/tl.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/tldn.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/tm.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/tmdn.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/toggle.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/toggledn.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/tr.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/trdn.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/brenteyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/brenthair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/brentmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/georgeseyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/georgeshair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/georgesmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/hanseyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/hanshair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/hansmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/howardeyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/howardhair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/howardmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/jameseyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/jameshair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/jamesmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/jeffeyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/jeffhair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/jeffmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/joneyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/jonhair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/jonmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/laraeyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/larahair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/laramouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/larryeyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/larryhair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/larrymouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/lisaeyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/lisahair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/lisamouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/michaeleyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/michaelhair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/michaelmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/philipeyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/philiphair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/philipmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/scotteyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/scotthair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/scottmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/filechooser/find.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/filechooser/gifIcon.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/filechooser/help.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/filechooser/jpgIcon.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/htmldemo/back.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/htmldemo/forward.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/htmldemo/header.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/list/blue.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/list/cyan.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/list/gray.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/list/green.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/list/magenta.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/list/red.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/list/yellow.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/optionpane/bottle.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/optionpane/ibd.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/optionpane/ibu.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/COPYRIGHT -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/colheader.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/crayons.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/lowerleft.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/rowheader.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/upperleft.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/upperright.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/splitpane/README -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/splitpane/earth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/splitpane/moon.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/blake.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/brooke.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/david.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/ewan.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/ewan.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/hania.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/laine.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/matthew.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/stephen.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JButton.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JColorChooser.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JComboBox.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JDesktop.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JDialog.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JEditorPane.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JFileChooser.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JList.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JMenu.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JOptionPane.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JProgressBar.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JRadioButton.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JScrollBar.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JScrollPane.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JSlider.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JSplitPane.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JTabbedPane.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JTable.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JTree.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/ToolTip.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tooltip/cow.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/index.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/king.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/preface.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/seaweed.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/swingset.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/swingset_ja.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/title.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/tree.txt -diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample/TableExample.jar -diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/JDBCAdapter.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/OldJTable.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample2.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample3.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample4.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableMap.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableSorter.java -diablo-jdk%%JDK_VERSION%%/demo/jpda/examples.jar -diablo-jdk%%JDK_VERSION%%/demo/jvmti/agent_util/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/agent_util/src/agent_util.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/agent_util/src/agent_util.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/gctest/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/gctest/lib/libgctest.so -diablo-jdk%%JDK_VERSION%%/demo/jvmti/gctest/lib/libgctest_g.so -diablo-jdk%%JDK_VERSION%%/demo/jvmti/gctest/src/gctest.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/gctest/src/sample.makefile.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapTracker/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapTracker/heapTracker.jar -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapTracker/lib/libheapTracker.so -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapTracker/lib/libheapTracker_g.so -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapTracker/src/HeapTracker.java -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapTracker/src/heapTracker.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapTracker/src/heapTracker.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapTracker/src/sample.makefile.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapViewer/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapViewer/lib/libheapViewer.so -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapViewer/lib/libheapViewer_g.so -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapViewer/src/heapViewer.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapViewer/src/sample.makefile.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/Tracker.java -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/bsd/hprof_md.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/debug_malloc.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/debug_malloc.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_blocks.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_blocks.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_class.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_class.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_cpu.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_cpu.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_error.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_error.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_event.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_event.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_frame.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_frame.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_init.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_init.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_io.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_io.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_ioname.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_ioname.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_listener.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_listener.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_loader.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_loader.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_md.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_monitor.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_monitor.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_object.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_object.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_reference.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_reference.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_site.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_site.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_stack.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_stack.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_string.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_string.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_table.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_table.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_tag.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_tag.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_tls.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_tls.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_trace.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_trace.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_tracker.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_tracker.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_util.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_util.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/jvm.hprof.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/manual.html -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/sample.makefile.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/index.html -diablo-jdk%%JDK_VERSION%%/demo/jvmti/java_crw_demo/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/java_crw_demo/src/classfile_constants.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/java_crw_demo/src/java_crw_demo.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/java_crw_demo/src/java_crw_demo.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/java_crw_demo/src/sample.makefile.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/java_crw_demo/src/test_crw.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/mtrace/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/mtrace/lib/libmtrace.so -diablo-jdk%%JDK_VERSION%%/demo/jvmti/mtrace/lib/libmtrace_g.so -diablo-jdk%%JDK_VERSION%%/demo/jvmti/mtrace/mtrace.jar -diablo-jdk%%JDK_VERSION%%/demo/jvmti/mtrace/src/Mtrace.java -diablo-jdk%%JDK_VERSION%%/demo/jvmti/mtrace/src/mtrace.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/mtrace/src/mtrace.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/mtrace/src/sample.makefile.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/versionCheck/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/versionCheck/lib/libversionCheck.so -diablo-jdk%%JDK_VERSION%%/demo/jvmti/versionCheck/lib/libversionCheck_g.so -diablo-jdk%%JDK_VERSION%%/demo/jvmti/versionCheck/src/sample.makefile.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/versionCheck/src/versionCheck.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/lib/libwaiters.so -diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/lib/libwaiters_g.so -diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/src/Agent.cpp -diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/src/Agent.hpp -diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/src/Monitor.cpp -diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/src/Monitor.hpp -diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/src/Thread.cpp -diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/src/Thread.hpp -diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/src/sample.makefile.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/src/waiters.cpp -diablo-jdk%%JDK_VERSION%%/demo/management/FullThreadDump/FullThreadDump.jar -diablo-jdk%%JDK_VERSION%%/demo/management/FullThreadDump/README.txt -diablo-jdk%%JDK_VERSION%%/demo/management/FullThreadDump/src/Deadlock.java -diablo-jdk%%JDK_VERSION%%/demo/management/FullThreadDump/src/FullThreadDump.java -diablo-jdk%%JDK_VERSION%%/demo/management/FullThreadDump/src/ThreadMonitor.java -diablo-jdk%%JDK_VERSION%%/demo/management/JTop/src/JTop.java -diablo-jdk%%JDK_VERSION%%/demo/management/JTop/JTop.jar -diablo-jdk%%JDK_VERSION%%/demo/management/JTop/README.txt -diablo-jdk%%JDK_VERSION%%/demo/management/MemoryMonitor/MemoryMonitor.jar -diablo-jdk%%JDK_VERSION%%/demo/management/MemoryMonitor/README.txt -diablo-jdk%%JDK_VERSION%%/demo/management/MemoryMonitor/src/MemoryMonitor.java -diablo-jdk%%JDK_VERSION%%/demo/management/VerboseGC/README.txt -diablo-jdk%%JDK_VERSION%%/demo/management/VerboseGC/VerboseGC.jar -diablo-jdk%%JDK_VERSION%%/demo/management/VerboseGC/src/PrintGCStat.java -diablo-jdk%%JDK_VERSION%%/demo/management/VerboseGC/src/VerboseGC.java -diablo-jdk%%JDK_VERSION%%/demo/management/index.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/Animation.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/AnimationFrame.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/Animator.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/Animator.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/DescriptionFrame.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/ParseException.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/0.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/1.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/2.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/3.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/4.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/5.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/6.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/7.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/8.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/9.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/spacemusic.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/example1.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/example2.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/example3.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/example4.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T1.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T10.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T2.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T3.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T4.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T5.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T6.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T7.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T8.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T9.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/SimpleAnimation/T1.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/SimpleAnimation/T2.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/loading-msg.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/index.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ArcTest/ArcCanvas.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ArcTest/ArcControls.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ArcTest/ArcTest.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ArcTest/ArcTest.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ArcTest/IntegerTextField.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ArcTest/example1.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/BarChart/BarChart.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/BarChart/BarChart.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/BarChart/example1.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Blink/Blink$1.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Blink/Blink.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Blink/Blink.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Blink/example1.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/CardTest/CardPanel.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/CardTest/CardTest.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/CardTest/CardTest.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/CardTest/example1.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Clock/Clock.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Clock/Clock.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Clock/example1.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DitherTest/CardinalTextField.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DitherTest/DitherCanvas.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DitherTest/DitherControls.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DitherTest/DitherTest.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DitherTest/DitherTest.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DitherTest/example1.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DrawTest/DrawControls.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DrawTest/DrawPanel.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DrawTest/DrawTest.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DrawTest/DrawTest.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DrawTest/example1.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Fractal/CLSFractal.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Fractal/CLSFractal.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Fractal/CLSRule.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Fractal/CLSTurtle.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Fractal/ContextLSystem.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Fractal/example1.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/Edge.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/Graph.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/Graph.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/GraphPanel.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/Node.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/audio/computer.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/audio/drip.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/audio/gong.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/example1.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/example2.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/example3.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/example4.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/AppletFrame.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/AppletFrame.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/ArcCard.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/ArcDegreePanel.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/ArcPanel.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/ColorUtils.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/GraphicsCards.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/GraphicsPanel.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/GraphicsTest.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/GraphicsTest.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/OvalShape.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/PolygonShape.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/RectShape.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/RoundRectShape.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/Shape.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/ShapeTest.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/example1.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/AniArea.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/AniArea.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ButtonFilter.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ButtonFilter.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ClickArea.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ClickArea.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/DelayedSoundArea.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/DelayedSoundArea.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/HighlightArea.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/HighlightArea.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/HighlightFilter.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/HighlightFilter.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/HrefButtonArea.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/HrefButtonArea.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ImageMap.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ImageMap.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ImageMapArea.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ImageMapArea.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/LinkArea.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/LinkArea.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/NameArea.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/NameArea.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/RoundButtonFilter.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/RoundButtonFilter.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/RoundHrefButtonArea.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/RoundHrefButtonArea.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/SoundArea.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/SoundArea.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/TickerArea.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/TickerArea.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/audio/chirp1.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/audio/hi.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/example1.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/imagemapcheat.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/images/jim.graham.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/sources.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/JumpingBox.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/JumpingBox.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/example1.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds/adapt-or-die.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds/cannot.be.completed.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds/danger.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds/ip.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds/that.hurts.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds/thin.bell.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds/tiptoe.thru.the.tulips.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/Atom.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/Matrix3D.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/Matrix3D.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/XYZApp.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/XYZApp.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/XYZChemModel.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/example1.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/example2.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/example3.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/models/HyaluronicAcid.xyz -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/models/benzene.xyz -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/models/buckminsterfullerine.xyz -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/models/cyclohexane.xyz -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/models/ethane.xyz -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/models/water.xyz -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/NervousText/NervousText.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/NervousText/NervousText.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/NervousText/example1.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SimpleGraph/GraphApplet.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SimpleGraph/GraphApplet.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SimpleGraph/example1.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/BidirBubbleSortAlgorithm.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/BidirBubbleSortAlgorithm.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/BubbleSortAlgorithm.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/BubbleSortAlgorithm.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/QSortAlgorithm.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/QSortAlgorithm.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/SortAlgorithm.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/SortAlgorithm.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/SortItem.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/SortItem.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/example1.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/Cell.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/CellUpdater.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/InputField.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/Node.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/SpreadSheet.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/SpreadSheet.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/SpreadSheetInput.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/example1.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/TicTacToe.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/TicTacToe.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/audio/beep.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/audio/ding.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/audio/return.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/audio/yahoo1.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/audio/yahoo2.au -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/example1.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/images/cross.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/images/not.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/FileFormatException.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/Matrix3D.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/Matrix3D.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/Model3D.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/ThreeD.class -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/ThreeD.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/example1.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/example2.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/example3.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/example4.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/models/cube.obj -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/models/dinasaur.obj -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/models/hughes_500.obj -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/models/knoxS.obj -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/CodePointIM.jar -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/README.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/README_ja.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/README_zh_CN.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/src/CodePointIM.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/src/CodePointInputMethod.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/src/CodePointInputMethodDescriptor.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/src/resources/codepoint.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/src/resources/codepoint_ja.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/src/resources/codepoint_zh_CN.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/FileChooserDemo.jar -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/README.txt -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/src/ExampleFileFilter.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/src/ExampleFileView.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/src/FileChooserDemo.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/src/resources/images/gifIcon.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/src/resources/images/jpgIcon.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/Font2DTest.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/Font2DTest.jar -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/README.txt -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/src/Font2DTest.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/src/Font2DTestApplet.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/src/FontPanel.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/src/RangeMenu.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/Java2Demo.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/Java2Demo.jar -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/README.txt -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/fonts/A.ttf -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/bld.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/boat.png -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/box.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/boxwave.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/clone.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/clouds.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/cupanim.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/duke.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/duke.png -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/duke.running.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/dukeplug.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/fight.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/globe.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/java-logo.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/java_logo.png -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/jumptojavastrip.png -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/loop.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/looping.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/magnify.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/painting.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/print.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/remove.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/snooze.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/star7.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/start.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/start2.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/stop.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/stop2.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/surfing.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/thumbsup.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/tip.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/AnimatingControlsSurface.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/AnimatingSurface.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/CloningFeature.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/ControlsSurface.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/CustomControls.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/CustomControlsContext.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/DemoFonts.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/DemoGroup.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/DemoImages.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/DemoPanel.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/GlobalControls.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/GlobalPanel.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/Intro.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/Java2Demo.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/Java2DemoApplet.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/MemoryMonitor.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/PerformanceMonitor.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/RunWindow.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/Surface.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/TextureChooser.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/Tools.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/Arcs.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/BezierAnim.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/Curves.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/Ellipses.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/Areas.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/ClipAnim.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/Intersection.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/Text.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Colors/BullsEye.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Colors/ColorConvert.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Colors/Rotator3D.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Composite/ACimages.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Composite/ACrules.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Composite/FadeAnim.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/AllFonts.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/AttributedStr.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/Highlighting.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/Outline.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/Tree.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images/DukeAnim.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images/ImageOps.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images/JPEGFlip.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images/WarpImage.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/Caps.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/Dash.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/Joins.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/LineAnim.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Mix/Balls.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Mix/BezierScroller.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Mix/Stars3D.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/GradAnim.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/Gradient.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/Texture.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/TextureAnim.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/Append.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/CurveQuadTo.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/FillStroke.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/WindingRule.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms/Rotate.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms/SelectTx.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms/TransformAnim.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/Metalworks.jar -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/README.txt -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/AquaMetalTheme.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/BigContrastMetalTheme.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/ContrastMetalTheme.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/DemoMetalTheme.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/GreenMetalTheme.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/KhakiMetalTheme.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/MetalThemeMenu.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/Metalworks.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/MetalworksDocumentFrame.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/MetalworksFrame.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/MetalworksHelp.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/MetalworksInBox.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/MetalworksPrefs.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/PropertiesMetalTheme.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/UISwitchListener.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/back.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/credits.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/duke.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/javalogo.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/metal.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/metalworks.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/swing.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/toc.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/resources/MyTheme.theme -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/Notepad.jar -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/README.txt -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/ElementTreePanel.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/Notepad.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/resources/Notepad.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/resources/Notepad_fr.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/resources/Notepad_sv.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/resources/Notepad_zh_CN.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/resources/copy.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/resources/cut.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/resources/new.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/resources/open.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/resources/paste.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/resources/save.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/README.txt -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/SampleTree.jar -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src/DynamicTreeNode.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src/SampleData.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src/SampleTree.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src/SampleTreeCellRenderer.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src/SampleTreeModel.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src/resources/images/collapsed.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src/resources/images/expanded.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/README.txt -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/Stylepad.jar -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/ElementTreePanel.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/HelloWorld.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/Notepad.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/Stylepad.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/Wonderland.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/Notepad.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/Notepad_fr.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/Notepad_sv.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/Notepad_zh_CN.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/Stylepad.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/Stylepad_sv.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/Stylepad_zh_CN.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/alice.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/bold.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/bullets.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/caterpillar.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/center.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/copy.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/cut.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/fg.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/hatter.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/italic.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/left.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/new.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/open.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/paste.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/rabbit.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/rabbit2.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/right.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/save.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/underline.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingApplet/README.txt -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingApplet/SwingApplet.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingApplet/SwingApplet.jar -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingApplet/src/SwingApplet.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/README.txt -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/SwingSet2.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/SwingSet2.jar -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/AquaTheme.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/BezierAnimationPanel.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ButtonDemo.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/CharcoalTheme.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/CodeViewer.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ColorChooserDemo.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ComboBoxDemo.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ContrastTheme.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/DemoModule.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/DirectionPanel.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/EmeraldTheme.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ExampleFileFilter.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ExampleFileView.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/FileChooserDemo.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/HtmlDemo.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/InternalFrameDemo.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/LayoutControlPanel.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ListDemo.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/OptionPaneDemo.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/Permuter.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ProgressBarDemo.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/RubyTheme.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ScrollPaneDemo.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/SliderDemo.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/SplitPaneDemo.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/SwingSet2.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/SwingSet2Applet.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/TabbedPaneDemo.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/TableDemo.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ToolTipDemo.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/TreeDemo.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/ant.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/bug.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/About.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/COPYRIGHT -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/apple.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/asparagus.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/banana.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/broccoli.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/cantaloupe.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/carrot.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/corn.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/grapefruit.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/grapes.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/kiwi.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/onion.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/peach.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/pear.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/pepper.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/pickle.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/pineapple.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/raspberry.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/strawberry.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/tomato.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/watermelon.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/cab.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/cab_small.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/fish.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/fish_small.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/moon.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/moon_small.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/sun.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/sun_small.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/COPYRIGHT -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/ant.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/book.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/bug.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/bug2.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/crest.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/king.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/micro.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/seaweed.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/Splash.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b1.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b1d.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b1p.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b1r.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b2.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b2d.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b2p.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b2r.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b3.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b3d.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b3p.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b3r.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/bl.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/bldn.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/bm.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/bmdn.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/br.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/brdn.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/c.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/cb.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/cbr.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/cbrs.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/cbs.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/cdn.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/ml.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/mldn.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/mr.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/mrdn.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/rb.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/rbp.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/rbr.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/rbrs.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/rbs.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/tl.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/tldn.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/tm.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/tmdn.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/toggle.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/toggledn.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/tr.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/trdn.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/brenteyes.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/brenthair.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/brentmouth.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/georgeseyes.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/georgeshair.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/georgesmouth.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/hanseyes.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/hanshair.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/hansmouth.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/howardeyes.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/howardhair.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/howardmouth.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jameseyes.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jameshair.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jamesmouth.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jeffeyes.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jeffhair.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jeffmouth.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/joneyes.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jonhair.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jonmouth.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/laraeyes.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/larahair.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/laramouth.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/larryeyes.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/larryhair.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/larrymouth.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/lisaeyes.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/lisahair.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/lisamouth.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/michaeleyes.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/michaelhair.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/michaelmouth.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/philipeyes.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/philiphair.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/philipmouth.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/scotteyes.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/scotthair.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/scottmouth.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/filechooser/find.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/filechooser/gifIcon.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/filechooser/help.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/filechooser/jpgIcon.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/htmldemo/back.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/htmldemo/forward.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/htmldemo/header.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/blue.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/cyan.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/gray.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/green.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/magenta.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/red.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/yellow.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/optionpane/bottle.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/optionpane/ibd.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/optionpane/ibu.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/COPYRIGHT -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/colheader.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/crayons.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/lowerleft.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/rowheader.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/upperleft.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/upperright.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/splitpane/README -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/splitpane/earth.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/splitpane/moon.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/blake.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/brooke.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/david.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/ewan.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/ewan.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/hania.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/laine.jpg -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/matthew.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/stephen.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JButton.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JColorChooser.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JComboBox.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JDesktop.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JDialog.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JEditorPane.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JFileChooser.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JList.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JMenu.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JOptionPane.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JProgressBar.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JRadioButton.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JScrollBar.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JScrollPane.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JSlider.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JSplitPane.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JTabbedPane.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JTable.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JTree.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/ToolTip.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tooltip/cow.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/index.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/king.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/preface.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/seaweed.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/swingset.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/swingset_ja.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/title.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/tree.txt -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/README.txt -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/TableExample.jar -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/JDBCAdapter.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/OldJTable.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/TableExample.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/TableExample2.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/TableExample3.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/TableExample4.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/TableMap.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/TableSorter.java -diablo-jdk%%JDK_VERSION%%/include/freebsd/jawt_md.h -diablo-jdk%%JDK_VERSION%%/include/freebsd/jni_md.h -diablo-jdk%%JDK_VERSION%%/include/jawt.h -diablo-jdk%%JDK_VERSION%%/include/jdwpTransport.h -diablo-jdk%%JDK_VERSION%%/include/jni.h -diablo-jdk%%JDK_VERSION%%/include/jvmdi.h -diablo-jdk%%JDK_VERSION%%/include/jvmpi.h -diablo-jdk%%JDK_VERSION%%/include/jvmti.h -diablo-jdk%%JDK_VERSION%%/jre/CHANGES -diablo-jdk%%JDK_VERSION%%/jre/COPYRIGHT -diablo-jdk%%JDK_VERSION%%/jre/LICENSE -diablo-jdk%%JDK_VERSION%%/jre/README -diablo-jdk%%JDK_VERSION%%/jre/THIRDPARTYLICENSEREADME.txt -diablo-jdk%%JDK_VERSION%%/jre/Welcome.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/bin/ControlPanel -diablo-jdk%%JDK_VERSION%%/jre/bin/java -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/bin/java_vm -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/bin/javaws -diablo-jdk%%JDK_VERSION%%/jre/bin/keytool -diablo-jdk%%JDK_VERSION%%/jre/bin/kinit -diablo-jdk%%JDK_VERSION%%/jre/bin/klist -diablo-jdk%%JDK_VERSION%%/jre/bin/ktab -diablo-jdk%%JDK_VERSION%%/jre/bin/orbd -diablo-jdk%%JDK_VERSION%%/jre/bin/pack200 -diablo-jdk%%JDK_VERSION%%/jre/bin/policytool -diablo-jdk%%JDK_VERSION%%/jre/bin/rmid -diablo-jdk%%JDK_VERSION%%/jre/bin/rmiregistry -diablo-jdk%%JDK_VERSION%%/jre/bin/servertool -diablo-jdk%%JDK_VERSION%%/jre/bin/tnameserv -diablo-jdk%%JDK_VERSION%%/jre/bin/unpack200 -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/javaws/javaws -diablo-jdk%%JDK_VERSION%%/jre/lib/audio/soundbank.gm -diablo-jdk%%JDK_VERSION%%/jre/lib/charsets.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/classlist -diablo-jdk%%JDK_VERSION%%/jre/lib/cmm/CIEXYZ.pf -diablo-jdk%%JDK_VERSION%%/jre/lib/cmm/GRAY.pf -diablo-jdk%%JDK_VERSION%%/jre/lib/cmm/LINEAR_RGB.pf -diablo-jdk%%JDK_VERSION%%/jre/lib/cmm/PYCC.pf -diablo-jdk%%JDK_VERSION%%/jre/lib/cmm/sRGB.pf -diablo-jdk%%JDK_VERSION%%/jre/lib/content-types.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/deploy.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/ext/dnsns.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/ext/localedata.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/ext/sunjce_provider.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/flavormap.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/fontconfig.bfc -diablo-jdk%%JDK_VERSION%%/jre/lib/fontconfig.properties.src -diablo-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightDemiBold.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightDemiItalic.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightItalic.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightRegular.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansDemiBold.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansRegular.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterBold.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterRegular.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/fonts/fonts.dir -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/awt_robot -%%CLIENTVM%%diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/client/Xusage.txt -%%CLIENTVM%%diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/client/libjsig.so -%%CLIENTVM%%diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/client/libjvm.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/gtkhelper -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/headless/libmawt.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/jvm.cfg -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libJdbcOdbc.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libawt.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libcmm.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libdcpr.so -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libdeploy.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libdt_socket.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libfontmanager.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libhprof.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libinstrument.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libioser12.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libjaas_unix.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libjava.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libjava_crw_demo.so -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libjavaplugin_jni.so -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libjavaplugin_nscp.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libjawt.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libjdwp.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libjpeg.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libjsig.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libjsound.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libmanagement.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libmlib_image.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libnative_chmod.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libnet.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libnio.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/librmi.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libunpack.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libverify.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libzip.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/motif21/libmawt.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/native_threads/libhpi.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/server/Xusage.txt -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/server/libjsig.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/server/libjvm.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/xawt/libmawt.so -diablo-jdk%%JDK_VERSION%%/jre/lib/im/indicim.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/im/thaiim.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/images/cursors/cursors.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/images/cursors/invalid32x32.gif -diablo-jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_CopyDrop32x32.gif -diablo-jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif -diablo-jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_LinkDrop32x32.gif -diablo-jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif -diablo-jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_MoveDrop32x32.gif -diablo-jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/images/icons/sun-java.png -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/images/icons/sun-java_HighContrast.png -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/images/icons/sun-java_HighContrastInverse.png -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/images/icons/sun-java_LowContrast.png -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/javaws.jar -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/javaws/Java1.5.ico -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/javaws/messages.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/javaws/messages_de.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/javaws/messages_es.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/javaws/messages_fr.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/javaws/messages_it.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/javaws/messages_ja.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/javaws/messages_ko.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/javaws/messages_sv.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/javaws/messages_zh_CN.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/javaws/messages_zh_HK.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/javaws/messages_zh_TW.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/javaws/miniSplash.jpg -diablo-jdk%%JDK_VERSION%%/jre/lib/jce.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/jsse.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/jvm.hprof.txt -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/locale/de/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/locale/es/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/locale/fr/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/locale/it/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/locale/ja/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/locale/ko.UTF-8/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/locale/ko/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/locale/sv/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh.GBK/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh_HK.BIG5HK/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW/LC_MESSAGES/sunw_java_plugin.mo -diablo-jdk%%JDK_VERSION%%/jre/lib/logging.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/management/jmxremote.access -diablo-jdk%%JDK_VERSION%%/jre/lib/management/jmxremote.password.template -diablo-jdk%%JDK_VERSION%%/jre/lib/management/management.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/management/snmp.acl.template -diablo-jdk%%JDK_VERSION%%/jre/lib/net.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/oblique-fonts/LucidaSansDemiOblique.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/oblique-fonts/LucidaSansOblique.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/oblique-fonts/LucidaTypewriterBoldOblique.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/oblique-fonts/LucidaTypewriterOblique.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/oblique-fonts/fonts.dir -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/plugin.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/psfont.properties.ja -diablo-jdk%%JDK_VERSION%%/jre/lib/psfontj2d.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/rt.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/security/US_export_policy.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/security/cacerts -diablo-jdk%%JDK_VERSION%%/jre/lib/security/java.policy -diablo-jdk%%JDK_VERSION%%/jre/lib/security/java.security -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/lib/security/javaws.policy -diablo-jdk%%JDK_VERSION%%/jre/lib/security/local_policy.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/sound.properties -%%TZUPDATE%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Abidjan -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Accra -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Addis_Ababa -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Algiers -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Asmera -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Bamako -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Bangui -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Banjul -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Bissau -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Blantyre -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Brazzaville -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Bujumbura -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Cairo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Casablanca -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Ceuta -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Conakry -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Dakar -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Dar_es_Salaam -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Djibouti -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Douala -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/El_Aaiun -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Freetown -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Gaborone -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Harare -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Johannesburg -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Kampala -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Khartoum -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Kigali -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Kinshasa -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Lagos -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Libreville -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Lome -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Luanda -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Lubumbashi -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Lusaka -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Malabo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Maputo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Maseru -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Mbabane -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Mogadishu -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Monrovia -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Nairobi -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Ndjamena -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Niamey -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Nouakchott -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Ouagadougou -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Porto-Novo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Sao_Tome -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Tripoli -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Tunis -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Windhoek -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Adak -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Anchorage -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Anguilla -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Antigua -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Araguaina -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Argentina/Buenos_Aires -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Argentina/Catamarca -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Argentina/Cordoba -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Argentina/Jujuy -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Argentina/La_Rioja -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Argentina/Mendoza -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Argentina/Rio_Gallegos -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Argentina/San_Juan -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Argentina/Tucuman -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Argentina/Ushuaia -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Aruba -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Asuncion -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Bahia -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Barbados -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Belem -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Belize -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Boa_Vista -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Bogota -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Boise -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Cambridge_Bay -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Campo_Grande -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Cancun -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Caracas -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Cayenne -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Cayman -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Chicago -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Chihuahua -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Coral_Harbour -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Costa_Rica -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Cuiaba -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Curacao -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Danmarkshavn -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Dawson -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Dawson_Creek -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Denver -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Detroit -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Dominica -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Edmonton -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Eirunepe -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/El_Salvador -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Fortaleza -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Glace_Bay -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Godthab -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Goose_Bay -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Grand_Turk -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Grenada -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Guadeloupe -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Guatemala -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Guayaquil -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Guyana -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Halifax -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Havana -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Hermosillo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Indiana/Indianapolis -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Indiana/Knox -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Indiana/Marengo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Indiana/Vevay -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Inuvik -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Iqaluit -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Jamaica -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Juneau -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Kentucky/Louisville -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Kentucky/Monticello -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/La_Paz -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Lima -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Los_Angeles -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Maceio -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Managua -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Manaus -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Martinique -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Mazatlan -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Menominee -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Merida -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Mexico_City -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Miquelon -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Monterrey -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Montevideo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Montreal -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Montserrat -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Nassau -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/New_York -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Nipigon -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Nome -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Noronha -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/North_Dakota/Center -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Panama -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Pangnirtung -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Paramaribo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Phoenix -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Port-au-Prince -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Port_of_Spain -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Porto_Velho -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Puerto_Rico -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Rainy_River -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Rankin_Inlet -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Recife -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Regina -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Rio_Branco -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Santiago -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Santo_Domingo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Sao_Paulo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Scoresbysund -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/St_Johns -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/St_Kitts -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/St_Lucia -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/St_Thomas -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/St_Vincent -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Swift_Current -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Tegucigalpa -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Thule -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Thunder_Bay -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Tijuana -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Toronto -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Tortola -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Vancouver -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Whitehorse -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Winnipeg -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Yakutat -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Yellowknife -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Casey -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Davis -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/DumontDUrville -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Mawson -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/McMurdo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Palmer -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Rothera -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Syowa -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Vostok -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Aden -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Almaty -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Amman -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Anadyr -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Aqtau -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Aqtobe -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Ashgabat -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Baghdad -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Bahrain -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Baku -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Bangkok -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Beirut -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Bishkek -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Brunei -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Calcutta -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Choibalsan -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Chongqing -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Colombo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Damascus -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Dhaka -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Dili -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Dubai -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Dushanbe -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Gaza -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Harbin -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Hong_Kong -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Hovd -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Irkutsk -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Jakarta -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Jayapura -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Jerusalem -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kabul -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kamchatka -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Karachi -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kashgar -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Katmandu -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Krasnoyarsk -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kuala_Lumpur -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kuching -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kuwait -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Macau -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Magadan -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Makassar -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Manila -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Muscat -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Nicosia -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Novosibirsk -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Omsk -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Oral -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Phnom_Penh -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Pontianak -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Pyongyang -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Qatar -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Qyzylorda -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Rangoon -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Riyadh -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Riyadh87 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Riyadh88 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Riyadh89 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Saigon -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Sakhalin -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Samarkand -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Seoul -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Shanghai -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Singapore -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Taipei -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Tashkent -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Tbilisi -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Tehran -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Thimphu -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Tokyo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Ulaanbaatar -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Urumqi -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Vientiane -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Vladivostok -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Yakutsk -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Yekaterinburg -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Yerevan -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Azores -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Bermuda -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Canary -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Cape_Verde -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Faeroe -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Madeira -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Reykjavik -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/South_Georgia -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/St_Helena -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Stanley -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Adelaide -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Brisbane -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Broken_Hill -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Currie -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Darwin -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Hobart -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Lindeman -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Lord_Howe -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Melbourne -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Perth -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Sydney -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/CET -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/EET -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+1 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+10 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+11 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+12 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+2 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+3 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+4 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+5 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+6 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+7 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+8 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+9 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-1 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-10 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-11 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-12 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-13 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-14 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-2 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-3 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-4 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-5 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-6 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-7 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-8 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-9 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/UCT -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/UTC -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Amsterdam -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Andorra -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Athens -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Belgrade -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Berlin -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Brussels -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Bucharest -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Budapest -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Chisinau -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Copenhagen -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Dublin -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Gibraltar -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Helsinki -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Istanbul -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Kaliningrad -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Kiev -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Lisbon -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/London -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Luxembourg -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Madrid -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Malta -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Minsk -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Monaco -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Moscow -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Oslo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Paris -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Prague -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Riga -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Rome -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Samara -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Simferopol -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Sofia -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Stockholm -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Tallinn -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Tirane -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Uzhgorod -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Vaduz -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Vienna -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Vilnius -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Warsaw -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Zaporozhye -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Zurich -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/GMT -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Antananarivo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Chagos -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Christmas -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Cocos -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Comoro -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Kerguelen -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Mahe -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Maldives -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Mauritius -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Mayotte -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Reunion -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/MET -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Apia -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Auckland -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Chatham -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Easter -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Efate -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Enderbury -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Fakaofo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Fiji -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Funafuti -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Galapagos -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Gambier -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Guadalcanal -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Guam -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Honolulu -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Johnston -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Kiritimati -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Kosrae -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Kwajalein -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Majuro -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Marquesas -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Midway -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Nauru -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Niue -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Norfolk -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Noumea -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Pago_Pago -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Palau -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Pitcairn -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Ponape -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Port_Moresby -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Rarotonga -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Saipan -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Tahiti -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Tarawa -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Tongatapu -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Truk -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Wake -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Wallis -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/WET -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/ZoneInfoMappings -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/plugin/desktop/sun_java.desktop -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/plugin/desktop/sun_java.png -%%WEB%%diablo-jdk%%JDK_VERSION%%/jre/plugin/%%ARCH%%/ns7/libjavaplugin_oji.so -diablo-jdk%%JDK_VERSION%%/lib/dt.jar -%%WEB%%diablo-jdk%%JDK_VERSION%%/lib/htmlconverter.jar -diablo-jdk%%JDK_VERSION%%/lib/ir.idl -diablo-jdk%%JDK_VERSION%%/lib/jconsole.jar -diablo-jdk%%JDK_VERSION%%/lib/orb.idl -diablo-jdk%%JDK_VERSION%%/lib/tools.jar -diablo-jdk%%JDK_VERSION%%/man/ja -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/appletviewer.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/apt.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/extcheck.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/idlj.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jar.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jarsigner.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/java.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/javac.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/javadoc.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/javah.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/javap.1 -%%WEB%%diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/javaws.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jconsole.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jdb.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jinfo.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jmap.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jps.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jsadebugd.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jstack.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jstat.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jstatd.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/keytool.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/kinit.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/klist.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/ktab.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/native2ascii.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/orbd.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/pack200.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/policytool.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/rmic.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/rmid.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/rmiregistry.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/serialver.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/servertool.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/tnameserv.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/unpack200.1 -diablo-jdk%%JDK_VERSION%%/man/man1/appletviewer.1 -diablo-jdk%%JDK_VERSION%%/man/man1/apt.1 -diablo-jdk%%JDK_VERSION%%/man/man1/extcheck.1 -diablo-jdk%%JDK_VERSION%%/man/man1/idlj.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jar.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jarsigner.1 -diablo-jdk%%JDK_VERSION%%/man/man1/java.1 -diablo-jdk%%JDK_VERSION%%/man/man1/javac.1 -diablo-jdk%%JDK_VERSION%%/man/man1/javadoc.1 -diablo-jdk%%JDK_VERSION%%/man/man1/javah.1 -diablo-jdk%%JDK_VERSION%%/man/man1/javap.1 -diablo-jdk%%JDK_VERSION%%/man/man1/javaws.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jconsole.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jdb.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jinfo.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jmap.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jps.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jsadebugd.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jstack.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jstat.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jstatd.1 -diablo-jdk%%JDK_VERSION%%/man/man1/keytool.1 -diablo-jdk%%JDK_VERSION%%/man/man1/kinit.1 -diablo-jdk%%JDK_VERSION%%/man/man1/klist.1 -diablo-jdk%%JDK_VERSION%%/man/man1/ktab.1 -diablo-jdk%%JDK_VERSION%%/man/man1/native2ascii.1 -diablo-jdk%%JDK_VERSION%%/man/man1/orbd.1 -diablo-jdk%%JDK_VERSION%%/man/man1/pack200.1 -diablo-jdk%%JDK_VERSION%%/man/man1/policytool.1 -diablo-jdk%%JDK_VERSION%%/man/man1/rmic.1 -diablo-jdk%%JDK_VERSION%%/man/man1/rmid.1 -diablo-jdk%%JDK_VERSION%%/man/man1/rmiregistry.1 -diablo-jdk%%JDK_VERSION%%/man/man1/serialver.1 -diablo-jdk%%JDK_VERSION%%/man/man1/servertool.1 -diablo-jdk%%JDK_VERSION%%/man/man1/tnameserv.1 -diablo-jdk%%JDK_VERSION%%/man/man1/unpack200.1 -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/GNUmakefile -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/README -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/src/core/HelloClient.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/src/core/HelloServer.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/src/stubs/HelloImpl.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/src/stubs/HelloInterface.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/war/WEB-INF/web.xml -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/war/app/helloworld.jnlp -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/war/index.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/README -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/GNUmakefile -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/j2re1_4_2/GNUmakefile -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/resources/javaws-1_0_1-j2re-1_4_2-linux-i586.jnlp -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/resources/version.xml_linux-i586_1.4.2 -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/linux/minclude/linux.defs -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/share/Platform.gmk -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/share/jreinstallers/bundle.unix.gmk -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/share/jreinstallers/components.gmk -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/share/jreinstallers/installer.gmk -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/GNUmakefile -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/j2re1_4_2/GNUmakefile -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/resources/javaws-1_0_1-j2re-1_4_2-solaris-sparc.jnlp -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/resources/version.xml_solaris-sparc_1.4.2 -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/solaris/minclude/solaris.defs -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/GNUmakefile -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/bundle.win.gmk -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/j2re1_4_2/GNUmakefile -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/resources/javaws-1_0_1-j2re-1_4_2-windows-i586.jnlp -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/resources/version.xml_windows-i586_1.4.2 -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/win32/minclude/windows.defs -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/Config.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/Main.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/SolarisInstaller.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/WinRegistry.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/WindowsInstaller.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_de.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_es.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_fr.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_it.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_ja.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_ko.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_sv.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_zh_CN.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_zh_TW.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/sunLogo.gif -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/win32/jreinstallers/WindowsInstaller.c -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/win32/jreinstallers/registry.cpp -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/win32/jreinstallers/versionChecker.c -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/raf/GNUmakefile -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/raf/README -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/raf/src/randomFile.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/raf/war/WEB-INF/web.xml -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/raf/war/app/randomFile.jnlp -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/raf/war/index.html -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/GNUmakefile -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/README -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/jardiff.jar -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/jnlp-servlet.jar -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/jnlp.jar -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/JarDiff.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/JarDiffConstants.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/JarDiffPatcher.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/Patcher.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/resources/strings.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/DownloadRequest.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/DownloadResponse.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/ErrorResponseException.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/JarDiffHandler.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/JnlpDownloadServlet.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/JnlpFileHandler.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/JnlpResource.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/Logger.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/ResourceCatalog.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/XMLAttribute.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/XMLNode.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/XMLParsing.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/resources/strings.properties -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/util/VersionID.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/util/VersionString.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/GNUmakefile -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/README -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/servlet/TxtServlet.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/AboutAction.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/ClipboardHandler.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/CopyAction.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/CutAction.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/ExitAction.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/FileHandler.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/HelpAction.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/HelpHandler.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/JLFAbstractAction.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/OpenAction.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/PasteAction.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/PrintAction.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/PublishAction.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/SaveAction.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/SaveAsAction.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/ShowAction.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/WebHandler.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/WebPad.java -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war/WEB-INF/web.xml -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war/app/README -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war/app/holidays__V1.0.jar -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war/app/javahelp.jnlp -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war/app/jhcore__V1.0.jar -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war/app/jlfgr__V1.0.jar -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war/app/version.xml -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war/app/webpad.jnlp -%%WEB%%diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war/index.html -diablo-jdk%%JDK_VERSION%%/sample/nio/server/AcceptHandler.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/Acceptor.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/B1.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/BN.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/BP.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/ChannelIO.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/ChannelIOSecure.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/Content.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/Dispatcher.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/Dispatcher1.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/DispatcherN.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/FileContent.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/Handler.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/MalformedRequestException.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/N1.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/N2.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/README.txt -diablo-jdk%%JDK_VERSION%%/sample/nio/server/Reply.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/Request.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/RequestHandler.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/RequestServicer.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/Sendable.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/Server.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/StringContent.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/URLDumper.java -diablo-jdk%%JDK_VERSION%%/src.zip -@exec %%LOCALBASE%%/bin/registervm "%D/diablo-jdk%%JDK_VERSION%%/bin/java # DiabloCaffe${JDK_VERSION}" -@dirrm diablo-jdk%%JDK_VERSION%%/sample/nio/server -@dirrm diablo-jdk%%JDK_VERSION%%/sample/nio -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war/app -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war/WEB-INF -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1 -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/servlet -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/util -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/resources -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/resources -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/raf/war/app -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/raf/war/WEB-INF -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/raf/war -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/raf/src -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/raf -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/win32/jreinstallers -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/win32 -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/win32/minclude -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/resources -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/j2re1_4_2 -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/win32/jreinstallers -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/win32 -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/solaris/minclude -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/resources -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/j2re1_4_2 -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/solaris -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/share/jreinstallers -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/share -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/linux/minclude -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/resources -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/j2re1_4_2 -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/linux/jreinstallers -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/linux -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/war/app -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/war/WEB-INF -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/war -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/src/stubs -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/src/core -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/src -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp -@dirrm diablo-jdk%%JDK_VERSION%%/sample -@dirrm diablo-jdk%%JDK_VERSION%%/man/man1 -@dirrm diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1 -@dirrm diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP -@dirrm diablo-jdk%%JDK_VERSION%%/man -@dirrm diablo-jdk%%JDK_VERSION%%/lib -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/plugin/%%ARCH%%/ns7 -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/plugin/%%ARCH%% -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/plugin/desktop -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/plugin -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/North_Dakota -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Kentucky -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Indiana -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Argentina -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/security -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/oblique-fonts -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/management -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW/LC_MESSAGES -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW.BIG5 -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh_HK.BIG5HK/LC_MESSAGES -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh_HK.BIG5HK -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh/LC_MESSAGES -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh.GBK/LC_MESSAGES -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh.GBK -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/sv/LC_MESSAGES -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/sv -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/ko/LC_MESSAGES -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/ko.UTF-8/LC_MESSAGES -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/ko.UTF-8 -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/ko -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/ja/LC_MESSAGES -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/ja -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/it/LC_MESSAGES -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/it -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/fr/LC_MESSAGES -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/fr -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/es/LC_MESSAGES -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/es -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/de/LC_MESSAGES -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/de -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/javaws -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/images/icons -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/images/cursors -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/images -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/im -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/xawt -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/server -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/native_threads -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/motif21 -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/headless -%%CLIENTVM%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/client -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%% -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/fonts -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/ext -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/cmm -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/audio -@dirrmtry diablo-jdk%%JDK_VERSION%%/jre/lib/applet -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/javaws -@dirrm diablo-jdk%%JDK_VERSION%%/jre/bin -@dirrm diablo-jdk%%JDK_VERSION%%/jre -@dirrm diablo-jdk%%JDK_VERSION%%/include/freebsd -@dirrm diablo-jdk%%JDK_VERSION%%/include -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tooltip -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/splitpane -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/optionpane -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/list -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/htmldemo -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/filechooser -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2 -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingApplet/src -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingApplet -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src/resources/images -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src/resources -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/resources -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/resources -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Mix -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Composite -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Colors -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/fonts -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/src -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/src/resources/images -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/src/resources -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/src -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/src/resources -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/src -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/models -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/images -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/audio -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SimpleGraph -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/NervousText -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/models -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/images -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/audio -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/audio -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Fractal -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DrawTest -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DitherTest -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Clock -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/CardTest -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Blink -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/BarChart -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ArcTest -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/SimpleAnimation -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets -%%WEB%%@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin -@dirrm diablo-jdk%%JDK_VERSION%%/demo/management/VerboseGC/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/management/VerboseGC -@dirrm diablo-jdk%%JDK_VERSION%%/demo/management/JTop/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/management/JTop -@dirrm diablo-jdk%%JDK_VERSION%%/demo/management/MemoryMonitor/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/management/MemoryMonitor -@dirrm diablo-jdk%%JDK_VERSION%%/demo/management/FullThreadDump/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/management/FullThreadDump -@dirrm diablo-jdk%%JDK_VERSION%%/demo/management -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/lib -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/versionCheck/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/versionCheck/lib -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/versionCheck -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/mtrace/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/mtrace/lib -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/mtrace -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/java_crw_demo/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/java_crw_demo -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/bsd -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapViewer/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapViewer/lib -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapViewer -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapTracker/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapTracker/lib -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapTracker -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/gctest/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/gctest/lib -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/gctest -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/agent_util/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/agent_util -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jpda -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tooltip -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/splitpane -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/scrollpane -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/optionpane -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/list -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/htmldemo -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/filechooser -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/Octavo -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2 -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingApplet -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/resources/images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/resources -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/resources -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/resources/HelpFiles -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/resources -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Transforms -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paths -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paint -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Mix -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Lines -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Composite -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Colors -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Clipping -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/fonts -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Font2DTest -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/resources/images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/resources -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/src/resources -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/models -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/SpreadSheet -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/SimpleGraph -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/NervousText -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/Fractal -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/DrawTest -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/DitherTest -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/Clock -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/CardTest -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/Blink -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/BarChart -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/ArcTest -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/Animator -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets -@dirrm diablo-jdk%%JDK_VERSION%%/demo -@dirrm diablo-jdk%%JDK_VERSION%%/bin -@dirrm diablo-jdk%%JDK_VERSION%% diff --git a/java/diablo-jdk16/Makefile b/java/diablo-jdk16/Makefile deleted file mode 100644 index 50fe4707c5e8..000000000000 --- a/java/diablo-jdk16/Makefile +++ /dev/null @@ -1,144 +0,0 @@ -# Created by: Greg Lewis <glewis@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= jdk -PORTVERSION= ${JDK_VERSION}.${RELEASE_VERSION}.${BUILD_VERSION} -PORTREVISION= 20 -CATEGORIES= java devel -MASTER_SITES= # -PKGNAMEPREFIX= diablo- -DISTNAME= ${PKGNAMEPREFIX}caffe-${JDK_OSREL}-${ARCH}-${JDK_VERSION}_${RELEASE_VERSION}-b${BUILD_VERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= glewis@FreeBSD.org -COMMENT= Java Development Kit ${JDK_VERSION}_${RELEASE_VERSION}.${BUILD_VERSION} - -DEPRECATED= Outdated, consider using openjdk6 or openjdk7 -EXPIRATION_DATE= 2012-11-27 - -RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper - -RESTRICTED= License does not allow distribution with fee - -USE_BZIP2= yes -USE_XORG+= xi xp xt xtst -ONLY_FOR_ARCHS= amd64 i386 -JDK_VERSION= 1.6.0 -RELEASE_VERSION=07 -BUILD_VERSION= 02 -PLIST_SUB+= JDK_VERSION=${JDK_VERSION} -PLIST_SUB+= ARCH=${ARCH} -DOWNLOAD_URL= http://www.FreeBSDFoundation.org/cgi-bin/download?download=${DISTNAME}${EXTRACT_SUFX} -LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}16 - -WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}jdk${JDK_VERSION}_${RELEASE_VERSION} -NO_BUILD= yes - -OPTIONS= POLICY "Install the Unlimited Strength Policy Files" off \ - TZUPDATE "Update the time zone data" on - -SUB_FILES+= pkg-install \ - pkg-deinstall -SUB_LIST+= ARCH="${ARCH}" \ - JDK_VERSION="${JDK_VERSION}" - -PKG_IGNORE_DEPENDS= '^[^xjc]' - -INSTALL_DIR= ${PREFIX}/${PKGNAMEPREFIX}jdk${JDK_VERSION} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 800105 -LIB_DEPENDS= z.4:${PORTSDIR}/misc/compat7x -.endif - -.if ${OSVERSION} >= 700000 -JDK_OSREL= freebsd7 -PLIST_SUB+= RELEASENOTE="@comment " -.else -JDK_OSREL= freebsd6 -PLIST_SUB+= RELEASENOTE="" -.endif - -.if ${ARCH} == "i386" -PLIST_SUB+= CLIENTVM="" -.else -PLIST_SUB+= CLIENTVM="@comment " -.endif - -.if defined(WITH_POLICY) -EXTRACT_DEPENDS+= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip -.endif - -POLICYFILE= jce_policy-6.zip -.if defined(WITH_POLICY) -DISTFILES+= ${POLICYFILE} -.endif - -.if !defined(WITHOUT_TZUPDATE) -RUN_DEPENDS+= ${LOCALBASE}/share/java/zi:${PORTSDIR}/java/java-zoneinfo -PLIST_SUB+= TZORIGINAL="@comment " -PLIST_SUB+= TZUPDATE="" -.else -PLIST_SUB+= TZORIGINAL="" -PLIST_SUB+= TZUPDATE="@comment " -.endif - -.if !defined(PACKAGE_BUILDING) && defined(JDK_OSREL) && (!exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) || (defined(WITH_POLICY) && !exists(${DISTDIR}/${POLICYFILE})))#{ -DISTFILE_INSTRUCTIONS=\n\ -Because of licensing restrictions, you must fetch the distribution\n\ -manually.\n\n -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})#{ -DISTFILE_INSTRUCTIONS+=Please access\n\n\ -\ \ \ \ ${DOWNLOAD_URL}\n\n\ -with a web browser and \"Accept\" the End User License Agreement for\n\ -\"Caffe Diablo ${JDK_VERSION}\".\n\n -.endif#} -.if defined(WITH_POLICY) && !exists(${DISTDIR}/${POLICYFILE})#{ -DISTFILE_INSTRUCTIONS+=Please open\n\n\ -\ \ \ \ http://www.oracle.com/technetwork/java/javase/downloads/index.html\n\n\ -in a web browser and follow the \"Download\" link for \"Java\n\ -Cryptography Extension (JCE) Unlimited Strength Jurisdiction\n\ -Policy Files 6\" to obtain the JCE policy file, ${POLICYFILE}.\n\n -.endif#} -DISTFILE_INSTRUCTIONS+=Please place the downloaded file(s) in ${DISTDIR}.\n\n -.endif#} - -pre-fetch: -.if defined(DISTFILE_INSTRUCTIONS) - @${PRINTF} "${DISTFILE_INSTRUCTIONS}" - @exit 1 -.endif - -post-extract: -.if defined(WITH_POLICY) - @${UNZIP_CMD} -qo ${DISTDIR}/${POLICYFILE} -d ${WRKDIR} -.endif - -.if !defined(WITHOUT_TZUPDATE) -pre-install: - @${ECHO_CMD} -n "Updating time zones..." - @${RM} -rf ${WRKSRC}/jre/lib/zi - @${LN} -s -f ${LOCALBASE}/share/java/zi ${WRKSRC}/jre/lib/ - @${ECHO_CMD} "done" -.endif - -do-install: - ${MKDIR} "${INSTALL_DIR}" - cd "${WRKSRC}" && ${FIND} . \ - | ${CPIO} -pdmu -R ${LIBOWN}:${LIBGRP} "${INSTALL_DIR}" - ${INSTALL_DATA} ${FILESDIR}/cacerts \ - ${PREFIX}/${PKGNAMEPREFIX}jdk${JDK_VERSION}/jre/lib/security/cacerts -.if defined(WITH_POLICY) - ${INSTALL_DATA} ${WRKDIR}/jce/*.jar ${PREFIX}/${PKGNAMEPREFIX}jdk${JDK_VERSION}/jre/lib/security -.endif - -post-install: - # Register the VM - "${LOCALBASE}/bin/registervm" \ - "${INSTALL_DIR}/bin/java # DiabloCaffe${JDK_VERSION}" - # Install the shared archives and plugin - ${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.post.mk> diff --git a/java/diablo-jdk16/distinfo b/java/diablo-jdk16/distinfo deleted file mode 100644 index 00480cf53e87..000000000000 --- a/java/diablo-jdk16/distinfo +++ /dev/null @@ -1,10 +0,0 @@ -SHA256 (diablo-caffe-freebsd6-amd64-1.6.0_07-b02.tar.bz2) = 1bbe2c35d754fa09530cff81bda6b6452c5bf0feeac25e1d02a4c29a8e52ef66 -SIZE (diablo-caffe-freebsd6-amd64-1.6.0_07-b02.tar.bz2) = 63004389 -SHA256 (diablo-caffe-freebsd6-i386-1.6.0_07-b02.tar.bz2) = 208e051014cdaecde07145cb510e4c0a0840ef35e4559c301ce324602a77f9ec -SIZE (diablo-caffe-freebsd6-i386-1.6.0_07-b02.tar.bz2) = 64381886 -SHA256 (diablo-caffe-freebsd7-amd64-1.6.0_07-b02.tar.bz2) = 09f9fb014779f1e02456d51692c61902125800830b82078be9eac95190343109 -SIZE (diablo-caffe-freebsd7-amd64-1.6.0_07-b02.tar.bz2) = 62778916 -SHA256 (diablo-caffe-freebsd7-i386-1.6.0_07-b02.tar.bz2) = 971a537f8e852166fa94a9666b14e2f0a8ee51dcf7a470ab7bcb5be0dba05409 -SIZE (diablo-caffe-freebsd7-i386-1.6.0_07-b02.tar.bz2) = 64093245 -SHA256 (jce_policy-6.zip) = d0c2258c3364120b4dbf7dd1655c967eee7057ac6ae6334b5ea8ceb8bafb9262 -SIZE (jce_policy-6.zip) = 9101 diff --git a/java/diablo-jdk16/files/cacerts b/java/diablo-jdk16/files/cacerts Binary files differdeleted file mode 100644 index 12d3aa1b024a..000000000000 --- a/java/diablo-jdk16/files/cacerts +++ /dev/null diff --git a/java/diablo-jdk16/files/pkg-deinstall.in b/java/diablo-jdk16/files/pkg-deinstall.in deleted file mode 100644 index 7a71ffb3e4bb..000000000000 --- a/java/diablo-jdk16/files/pkg-deinstall.in +++ /dev/null @@ -1,45 +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 shared archives -if [ `echo "$1" | grep jdk` ]; then - SHAREDARCHIVEDIR=${PKG_PREFIX}/diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%% -else - SHAREDARCHIVEDIR=${PKG_PREFIX}/diablo-jre%%JRE_VERSION%%/lib/%%ARCH%% -fi -for _vm in client server; do - rm -f "${SHAREDARCHIVEDIR}/${_vm}/classes.jsa" > /dev/null 2>&1 -done - -# Remove the plugin - -# Plugin location variables -BROWSERPLUGINDIR=%%LOCALBASE%%/lib/browser_plugins -if [ `echo "$1" | grep jdk` ]; then - DIABLOPLUGINDIR=${PKG_PREFIX}/diablo-jdk%%JDK_VERSION%%/jre/plugin/`uname -p`/ns7 -else - DIABLOPLUGINDIR=${PKG_PREFIX}/diablo-jre%%JRE_VERSION%%/plugin/`uname -p`/ns7 -fi -PLUGIN=libjavaplugin_oji.so - -# Check if the package includes the plugin -if [ ! -e "${DIABLOPLUGINDIR}/${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"${DIABLOPLUGINDIR}/${PLUGIN}" ]; then - rm -f "${BROWSERPLUGINDIR}/${PLUGIN}" -fi - -exit 0 diff --git a/java/diablo-jdk16/files/pkg-install.in b/java/diablo-jdk16/files/pkg-install.in deleted file mode 100644 index 37724689c3ce..000000000000 --- a/java/diablo-jdk16/files/pkg-install.in +++ /dev/null @@ -1,300 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -# Set up a standard path -PATH=/usr/bin:/bin - -# Hack to prevent licensing from breaking bento. -if [ "x${PACKAGE_BUILDING}" != "x" ]; then - exit 0 -fi - -# Attempt to generate shared archives during post-install -if [ "$2" = "POST-INSTALL" ]; then - # Generate shared class archives. - for _vm in client server; do - if [ `echo "$1" | grep jdk` ]; then - ${PKG_PREFIX}/diablo-jdk%%JDK_VERSION%%/bin/java -${_vm} -Xshare:dump >/dev/null 2>&1 - else - ${PKG_PREFIX}/diablo-jdk%%JDK_VERSION%%/bin/java -${_vm} -Xshare:dump >/dev/null 2>&1 - fi - done -fi - -# Attempt to install a link for the browser plugin during post-install -if [ "$2" = "POST-INSTALL" ]; then - # Plugin location variables - BROWSERPLUGINDIR=%%LOCALBASE%%/lib/browser_plugins - if [ `echo "$1" | grep jdk` ]; then - DIABLOPLUGINDIR=${PKG_PREFIX}/diablo-jdk%%JDK_VERSION%%/jre/plugin/`uname -p`/ns7 - else - DIABLOPLUGINDIR=${PKG_PREFIX}/diablo-jre%%JRE_VERSION%%/plugin/`uname -p`/ns7 - fi - PLUGIN=libjavaplugin_oji.so - - # Check if the browser plugin exists - if [ ! -e "${DIABLOPLUGINDIR}/${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 "${DIABLOPLUGINDIR}/${PLUGIN}" \ - "${BROWSERPLUGINDIR}/${PLUGIN}" - exit 0 - fi - - # If the browser plugin exists and is a symlink, but the link - # doesn't exist, then overwrite with the diablo 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 "${DIABLOPLUGINDIR}/${PLUGIN}" \ - "${BROWSERPLUGINDIR}/${PLUGIN}" - exit 0 - fi - fi - - # The browser plugin exists and appears real. Ask if they want it - # replaced. - echo "You appear to already have a Java browser plugin installed." - echo "Would you like to replace it with the Diablo 1.6.0 plugin? [yes or no]" - read ANSWER - : ${ANSWER:=no} - case $ANSWER in - [yY]|[yY][eE][sS]) - ln -sf "${DIABLOPLUGINDIR}/${PLUGIN}" \ - "${BROWSERPLUGINDIR}/${PLUGIN}" - ;; - *) - ;; - esac - - # Done with post-install. - exit 0 -fi - -# Pre-install section - -# License agreement -more << EOF_LICENSE -FREEBSD FOUNDATION - -Diablo Version 1.6.0-0 ("Software") - -END USER LICENSE AGREEMENT - -You may install this Software only if you are currently a licensee -of FreeBSD (including substantially similar versions of FreeBSD) for -your own internal use only with your copy(ies) of FreeBSD (including -substantially similar versions of FreeBSD). If you are an OEM - a person -who will bundle the Software with other software before distributing the -bundled product to end users - you must read and "accept" the provisions -of the OEM License Agreement. You must read the License Agreement and -enter "YES" below to continue your install. By doing so, you agree to -be bound by all of the terms of this License Agreement. - -IMPORTANT - READ CAREFULLY: This End User License Agreement ("Agreement") -is a legal agreement between you (in your capacity as an individual -and as an agent for your company, institution, or other entity) and the -FreeBSD Foundation ("Foundation"). Accessing, downloading, installing, -using or copying of the Software (as hereafter defined) by you or a third -party on your behalf indicates your agreement to be bound by the terms -and conditions of this Agreement. If you do not agree to these terms and -conditions, do not access, download, install, use or copy the Software. -In the absence of this Agreement, you have no rights in the Software. -1. LICENSE GRANT. - - (a) Subject to all third party intellectual property claims - and without warranty of any nature, Foundation hereby grants to - you, and you hereby accept, a non-exclusive license for use in - (x) general purpose servers and (y) general purpose desktop and - laptop personal computers ("License") to: (i) download, install - and use the Software in binary executable form on one or more - computers for use by a total number of end users not to exceed - the number of your end users who are authorized to use FreeBSD; - provided that you agree to implement reasonable controls to ensure - that your use of the Software does not exceed such maximum number - of end users; and (ii) download and/or use one or more copies of - any related materials provided by Foundation ("Related Materials") - in electronic format and/or one copies of the Related Materials - in hard copy format subject to the following terms and conditions: - - (i) other than as set forth in paragraph 1(a) above, - you may not make or distribute copies of the Software, - or electronically transfer the Software from one computer - to another or over a network; - - (ii) you may not decompile, reverse engineer, - disassemble or otherwise reduce the Software to a - human-perceivable form; - - (iii) you may not rent, lease or sublease the Software; - - (iv) you may not modify the Software or create - derivative works based upon the Software; and - - (v) in the event that you breach any of the terms - of this Agreement, Foundation may terminate the License - and you must destroy all copies of the Software and - Related Materials. - - (b) you may make one copy of the Software in machine-readable - form solely for back-up purposes; provided, however, that you - must reproduce on such copy all copyright notices and proprietary - legends on the original copy of the software. - - (c) Subject to the terms and conditions of this Agreement, - you may create a hyperlink between an Internet website owned and - controlled by you and the Foundation's website, which hyperlink - describes in a fair and accurate manner where the Software - may be obtained, provided that you do not frame the Website or - otherwise give the false impression that Foundation is somehow - associated with, or otherwise endorses or sponsors your website. - Any goodwill associated with such hyperlink shall inure to - the sole and exclusive benefit of Foundation. Other than the - creation of such hyperlink, nothing in this Agreement shall be - construed as conferring upon you any right to make any reference - to Foundation or to its trademarks, service marks or any other - indicia of origin owned by Foundation, or to indicate in any - way that your products or services are in any way sponsored, - approved, endorsed by or affiliated with Foundation. - -2. RIGHTS RESERVED. - - (a) This License does not grant you any right to enhancements - or updates to, or support or maintenance for, the Software or - any modifications made by Foundation; - - (b) Foundation is free to license the Software on terms - different from those contained herein; - - (c) Foundation and its licensors hereby expressly reserve - all rights in the Software which are not expressly granted to - you under the License; and, without limiting the generality of - the foregoing, Foundation and its licensors retain all title, - copyright, and other intellectual property and proprietary rights - in the Software and any copies thereof, and you do not acquire - any rights, express or implied, other than those expressly set - forth in this Agreement. - -3. COPYRIGHT. You hereby acknowledge and agree that the Software -is protected by United States copyright law and international treaty -provisions. You must reproduce all copyright notices, trademark notices -and other proprietary notices of Foundation and its licensors on any -copies of the Software and Related Materials and you must not remove -such notices; - -4. MAINTENANCE AND SUPPORT. Foundation is under no obligation -whatsoever to provide maintenance or support for the Software or -to notify you of bug fixes, patches, or upgrades to the features, -functionality or performance of the Software ("Enhancements") (if any), -whether developed by Foundation or others. If, in its sole discretion, -Foundation makes an Enhancement available to you and does not enter into a -separate written license agreement with you relating to such Enhancement, -then that Enhancement will be deemed incorporated into the Software and -subject to this Agreement. - -5. WARRANTY DISCLAIMER. THE SOFTWARE IS PROVIDED TO YOU "AS IS" -WITHOUT WARRANTY OF ANY TYPE OR NATURE, AND FOUNDATION AND ITS LICENSORS -HEREBY EXPRESSLY DISCLAIM ANY WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, -BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE, TITLE OR NON-INFRINGEMENT OR ANY WARRANTIES -ARISING BY USAGE OF TRADE, COURSE OF DEALING OR COURSE OF PERFORMANCE. -IN ADDITION, FOUNDATION AND ITS LICENSORS EXPRESSLY DISCLAIM ANY LIABILITY -FOR THE ACCURACY, COMPLETENESS OR USEFULNESS OF THE SOFTWARE AND DO -NOT WARRANT THAT THE SOFTWARE WILL FUNCTION UNINTERRUPTED, THAT IT -IS ERROR-FREE OR THAT ANY ERRORS WILL BE CORRECTED. YOU ASSUME TOTAL -RESPONSIBILITY AND RISK FOR YOUR USE OF THE SOFTWARE, INCLUDING, BUT -NOT LIMITED TO ANY DEFECTS OR INACCURACIES THEREIN. -6. LIMITATION OF LIABILITY. IN NO EVENT SHALL FOUNDATION OR ITS -LICENSORS BE LIABLE FOR ANY INDIRECT, INCIDENTAL, CONSEQUENTIAL, SPECIAL -OR PUNITIVE DAMAGES OF ANY KIND OR NATURE, INCLUDING, BUT NOT LIMITED -TO, LOSS OF PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER -SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT (INCLUDING -NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE, EVEN IF FOUNDATION HAS -BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSS OR DAMAGES. IN NO EVENT -SHALL FOUNDATION'S LIABILITY FOR DAMAGES ARISING FROM OR IN CONNECTION -WITH THIS AGREEMENT EXCEED THE GREATER OF $500 OR THE AMOUNT PAID BY -YOU FOR THE SOFTWARE. BECAUSE SOME STATES DO NOT ALLOW THE EXCLUSION -OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE -ABOVE LIMITATIONS MAY NOT APPLY TO YOU. IN THE EVENT THAT APPLICABLE -LAW DOES NOT ALLOW THE COMPLETE EXCLUSION OR LIMITATION OF LIABILITY OF -CLAIMS AND DAMAGES AS SET FORTH IN THIS AGREEMENT, FOUNDATION'S LIABILITY -IS LIMITED TO THE GREATEST EXTENT PERMITTED BY LAW. - -7. INDEMNIFICATION. You shall defend, indemnify and hold harmless -Foundation and its licensors and their respective directors, officers, -agents, employees and volunteers from and against any and all claims, -suits, losses, damages, costs, fees and expenses arising out of or in -connection with this Agreement. You shall pay all costs incurred by -Foundation in enforcing this provision, including reasonable attorneys' -fees and court costs. You agree that under no circumstances will -Foundation indemnify you or any other person. - -8. TERM AND TERMINATION. The License will continue perpetually -unless terminated by Foundation in accordance with this Agreement. If you -breach any term of this Agreement and failure to cure such breach within -thirty (30) days after receipt of written notice specifying the breach, -this Agreement shall automatically terminate. Upon the termination -of this Agreement, you shall immediately cease using the Software and -provide Foundation with written certification of your compliance with -the foregoing. The termination of this Agreement shall not relieve you of -your obligations arising prior to such termination. Notwithstanding any -provision in this Agreement to the contrary, Sections 5 through 7 shall -survive the termination of this Agreement. - -9. EXPORT CONTROLS. You shall observe all applicable United States -and foreign laws and regulations (if any) with respect to the export, -re-export, diversion or transfer of the Software, related technical data -and direct products thereof, including, but not limited to the Export -Administration Regulations. - -10. THIRD PARTY SOFTWARE. You acknowledge and agree that the Software -includes Java2 Standard Edition (the "Technology") pursuant to Sun -Community Source License Copyright 1994-2003 Sun Microsystems, Inc. -All rights reserved. You also agree to install and use the Software -on a product which (i) has a principle purpose that 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. - -11. GENERAL. You shall not assert against Foundation or its licensors -any claim for infringement or misappropriation of any intellectual -property rights in any way relating to the Software. This Agreement shall -be governed by, construed and enforced in accordance with the laws of the -State of California, excluding its rules governing conflicts of laws. -In the event that any provision of this Agreement is deemed illegal -or unenforceable, Foundation may, but is not obligated to, post on the -Website a new version of this Agreement which, in Foundation's opinion, -reasonably preserves the intent of this Agreement. This Agreement -is binding upon and shall inure to the benefit of Foundation and -its successors and assigns. This Agreement represents the entire -understanding of the parties, and superceded all previous communications, -written or oral, relating to the subject of this Agreement. - -EOF_LICENSE - -agreed= -while [ x$agreed = x ]; do - echo - echo "Do you agree to the above license terms? [yes or no] " - read reply leftover - case $reply in - y* | Y*) - agreed=1 - ;; - n* | n*) - echo - echo "If you don't agree to the license you can't install this software" - exit 1 - ;; - esac -done diff --git a/java/diablo-jdk16/pkg-descr b/java/diablo-jdk16/pkg-descr deleted file mode 100644 index 69b410c42f4a..000000000000 --- a/java/diablo-jdk16/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The Java Development Kit (JDK) provides the Java Virtual Machine, -base classes, and development tools to permit developers to create -new Java applications, applets, and components on FreeBSD. - -WWW: http://www.FreeBSDFoundation.org/downloads/java.shtml diff --git a/java/diablo-jdk16/pkg-plist b/java/diablo-jdk16/pkg-plist deleted file mode 100644 index 40fc111d6ec5..000000000000 --- a/java/diablo-jdk16/pkg-plist +++ /dev/null @@ -1,3082 +0,0 @@ -@unexec %%LOCALBASE%%/bin/unregistervm "%D/diablo-jdk%%JDK_VERSION%%/bin/java" -diablo-jdk%%JDK_VERSION%%/COPYRIGHT -diablo-jdk%%JDK_VERSION%%/LICENSE -diablo-jdk%%JDK_VERSION%%/README.html -diablo-jdk%%JDK_VERSION%%/README_ja.html -diablo-jdk%%JDK_VERSION%%/README_zh_CN.html -%%RELEASENOTE%%diablo-jdk%%JDK_VERSION%%/RELEASENOTE.txt -diablo-jdk%%JDK_VERSION%%/THIRDPARTYLICENSEREADME.txt -diablo-jdk%%JDK_VERSION%%/bin/ControlPanel -diablo-jdk%%JDK_VERSION%%/bin/HtmlConverter -diablo-jdk%%JDK_VERSION%%/bin/appletviewer -diablo-jdk%%JDK_VERSION%%/bin/apt -diablo-jdk%%JDK_VERSION%%/bin/extcheck -diablo-jdk%%JDK_VERSION%%/bin/idlj -diablo-jdk%%JDK_VERSION%%/bin/jar -diablo-jdk%%JDK_VERSION%%/bin/jarsigner -diablo-jdk%%JDK_VERSION%%/bin/java -diablo-jdk%%JDK_VERSION%%/bin/java-rmi.cgi -diablo-jdk%%JDK_VERSION%%/bin/javac -diablo-jdk%%JDK_VERSION%%/bin/javadoc -diablo-jdk%%JDK_VERSION%%/bin/javah -diablo-jdk%%JDK_VERSION%%/bin/javap -diablo-jdk%%JDK_VERSION%%/bin/javaws -diablo-jdk%%JDK_VERSION%%/bin/jconsole -diablo-jdk%%JDK_VERSION%%/bin/jcontrol -diablo-jdk%%JDK_VERSION%%/bin/jdb -diablo-jdk%%JDK_VERSION%%/bin/jhat -diablo-jdk%%JDK_VERSION%%/bin/jinfo -diablo-jdk%%JDK_VERSION%%/bin/jmap -diablo-jdk%%JDK_VERSION%%/bin/jps -diablo-jdk%%JDK_VERSION%%/bin/jrunscript -diablo-jdk%%JDK_VERSION%%/bin/jsadebugd -diablo-jdk%%JDK_VERSION%%/bin/jstack -diablo-jdk%%JDK_VERSION%%/bin/jstat -diablo-jdk%%JDK_VERSION%%/bin/jstatd -diablo-jdk%%JDK_VERSION%%/bin/keytool -diablo-jdk%%JDK_VERSION%%/bin/native2ascii -diablo-jdk%%JDK_VERSION%%/bin/orbd -diablo-jdk%%JDK_VERSION%%/bin/pack200 -diablo-jdk%%JDK_VERSION%%/bin/policytool -diablo-jdk%%JDK_VERSION%%/bin/rmic -diablo-jdk%%JDK_VERSION%%/bin/rmid -diablo-jdk%%JDK_VERSION%%/bin/rmiregistry -diablo-jdk%%JDK_VERSION%%/bin/schemagen -diablo-jdk%%JDK_VERSION%%/bin/serialver -diablo-jdk%%JDK_VERSION%%/bin/servertool -diablo-jdk%%JDK_VERSION%%/bin/tnameserv -diablo-jdk%%JDK_VERSION%%/bin/unpack200 -diablo-jdk%%JDK_VERSION%%/bin/wsgen -diablo-jdk%%JDK_VERSION%%/bin/wsimport -diablo-jdk%%JDK_VERSION%%/bin/xjc -diablo-jdk%%JDK_VERSION%%/demo/applets.html -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/Animation.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/AnimationFrame.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/Animator.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/Animator.java -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/DescriptionFrame.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/ParseException.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio/0.au -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio/1.au -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio/2.au -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio/3.au -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio/4.au -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio/5.au -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio/6.au -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio/7.au -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio/8.au -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio/9.au -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio/spacemusic.au -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/example2.html -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/example3.html -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/example4.html -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T1.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T10.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T2.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T3.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T4.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T5.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T6.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T7.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T8.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans/T9.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation/T1.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation/T2.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/loading-msg.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/index.html -diablo-jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcCanvas.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcControls.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcTest.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ArcTest/ArcTest.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ArcTest/IntegerTextField.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ArcTest/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/BarChart/BarChart.class -diablo-jdk%%JDK_VERSION%%/demo/applets/BarChart/BarChart.java -diablo-jdk%%JDK_VERSION%%/demo/applets/BarChart/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/Blink/Blink$1.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Blink/Blink.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Blink/Blink.java -diablo-jdk%%JDK_VERSION%%/demo/applets/Blink/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/CardTest/CardPanel.class -diablo-jdk%%JDK_VERSION%%/demo/applets/CardTest/CardTest.class -diablo-jdk%%JDK_VERSION%%/demo/applets/CardTest/CardTest.java -diablo-jdk%%JDK_VERSION%%/demo/applets/CardTest/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/Clock/Clock.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Clock/Clock.java -diablo-jdk%%JDK_VERSION%%/demo/applets/Clock/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/DitherTest/CardinalTextField.class -diablo-jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherCanvas.class -diablo-jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherControls.class -diablo-jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherTest.class -diablo-jdk%%JDK_VERSION%%/demo/applets/DitherTest/DitherTest.java -diablo-jdk%%JDK_VERSION%%/demo/applets/DitherTest/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawControls.class -diablo-jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawPanel.class -diablo-jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawTest.class -diablo-jdk%%JDK_VERSION%%/demo/applets/DrawTest/DrawTest.java -diablo-jdk%%JDK_VERSION%%/demo/applets/DrawTest/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSFractal.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSFractal.java -diablo-jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSRule.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Fractal/CLSTurtle.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Fractal/ContextLSystem.class -diablo-jdk%%JDK_VERSION%%/demo/applets/Fractal/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Edge.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Graph.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Graph.java -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/GraphPanel.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/Node.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/computer.au -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/drip.au -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio/gong.au -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example2.html -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example3.html -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/example4.html -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/AppletFrame.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/AppletFrame.java -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcCard.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcDegreePanel.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ArcPanel.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ColorUtils.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsCards.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsPanel.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsTest.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/GraphicsTest.java -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/OvalShape.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/PolygonShape.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/RectShape.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/RoundRectShape.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/Shape.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/ShapeTest.class -diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/AniArea.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/AniArea.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/ButtonFilter.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/ButtonFilter.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/ClickArea.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/ClickArea.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/DelayedSoundArea.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/DelayedSoundArea.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightArea.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightArea.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightFilter.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/HighlightFilter.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/HrefButtonArea.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/HrefButtonArea.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMap.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMap.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMapArea.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/ImageMapArea.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/LinkArea.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/LinkArea.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/NameArea.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/NameArea.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundButtonFilter.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundButtonFilter.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundHrefButtonArea.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/RoundHrefButtonArea.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/SoundArea.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/SoundArea.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/TickerArea.class -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/TickerArea.java -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio/chirp1.au -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio/hi.au -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/imagemapcheat.html -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/images/jim.graham.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/sources.html -diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox/JumpingBox.class -diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox/JumpingBox.java -diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/adapt-or-die.au -diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/cannot.be.completed.au -diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/danger.au -diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/ip.au -diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/that.hurts.au -diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/thin.bell.au -diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds/tiptoe.thru.the.tulips.au -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Atom.class -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Matrix3D.class -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/Matrix3D.java -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZApp.class -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZApp.java -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/XYZChemModel.class -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example2.html -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/example3.html -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/HyaluronicAcid.xyz -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/benzene.xyz -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/buckminsterfullerine.xyz -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/cyclohexane.xyz -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/ethane.xyz -diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models/water.xyz -diablo-jdk%%JDK_VERSION%%/demo/applets/NervousText/NervousText.class -diablo-jdk%%JDK_VERSION%%/demo/applets/NervousText/NervousText.java -diablo-jdk%%JDK_VERSION%%/demo/applets/NervousText/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/GraphApplet.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/GraphApplet.java -diablo-jdk%%JDK_VERSION%%/demo/applets/SimpleGraph/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.java -diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo/BubbleSortAlgorithm.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo/BubbleSortAlgorithm.java -diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo/QSortAlgorithm.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo/QSortAlgorithm.java -diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortAlgorithm.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortAlgorithm.java -diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortItem.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo/SortItem.java -diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/Cell.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/CellUpdater.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/InputField.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/Node.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheet.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheet.java -diablo-jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/SpreadSheetInput.class -diablo-jdk%%JDK_VERSION%%/demo/applets/SpreadSheet/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/TicTacToe.class -diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/TicTacToe.java -diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/beep.au -diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/ding.au -diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/return.au -diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/yahoo1.au -diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio/yahoo2.au -diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images/cross.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images/not.gif -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/FileFormatException.class -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/Matrix3D.class -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/Matrix3D.java -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/Model3D.class -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/ThreeD.class -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/ThreeD.java -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/example1.html -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/example2.html -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/example3.html -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/example4.html -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/cube.obj -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/dinasaur.obj -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/hughes_500.obj -diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/models/knoxS.obj -diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/CodePointIM.jar -diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/README.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/README_ja.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/README_zh_CN.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/src/CodePointIM.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/src/CodePointInputMethod.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/src/CodePointInputMethodDescriptor.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/src/resources/codepoint.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/src/resources/codepoint_ja.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/src/resources/codepoint_zh_CN.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/FileChooserDemo.jar -diablo-jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/ExampleFileView.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/FileChooserDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/resources/images/gifIcon.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/resources/images/jpgIcon.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/Font2DTest.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/Font2DTest.jar -diablo-jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src/Font2DTest.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src/Font2DTestApplet.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src/FontPanel.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src/RangeMenu.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/Java2Demo.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/Java2Demo.jar -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/fonts/A.ttf -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/bld.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/boat.png -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/box.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/boxwave.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/clone.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/clouds.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/cupanim.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/duke.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/duke.png -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/duke.running.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/dukeplug.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/fight.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/globe.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/java-logo.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/java_logo.png -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/jumptojavastrip.png -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/loop.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/looping.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/magnify.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/painting.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/print.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/remove.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/snooze.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/star7.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/start.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/start2.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/stop.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/stop2.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/surfing.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/thumbsup.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images/tip.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/AnimatingControlsSurface.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/AnimatingSurface.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/CloningFeature.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/ControlsSurface.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/CustomControls.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/CustomControlsContext.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/DemoFonts.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/DemoGroup.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/DemoImages.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/DemoPanel.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/GlobalControls.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/GlobalPanel.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/Intro.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/Java2Demo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/Java2DemoApplet.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/MemoryMonitor.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/PerformanceMonitor.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/RunWindow.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/Surface.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/TextureChooser.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/Tools.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Arcs.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/BezierAnim.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Curves.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Ellipses.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Areas.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Clipping/ClipAnim.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Intersection.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Text.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Colors/BullsEye.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Colors/ColorConvert.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Colors/Rotator3D.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Composite/ACimages.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Composite/ACrules.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Composite/FadeAnim.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts/AllFonts.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts/AttributedStr.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Highlighting.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Outline.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Tree.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Images/DukeAnim.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Images/ImageOps.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Images/JPEGFlip.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Images/WarpImage.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Lines/Caps.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Lines/Dash.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Lines/Joins.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Lines/LineAnim.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Mix/Balls.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Mix/BezierScroller.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Mix/Stars3D.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paint/GradAnim.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paint/Gradient.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paint/Texture.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paint/TextureAnim.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paths/Append.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paths/CurveQuadTo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paths/FillStroke.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paths/WindingRule.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Transforms/Rotate.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Transforms/SelectTx.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Transforms/TransformAnim.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/Metalworks.jar -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/AquaMetalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/BigContrastMetalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/ContrastMetalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/DemoMetalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/GreenMetalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/KhakiMetalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalThemeMenu.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/Metalworks.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksDocumentFrame.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksFrame.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksHelp.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksInBox.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/MetalworksPrefs.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/PropertiesMetalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/UISwitchListener.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/resources/HelpFiles/back.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/resources/HelpFiles/credits.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/resources/HelpFiles/duke.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/resources/HelpFiles/javalogo.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/resources/HelpFiles/metal.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/resources/HelpFiles/metalworks.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/resources/HelpFiles/swing.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/resources/HelpFiles/toc.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/resources/MyTheme.theme -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/Notepad.jar -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/ElementTreePanel.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/Notepad.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/resources/Notepad.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/resources/Notepad_fr.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/resources/Notepad_sv.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/resources/Notepad_zh_CN.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/resources/copy.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/resources/cut.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/resources/new.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/resources/open.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/resources/paste.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/resources/save.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/SampleTree.jar -diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/DynamicTreeNode.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleData.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTree.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTreeCellRenderer.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/SampleTreeModel.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/resources/images/collapsed.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/resources/images/expanded.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/Stylepad.jar -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/ElementTreePanel.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/HelloWorld.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Notepad.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Stylepad.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/Wonderland.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/Notepad.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/Notepad_fr.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/Notepad_sv.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/Notepad_zh_CN.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/Stylepad.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/Stylepad_sv.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/Stylepad_zh_CN.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/alice.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/bold.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/bullets.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/caterpillar.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/center.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/copy.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/cut.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/fg.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/hatter.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/italic.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/left.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/new.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/open.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/paste.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/rabbit.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/rabbit2.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/right.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/save.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources/underline.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/SwingApplet.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/SwingApplet.jar -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/src/SwingApplet.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/SwingSet2.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/SwingSet2.jar -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/AquaTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/BezierAnimationPanel.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ButtonDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/CharcoalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/CodeViewer.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ColorChooserDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ComboBoxDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ContrastTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/DemoModule.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/DirectionPanel.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/EmeraldTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ExampleFileView.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/FileChooserDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/HtmlDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/InternalFrameDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/LayoutControlPanel.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ListDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/OptionPaneDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/Permuter.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ProgressBarDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/RubyTheme.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ScrollPaneDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SliderDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SplitPaneDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SwingSet2.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/SwingSet2Applet.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TabbedPaneDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TableDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/ToolTipDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/TreeDemo.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/ant.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/bug.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/About.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/COPYRIGHT -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/apple.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/asparagus.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/banana.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/broccoli.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/cantaloupe.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/carrot.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/corn.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/grapefruit.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/grapes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/kiwi.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/onion.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/peach.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/pear.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/pepper.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/pickle.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/pineapple.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/raspberry.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/strawberry.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/tomato.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/watermelon.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/cab.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/cab_small.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/fish.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/fish_small.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/moon.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/moon_small.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/sun.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/sun_small.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/Octavo/COPYRIGHT -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/Octavo/ant.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/Octavo/book.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/Octavo/bug.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/Octavo/bug2.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/Octavo/crest.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/Octavo/king.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/Octavo/micro.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/Octavo/seaweed.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b1.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b1d.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b1p.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b1r.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b2.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b2d.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b2p.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b2r.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b3.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b3d.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b3p.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/b3r.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/bl.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/bldn.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/bm.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/bmdn.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/br.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/brdn.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/c.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/cb.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/cbr.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/cbrs.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/cbs.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/cdn.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/ml.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/mldn.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/mr.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/mrdn.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/rb.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/rbp.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/rbr.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/rbrs.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/rbs.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/tl.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/tldn.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/tm.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/tmdn.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/toggle.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/toggledn.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/tr.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons/trdn.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/brenteyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/brenthair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/brentmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/georgeseyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/georgeshair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/georgesmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/hanseyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/hanshair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/hansmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/howardeyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/howardhair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/howardmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/jameseyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/jameshair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/jamesmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/jeffeyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/jeffhair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/jeffmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/joneyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/jonhair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/jonmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/laraeyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/larahair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/laramouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/larryeyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/larryhair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/larrymouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/lisaeyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/lisahair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/lisamouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/michaeleyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/michaelhair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/michaelmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/philipeyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/philiphair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/philipmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/scotteyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/scotthair.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox/scottmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/filechooser/find.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/filechooser/gifIcon.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/filechooser/help.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/filechooser/jpgIcon.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/htmldemo/back.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/htmldemo/forward.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/htmldemo/header.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/list/blue.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/list/cyan.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/list/gray.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/list/green.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/list/magenta.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/list/red.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/list/yellow.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/optionpane/bottle.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/optionpane/ibd.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/optionpane/ibu.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/COPYRIGHT -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/colheader.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/crayons.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/lowerleft.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/rowheader.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/upperleft.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/upperright.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/splash.png -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/splitpane/README -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/splitpane/earth.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/splitpane/moon.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/blake.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/brooke.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/david.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/ewan.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/ewan.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/hania.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/laine.jpg -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/matthew.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/stephen.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JButton.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JColorChooser.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JComboBox.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JDesktop.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JDialog.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JEditorPane.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JFileChooser.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JList.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JMenu.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JOptionPane.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JProgressBar.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JRadioButton.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JScrollBar.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JScrollPane.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JSlider.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JSplitPane.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JTabbedPane.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JTable.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JTree.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar/ToolTip.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tooltip/cow.gif -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/index.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/king.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/preface.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/seaweed.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/swingset.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/swingset_ja.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/swingset_zh_CN.properties -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/title.html -diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/tree.txt -diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample/TableExample.jar -diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/JDBCAdapter.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/OldJTable.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample2.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample3.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableExample4.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableMap.java -diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample/src/TableSorter.java -diablo-jdk%%JDK_VERSION%%/demo/jpda/examples.jar -diablo-jdk%%JDK_VERSION%%/demo/jvmti/agent_util/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/agent_util/src/agent_util.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/agent_util/src/agent_util.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/gctest/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/gctest/lib/libgctest.so -diablo-jdk%%JDK_VERSION%%/demo/jvmti/gctest/src/gctest.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/gctest/src/sample.makefile.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapTracker/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapTracker/heapTracker.jar -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapTracker/lib/libheapTracker.so -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapTracker/src/HeapTracker.java -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapTracker/src/heapTracker.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapTracker/src/heapTracker.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapTracker/src/sample.makefile.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapViewer/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapViewer/lib/libheapViewer.so -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapViewer/src/heapViewer.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapViewer/src/sample.makefile.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/Tracker.java -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/bsd/hprof_md.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/debug_malloc.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/debug_malloc.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_b_spec.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_blocks.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_blocks.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_check.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_check.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_class.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_class.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_cpu.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_cpu.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_error.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_error.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_event.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_event.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_frame.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_frame.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_init.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_init.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_io.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_io.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_ioname.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_ioname.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_listener.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_listener.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_loader.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_loader.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_md.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_monitor.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_monitor.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_object.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_object.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_reference.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_reference.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_site.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_site.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_stack.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_stack.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_string.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_string.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_table.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_table.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_tag.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_tag.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_tls.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_tls.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_trace.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_trace.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_tracker.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_tracker.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_util.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/hprof_util.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/jvm.hprof.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/manual.html -diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/sample.makefile.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/java_crw_demo/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/java_crw_demo/src/java_crw_demo.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/java_crw_demo/src/java_crw_demo.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/java_crw_demo/src/sample.makefile.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/java_crw_demo/src/test_crw.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/minst/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/minst/lib/libminst.so -diablo-jdk%%JDK_VERSION%%/demo/jvmti/minst/minst.jar -diablo-jdk%%JDK_VERSION%%/demo/jvmti/minst/src/Minst.java -diablo-jdk%%JDK_VERSION%%/demo/jvmti/minst/src/minst.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/minst/src/minst.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/minst/src/sample.makefile.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/mtrace/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/mtrace/lib/libmtrace.so -diablo-jdk%%JDK_VERSION%%/demo/jvmti/mtrace/mtrace.jar -diablo-jdk%%JDK_VERSION%%/demo/jvmti/mtrace/src/Mtrace.java -diablo-jdk%%JDK_VERSION%%/demo/jvmti/mtrace/src/mtrace.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/mtrace/src/mtrace.h -diablo-jdk%%JDK_VERSION%%/demo/jvmti/mtrace/src/sample.makefile.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/versionCheck/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/versionCheck/lib/libversionCheck.so -diablo-jdk%%JDK_VERSION%%/demo/jvmti/versionCheck/src/sample.makefile.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/versionCheck/src/versionCheck.c -diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/README.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/lib/libwaiters.so -diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/src/Agent.cpp -diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/src/Agent.hpp -diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/src/Monitor.cpp -diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/src/Monitor.hpp -diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/src/Thread.cpp -diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/src/Thread.hpp -diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/src/sample.makefile.txt -diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/src/waiters.cpp -diablo-jdk%%JDK_VERSION%%/demo/management/FullThreadDump/FullThreadDump.jar -diablo-jdk%%JDK_VERSION%%/demo/management/FullThreadDump/README.txt -diablo-jdk%%JDK_VERSION%%/demo/management/FullThreadDump/src/Deadlock.java -diablo-jdk%%JDK_VERSION%%/demo/management/FullThreadDump/src/FullThreadDump.java -diablo-jdk%%JDK_VERSION%%/demo/management/FullThreadDump/src/ThreadMonitor.java -diablo-jdk%%JDK_VERSION%%/demo/management/JTop/JTop.jar -diablo-jdk%%JDK_VERSION%%/demo/management/JTop/README.txt -diablo-jdk%%JDK_VERSION%%/demo/management/JTop/src/JTop.java -diablo-jdk%%JDK_VERSION%%/demo/management/JTop/src/JTopPlugin.java -diablo-jdk%%JDK_VERSION%%/demo/management/JTop/src/META-INF/services/com.sun.tools.jconsole.JConsolePlugin -diablo-jdk%%JDK_VERSION%%/demo/management/MemoryMonitor/MemoryMonitor.jar -diablo-jdk%%JDK_VERSION%%/demo/management/MemoryMonitor/README.txt -diablo-jdk%%JDK_VERSION%%/demo/management/MemoryMonitor/src/MemoryMonitor.java -diablo-jdk%%JDK_VERSION%%/demo/management/VerboseGC/README.txt -diablo-jdk%%JDK_VERSION%%/demo/management/VerboseGC/VerboseGC.jar -diablo-jdk%%JDK_VERSION%%/demo/management/VerboseGC/src/PrintGCStat.java -diablo-jdk%%JDK_VERSION%%/demo/management/VerboseGC/src/VerboseGC.java -diablo-jdk%%JDK_VERSION%%/demo/nbproject/README.txt -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/FileChooserDemo/build.properties -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/FileChooserDemo/build.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/FileChooserDemo/nbproject/file-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/FileChooserDemo/nbproject/jdk.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/FileChooserDemo/nbproject/netbeans-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/FileChooserDemo/nbproject/project.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Font2DTest/build.properties -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Font2DTest/build.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Font2DTest/nbproject/file-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Font2DTest/nbproject/jdk.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Font2DTest/nbproject/netbeans-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Font2DTest/nbproject/project.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Java2D/build.properties -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Java2D/build.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Java2D/nbproject/file-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Java2D/nbproject/jdk.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Java2D/nbproject/netbeans-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Java2D/nbproject/project.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Metalworks/build.properties -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Metalworks/build.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Metalworks/nbproject/file-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Metalworks/nbproject/jdk.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Metalworks/nbproject/netbeans-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Metalworks/nbproject/project.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Notepad/build.properties -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Notepad/build.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Notepad/nbproject/file-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Notepad/nbproject/jdk.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Notepad/nbproject/netbeans-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Notepad/nbproject/project.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SampleTree/build.properties -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SampleTree/build.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SampleTree/nbproject/file-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SampleTree/nbproject/jdk.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SampleTree/nbproject/netbeans-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SampleTree/nbproject/project.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Stylepad/build.properties -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Stylepad/build.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Stylepad/nbproject/file-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Stylepad/nbproject/jdk.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Stylepad/nbproject/netbeans-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Stylepad/nbproject/project.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SwingApplet/build.properties -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SwingApplet/build.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SwingApplet/nbproject/file-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SwingApplet/nbproject/jdk.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SwingApplet/nbproject/netbeans-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SwingApplet/nbproject/project.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SwingSet2/build.properties -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SwingSet2/build.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SwingSet2/nbproject/file-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SwingSet2/nbproject/jdk.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SwingSet2/nbproject/netbeans-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SwingSet2/nbproject/project.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/TableExample/build.properties -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/TableExample/build.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/TableExample/nbproject/file-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/TableExample/nbproject/jdk.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/TableExample/nbproject/netbeans-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/TableExample/nbproject/project.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/FullThreadDump/build.properties -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/FullThreadDump/build.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/FullThreadDump/nbproject/file-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/FullThreadDump/nbproject/jdk.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/FullThreadDump/nbproject/netbeans-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/FullThreadDump/nbproject/project.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/JTop/build.properties -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/JTop/build.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/JTop/nbproject/file-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/JTop/nbproject/jdk.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/JTop/nbproject/netbeans-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/JTop/nbproject/project.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/MemoryMonitor/build.properties -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/MemoryMonitor/build.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/MemoryMonitor/nbproject/file-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/MemoryMonitor/nbproject/jdk.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/MemoryMonitor/nbproject/netbeans-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/MemoryMonitor/nbproject/project.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/VerboseGC/build.properties -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/VerboseGC/build.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/VerboseGC/nbproject/file-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/VerboseGC/nbproject/jdk.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/VerboseGC/nbproject/netbeans-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/VerboseGC/nbproject/project.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/project.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/scripting/jconsole-plugin/build.properties -diablo-jdk%%JDK_VERSION%%/demo/nbproject/scripting/jconsole-plugin/build.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/scripting/jconsole-plugin/nbproject/file-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/scripting/jconsole-plugin/nbproject/jdk.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/scripting/jconsole-plugin/nbproject/netbeans-targets.xml -diablo-jdk%%JDK_VERSION%%/demo/nbproject/scripting/jconsole-plugin/nbproject/project.xml -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/Animation.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/AnimationFrame.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/Animator.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/Animator.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/DescriptionFrame.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/ParseException.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/0.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/1.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/2.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/3.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/4.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/5.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/6.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/7.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/8.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/9.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio/spacemusic.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/example1.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/example2.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/example3.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/example4.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T1.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T10.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T2.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T3.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T4.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T5.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T6.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T7.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T8.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans/T9.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/SimpleAnimation/T1.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/SimpleAnimation/T2.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/loading-msg.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/index.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ArcTest/ArcCanvas.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ArcTest/ArcControls.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ArcTest/ArcTest.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ArcTest/ArcTest.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ArcTest/IntegerTextField.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ArcTest/example1.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/BarChart/BarChart.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/BarChart/BarChart.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/BarChart/example1.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Blink/Blink$1.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Blink/Blink.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Blink/Blink.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Blink/example1.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/CardTest/CardPanel.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/CardTest/CardTest.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/CardTest/CardTest.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/CardTest/example1.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Clock/Clock.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Clock/Clock.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Clock/example1.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DitherTest/CardinalTextField.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DitherTest/DitherCanvas.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DitherTest/DitherControls.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DitherTest/DitherTest.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DitherTest/DitherTest.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DitherTest/example1.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DrawTest/DrawControls.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DrawTest/DrawPanel.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DrawTest/DrawTest.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DrawTest/DrawTest.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DrawTest/example1.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Fractal/CLSFractal.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Fractal/CLSFractal.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Fractal/CLSRule.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Fractal/CLSTurtle.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Fractal/ContextLSystem.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Fractal/example1.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/Edge.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/Graph.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/Graph.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/GraphPanel.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/Node.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/audio/computer.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/audio/drip.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/audio/gong.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/example1.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/example2.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/example3.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/example4.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/AppletFrame.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/AppletFrame.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/ArcCard.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/ArcDegreePanel.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/ArcPanel.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/ColorUtils.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/GraphicsCards.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/GraphicsPanel.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/GraphicsTest.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/GraphicsTest.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/OvalShape.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/PolygonShape.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/RectShape.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/RoundRectShape.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/Shape.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/ShapeTest.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest/example1.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/AniArea.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/AniArea.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ButtonFilter.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ButtonFilter.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ClickArea.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ClickArea.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/DelayedSoundArea.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/DelayedSoundArea.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/HighlightArea.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/HighlightArea.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/HighlightFilter.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/HighlightFilter.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/HrefButtonArea.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/HrefButtonArea.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ImageMap.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ImageMap.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ImageMapArea.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/ImageMapArea.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/LinkArea.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/LinkArea.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/NameArea.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/NameArea.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/RoundButtonFilter.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/RoundButtonFilter.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/RoundHrefButtonArea.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/RoundHrefButtonArea.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/SoundArea.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/SoundArea.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/TickerArea.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/TickerArea.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/audio/chirp1.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/audio/hi.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/example1.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/imagemapcheat.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/images/jim.graham.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/sources.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/JumpingBox.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/JumpingBox.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/example1.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds/adapt-or-die.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds/cannot.be.completed.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds/danger.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds/ip.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds/that.hurts.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds/thin.bell.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds/tiptoe.thru.the.tulips.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/Atom.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/Matrix3D.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/Matrix3D.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/XYZApp.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/XYZApp.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/XYZChemModel.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/example1.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/example2.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/example3.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/models/HyaluronicAcid.xyz -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/models/benzene.xyz -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/models/buckminsterfullerine.xyz -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/models/cyclohexane.xyz -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/models/ethane.xyz -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/models/water.xyz -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/NervousText/NervousText.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/NervousText/NervousText.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/NervousText/example1.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SimpleGraph/GraphApplet.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SimpleGraph/GraphApplet.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SimpleGraph/example1.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/BidirBubbleSortAlgorithm.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/BidirBubbleSortAlgorithm.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/BubbleSortAlgorithm.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/BubbleSortAlgorithm.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/QSortAlgorithm.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/QSortAlgorithm.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/SortAlgorithm.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/SortAlgorithm.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/SortItem.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/SortItem.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo/example1.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/Cell.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/CellUpdater.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/InputField.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/Node.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/SpreadSheet.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/SpreadSheet.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/SpreadSheetInput.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet/example1.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/TicTacToe.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/TicTacToe.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/audio/beep.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/audio/ding.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/audio/return.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/audio/yahoo1.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/audio/yahoo2.au -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/example1.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/images/cross.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/images/not.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/FileFormatException.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/Matrix3D.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/Matrix3D.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/Model3D.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/ThreeD.class -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/ThreeD.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/example1.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/example2.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/example3.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/example4.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/models/cube.obj -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/models/dinasaur.obj -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/models/hughes_500.obj -diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/models/knoxS.obj -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/CodePointIM.jar -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/README.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/README_ja.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/README_zh_CN.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/src/CodePointIM.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/src/CodePointInputMethod.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/src/CodePointInputMethodDescriptor.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/src/resources/codepoint.properties -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/src/resources/codepoint_ja.properties -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/src/resources/codepoint_zh_CN.properties -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/FileChooserDemo.jar -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/README.txt -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/src/ExampleFileView.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/src/FileChooserDemo.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/src/resources/images/gifIcon.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/src/resources/images/jpgIcon.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/Font2DTest.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/Font2DTest.jar -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/README.txt -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/src/Font2DTest.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/src/Font2DTestApplet.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/src/FontPanel.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/src/RangeMenu.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/Java2Demo.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/Java2Demo.jar -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/README.txt -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/fonts/A.ttf -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/bld.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/boat.png -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/box.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/boxwave.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/clone.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/clouds.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/cupanim.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/duke.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/duke.png -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/duke.running.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/dukeplug.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/fight.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/globe.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/java-logo.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/java_logo.png -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/jumptojavastrip.png -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/loop.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/looping.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/magnify.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/painting.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/print.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/remove.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/snooze.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/star7.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/start.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/start2.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/stop.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/stop2.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/surfing.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/thumbsup.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images/tip.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/AnimatingControlsSurface.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/AnimatingSurface.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/CloningFeature.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/ControlsSurface.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/CustomControls.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/CustomControlsContext.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/DemoFonts.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/DemoGroup.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/DemoImages.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/DemoPanel.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/GlobalControls.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/GlobalPanel.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/Intro.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/Java2Demo.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/Java2DemoApplet.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/MemoryMonitor.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/PerformanceMonitor.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/RunWindow.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/Surface.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/TextureChooser.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/Tools.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/Arcs.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/BezierAnim.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/Curves.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/Ellipses.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/Areas.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/ClipAnim.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/Intersection.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/Text.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Colors/BullsEye.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Colors/ColorConvert.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Colors/Rotator3D.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Composite/ACimages.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Composite/ACrules.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Composite/FadeAnim.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/AllFonts.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/AttributedStr.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/Highlighting.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/Outline.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/Tree.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images/DukeAnim.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images/ImageOps.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images/JPEGFlip.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images/WarpImage.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/Caps.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/Dash.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/Joins.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/LineAnim.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Mix/Balls.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Mix/BezierScroller.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Mix/Stars3D.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/GradAnim.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/Gradient.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/Texture.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/TextureAnim.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/Append.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/CurveQuadTo.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/FillStroke.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/WindingRule.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms/Rotate.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms/SelectTx.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms/TransformAnim.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/Metalworks.jar -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/README.txt -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/AquaMetalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/BigContrastMetalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/ContrastMetalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/DemoMetalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/GreenMetalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/KhakiMetalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/MetalThemeMenu.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/Metalworks.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/MetalworksDocumentFrame.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/MetalworksFrame.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/MetalworksHelp.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/MetalworksInBox.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/MetalworksPrefs.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/PropertiesMetalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/UISwitchListener.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/back.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/credits.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/duke.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/javalogo.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/metal.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/metalworks.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/swing.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/toc.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/resources/MyTheme.theme -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/Notepad.jar -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/README.txt -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/ElementTreePanel.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/Notepad.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/resources/Notepad.properties -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/resources/Notepad_fr.properties -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/resources/Notepad_sv.properties -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/resources/Notepad_zh_CN.properties -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/resources/copy.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/resources/cut.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/resources/new.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/resources/open.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/resources/paste.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/resources/save.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/README.txt -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/SampleTree.jar -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src/DynamicTreeNode.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src/SampleData.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src/SampleTree.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src/SampleTreeCellRenderer.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src/SampleTreeModel.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src/resources/images/collapsed.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src/resources/images/expanded.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/README.txt -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/Stylepad.jar -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/ElementTreePanel.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/HelloWorld.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/Notepad.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/Stylepad.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/Wonderland.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/Notepad.properties -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/Notepad_fr.properties -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/Notepad_sv.properties -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/Notepad_zh_CN.properties -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/Stylepad.properties -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/Stylepad_sv.properties -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/Stylepad_zh_CN.properties -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/alice.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/bold.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/bullets.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/caterpillar.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/center.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/copy.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/cut.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/fg.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/hatter.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/italic.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/left.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/new.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/open.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/paste.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/rabbit.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/rabbit2.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/right.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/save.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources/underline.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingApplet/README.txt -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingApplet/SwingApplet.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingApplet/SwingApplet.jar -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingApplet/src/SwingApplet.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/README.txt -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/SwingSet2.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/SwingSet2.jar -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/AquaTheme.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/BezierAnimationPanel.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ButtonDemo.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/CharcoalTheme.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/CodeViewer.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ColorChooserDemo.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ComboBoxDemo.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ContrastTheme.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/DemoModule.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/DirectionPanel.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/EmeraldTheme.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ExampleFileView.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/FileChooserDemo.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/HtmlDemo.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/InternalFrameDemo.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/LayoutControlPanel.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ListDemo.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/OptionPaneDemo.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/Permuter.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ProgressBarDemo.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/RubyTheme.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ScrollPaneDemo.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/SliderDemo.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/SplitPaneDemo.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/SwingSet2.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/SwingSet2Applet.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/TabbedPaneDemo.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/TableDemo.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/ToolTipDemo.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/TreeDemo.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/ant.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/bug.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/About.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/COPYRIGHT -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/apple.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/asparagus.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/banana.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/broccoli.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/cantaloupe.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/carrot.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/corn.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/grapefruit.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/grapes.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/kiwi.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/onion.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/peach.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/pear.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/pepper.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/pickle.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/pineapple.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/raspberry.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/strawberry.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/tomato.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/watermelon.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/cab.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/cab_small.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/fish.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/fish_small.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/moon.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/moon_small.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/sun.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/sun_small.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/COPYRIGHT -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/ant.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/book.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/bug.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/bug2.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/crest.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/king.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/micro.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/seaweed.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b1.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b1d.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b1p.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b1r.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b2.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b2d.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b2p.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b2r.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b3.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b3d.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b3p.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b3r.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/bl.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/bldn.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/bm.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/bmdn.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/br.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/brdn.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/c.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/cb.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/cbr.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/cbrs.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/cbs.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/cdn.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/ml.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/mldn.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/mr.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/mrdn.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/rb.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/rbp.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/rbr.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/rbrs.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/rbs.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/tl.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/tldn.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/tm.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/tmdn.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/toggle.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/toggledn.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/tr.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/trdn.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/brenteyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/brenthair.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/brentmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/georgeseyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/georgeshair.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/georgesmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/hanseyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/hanshair.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/hansmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/howardeyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/howardhair.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/howardmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jameseyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jameshair.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jamesmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jeffeyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jeffhair.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jeffmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/joneyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jonhair.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jonmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/laraeyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/larahair.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/laramouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/larryeyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/larryhair.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/larrymouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/lisaeyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/lisahair.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/lisamouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/michaeleyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/michaelhair.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/michaelmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/philipeyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/philiphair.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/philipmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/scotteyes.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/scotthair.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/scottmouth.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/filechooser/find.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/filechooser/gifIcon.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/filechooser/help.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/filechooser/jpgIcon.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/htmldemo/back.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/htmldemo/forward.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/htmldemo/header.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/blue.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/cyan.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/gray.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/green.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/magenta.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/red.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/yellow.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/optionpane/bottle.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/optionpane/ibd.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/optionpane/ibu.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/COPYRIGHT -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/colheader.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/crayons.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/lowerleft.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/rowheader.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/upperleft.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/upperright.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/splash.png -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/splitpane/README -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/splitpane/earth.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/splitpane/moon.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/blake.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/brooke.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/david.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/ewan.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/ewan.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/hania.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/laine.jpg -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/matthew.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/stephen.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JButton.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JColorChooser.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JComboBox.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JDesktop.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JDialog.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JEditorPane.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JFileChooser.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JList.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JMenu.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JOptionPane.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JProgressBar.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JRadioButton.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JScrollBar.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JScrollPane.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JSlider.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JSplitPane.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JTabbedPane.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JTable.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JTree.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/ToolTip.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tooltip/cow.gif -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/index.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/king.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/preface.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/seaweed.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/swingset.properties -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/swingset_ja.properties -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/swingset_zh_CN.properties -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/title.html -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/tree.txt -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/README.txt -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/TableExample.jar -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/JDBCAdapter.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/OldJTable.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/TableExample.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/TableExample2.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/TableExample3.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/TableExample4.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/TableMap.java -diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src/TableSorter.java -diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/README.txt -diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/build.xml -diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/jconsole-plugin.jar -diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/src/META-INF/services/com.sun.tools.jconsole.JConsolePlugin -diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/EditableAtEndDocument.java -diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/ScriptJConsolePlugin.java -diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/ScriptShellPanel.java -diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/src/resources/jconsole.js -diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/src/scripts/heapdump.js -diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/src/scripts/hello.js -diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/src/scripts/invoke.js -diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/src/scripts/jstack.js -diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/src/scripts/jtop.js -diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/src/scripts/sysprops.js -diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/src/scripts/verbose.js -diablo-jdk%%JDK_VERSION%%/include/classfile_constants.h -diablo-jdk%%JDK_VERSION%%/include/freebsd/jawt_md.h -diablo-jdk%%JDK_VERSION%%/include/freebsd/jni_md.h -diablo-jdk%%JDK_VERSION%%/include/jawt.h -diablo-jdk%%JDK_VERSION%%/include/jdwpTransport.h -diablo-jdk%%JDK_VERSION%%/include/jni.h -diablo-jdk%%JDK_VERSION%%/include/jvmti.h -diablo-jdk%%JDK_VERSION%%/jre/COPYRIGHT -diablo-jdk%%JDK_VERSION%%/jre/LICENSE -diablo-jdk%%JDK_VERSION%%/jre/README -diablo-jdk%%JDK_VERSION%%/jre/THIRDPARTYLICENSEREADME.txt -diablo-jdk%%JDK_VERSION%%/jre/Welcome.html -diablo-jdk%%JDK_VERSION%%/jre/bin/ControlPanel -diablo-jdk%%JDK_VERSION%%/jre/bin/java -diablo-jdk%%JDK_VERSION%%/jre/bin/java_vm -diablo-jdk%%JDK_VERSION%%/jre/bin/javaws -diablo-jdk%%JDK_VERSION%%/jre/bin/jcontrol -diablo-jdk%%JDK_VERSION%%/jre/bin/keytool -diablo-jdk%%JDK_VERSION%%/jre/bin/orbd -diablo-jdk%%JDK_VERSION%%/jre/bin/pack200 -diablo-jdk%%JDK_VERSION%%/jre/bin/policytool -diablo-jdk%%JDK_VERSION%%/jre/bin/rmid -diablo-jdk%%JDK_VERSION%%/jre/bin/rmiregistry -diablo-jdk%%JDK_VERSION%%/jre/bin/servertool -diablo-jdk%%JDK_VERSION%%/jre/bin/tnameserv -diablo-jdk%%JDK_VERSION%%/jre/bin/unpack200 -diablo-jdk%%JDK_VERSION%%/jre/javaws/javaws -diablo-jdk%%JDK_VERSION%%/jre/lib/audio/soundbank.gm -diablo-jdk%%JDK_VERSION%%/jre/lib/calendars.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/charsets.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/classlist -diablo-jdk%%JDK_VERSION%%/jre/lib/cmm/CIEXYZ.pf -diablo-jdk%%JDK_VERSION%%/jre/lib/cmm/GRAY.pf -diablo-jdk%%JDK_VERSION%%/jre/lib/cmm/LINEAR_RGB.pf -diablo-jdk%%JDK_VERSION%%/jre/lib/cmm/PYCC.pf -diablo-jdk%%JDK_VERSION%%/jre/lib/cmm/sRGB.pf -diablo-jdk%%JDK_VERSION%%/jre/lib/content-types.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/deploy.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/deploy/ffjcext.zip -diablo-jdk%%JDK_VERSION%%/jre/lib/deploy/java-icon.ico -diablo-jdk%%JDK_VERSION%%/jre/lib/deploy/messages.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/deploy/messages_de.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/deploy/messages_es.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/deploy/messages_fr.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/deploy/messages_it.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/deploy/messages_ja.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/deploy/messages_ko.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/deploy/messages_sv.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/deploy/messages_zh_CN.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/deploy/messages_zh_HK.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/deploy/messages_zh_TW.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/deploy/splash.jpg -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/applications/sun-java.desktop -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/applications/sun-javaws.desktop -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/applications/sun_java.desktop -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrast/16x16/apps/sun-java.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrast/16x16/apps/sun-javaws.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrast/16x16/apps/sun-jcontrol.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-application-x-java-archive.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-text-x-java.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrast/48x48/apps/sun-java.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrast/48x48/apps/sun-javaws.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrast/48x48/apps/sun-jcontrol.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-application-x-java-archive.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-text-x-java.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-java.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-javaws.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-jcontrol.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-application-x-java-archive.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-text-x-java.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-java.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-javaws.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-jcontrol.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-application-x-java-archive.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-text-x-java.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/LowContrast/16x16/apps/sun-java.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/LowContrast/16x16/apps/sun-javaws.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/LowContrast/16x16/apps/sun-jcontrol.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-application-x-java-archive.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-text-x-java.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/LowContrast/48x48/apps/sun-java.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/LowContrast/48x48/apps/sun-javaws.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/LowContrast/48x48/apps/sun-jcontrol.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-application-x-java-archive.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-text-x-java.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/hicolor/16x16/apps/sun-java.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/hicolor/16x16/apps/sun-javaws.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/hicolor/16x16/apps/sun-jcontrol.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-java-archive.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-text-x-java.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/hicolor/48x48/apps/sun-java.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/hicolor/48x48/apps/sun-javaws.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/hicolor/48x48/apps/sun-jcontrol.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-java-archive.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-text-x-java.png -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/mime/packages/x-java-archive.xml -diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/mime/packages/x-java-jnlp-file.xml -diablo-jdk%%JDK_VERSION%%/jre/lib/ext/dnsns.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/ext/localedata.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/ext/meta-index -diablo-jdk%%JDK_VERSION%%/jre/lib/ext/sunjce_provider.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/ext/sunpkcs11.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/flavormap.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/fontconfig.bfc -diablo-jdk%%JDK_VERSION%%/jre/lib/fontconfig.properties.src -diablo-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightDemiBold.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightDemiItalic.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightItalic.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaBrightRegular.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansDemiBold.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaSansRegular.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterBold.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/fonts/LucidaTypewriterRegular.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/fonts/fonts.dir -%%CLIENTVM%%diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/client/Xusage.txt -%%CLIENTVM%%diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/client/libjsig.so -%%CLIENTVM%%diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/client/libjvm.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/headless/libmawt.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/jexec -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/jli/libjli.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/jvm.cfg -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libJdbcOdbc.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libattach.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libawt.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libcmm.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libdcpr.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libdeploy.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libdt_socket.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libfontmanager.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libhprof.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libinstrument.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libioser12.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libj2gss.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libj2pcsc.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libj2pkcs11.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libjaas_unix.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libjava.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libjava_crw_demo.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libjavaplugin_jni.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libjavaplugin_nscp.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libjawt.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libjdwp.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libjpeg.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libjsig.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libjsound.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libmanagement.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libmlib_image.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libnet.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libnio.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libnpt.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/librmi.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libsplashscreen.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libunpack.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libverify.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/libzip.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/native_threads/libhpi.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/server/Xusage.txt -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/server/libjsig.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/server/libjvm.so -diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/xawt/libmawt.so -diablo-jdk%%JDK_VERSION%%/jre/lib/im/indicim.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/im/thaiim.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/images/cursors/cursors.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/images/cursors/invalid32x32.gif -diablo-jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_CopyDrop32x32.gif -diablo-jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif -diablo-jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_LinkDrop32x32.gif -diablo-jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif -diablo-jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_MoveDrop32x32.gif -diablo-jdk%%JDK_VERSION%%/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif -diablo-jdk%%JDK_VERSION%%/jre/lib/images/icons/sun-java.png -diablo-jdk%%JDK_VERSION%%/jre/lib/images/icons/sun-java_HighContrast.png -diablo-jdk%%JDK_VERSION%%/jre/lib/images/icons/sun-java_HighContrastInverse.png -diablo-jdk%%JDK_VERSION%%/jre/lib/images/icons/sun-java_LowContrast.png -diablo-jdk%%JDK_VERSION%%/jre/lib/javaws.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/jce.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/jsse.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/jvm.hprof.txt -diablo-jdk%%JDK_VERSION%%/jre/lib/locale/de/LC_MESSAGES/sunw_java_plugin.mo -diablo-jdk%%JDK_VERSION%%/jre/lib/locale/es/LC_MESSAGES/sunw_java_plugin.mo -diablo-jdk%%JDK_VERSION%%/jre/lib/locale/fr/LC_MESSAGES/sunw_java_plugin.mo -diablo-jdk%%JDK_VERSION%%/jre/lib/locale/it/LC_MESSAGES/sunw_java_plugin.mo -diablo-jdk%%JDK_VERSION%%/jre/lib/locale/ja/LC_MESSAGES/sunw_java_plugin.mo -diablo-jdk%%JDK_VERSION%%/jre/lib/locale/ko.UTF-8/LC_MESSAGES/sunw_java_plugin.mo -diablo-jdk%%JDK_VERSION%%/jre/lib/locale/ko/LC_MESSAGES/sunw_java_plugin.mo -diablo-jdk%%JDK_VERSION%%/jre/lib/locale/sv/LC_MESSAGES/sunw_java_plugin.mo -diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh.GBK/LC_MESSAGES/sunw_java_plugin.mo -diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh/LC_MESSAGES/sunw_java_plugin.mo -diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh_HK.BIG5HK/LC_MESSAGES/sunw_java_plugin.mo -diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES/sunw_java_plugin.mo -diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW/LC_MESSAGES/sunw_java_plugin.mo -diablo-jdk%%JDK_VERSION%%/jre/lib/logging.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/management-agent.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/management/jmxremote.access -diablo-jdk%%JDK_VERSION%%/jre/lib/management/jmxremote.password.template -diablo-jdk%%JDK_VERSION%%/jre/lib/management/management.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/management/snmp.acl.template -diablo-jdk%%JDK_VERSION%%/jre/lib/meta-index -diablo-jdk%%JDK_VERSION%%/jre/lib/net.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/oblique-fonts/LucidaSansDemiOblique.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/oblique-fonts/LucidaSansOblique.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/oblique-fonts/LucidaTypewriterBoldOblique.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/oblique-fonts/LucidaTypewriterOblique.ttf -diablo-jdk%%JDK_VERSION%%/jre/lib/oblique-fonts/fonts.dir -diablo-jdk%%JDK_VERSION%%/jre/lib/plugin.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/psfont.properties.ja -diablo-jdk%%JDK_VERSION%%/jre/lib/psfontj2d.properties -diablo-jdk%%JDK_VERSION%%/jre/lib/resources.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/rt.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/security/US_export_policy.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/security/cacerts -diablo-jdk%%JDK_VERSION%%/jre/lib/security/java.policy -diablo-jdk%%JDK_VERSION%%/jre/lib/security/java.security -diablo-jdk%%JDK_VERSION%%/jre/lib/security/javaws.policy -diablo-jdk%%JDK_VERSION%%/jre/lib/security/local_policy.jar -diablo-jdk%%JDK_VERSION%%/jre/lib/servicetag/jdk_header.png -diablo-jdk%%JDK_VERSION%%/jre/lib/sound.properties -%%TZUPDATE%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Abidjan -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Accra -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Addis_Ababa -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Algiers -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Asmara -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Bamako -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Bangui -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Banjul -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Bissau -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Blantyre -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Brazzaville -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Bujumbura -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Cairo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Casablanca -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Ceuta -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Conakry -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Dakar -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Dar_es_Salaam -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Djibouti -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Douala -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/El_Aaiun -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Freetown -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Gaborone -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Harare -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Johannesburg -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Kampala -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Khartoum -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Kigali -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Kinshasa -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Lagos -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Libreville -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Lome -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Luanda -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Lubumbashi -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Lusaka -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Malabo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Maputo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Maseru -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Mbabane -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Mogadishu -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Monrovia -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Nairobi -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Ndjamena -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Niamey -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Nouakchott -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Ouagadougou -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Porto-Novo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Sao_Tome -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Tripoli -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Tunis -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa/Windhoek -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Adak -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Anchorage -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Anguilla -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Antigua -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Araguaina -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Argentina/Buenos_Aires -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Argentina/Catamarca -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Argentina/Cordoba -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Argentina/Jujuy -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Argentina/La_Rioja -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Argentina/Mendoza -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Argentina/Rio_Gallegos -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Argentina/San_Juan -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Argentina/Tucuman -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Argentina/Ushuaia -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Aruba -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Asuncion -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Atikokan -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Bahia -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Barbados -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Belem -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Belize -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Blanc-Sablon -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Boa_Vista -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Bogota -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Boise -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Cambridge_Bay -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Campo_Grande -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Cancun -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Caracas -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Cayenne -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Cayman -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Chicago -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Chihuahua -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Costa_Rica -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Cuiaba -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Curacao -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Danmarkshavn -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Dawson -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Dawson_Creek -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Denver -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Detroit -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Dominica -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Edmonton -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Eirunepe -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/El_Salvador -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Fortaleza -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Glace_Bay -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Godthab -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Goose_Bay -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Grand_Turk -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Grenada -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Guadeloupe -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Guatemala -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Guayaquil -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Guyana -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Halifax -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Havana -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Hermosillo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Indiana/Indianapolis -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Indiana/Knox -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Indiana/Marengo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Indiana/Petersburg -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Indiana/Tell_City -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Indiana/Vevay -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Indiana/Vincennes -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Indiana/Winamac -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Inuvik -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Iqaluit -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Jamaica -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Juneau -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Kentucky/Louisville -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Kentucky/Monticello -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/La_Paz -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Lima -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Los_Angeles -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Maceio -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Managua -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Manaus -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Martinique -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Mazatlan -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Menominee -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Merida -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Mexico_City -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Miquelon -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Moncton -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Monterrey -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Montevideo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Montreal -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Montserrat -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Nassau -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/New_York -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Nipigon -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Nome -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Noronha -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/North_Dakota/Center -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/North_Dakota/New_Salem -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Panama -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Pangnirtung -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Paramaribo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Phoenix -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Port-au-Prince -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Port_of_Spain -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Porto_Velho -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Puerto_Rico -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Rainy_River -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Rankin_Inlet -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Recife -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Regina -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Resolute -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Rio_Branco -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Santiago -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Santo_Domingo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Sao_Paulo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Scoresbysund -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/St_Johns -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/St_Kitts -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/St_Lucia -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/St_Thomas -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/St_Vincent -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Swift_Current -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Tegucigalpa -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Thule -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Thunder_Bay -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Tijuana -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Toronto -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Tortola -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Vancouver -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Whitehorse -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Winnipeg -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Yakutat -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Yellowknife -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Casey -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Davis -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/DumontDUrville -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Mawson -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/McMurdo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Palmer -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Rothera -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Syowa -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica/Vostok -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Aden -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Almaty -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Amman -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Anadyr -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Aqtau -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Aqtobe -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Ashgabat -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Baghdad -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Bahrain -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Baku -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Bangkok -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Beirut -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Bishkek -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Brunei -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Calcutta -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Choibalsan -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Chongqing -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Colombo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Damascus -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Dhaka -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Dili -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Dubai -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Dushanbe -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Gaza -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Harbin -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Hong_Kong -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Hovd -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Irkutsk -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Jakarta -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Jayapura -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Jerusalem -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kabul -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kamchatka -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Karachi -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kashgar -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Katmandu -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Krasnoyarsk -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kuala_Lumpur -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kuching -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Kuwait -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Macau -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Magadan -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Makassar -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Manila -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Muscat -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Nicosia -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Novosibirsk -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Omsk -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Oral -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Phnom_Penh -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Pontianak -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Pyongyang -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Qatar -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Qyzylorda -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Rangoon -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Riyadh -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Riyadh87 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Riyadh88 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Riyadh89 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Saigon -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Sakhalin -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Samarkand -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Seoul -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Shanghai -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Singapore -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Taipei -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Tashkent -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Tbilisi -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Tehran -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Thimphu -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Tokyo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Ulaanbaatar -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Urumqi -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Vientiane -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Vladivostok -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Yakutsk -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Yekaterinburg -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia/Yerevan -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Azores -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Bermuda -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Canary -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Cape_Verde -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Faroe -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Madeira -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Reykjavik -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/South_Georgia -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/St_Helena -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic/Stanley -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Adelaide -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Brisbane -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Broken_Hill -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Currie -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Darwin -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Eucla -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Hobart -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Lindeman -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Lord_Howe -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Melbourne -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Perth -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia/Sydney -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/CET -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/CST6CDT -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/EET -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/EST -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/EST5EDT -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+1 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+10 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+11 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+12 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+2 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+3 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+4 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+5 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+6 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+7 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+8 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT+9 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-1 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-10 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-11 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-12 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-13 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-14 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-2 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-3 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-4 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-5 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-6 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-7 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-8 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/GMT-9 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/UCT -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc/UTC -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Amsterdam -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Andorra -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Athens -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Belgrade -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Berlin -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Brussels -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Bucharest -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Budapest -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Chisinau -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Copenhagen -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Dublin -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Gibraltar -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Helsinki -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Istanbul -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Kaliningrad -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Kiev -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Lisbon -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/London -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Luxembourg -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Madrid -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Malta -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Minsk -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Monaco -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Moscow -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Oslo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Paris -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Prague -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Riga -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Rome -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Samara -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Simferopol -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Sofia -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Stockholm -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Tallinn -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Tirane -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Uzhgorod -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Vaduz -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Vienna -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Vilnius -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Volgograd -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Warsaw -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Zaporozhye -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe/Zurich -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/GMT -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/HST -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Antananarivo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Chagos -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Christmas -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Cocos -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Comoro -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Kerguelen -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Mahe -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Maldives -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Mauritius -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Mayotte -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian/Reunion -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/MET -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/MST -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/MST7MDT -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/PST8PDT -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Apia -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Auckland -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Chatham -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Easter -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Efate -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Enderbury -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Fakaofo -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Fiji -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Funafuti -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Galapagos -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Gambier -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Guadalcanal -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Guam -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Honolulu -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Johnston -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Kiritimati -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Kosrae -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Kwajalein -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Majuro -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Marquesas -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Midway -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Nauru -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Niue -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Norfolk -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Noumea -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Pago_Pago -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Palau -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Pitcairn -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Ponape -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Port_Moresby -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Rarotonga -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Saipan -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Tahiti -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Tarawa -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Tongatapu -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Truk -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Wake -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific/Wallis -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/SystemV/AST4 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/SystemV/AST4ADT -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/SystemV/CST6 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/SystemV/CST6CDT -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/SystemV/EST5 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/SystemV/EST5EDT -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/SystemV/HST10 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/SystemV/MST7 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/SystemV/MST7MDT -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/SystemV/PST8 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/SystemV/PST8PDT -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/SystemV/YST9 -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/SystemV/YST9YDT -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/WET -%%TZORIGINAL%%diablo-jdk%%JDK_VERSION%%/jre/lib/zi/ZoneInfoMappings -diablo-jdk%%JDK_VERSION%%/jre/plugin/desktop/sun_java.desktop -diablo-jdk%%JDK_VERSION%%/jre/plugin/desktop/sun_java.png -diablo-jdk%%JDK_VERSION%%/jre/plugin/%%ARCH%%/ns7/libjavaplugin_oji.so -diablo-jdk%%JDK_VERSION%%/lib/ct.sym -diablo-jdk%%JDK_VERSION%%/lib/dt.jar -diablo-jdk%%JDK_VERSION%%/lib/htmlconverter.jar -diablo-jdk%%JDK_VERSION%%/lib/ir.idl -diablo-jdk%%JDK_VERSION%%/lib/jconsole.jar -diablo-jdk%%JDK_VERSION%%/lib/orb.idl -diablo-jdk%%JDK_VERSION%%/lib/tools.jar -diablo-jdk%%JDK_VERSION%%/man/ja -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/appletviewer.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/apt.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/extcheck.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/idlj.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jar.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jarsigner.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/java.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/javac.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/javadoc.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/javah.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/javap.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/javaws.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jconsole.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jdb.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jhat.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jinfo.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jmap.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jps.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jrunscript.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jsadebugd.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jstack.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jstat.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/jstatd.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/keytool.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/native2ascii.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/orbd.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/pack200.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/policytool.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/rmic.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/rmid.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/rmiregistry.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/schemagen.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/serialver.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/servertool.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/tnameserv.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/unpack200.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/wsgen.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/wsimport.1 -diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1/xjc.1 -diablo-jdk%%JDK_VERSION%%/man/man1/appletviewer.1 -diablo-jdk%%JDK_VERSION%%/man/man1/apt.1 -diablo-jdk%%JDK_VERSION%%/man/man1/extcheck.1 -diablo-jdk%%JDK_VERSION%%/man/man1/idlj.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jar.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jarsigner.1 -diablo-jdk%%JDK_VERSION%%/man/man1/java.1 -diablo-jdk%%JDK_VERSION%%/man/man1/javac.1 -diablo-jdk%%JDK_VERSION%%/man/man1/javadoc.1 -diablo-jdk%%JDK_VERSION%%/man/man1/javah.1 -diablo-jdk%%JDK_VERSION%%/man/man1/javap.1 -diablo-jdk%%JDK_VERSION%%/man/man1/javaws.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jconsole.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jdb.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jhat.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jinfo.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jmap.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jps.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jrunscript.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jsadebugd.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jstack.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jstat.1 -diablo-jdk%%JDK_VERSION%%/man/man1/jstatd.1 -diablo-jdk%%JDK_VERSION%%/man/man1/keytool.1 -diablo-jdk%%JDK_VERSION%%/man/man1/native2ascii.1 -diablo-jdk%%JDK_VERSION%%/man/man1/orbd.1 -diablo-jdk%%JDK_VERSION%%/man/man1/pack200.1 -diablo-jdk%%JDK_VERSION%%/man/man1/policytool.1 -diablo-jdk%%JDK_VERSION%%/man/man1/rmic.1 -diablo-jdk%%JDK_VERSION%%/man/man1/rmid.1 -diablo-jdk%%JDK_VERSION%%/man/man1/rmiregistry.1 -diablo-jdk%%JDK_VERSION%%/man/man1/schemagen.1 -diablo-jdk%%JDK_VERSION%%/man/man1/serialver.1 -diablo-jdk%%JDK_VERSION%%/man/man1/servertool.1 -diablo-jdk%%JDK_VERSION%%/man/man1/tnameserv.1 -diablo-jdk%%JDK_VERSION%%/man/man1/unpack200.1 -diablo-jdk%%JDK_VERSION%%/man/man1/wsgen.1 -diablo-jdk%%JDK_VERSION%%/man/man1/wsimport.1 -diablo-jdk%%JDK_VERSION%%/man/man1/xjc.1 -diablo-jdk%%JDK_VERSION%%/sample/javac/processing/src/CheckNamesProcessor.java -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/build.properties -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/build.xml -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/docfiles/connect-local-ant-run.jpg -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/docfiles/connect-local-java-jar.jpg -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/docfiles/connect-local.jpg -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/docfiles/remote-connection-failed.jpg -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/docfiles/remote-connection.jpg -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/docfiles/scandir-config.jpg -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/docfiles/scandir-result.jpg -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/docfiles/scandir-start.jpg -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/docfiles/scandir-start2.jpg -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/index.html -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/keystore -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/logging.properties -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/manifest.mf -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/nbproject/file-targets.xml -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/nbproject/jdk.xml -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/nbproject/netbeans-targets.xml -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/nbproject/project.xml -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/DirectoryScanner.java -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/DirectoryScannerMXBean.java -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ResultLogManager.java -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ResultLogManagerMXBean.java -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirAgent.java -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirClient.java -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirConfig.java -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirConfigMXBean.java -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanManager.java -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanManagerMXBean.java -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/DirectoryScannerConfig.java -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/FileMatch.java -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ResultLogConfig.java -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ResultRecord.java -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ScanManagerConfig.java -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/XmlConfigUtils.java -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/package.html -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/package.html -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/etc/access.properties -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/etc/management.properties -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/etc/password.properties -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/etc/testconfig.xml -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/DirectoryScannerTest.java -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/ScanDirConfigTest.java -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/ScanManagerTest.java -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/TestUtils.java -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/config/XmlConfigUtilsTest.java -diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/truststore -diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/GNUmakefile -diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/README -diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/src/core/HelloClient.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/src/core/HelloServer.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/src/stubs/HelloImpl.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/src/stubs/HelloInterface.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/war/WEB-INF/web.xml -diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/war/app/helloworld.jnlp -diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/war/index.html -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/README -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/GNUmakefile -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/j2re1_4_2/GNUmakefile -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/resources/javaws-1_0_1-j2re-1_4_2-linux-i586.jnlp -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/resources/version.xml_linux-i586_1.4.2 -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/linux/minclude/linux.defs -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/share/Platform.gmk -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/share/jreinstallers/bundle.unix.gmk -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/share/jreinstallers/components.gmk -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/share/jreinstallers/installer.gmk -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/GNUmakefile -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/j2re1_4_2/GNUmakefile -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/resources/javaws-1_0_1-j2re-1_4_2-solaris-sparc.jnlp -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/resources/version.xml_solaris-sparc_1.4.2 -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/solaris/minclude/solaris.defs -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/GNUmakefile -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/bundle.win.gmk -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/j2re1_4_2/GNUmakefile -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/resources/javaws-1_0_1-j2re-1_4_2-windows-i586.jnlp -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/resources/version.xml_windows-i586_1.4.2 -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/win32/minclude/windows.defs -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/Config.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/Main.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/SolarisInstaller.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/WinRegistry.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/WindowsInstaller.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings.properties -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_de.properties -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_es.properties -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_fr.properties -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_it.properties -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_ja.properties -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_ko.properties -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_sv.properties -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_zh_CN.properties -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_zh_TW.properties -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/sunlogo.png -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/win32/jreinstallers/WindowsInstaller.c -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/win32/jreinstallers/registry.cpp -diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/win32/jreinstallers/versionChecker.c -diablo-jdk%%JDK_VERSION%%/sample/jnlp/raf/GNUmakefile -diablo-jdk%%JDK_VERSION%%/sample/jnlp/raf/README -diablo-jdk%%JDK_VERSION%%/sample/jnlp/raf/src/randomFile.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/raf/war/WEB-INF/web.xml -diablo-jdk%%JDK_VERSION%%/sample/jnlp/raf/war/app/randomFile.jnlp -diablo-jdk%%JDK_VERSION%%/sample/jnlp/raf/war/index.html -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/GNUmakefile -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/README -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/jardiff.jar -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/jnlp-servlet.jar -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/jnlp.jar -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/JarDiff.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/JarDiffConstants.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/JarDiffPatcher.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/Patcher.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/resources/strings.properties -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/DownloadRequest.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/DownloadResponse.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/ErrorResponseException.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/JarDiffHandler.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/JnlpDownloadServlet.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/JnlpFileHandler.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/JnlpResource.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/Logger.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/ResourceCatalog.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/XMLAttribute.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/XMLNode.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/XMLParsing.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/resources/strings.properties -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/util/VersionID.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/util/VersionString.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/GNUmakefile -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/README -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/servlet/TxtServlet.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/AboutAction.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/ClipboardHandler.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/CopyAction.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/CutAction.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/ExitAction.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/FileHandler.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/HelpAction.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/HelpHandler.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/JLFAbstractAction.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/OpenAction.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/PasteAction.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/PrintAction.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/PublishAction.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/SaveAction.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/SaveAsAction.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/ShowAction.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/WebHandler.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1/WebPad.java -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war/WEB-INF/web.xml -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war/app/README -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war/app/holidays__V1.0.jar -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war/app/javahelp.jnlp -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war/app/jhcore__V1.0.jar -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war/app/jlfgr__V1.0.jar -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war/app/version.xml -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war/app/webpad.jnlp -diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war/index.html -diablo-jdk%%JDK_VERSION%%/sample/nbproject/project.xml -diablo-jdk%%JDK_VERSION%%/sample/nio/server/AcceptHandler.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/Acceptor.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/B1.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/BN.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/BP.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/ChannelIO.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/ChannelIOSecure.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/Content.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/Dispatcher.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/Dispatcher1.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/DispatcherN.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/FileContent.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/Handler.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/MalformedRequestException.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/N1.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/N2.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/README.txt -diablo-jdk%%JDK_VERSION%%/sample/nio/server/Reply.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/Request.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/RequestHandler.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/RequestServicer.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/Sendable.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/Server.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/StringContent.java -diablo-jdk%%JDK_VERSION%%/sample/nio/server/URLDumper.java -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/README.txt -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/build.properties -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/build.xml -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/nbproject/file-targets.xml -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/nbproject/jdk.xml -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/nbproject/netbeans-targets.xml -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/nbproject/project.xml -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/META-INF/manifest.mf -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/com/sun/sample/scriptpad/Main.java -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/resources/Main.js -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/resources/conc.js -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/resources/gui.js -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/resources/mm.js -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/resources/scriptpad.js -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/scripts/README.txt -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/scripts/browse.js -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/scripts/insertfile.js -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/scripts/linewrap.js -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/scripts/mail.js -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/scripts/memmonitor.js -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/scripts/memory.bat -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/scripts/memory.js -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/scripts/memory.sh -diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/scripts/textcolor.js -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayClient/build.properties -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayClient/build.xml -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayClient/eBaySvc.wsdl -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayClient/ebay.properties -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayClient/index.html -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayClient/jax-ws-catalog.xml -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayClient/manifest.mf -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayClient/nbproject/file-targets.xml -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayClient/nbproject/jdk.xml -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayClient/nbproject/netbeans-targets.xml -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayClient/nbproject/project.xml -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayClient/src/ebay/client/MainGUIApp.java -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayClient/src/ebay/client/ViewItemDetails.java -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayClient/src/ebay/client/handler/RequesterCredentials.java -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayServer/build.properties -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayServer/build.xml -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayServer/eBaySvc.wsdl -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayServer/images/8d_2.jpg -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayServer/images/Sun_Fire_E20K_Server.jpg -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayServer/images/sun_blade_1000_h400px.jpg -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayServer/index.html -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayServer/manifest.mf -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayServer/nbproject/file-targets.xml -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayServer/nbproject/jdk.xml -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayServer/nbproject/netbeans-targets.xml -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayServer/nbproject/project.xml -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayServer/src/ebay/server/Ebay.java -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayServer/src/ebay/server/ImageProvider.java -diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayServer/src/ebay/server/Main.java -diablo-jdk%%JDK_VERSION%%/src.zip -@exec %%LOCALBASE%%/bin/registervm "%D/diablo-jdk%%JDK_VERSION%%/bin/java # DiabloCaffe${JDK_VERSION}" -@dirrm diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayServer/src/ebay/server -@dirrm diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayServer/src/ebay -@dirrm diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayServer/src -@dirrm diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayServer/nbproject -@dirrm diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayServer/images -@dirrm diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayServer -@dirrm diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayClient/src/ebay/client/handler -@dirrm diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayClient/src/ebay/client -@dirrm diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayClient/src/ebay -@dirrm diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayClient/src -@dirrm diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayClient/nbproject -@dirrm diablo-jdk%%JDK_VERSION%%/sample/webservices/EbayClient -@dirrm diablo-jdk%%JDK_VERSION%%/sample/webservices -@dirrm diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/scripts -@dirrm diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/resources -@dirrm diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/com/sun/sample/scriptpad -@dirrm diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/com/sun/sample -@dirrm diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/com/sun -@dirrm diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/com -@dirrm diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src/META-INF -@dirrm diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/src -@dirrm diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad/nbproject -@dirrm diablo-jdk%%JDK_VERSION%%/sample/scripting/scriptpad -@dirrm diablo-jdk%%JDK_VERSION%%/sample/scripting -@dirrm diablo-jdk%%JDK_VERSION%%/sample/nio/server -@dirrm diablo-jdk%%JDK_VERSION%%/sample/nio -@dirrm diablo-jdk%%JDK_VERSION%%/sample/nbproject -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war/app -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war/WEB-INF -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/war -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/version1 -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src/servlet -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad/src -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/webpad -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/util -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/resources -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/resources -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp/sample -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes/jnlp -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src/classes -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet/src -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/servlet -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/raf/war/app -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/raf/war/WEB-INF -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/raf/war -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/raf/src -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/raf -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/win32/jreinstallers -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/win32 -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes/jnlp -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share/classes -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src/share -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/src -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/win32/minclude -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/resources -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/j2re1_4_2 -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/win32/jreinstallers -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/win32 -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/solaris/minclude -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/resources -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/j2re1_4_2 -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/solaris -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/share/jreinstallers -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/share -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/linux/minclude -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/resources -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/j2re1_4_2 -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/linux/jreinstallers -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build/linux -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller/build -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/jreinstaller -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/war/app -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/war/WEB-INF -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/war -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/src/stubs -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/src/core -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba/src -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp/corba -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jnlp -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/config -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/test/com/sun/jmx/examples -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/test/com/sun/jmx -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/test/com/sun -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/test/com -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/test -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/etc -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com/sun/jmx -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com/sun -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src/com -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/src -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/nbproject -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir/docfiles -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jmx/jmx-scandir -@dirrm diablo-jdk%%JDK_VERSION%%/sample/jmx -@dirrm diablo-jdk%%JDK_VERSION%%/sample/javac/processing/src -@dirrm diablo-jdk%%JDK_VERSION%%/sample/javac/processing -@dirrm diablo-jdk%%JDK_VERSION%%/sample/javac -@dirrm diablo-jdk%%JDK_VERSION%%/sample -@dirrm diablo-jdk%%JDK_VERSION%%/man/man1 -@dirrm diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP/man1 -@dirrm diablo-jdk%%JDK_VERSION%%/man/ja_JP.eucJP -@dirrm diablo-jdk%%JDK_VERSION%%/man -@dirrm diablo-jdk%%JDK_VERSION%%/lib -@dirrm diablo-jdk%%JDK_VERSION%%/jre/plugin/%%ARCH%%/ns7 -@dirrm diablo-jdk%%JDK_VERSION%%/jre/plugin/%%ARCH%% -@dirrm diablo-jdk%%JDK_VERSION%%/jre/plugin/desktop -@dirrm diablo-jdk%%JDK_VERSION%%/jre/plugin -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/SystemV -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Pacific -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Indian -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Europe -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Etc -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Australia -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Atlantic -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Asia -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Antarctica -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/North_Dakota -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Kentucky -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Indiana -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America/Argentina -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/America -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi/Africa -%%TZORIGINAL%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/zi -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/servicetag -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/security -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/oblique-fonts -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/management -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW/LC_MESSAGES -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW.BIG5 -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh_TW -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh_HK.BIG5HK/LC_MESSAGES -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh_HK.BIG5HK -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh/LC_MESSAGES -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh.GBK/LC_MESSAGES -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh.GBK -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/zh -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/sv/LC_MESSAGES -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/sv -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/ko/LC_MESSAGES -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/ko.UTF-8/LC_MESSAGES -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/ko.UTF-8 -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/ko -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/ja/LC_MESSAGES -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/ja -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/it/LC_MESSAGES -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/it -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/fr/LC_MESSAGES -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/fr -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/es/LC_MESSAGES -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/es -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/de/LC_MESSAGES -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale/de -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/locale -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/images/icons -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/images/cursors -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/images -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/im -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/xawt -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/server -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/native_threads -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/jli -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/headless -%%CLIENTVM%%@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%%/client -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%% -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/fonts -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/ext -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/mime/packages -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/mime -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/hicolor/48x48/mimetypes -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/hicolor/48x48/apps -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/hicolor/48x48 -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/hicolor/16x16/mimetypes -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/hicolor/16x16/apps -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/hicolor/16x16 -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/hicolor -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/LowContrast/48x48/mimetypes -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/LowContrast/48x48/apps -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/LowContrast/48x48 -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/LowContrast/16x16/mimetypes -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/LowContrast/16x16/apps -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/LowContrast/16x16 -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/LowContrast -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrastInverse/48x48/mimetypes -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrastInverse/48x48/apps -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrastInverse/48x48 -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrastInverse/16x16/mimetypes -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrastInverse/16x16/apps -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrastInverse/16x16 -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrastInverse -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrast/48x48/mimetypes -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrast/48x48/apps -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrast/48x48 -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrast/16x16/mimetypes -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrast/16x16/apps -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrast/16x16 -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons/HighContrast -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/icons -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop/applications -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/desktop -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/deploy -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/cmm -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib/audio -@dirrmtry diablo-jdk%%JDK_VERSION%%/jre/lib/applet -@dirrm diablo-jdk%%JDK_VERSION%%/jre/lib -@dirrm diablo-jdk%%JDK_VERSION%%/jre/javaws -@dirrm diablo-jdk%%JDK_VERSION%%/jre/bin -@dirrm diablo-jdk%%JDK_VERSION%%/jre -@dirrm diablo-jdk%%JDK_VERSION%%/include/freebsd -@dirrm diablo-jdk%%JDK_VERSION%%/include -@dirrm diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/src/scripts -@dirrm diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/src/resources -@dirrm diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole -@dirrm diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting -@dirrm diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/src/com/sun/demo -@dirrm diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/src/com/sun -@dirrm diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/src/com -@dirrm diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/src/META-INF/services -@dirrm diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/src/META-INF -@dirrm diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/scripting/jconsole-plugin -@dirrm diablo-jdk%%JDK_VERSION%%/demo/scripting -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/TableExample -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tooltip -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/splitpane -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/optionpane -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/list -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/htmldemo -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/filechooser -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources/images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src/resources -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingSet2 -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingApplet/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SwingApplet -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src/resources -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Stylepad -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src/resources/images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src/resources -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/SampleTree -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src/resources -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Notepad -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src/resources -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Metalworks -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Mix -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Composite -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Colors -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d/demos -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/java2d -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src/fonts -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Java2D -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/Font2DTest -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/src/resources/images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/src/resources -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/FileChooserDemo -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/src/resources -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc/CodePointIM -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/jfc -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame/models -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/WireFrame -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe/audio -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/TicTacToe -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SpreadSheet -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SortDemo -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/SimpleGraph -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/NervousText -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer/models -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/MoleculeViewer -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox/sounds -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/JumpingBox -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap/audio -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ImageMap -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphicsTest -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout/audio -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/GraphLayout -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Fractal -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DrawTest -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/DitherTest -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Clock -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/CardTest -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Blink -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/BarChart -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/ArcTest -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/SimpleAnimation -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images/Beans -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator/audio -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets/Animator -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin/applets -@dirrm diablo-jdk%%JDK_VERSION%%/demo/plugin -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/scripting/jconsole-plugin/nbproject -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/scripting/jconsole-plugin -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/scripting -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/VerboseGC/nbproject -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/VerboseGC -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/MemoryMonitor/nbproject -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/MemoryMonitor -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/JTop/nbproject -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/JTop -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/FullThreadDump/nbproject -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/management/FullThreadDump -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/management -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/TableExample/nbproject -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/TableExample -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SwingSet2/nbproject -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SwingSet2 -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SwingApplet/nbproject -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SwingApplet -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Stylepad/nbproject -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Stylepad -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SampleTree/nbproject -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/SampleTree -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Notepad/nbproject -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Notepad -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Metalworks/nbproject -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Metalworks -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Java2D/nbproject -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Java2D -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Font2DTest/nbproject -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/Font2DTest -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/FileChooserDemo/nbproject -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc/FileChooserDemo -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject/jfc -@dirrm diablo-jdk%%JDK_VERSION%%/demo/nbproject -@dirrm diablo-jdk%%JDK_VERSION%%/demo/management/VerboseGC/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/management/VerboseGC -@dirrm diablo-jdk%%JDK_VERSION%%/demo/management/MemoryMonitor/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/management/MemoryMonitor -@dirrm diablo-jdk%%JDK_VERSION%%/demo/management/JTop/src/META-INF/services -@dirrm diablo-jdk%%JDK_VERSION%%/demo/management/JTop/src/META-INF -@dirrm diablo-jdk%%JDK_VERSION%%/demo/management/JTop/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/management/JTop -@dirrm diablo-jdk%%JDK_VERSION%%/demo/management/FullThreadDump/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/management/FullThreadDump -@dirrm diablo-jdk%%JDK_VERSION%%/demo/management -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters/lib -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/waiters -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/versionCheck/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/versionCheck/lib -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/versionCheck -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/mtrace/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/mtrace/lib -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/mtrace -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/minst/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/minst/lib -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/minst -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/java_crw_demo/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/java_crw_demo -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src/bsd -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/hprof -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapViewer/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapViewer/lib -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapViewer -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapTracker/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapTracker/lib -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/heapTracker -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/gctest/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/gctest/lib -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/gctest -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/agent_util/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti/agent_util -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jvmti -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jpda -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/TableExample -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tooltip -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/toolbar -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/splitpane -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/scrollpane -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/optionpane -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/list -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/htmldemo -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/filechooser -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/combobox -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/buttons -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/Octavo -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images/ImageClub -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources/images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src/resources -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingSet2 -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingApplet/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SwingApplet -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src/resources -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Stylepad -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/resources/images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src/resources -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/SampleTree -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src/resources -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Notepad -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/resources/HelpFiles -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src/resources -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Metalworks -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Transforms -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paths -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Paint -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Mix -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Lines -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Fonts -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Composite -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Colors -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Clipping -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d/demos -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/java2d -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src/fonts -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Java2D -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Font2DTest/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/Font2DTest -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/resources/images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src/resources -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/FileChooserDemo -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/src/resources -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM/src -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc/CodePointIM -@dirrm diablo-jdk%%JDK_VERSION%%/demo/jfc -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame/models -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/WireFrame -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe/audio -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/TicTacToe -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/SpreadSheet -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/SortDemo -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/SimpleGraph -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/NervousText -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer/models -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/MoleculeViewer -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox/sounds -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/JumpingBox -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap/audio -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/ImageMap -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/GraphicsTest -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout/audio -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/GraphLayout -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/Fractal -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/DrawTest -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/DitherTest -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/Clock -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/CardTest -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/Blink -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/BarChart -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/ArcTest -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/SimpleAnimation -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images/Beans -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/images -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/Animator/audio -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets/Animator -@dirrm diablo-jdk%%JDK_VERSION%%/demo/applets -@dirrm diablo-jdk%%JDK_VERSION%%/demo -@dirrm diablo-jdk%%JDK_VERSION%%/bin -@dirrm diablo-jdk%%JDK_VERSION%% diff --git a/java/diablo-jre15/Makefile b/java/diablo-jre15/Makefile deleted file mode 100644 index bfaa8b5026db..000000000000 --- a/java/diablo-jre15/Makefile +++ /dev/null @@ -1,111 +0,0 @@ -# Created by: Greg Lewis <glewis@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= jre -PORTVERSION= ${JRE_VERSION}.${RELEASE_VERSION}.${BUILD_VERSION} -PORTREVISION= 30 -CATEGORIES= java devel -MASTER_SITES= # -PKGNAMEPREFIX= diablo- -DISTNAME= ${PKGNAMEPREFIX}latte-${JRE_OSREL}-${ARCH}-${JRE_VERSION}_${RELEASE_VERSION}-b${BUILD_VERSION} -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= glewis@FreeBSD.org -COMMENT= Java Runtime Environment ${JRE_VERSION}_${RELEASE_VERSION}.${BUILD_VERSION} - -DEPRECATED= EOLed upstream since october 2009 -EXPIRATION_DATE= 2012-11-27 - -RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper - -RESTRICTED= License does not allow distribution with fee - -USE_BZIP2= yes -USE_XORG+= xi xp xt xtst -ONLY_FOR_ARCHS= i386 amd64 -JRE_VERSION= 1.5.0 -RELEASE_VERSION=07 -BUILD_VERSION= 01 -PLIST_SUB+= JRE_VERSION=${JRE_VERSION} -PLIST_SUB+= ARCH=${ARCH} -DOWNLOAD_URL= http://www.FreeBSDFoundation.org/cgi-bin/download?download=${DISTNAME}${EXTRACT_SUFX} -LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}15 - -WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}jre${JRE_VERSION}_${RELEASE_VERSION} -NO_BUILD= yes - -OPTIONS= TZUPDATE "Update the time zone data" on - -SUB_FILES+= pkg-install \ - pkg-deinstall -PKG_IGNORE_DEPENDS= '^[^xjc]' - -INSTALL_DIR= ${PREFIX}/${PKGNAMEPREFIX}jre${JRE_VERSION} - -.include <bsd.port.pre.mk> - -JRE_OSREL= freebsd6 - -.if ${OSVERSION} >= 700000 -LIB_DEPENDS= z.3:${PORTSDIR}/misc/compat6x -.endif - -.if defined(WITH_TZUPDATE) -RUN_DEPENDS+= ${LOCALBASE}/share/java/zi:${PORTSDIR}/java/java-zoneinfo -PLIST_SUB+= TZORIGINAL="@comment " -PLIST_SUB+= TZUPDATE="" -.else -PLIST_SUB+= TZORIGINAL="" -PLIST_SUB+= TZUPDATE="@comment " -.endif - -.if ${ARCH} == "i386" -PLIST_SUB+= WEB="" -PLIST_SUB+= CLIENTVM="" -.else -PLIST_SUB+= WEB="@comment " -PLIST_SUB+= CLIENTVM="@comment " -.endif - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) && defined(JRE_OSREL) -DISTFILE_INSTRUCTIONS=\n\ -Because of licensing restrictions, you must fetch the distribution\n\ -manually.\n\n -.if (!exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})) -DISTFILE_INSTRUCTIONS += Please access\n\ -\n\ - ${DOWNLOAD_URL}\n\ -\n\ -with a web browser and \"Accept\" the End User License Agreement for\n\ -\"Latte Diablo ${JRE_VERSION}\". Please place the downloaded\n\ -${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}.\n\n -.endif -.endif - -pre-fetch: -.if defined(DISTFILE_INSTRUCTIONS) - @${PRINTF} "${DISTFILE_INSTRUCTIONS}" - @exit 1 -.endif - -.if !defined(WITHOUT_TZUPDATE) -pre-install: - @${ECHO_CMD} -n "Updating time zones..." - @${RM} -rf ${WRKSRC}/lib/zi - @${LN} -s -f ${LOCALBASE}/share/java/zi ${WRKSRC}/lib/ - @${ECHO_CMD} "done" -.endif - -do-install: - ${MKDIR} "${INSTALL_DIR}" - cd "${WRKSRC}" && ${FIND} . \ - | ${CPIO} -pdmu -R ${LIBOWN}:${LIBGRP} "${INSTALL_DIR}" - -post-install: - # Register the VM - "${LOCALBASE}/bin/registervm" \ - "${INSTALL_DIR}/bin/java # DiabloLatte${JRE_VERSION}" - # Install the plugin - ${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.post.mk> diff --git a/java/diablo-jre15/distinfo b/java/diablo-jre15/distinfo deleted file mode 100644 index 00505133aaf5..000000000000 --- a/java/diablo-jre15/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (diablo-latte-freebsd6-amd64-1.5.0_07-b01.tar.bz2) = e242f4f8ee2973cf1dda320f46df71d8c57bf4aa8147e9d30c81243eef959673 -SIZE (diablo-latte-freebsd6-amd64-1.5.0_07-b01.tar.bz2) = 20580050 -SHA256 (diablo-latte-freebsd6-i386-1.5.0_07-b01.tar.bz2) = 4585f35124416de052c8be10f0f48536053ab5c33dc3b7d728bf6e84d9b42c14 -SIZE (diablo-latte-freebsd6-i386-1.5.0_07-b01.tar.bz2) = 23104037 diff --git a/java/diablo-jre15/files/pkg-deinstall.in b/java/diablo-jre15/files/pkg-deinstall.in deleted file mode 100644 index 4e19c9a536af..000000000000 --- a/java/diablo-jre15/files/pkg-deinstall.in +++ /dev/null @@ -1,35 +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 -if [ `echo "$1" | grep jdk` ]; then - DIABLOPLUGINDIR=${PKG_PREFIX}/diablo-jdk1.5.0/jre/plugin/i386/ns7 -else - DIABLOPLUGINDIR=${PKG_PREFIX}/diablo-jre1.5.0/plugin/i386/ns7 -fi -PLUGIN=libjavaplugin_oji.so - -# Check if the package includes the plugin -if [ ! -e "${DIABLOPLUGINDIR}/${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"${DIABLOPLUGINDIR}/${PLUGIN}" ]; then - rm -f "${BROWSERPLUGINDIR}/${PLUGIN}" -fi - -exit 0 diff --git a/java/diablo-jre15/files/pkg-install.in b/java/diablo-jre15/files/pkg-install.in deleted file mode 100644 index 1472d1b55f38..000000000000 --- a/java/diablo-jre15/files/pkg-install.in +++ /dev/null @@ -1,288 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -# Set up a standard path -PATH=/usr/bin:/bin - -# Hack to prevent licensing from breaking bento. -if [ "x${PACKAGE_BUILDING}" != "x" ]; then - exit 0 -fi - -# Attempt to install a link for the browser plugin during post-install -if [ "$2" = "POST-INSTALL" ]; then - # Plugin location variables - BROWSERPLUGINDIR=%%LOCALBASE%%/lib/browser_plugins - if [ `echo "$1" | grep jdk` ]; then - DIABLOPLUGINDIR=${PKG_PREFIX}/diablo-jdk1.5.0/jre/plugin/`uname -p`/ns7 - else - DIABLOPLUGINDIR=${PKG_PREFIX}/diablo-jre1.5.0/plugin/`uname -p`/ns7 - fi - PLUGIN=libjavaplugin_oji.so - - # Check if the browser plugin exists - if [ ! -e "${DIABLOPLUGINDIR}/${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 "${DIABLOPLUGINDIR}/${PLUGIN}" \ - "${BROWSERPLUGINDIR}/${PLUGIN}" - exit 0 - fi - - # If the browser plugin exists and is a symlink, but the link - # doesn't exist, then overwrite with the diablo 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 "${DIABLOPLUGINDIR}/${PLUGIN}" \ - "${BROWSERPLUGINDIR}/${PLUGIN}" - exit 0 - fi - fi - - # The browser plugin exists and appears real. Ask if they want it - # replaced. - echo "You appear to already have a Java browser plugin installed." - echo "Would you like to replace it with the Diablo 1.5.0 plugin? [yes or no]" - read ANSWER - : ${ANSWER:=no} - case $ANSWER in - [yY]|[yY][eE][sS]) - ln -sf "${DIABLOPLUGINDIR}/${PLUGIN}" \ - "${BROWSERPLUGINDIR}/${PLUGIN}" - ;; - *) - ;; - esac - - # Done with post-install. - exit 0 -fi - -# Pre-install section - -# License agreement -more << EOF_LICENSE -FREEBSD FOUNDATION - -Diablo Latte Version 1.5.0-0 ("Software") - -END USER LICENSE AGREEMENT - -You may install this Software only if you are currently a licensee -of FreeBSD (including substantially similar versions of FreeBSD) for -your own internal use only with your copy(ies) of FreeBSD (including -substantially similar versions of FreeBSD). If you are an OEM - a person -who will bundle the Software with other software before distributing the -bundled product to end users - you must read and "accept" the provisions -of the OEM License Agreement. You must read the License Agreement and -enter "YES" below to continue your install. By doing so, you agree to -be bound by all of the terms of this License Agreement. - -IMPORTANT - READ CAREFULLY: This End User License Agreement ("Agreement") -is a legal agreement between you (in your capacity as an individual -and as an agent for your company, institution, or other entity) and the -FreeBSD Foundation ("Foundation"). Accessing, downloading, installing, -using or copying of the Software (as hereafter defined) by you or a third -party on your behalf indicates your agreement to be bound by the terms -and conditions of this Agreement. If you do not agree to these terms and -conditions, do not access, download, install, use or copy the Software. -In the absence of this Agreement, you have no rights in the Software. -1. LICENSE GRANT. - - (a) Subject to all third party intellectual property claims - and without warranty of any nature, Foundation hereby grants to - you, and you hereby accept, a non-exclusive license for use in - (x) general purpose servers and (y) general purpose desktop and - laptop personal computers ("License") to: (i) download, install - and use the Software in binary executable form on one or more - computers for use by a total number of end users not to exceed - the number of your end users who are authorized to use FreeBSD; - provided that you agree to implement reasonable controls to ensure - that your use of the Software does not exceed such maximum number - of end users; and (ii) download and/or use one or more copies of - any related materials provided by Foundation ("Related Materials") - in electronic format and/or one copies of the Related Materials - in hard copy format subject to the following terms and conditions: - - (i) other than as set forth in paragraph 1(a) above, - you may not make or distribute copies of the Software, - or electronically transfer the Software from one computer - to another or over a network; - - (ii) you may not decompile, reverse engineer, - disassemble or otherwise reduce the Software to a - human-perceivable form; - - (iii) you may not rent, lease or sublease the Software; - - (iv) you may not modify the Software or create - derivative works based upon the Software; and - - (v) in the event that you breach any of the terms - of this Agreement, Foundation may terminate the License - and you must destroy all copies of the Software and - Related Materials. - - (b) you may make one copy of the Software in machine-readable - form solely for back-up purposes; provided, however, that you - must reproduce on such copy all copyright notices and proprietary - legends on the original copy of the software. - - (c) Subject to the terms and conditions of this Agreement, - you may create a hyperlink between an Internet website owned and - controlled by you and the Foundation's website, which hyperlink - describes in a fair and accurate manner where the Software - may be obtained, provided that you do not frame the Website or - otherwise give the false impression that Foundation is somehow - associated with, or otherwise endorses or sponsors your website. - Any goodwill associated with such hyperlink shall inure to - the sole and exclusive benefit of Foundation. Other than the - creation of such hyperlink, nothing in this Agreement shall be - construed as conferring upon you any right to make any reference - to Foundation or to its trademarks, service marks or any other - indicia of origin owned by Foundation, or to indicate in any - way that your products or services are in any way sponsored, - approved, endorsed by or affiliated with Foundation. - -2. RIGHTS RESERVED. - - (a) This License does not grant you any right to enhancements - or updates to, or support or maintenance for, the Software or - any modifications made by Foundation; - - (b) Foundation is free to license the Software on terms - different from those contained herein; - - (c) Foundation and its licensors hereby expressly reserve - all rights in the Software which are not expressly granted to - you under the License; and, without limiting the generality of - the foregoing, Foundation and its licensors retain all title, - copyright, and other intellectual property and proprietary rights - in the Software and any copies thereof, and you do not acquire - any rights, express or implied, other than those expressly set - forth in this Agreement. - -3. COPYRIGHT. You hereby acknowledge and agree that the Software -is protected by United States copyright law and international treaty -provisions. You must reproduce all copyright notices, trademark notices -and other proprietary notices of Foundation and its licensors on any -copies of the Software and Related Materials and you must not remove -such notices; - -4. MAINTENANCE AND SUPPORT. Foundation is under no obligation -whatsoever to provide maintenance or support for the Software or -to notify you of bug fixes, patches, or upgrades to the features, -functionality or performance of the Software ("Enhancements") (if any), -whether developed by Foundation or others. If, in its sole discretion, -Foundation makes an Enhancement available to you and does not enter into a -separate written license agreement with you relating to such Enhancement, -then that Enhancement will be deemed incorporated into the Software and -subject to this Agreement. - -5. WARRANTY DISCLAIMER. THE SOFTWARE IS PROVIDED TO YOU "AS IS" -WITHOUT WARRANTY OF ANY TYPE OR NATURE, AND FOUNDATION AND ITS LICENSORS -HEREBY EXPRESSLY DISCLAIM ANY WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, -BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE, TITLE OR NON-INFRINGEMENT OR ANY WARRANTIES -ARISING BY USAGE OF TRADE, COURSE OF DEALING OR COURSE OF PERFORMANCE. -IN ADDITION, FOUNDATION AND ITS LICENSORS EXPRESSLY DISCLAIM ANY LIABILITY -FOR THE ACCURACY, COMPLETENESS OR USEFULNESS OF THE SOFTWARE AND DO -NOT WARRANT THAT THE SOFTWARE WILL FUNCTION UNINTERRUPTED, THAT IT -IS ERROR-FREE OR THAT ANY ERRORS WILL BE CORRECTED. YOU ASSUME TOTAL -RESPONSIBILITY AND RISK FOR YOUR USE OF THE SOFTWARE, INCLUDING, BUT -NOT LIMITED TO ANY DEFECTS OR INACCURACIES THEREIN. -6. LIMITATION OF LIABILITY. IN NO EVENT SHALL FOUNDATION OR ITS -LICENSORS BE LIABLE FOR ANY INDIRECT, INCIDENTAL, CONSEQUENTIAL, SPECIAL -OR PUNITIVE DAMAGES OF ANY KIND OR NATURE, INCLUDING, BUT NOT LIMITED -TO, LOSS OF PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER -SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT (INCLUDING -NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE, EVEN IF FOUNDATION HAS -BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSS OR DAMAGES. IN NO EVENT -SHALL FOUNDATION'S LIABILITY FOR DAMAGES ARISING FROM OR IN CONNECTION -WITH THIS AGREEMENT EXCEED THE GREATER OF $500 OR THE AMOUNT PAID BY -YOU FOR THE SOFTWARE. BECAUSE SOME STATES DO NOT ALLOW THE EXCLUSION -OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE -ABOVE LIMITATIONS MAY NOT APPLY TO YOU. IN THE EVENT THAT APPLICABLE -LAW DOES NOT ALLOW THE COMPLETE EXCLUSION OR LIMITATION OF LIABILITY OF -CLAIMS AND DAMAGES AS SET FORTH IN THIS AGREEMENT, FOUNDATION'S LIABILITY -IS LIMITED TO THE GREATEST EXTENT PERMITTED BY LAW. - -7. INDEMNIFICATION. You shall defend, indemnify and hold harmless -Foundation and its licensors and their respective directors, officers, -agents, employees and volunteers from and against any and all claims, -suits, losses, damages, costs, fees and expenses arising out of or in -connection with this Agreement. You shall pay all costs incurred by -Foundation in enforcing this provision, including reasonable attorneys' -fees and court costs. You agree that under no circumstances will -Foundation indemnify you or any other person. - -8. TERM AND TERMINATION. The License will continue perpetually -unless terminated by Foundation in accordance with this Agreement. If you -breach any term of this Agreement and failure to cure such breach within -thirty (30) days after receipt of written notice specifying the breach, -this Agreement shall automatically terminate. Upon the termination -of this Agreement, you shall immediately cease using the Software and -provide Foundation with written certification of your compliance with -the foregoing. The termination of this Agreement shall not relieve you of -your obligations arising prior to such termination. Notwithstanding any -provision in this Agreement to the contrary, Sections 5 through 7 shall -survive the termination of this Agreement. - -9. EXPORT CONTROLS. You shall observe all applicable United States -and foreign laws and regulations (if any) with respect to the export, -re-export, diversion or transfer of the Software, related technical data -and direct products thereof, including, but not limited to the Export -Administration Regulations. - -10. THIRD PARTY SOFTWARE. You acknowledge and agree that the Software -includes Java2 Standard Edition (the "Technology") pursuant to Sun -Community Source License Copyright 1994-2003 Sun Microsystems, Inc. -All rights reserved. You also agree to install and use the Software -on a product which (i) has a principle purpose that 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. - -11. GENERAL. You shall not assert against Foundation or its licensors -any claim for infringement or misappropriation of any intellectual -property rights in any way relating to the Software. This Agreement shall -be governed by, construed and enforced in accordance with the laws of the -State of California, excluding its rules governing conflicts of laws. -In the event that any provision of this Agreement is deemed illegal -or unenforceable, Foundation may, but is not obligated to, post on the -Website a new version of this Agreement which, in Foundation's opinion, -reasonably preserves the intent of this Agreement. This Agreement -is binding upon and shall inure to the benefit of Foundation and -its successors and assigns. This Agreement represents the entire -understanding of the parties, and superceded all previous communications, -written or oral, relating to the subject of this Agreement. - -EOF_LICENSE - -agreed= -while [ x$agreed = x ]; do - echo - echo "Do you agree to the above license terms? [yes or no] " - read reply leftover - case $reply in - y* | Y*) - agreed=1 - ;; - n* | n*) - echo - echo "If you don't agree to the license you can't install this software" - exit 1 - ;; - esac -done diff --git a/java/diablo-jre15/pkg-descr b/java/diablo-jre15/pkg-descr deleted file mode 100644 index c0ae336b9598..000000000000 --- a/java/diablo-jre15/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The Java Runtime Environment (JRE) implements the Java Virtual -machine and base classes, and permits the execution of Java -applications on FreeBSD. - -WWW: http://www.FreeBSDFoundation.org/downloads/java.shtml diff --git a/java/diablo-jre15/pkg-plist b/java/diablo-jre15/pkg-plist deleted file mode 100644 index c16cfcd43398..000000000000 --- a/java/diablo-jre15/pkg-plist +++ /dev/null @@ -1,674 +0,0 @@ -@unexec %%LOCALBASE%%/bin/unregistervm "%D/diablo-jre%%JRE_VERSION%%/bin/java" -diablo-jre%%JRE_VERSION%%/CHANGES -diablo-jre%%JRE_VERSION%%/COPYRIGHT -diablo-jre%%JRE_VERSION%%/LICENSE -diablo-jre%%JRE_VERSION%%/README -diablo-jre%%JRE_VERSION%%/THIRDPARTYLICENSEREADME.txt -diablo-jre%%JRE_VERSION%%/Welcome.html -%%WEB%%diablo-jre%%JRE_VERSION%%/bin/ControlPanel -diablo-jre%%JRE_VERSION%%/bin/java -%%WEB%%diablo-jre%%JRE_VERSION%%/bin/java_vm -%%WEB%%diablo-jre%%JRE_VERSION%%/bin/javaws -diablo-jre%%JRE_VERSION%%/bin/keytool -diablo-jre%%JRE_VERSION%%/bin/kinit -diablo-jre%%JRE_VERSION%%/bin/klist -diablo-jre%%JRE_VERSION%%/bin/ktab -diablo-jre%%JRE_VERSION%%/bin/orbd -diablo-jre%%JRE_VERSION%%/bin/pack200 -diablo-jre%%JRE_VERSION%%/bin/policytool -diablo-jre%%JRE_VERSION%%/bin/rmid -diablo-jre%%JRE_VERSION%%/bin/rmiregistry -diablo-jre%%JRE_VERSION%%/bin/servertool -diablo-jre%%JRE_VERSION%%/bin/tnameserv -diablo-jre%%JRE_VERSION%%/bin/unpack200 -%%WEB%%diablo-jre%%JRE_VERSION%%/javaws/javaws -diablo-jre%%JRE_VERSION%%/lib/audio/soundbank.gm -diablo-jre%%JRE_VERSION%%/lib/charsets.jar -diablo-jre%%JRE_VERSION%%/lib/classlist -diablo-jre%%JRE_VERSION%%/lib/cmm/CIEXYZ.pf -diablo-jre%%JRE_VERSION%%/lib/cmm/GRAY.pf -diablo-jre%%JRE_VERSION%%/lib/cmm/LINEAR_RGB.pf -diablo-jre%%JRE_VERSION%%/lib/cmm/PYCC.pf -diablo-jre%%JRE_VERSION%%/lib/cmm/sRGB.pf -diablo-jre%%JRE_VERSION%%/lib/content-types.properties -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/deploy.jar -diablo-jre%%JRE_VERSION%%/lib/ext/dnsns.jar -diablo-jre%%JRE_VERSION%%/lib/ext/localedata.jar -diablo-jre%%JRE_VERSION%%/lib/ext/sunjce_provider.jar -diablo-jre%%JRE_VERSION%%/lib/flavormap.properties -diablo-jre%%JRE_VERSION%%/lib/fontconfig.bfc -diablo-jre%%JRE_VERSION%%/lib/fontconfig.properties.src -diablo-jre%%JRE_VERSION%%/lib/fonts/LucidaBrightDemiBold.ttf -diablo-jre%%JRE_VERSION%%/lib/fonts/LucidaBrightDemiItalic.ttf -diablo-jre%%JRE_VERSION%%/lib/fonts/LucidaBrightItalic.ttf -diablo-jre%%JRE_VERSION%%/lib/fonts/LucidaBrightRegular.ttf -diablo-jre%%JRE_VERSION%%/lib/fonts/LucidaSansDemiBold.ttf -diablo-jre%%JRE_VERSION%%/lib/fonts/LucidaSansRegular.ttf -diablo-jre%%JRE_VERSION%%/lib/fonts/LucidaTypewriterBold.ttf -diablo-jre%%JRE_VERSION%%/lib/fonts/LucidaTypewriterRegular.ttf -diablo-jre%%JRE_VERSION%%/lib/fonts/fonts.dir -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/awt_robot -%%CLIENTVM%%diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/client/Xusage.txt -%%CLIENTVM%%diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/client/libjsig.so -%%CLIENTVM%%diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/client/libjvm.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/gtkhelper -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/headless/libmawt.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/jvm.cfg -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libJdbcOdbc.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libawt.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libcmm.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libdcpr.so -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libdeploy.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libdt_socket.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libfontmanager.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libhprof.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libinstrument.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libioser12.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libjaas_unix.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libjava.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libjava_crw_demo.so -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libjavaplugin_jni.so -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libjavaplugin_nscp.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libjawt.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libjdwp.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libjpeg.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libjsig.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libjsound.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libmanagement.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libmlib_image.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libnative_chmod.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libnet.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libnio.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/librmi.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libunpack.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libverify.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libzip.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/motif21/libmawt.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/native_threads/libhpi.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/server/Xusage.txt -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/server/libjsig.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/server/libjvm.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/xawt/libmawt.so -diablo-jre%%JRE_VERSION%%/lib/im/indicim.jar -diablo-jre%%JRE_VERSION%%/lib/im/thaiim.jar -diablo-jre%%JRE_VERSION%%/lib/images/cursors/cursors.properties -diablo-jre%%JRE_VERSION%%/lib/images/cursors/invalid32x32.gif -diablo-jre%%JRE_VERSION%%/lib/images/cursors/motif_CopyDrop32x32.gif -diablo-jre%%JRE_VERSION%%/lib/images/cursors/motif_CopyNoDrop32x32.gif -diablo-jre%%JRE_VERSION%%/lib/images/cursors/motif_LinkDrop32x32.gif -diablo-jre%%JRE_VERSION%%/lib/images/cursors/motif_LinkNoDrop32x32.gif -diablo-jre%%JRE_VERSION%%/lib/images/cursors/motif_MoveDrop32x32.gif -diablo-jre%%JRE_VERSION%%/lib/images/cursors/motif_MoveNoDrop32x32.gif -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/images/icons/sun-java.png -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/images/icons/sun-java_HighContrast.png -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/images/icons/sun-java_HighContrastInverse.png -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/images/icons/sun-java_LowContrast.png -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/javaws.jar -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/javaws/Java1.5.ico -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/javaws/messages.properties -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/javaws/messages_de.properties -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/javaws/messages_es.properties -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/javaws/messages_fr.properties -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/javaws/messages_it.properties -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/javaws/messages_ja.properties -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/javaws/messages_ko.properties -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/javaws/messages_sv.properties -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/javaws/messages_zh_CN.properties -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/javaws/messages_zh_HK.properties -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/javaws/messages_zh_TW.properties -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/javaws/miniSplash.jpg -diablo-jre%%JRE_VERSION%%/lib/jce.jar -diablo-jre%%JRE_VERSION%%/lib/jsse.jar -diablo-jre%%JRE_VERSION%%/lib/jvm.hprof.txt -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/locale/de/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/locale/es/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/locale/fr/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/locale/it/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/locale/ja/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/locale/ko.UTF-8/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/locale/ko/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/locale/sv/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/locale/zh.GBK/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/locale/zh/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/locale/zh_HK.BIG5HK/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/locale/zh_TW.BIG5/LC_MESSAGES/sunw_java_plugin.mo -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/locale/zh_TW/LC_MESSAGES/sunw_java_plugin.mo -diablo-jre%%JRE_VERSION%%/lib/logging.properties -diablo-jre%%JRE_VERSION%%/lib/management/jmxremote.access -diablo-jre%%JRE_VERSION%%/lib/management/jmxremote.password.template -diablo-jre%%JRE_VERSION%%/lib/management/management.properties -diablo-jre%%JRE_VERSION%%/lib/management/snmp.acl.template -diablo-jre%%JRE_VERSION%%/lib/net.properties -diablo-jre%%JRE_VERSION%%/lib/oblique-fonts/LucidaSansDemiOblique.ttf -diablo-jre%%JRE_VERSION%%/lib/oblique-fonts/LucidaSansOblique.ttf -diablo-jre%%JRE_VERSION%%/lib/oblique-fonts/LucidaTypewriterBoldOblique.ttf -diablo-jre%%JRE_VERSION%%/lib/oblique-fonts/LucidaTypewriterOblique.ttf -diablo-jre%%JRE_VERSION%%/lib/oblique-fonts/fonts.dir -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/plugin.jar -diablo-jre%%JRE_VERSION%%/lib/psfont.properties.ja -diablo-jre%%JRE_VERSION%%/lib/psfontj2d.properties -diablo-jre%%JRE_VERSION%%/lib/rt.jar -diablo-jre%%JRE_VERSION%%/lib/security/US_export_policy.jar -diablo-jre%%JRE_VERSION%%/lib/security/cacerts -diablo-jre%%JRE_VERSION%%/lib/security/java.policy -diablo-jre%%JRE_VERSION%%/lib/security/java.security -%%WEB%%diablo-jre%%JRE_VERSION%%/lib/security/javaws.policy -diablo-jre%%JRE_VERSION%%/lib/security/local_policy.jar -diablo-jre%%JRE_VERSION%%/lib/sound.properties -%%TZUPDATE%%diablo-jre%%JRE_VERSION%%/lib/zi -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Abidjan -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Accra -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Addis_Ababa -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Algiers -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Asmera -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Bamako -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Bangui -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Banjul -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Bissau -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Blantyre -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Brazzaville -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Bujumbura -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Cairo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Casablanca -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Ceuta -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Conakry -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Dakar -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Dar_es_Salaam -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Djibouti -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Douala -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/El_Aaiun -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Freetown -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Gaborone -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Harare -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Johannesburg -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Kampala -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Khartoum -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Kigali -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Kinshasa -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Lagos -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Libreville -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Lome -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Luanda -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Lubumbashi -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Lusaka -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Malabo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Maputo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Maseru -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Mbabane -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Mogadishu -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Monrovia -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Nairobi -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Ndjamena -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Niamey -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Nouakchott -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Ouagadougou -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Porto-Novo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Sao_Tome -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Tripoli -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Tunis -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Windhoek -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Adak -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Anchorage -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Anguilla -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Antigua -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Araguaina -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Argentina/Buenos_Aires -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Argentina/Catamarca -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Argentina/Cordoba -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Argentina/Jujuy -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Argentina/La_Rioja -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Argentina/Mendoza -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Argentina/Rio_Gallegos -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Argentina/San_Juan -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Argentina/Tucuman -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Argentina/Ushuaia -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Aruba -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Asuncion -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Bahia -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Barbados -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Belem -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Belize -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Boa_Vista -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Bogota -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Boise -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Cambridge_Bay -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Campo_Grande -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Cancun -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Caracas -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Cayenne -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Cayman -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Chicago -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Chihuahua -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Coral_Harbour -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Costa_Rica -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Cuiaba -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Curacao -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Danmarkshavn -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Dawson -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Dawson_Creek -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Denver -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Detroit -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Dominica -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Edmonton -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Eirunepe -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/El_Salvador -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Fortaleza -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Glace_Bay -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Godthab -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Goose_Bay -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Grand_Turk -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Grenada -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Guadeloupe -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Guatemala -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Guayaquil -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Guyana -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Halifax -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Havana -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Hermosillo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Indiana/Indianapolis -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Indiana/Knox -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Indiana/Marengo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Indiana/Vevay -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Inuvik -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Iqaluit -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Jamaica -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Juneau -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Kentucky/Louisville -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Kentucky/Monticello -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/La_Paz -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Lima -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Los_Angeles -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Maceio -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Managua -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Manaus -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Martinique -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Mazatlan -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Menominee -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Merida -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Mexico_City -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Miquelon -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Monterrey -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Montevideo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Montreal -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Montserrat -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Nassau -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/New_York -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Nipigon -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Nome -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Noronha -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/North_Dakota/Center -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Panama -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Pangnirtung -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Paramaribo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Phoenix -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Port-au-Prince -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Port_of_Spain -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Porto_Velho -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Puerto_Rico -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Rainy_River -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Rankin_Inlet -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Recife -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Regina -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Rio_Branco -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Santiago -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Santo_Domingo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Sao_Paulo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Scoresbysund -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/St_Johns -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/St_Kitts -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/St_Lucia -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/St_Thomas -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/St_Vincent -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Swift_Current -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Tegucigalpa -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Thule -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Thunder_Bay -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Tijuana -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Toronto -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Tortola -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Vancouver -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Whitehorse -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Winnipeg -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Yakutat -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Yellowknife -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Antarctica/Casey -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Antarctica/Davis -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Antarctica/DumontDUrville -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Antarctica/Mawson -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Antarctica/McMurdo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Antarctica/Palmer -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Antarctica/Rothera -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Antarctica/Syowa -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Antarctica/Vostok -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Aden -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Almaty -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Amman -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Anadyr -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Aqtau -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Aqtobe -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Ashgabat -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Baghdad -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Bahrain -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Baku -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Bangkok -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Beirut -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Bishkek -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Brunei -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Calcutta -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Choibalsan -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Chongqing -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Colombo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Damascus -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Dhaka -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Dili -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Dubai -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Dushanbe -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Gaza -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Harbin -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Hong_Kong -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Hovd -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Irkutsk -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Jakarta -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Jayapura -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Jerusalem -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Kabul -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Kamchatka -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Karachi -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Kashgar -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Katmandu -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Krasnoyarsk -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Kuala_Lumpur -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Kuching -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Kuwait -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Macau -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Magadan -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Makassar -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Manila -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Muscat -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Nicosia -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Novosibirsk -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Omsk -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Oral -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Phnom_Penh -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Pontianak -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Pyongyang -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Qatar -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Qyzylorda -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Rangoon -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Riyadh -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Riyadh87 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Riyadh88 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Riyadh89 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Saigon -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Sakhalin -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Samarkand -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Seoul -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Shanghai -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Singapore -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Taipei -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Tashkent -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Tbilisi -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Tehran -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Thimphu -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Tokyo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Ulaanbaatar -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Urumqi -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Vientiane -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Vladivostok -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Yakutsk -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Yekaterinburg -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Yerevan -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Atlantic/Azores -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Atlantic/Bermuda -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Atlantic/Canary -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Atlantic/Cape_Verde -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Atlantic/Faeroe -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Atlantic/Madeira -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Atlantic/Reykjavik -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Atlantic/South_Georgia -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Atlantic/St_Helena -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Atlantic/Stanley -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Australia/Adelaide -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Australia/Brisbane -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Australia/Broken_Hill -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Australia/Currie -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Australia/Darwin -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Australia/Hobart -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Australia/Lindeman -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Australia/Lord_Howe -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Australia/Melbourne -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Australia/Perth -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Australia/Sydney -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/CET -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/EET -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+1 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+10 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+11 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+12 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+2 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+3 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+4 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+5 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+6 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+7 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+8 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+9 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-1 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-10 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-11 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-12 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-13 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-14 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-2 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-3 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-4 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-5 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-6 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-7 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-8 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-9 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/UCT -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/UTC -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Amsterdam -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Andorra -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Athens -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Belgrade -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Berlin -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Brussels -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Bucharest -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Budapest -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Chisinau -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Copenhagen -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Dublin -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Gibraltar -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Helsinki -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Istanbul -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Kaliningrad -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Kiev -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Lisbon -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/London -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Luxembourg -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Madrid -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Malta -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Minsk -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Monaco -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Moscow -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Oslo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Paris -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Prague -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Riga -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Rome -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Samara -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Simferopol -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Sofia -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Stockholm -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Tallinn -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Tirane -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Uzhgorod -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Vaduz -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Vienna -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Vilnius -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Warsaw -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Zaporozhye -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Zurich -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/GMT -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Indian/Antananarivo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Indian/Chagos -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Indian/Christmas -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Indian/Cocos -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Indian/Comoro -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Indian/Kerguelen -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Indian/Mahe -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Indian/Maldives -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Indian/Mauritius -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Indian/Mayotte -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Indian/Reunion -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/MET -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Apia -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Auckland -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Chatham -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Easter -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Efate -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Enderbury -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Fakaofo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Fiji -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Funafuti -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Galapagos -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Gambier -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Guadalcanal -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Guam -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Honolulu -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Johnston -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Kiritimati -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Kosrae -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Kwajalein -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Majuro -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Marquesas -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Midway -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Nauru -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Niue -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Norfolk -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Noumea -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Pago_Pago -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Palau -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Pitcairn -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Ponape -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Port_Moresby -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Rarotonga -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Saipan -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Tahiti -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Tarawa -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Tongatapu -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Truk -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Wake -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Wallis -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/WET -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/ZoneInfoMappings -diablo-jre%%JRE_VERSION%%/man/ja -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/java.1 -%%WEB%%diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/javaws.1 -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/keytool.1 -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/kinit.1 -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/klist.1 -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/ktab.1 -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/orbd.1 -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/pack200.1 -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/policytool.1 -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/rmid.1 -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/rmiregistry.1 -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/servertool.1 -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/tnameserv.1 -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/unpack200.1 -diablo-jre%%JRE_VERSION%%/man/man1/java.1 -%%WEB%%diablo-jre%%JRE_VERSION%%/man/man1/javaws.1 -diablo-jre%%JRE_VERSION%%/man/man1/keytool.1 -diablo-jre%%JRE_VERSION%%/man/man1/kinit.1 -diablo-jre%%JRE_VERSION%%/man/man1/klist.1 -diablo-jre%%JRE_VERSION%%/man/man1/ktab.1 -diablo-jre%%JRE_VERSION%%/man/man1/orbd.1 -diablo-jre%%JRE_VERSION%%/man/man1/pack200.1 -diablo-jre%%JRE_VERSION%%/man/man1/policytool.1 -diablo-jre%%JRE_VERSION%%/man/man1/rmid.1 -diablo-jre%%JRE_VERSION%%/man/man1/rmiregistry.1 -diablo-jre%%JRE_VERSION%%/man/man1/servertool.1 -diablo-jre%%JRE_VERSION%%/man/man1/tnameserv.1 -diablo-jre%%JRE_VERSION%%/man/man1/unpack200.1 -%%WEB%%diablo-jre%%JRE_VERSION%%/plugin/desktop/sun_java.desktop -%%WEB%%diablo-jre%%JRE_VERSION%%/plugin/desktop/sun_java.png -%%WEB%%diablo-jre%%JRE_VERSION%%/plugin/%%ARCH%%/ns7/libjavaplugin_oji.so -@exec %%LOCALBASE%%/bin/registervm "%D/diablo-jre%%JRE_VERSION%%/bin/java # DiabloLatte${JRE_VERSION}" -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/plugin/%%ARCH%%/ns7 -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/plugin/%%ARCH%% -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/plugin/desktop -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/plugin -@dirrm diablo-jre%%JRE_VERSION%%/man/man1 -@dirrm diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1 -@dirrm diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP -@dirrm diablo-jre%%JRE_VERSION%%/man -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/Pacific -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/Indian -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/Europe -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/Etc -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/Australia -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/Atlantic -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/Asia -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/Antarctica -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/America/North_Dakota -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/America/Kentucky -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/America/Indiana -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/America/Argentina -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/America -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/Africa -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi -@dirrm diablo-jre%%JRE_VERSION%%/lib/security -@dirrm diablo-jre%%JRE_VERSION%%/lib/oblique-fonts -@dirrm diablo-jre%%JRE_VERSION%%/lib/management -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/zh_TW/LC_MESSAGES -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/zh_TW.BIG5/LC_MESSAGES -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/zh_TW.BIG5 -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/zh_TW -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/zh_HK.BIG5HK/LC_MESSAGES -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/zh_HK.BIG5HK -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/zh/LC_MESSAGES -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/zh.GBK/LC_MESSAGES -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/zh.GBK -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/zh -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/sv/LC_MESSAGES -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/sv -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/ko/LC_MESSAGES -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/ko.UTF-8/LC_MESSAGES -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/ko.UTF-8 -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/ko -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/ja/LC_MESSAGES -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/ja -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/it/LC_MESSAGES -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/it -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/fr/LC_MESSAGES -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/fr -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/es/LC_MESSAGES -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/es -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/de/LC_MESSAGES -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/de -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/locale -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/javaws -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/lib/images/icons -@dirrm diablo-jre%%JRE_VERSION%%/lib/images/cursors -@dirrm diablo-jre%%JRE_VERSION%%/lib/images -@dirrm diablo-jre%%JRE_VERSION%%/lib/im -@dirrm diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/xawt -@dirrm diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/server -@dirrm diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/native_threads -@dirrm diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/motif21 -@dirrm diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/headless -%%CLIENTVM%%@dirrm diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/client -@dirrm diablo-jre%%JRE_VERSION%%/lib/%%ARCH%% -@dirrm diablo-jre%%JRE_VERSION%%/lib/fonts -@dirrm diablo-jre%%JRE_VERSION%%/lib/ext -@dirrm diablo-jre%%JRE_VERSION%%/lib/cmm -@dirrm diablo-jre%%JRE_VERSION%%/lib/audio -@dirrmtry diablo-jre%%JRE_VERSION%%/lib/applet -@dirrm diablo-jre%%JRE_VERSION%%/lib -%%WEB%%@dirrm diablo-jre%%JRE_VERSION%%/javaws -@dirrm diablo-jre%%JRE_VERSION%%/bin -@dirrm diablo-jre%%JRE_VERSION%% diff --git a/java/diablo-jre16/Makefile b/java/diablo-jre16/Makefile deleted file mode 100644 index 8e389c1a01be..000000000000 --- a/java/diablo-jre16/Makefile +++ /dev/null @@ -1,148 +0,0 @@ -# Created by: Greg Lewis <glewis@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= jre -PORTVERSION= ${JRE_VERSION}.${RELEASE_VERSION}.${BUILD_VERSION} -PORTREVISION= 19 -CATEGORIES= java devel -MASTER_SITES= # -PKGNAMEPREFIX= diablo- -DISTNAME= ${PKGNAMEPREFIX}latte-${JRE_OSREL}-${ARCH}-${JRE_VERSION}_${RELEASE_VERSION}-b${BUILD_VERSION} -EXTRACT_SUFX= .tar.bz2 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= glewis@FreeBSD.org -COMMENT= Java Runtime Environment ${JRE_VERSION}_${RELEASE_VERSION}.${BUILD_VERSION} - -DEPRECATED= Outdated, consider using openjdk6 or openjdk7 -EXPIRATION_DATE= 2012-11-27 - -RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper - -RESTRICTED= License does not allow distribution with fee - -USE_BZIP2= yes -USE_XORG+= xi xp xt xtst -ONLY_FOR_ARCHS= amd64 i386 -JRE_VERSION= 1.6.0 -RELEASE_VERSION=07 -BUILD_VERSION= 02 -PLIST_SUB+= JRE_VERSION=${JRE_VERSION} -PLIST_SUB+= ARCH=${ARCH} -DOWNLOAD_URL= http://www.FreeBSDFoundation.org/cgi-bin/download?download=${DISTNAME}${EXTRACT_SUFX} -LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}16 - -WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}jre${JRE_VERSION}_${RELEASE_VERSION} -NO_BUILD= yes - -OPTIONS= POLICY "Install the Unlimited Strength Policy Files" off \ - TZUPDATE "Update the time zone data" on - -SUB_FILES+= pkg-install \ - pkg-deinstall -SUB_LIST+= ARCH="${ARCH}" \ - JRE_VERSION="${JRE_VERSION}" - -PKG_IGNORE_DEPENDS= '^[^xjc]' - -INSTALL_DIR= ${PREFIX}/${PKGNAMEPREFIX}jre${JRE_VERSION} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 800105 -LIB_DEPENDS= z.4:${PORTSDIR}/misc/compat7x -.endif - -.if ${OSVERSION} >= 700000 -JRE_OSREL= freebsd7 -PLIST_SUB+= RELEASENOTE="@comment " -.else -JRE_OSREL= freebsd6 -PLIST_SUB+= RELEASENOTE="" -.endif - -.if ${ARCH} == "i386" -PLIST_SUB+= CLIENTVM="" -.else -PLIST_SUB+= CLIENTVM="@comment " -.endif - -.if defined(WITH_POLICY) -EXTRACT_DEPENDS+= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip -.endif - -POLICYFILE= jce_policy-6.zip -.if defined(WITH_POLICY) -DISTFILES+= ${POLICYFILE} -.endif - -.if !defined(WITHOUT_TZUPDATE) -RUN_DEPENDS+= ${LOCALBASE}/share/java/zi:${PORTSDIR}/java/java-zoneinfo -PLIST_SUB+= TZORIGINAL="@comment " -PLIST_SUB+= TZUPDATE="" -.else -PLIST_SUB+= TZORIGINAL="" -PLIST_SUB+= TZUPDATE="@comment " -.endif - -.if !defined(PACKAGE_BUILDING) && defined(JRE_OSREL) && (!exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) || (defined(WITH_POLICY) && !exists(${DISTDIR}/${POLICYFILE})))#{ -DISTFILE_INSTRUCTIONS=\n\ -Because of licensing restrictions, you must fetch the distribution\n\ -manually.\n\n -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})#{ -DISTFILE_INSTRUCTIONS+=Please access\n\ -\n\ - ${DOWNLOAD_URL}\n\ -\n\ -with a web browser and \"Accept\" the End User License Agreement for\n\ -\"Latte Diablo ${JRE_VERSION}\". Please place the downloaded\n\ -${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}.\n\n -.endif#} -.if defined(WITH_POLICY) && !exists(${DISTDIR}/${POLICYFILE})#{ -DISTFILE_INSTRUCTIONS+=Please open\n\n\ -\ \ \ \ http://www.oracle.com/technetwork/java/javase/downloads/index.html\n\n\ -in a web browser and follow the \"Download\" link for \"Java\n\ -Cryptography Extension (JCE) Unlimited Strength Jurisdiction\n\ -Policy Files 6\" to obtain the JCE policy file, ${POLICYFILE}.\n\n -.endif#} -DISTFILE_INSTRUCTIONS+=Please place the downloaded file(s) in ${DISTDIR}.\n\n -.endif#} - -pre-fetch: -.if defined(DISTFILE_INSTRUCTIONS) - @${PRINTF} "${DISTFILE_INSTRUCTIONS}" - @exit 1 -.endif - -post-extract: -.if defined(WITH_POLICY) - @${UNZIP_CMD} -qo ${DISTDIR}/${POLICYFILE} -d ${WRKDIR} -.endif - -.if !defined(WITHOUT_TZUPDATE) -pre-install: - @${ECHO_CMD} -n "Updating time zones..." - @${RM} -rf ${WRKSRC}/lib/zi - @${LN} -s -f ${LOCALBASE}/share/java/zi ${WRKSRC}/lib/ - @${ECHO_CMD} "done" -.endif - -do-install: - ${MKDIR} "${INSTALL_DIR}" - cd "${WRKSRC}" && ${FIND} . \ - | ${CPIO} -pdmu -R ${LIBOWN}:${LIBGRP} "${INSTALL_DIR}" - ${INSTALL_DATA} ${FILESDIR}/cacerts \ - ${PREFIX}/${PKGNAMEPREFIX}jre${JRE_VERSION}/lib/security/cacerts -.if defined(WITH_POLICY) - ${INSTALL_DATA} ${WRKDIR}/jce/*.jar ${PREFIX}/${PKGNAMEPREFIX}jre${JRE_VERSION}/lib/security -.endif - -post-install: - # Register the VM - "${LOCALBASE}/bin/registervm" \ - "${INSTALL_DIR}/bin/java # DiabloLatte${JRE_VERSION}" - # Install the shared archives and plugin - ${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.post.mk> diff --git a/java/diablo-jre16/distinfo b/java/diablo-jre16/distinfo deleted file mode 100644 index 98b5edc799ca..000000000000 --- a/java/diablo-jre16/distinfo +++ /dev/null @@ -1,10 +0,0 @@ -SHA256 (diablo-latte-freebsd6-amd64-1.6.0_07-b02.tar.bz2) = b019b485acafdcfe2a2770ea9d2a547f3918f78ba76191714072c57b47935eef -SIZE (diablo-latte-freebsd6-amd64-1.6.0_07-b02.tar.bz2) = 27577577 -SHA256 (diablo-latte-freebsd6-i386-1.6.0_07-b02.tar.bz2) = bdd412cbb91161eeb151d9b275b33ee817c6c20f127a8d8c0ea9eaf1e9bc72f4 -SIZE (diablo-latte-freebsd6-i386-1.6.0_07-b02.tar.bz2) = 28952258 -SHA256 (diablo-latte-freebsd7-amd64-1.6.0_07-b02.tar.bz2) = c5f652431e0ea299ed47be83daea9a44ce7e4621dc5658379a3faa3af8cf8430 -SIZE (diablo-latte-freebsd7-amd64-1.6.0_07-b02.tar.bz2) = 27350295 -SHA256 (diablo-latte-freebsd7-i386-1.6.0_07-b02.tar.bz2) = d4cfbdaa0a8d8f819b54b8f4005686ff1a62b59107ef02619fd2366ad0abf4d4 -SIZE (diablo-latte-freebsd7-i386-1.6.0_07-b02.tar.bz2) = 28718252 -SHA256 (jce_policy-6.zip) = d0c2258c3364120b4dbf7dd1655c967eee7057ac6ae6334b5ea8ceb8bafb9262 -SIZE (jce_policy-6.zip) = 9101 diff --git a/java/diablo-jre16/files/cacerts b/java/diablo-jre16/files/cacerts Binary files differdeleted file mode 100644 index 12d3aa1b024a..000000000000 --- a/java/diablo-jre16/files/cacerts +++ /dev/null diff --git a/java/diablo-jre16/files/pkg-deinstall.in b/java/diablo-jre16/files/pkg-deinstall.in deleted file mode 100644 index 7a71ffb3e4bb..000000000000 --- a/java/diablo-jre16/files/pkg-deinstall.in +++ /dev/null @@ -1,45 +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 shared archives -if [ `echo "$1" | grep jdk` ]; then - SHAREDARCHIVEDIR=${PKG_PREFIX}/diablo-jdk%%JDK_VERSION%%/jre/lib/%%ARCH%% -else - SHAREDARCHIVEDIR=${PKG_PREFIX}/diablo-jre%%JRE_VERSION%%/lib/%%ARCH%% -fi -for _vm in client server; do - rm -f "${SHAREDARCHIVEDIR}/${_vm}/classes.jsa" > /dev/null 2>&1 -done - -# Remove the plugin - -# Plugin location variables -BROWSERPLUGINDIR=%%LOCALBASE%%/lib/browser_plugins -if [ `echo "$1" | grep jdk` ]; then - DIABLOPLUGINDIR=${PKG_PREFIX}/diablo-jdk%%JDK_VERSION%%/jre/plugin/`uname -p`/ns7 -else - DIABLOPLUGINDIR=${PKG_PREFIX}/diablo-jre%%JRE_VERSION%%/plugin/`uname -p`/ns7 -fi -PLUGIN=libjavaplugin_oji.so - -# Check if the package includes the plugin -if [ ! -e "${DIABLOPLUGINDIR}/${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"${DIABLOPLUGINDIR}/${PLUGIN}" ]; then - rm -f "${BROWSERPLUGINDIR}/${PLUGIN}" -fi - -exit 0 diff --git a/java/diablo-jre16/files/pkg-install.in b/java/diablo-jre16/files/pkg-install.in deleted file mode 100644 index 37724689c3ce..000000000000 --- a/java/diablo-jre16/files/pkg-install.in +++ /dev/null @@ -1,300 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -# Set up a standard path -PATH=/usr/bin:/bin - -# Hack to prevent licensing from breaking bento. -if [ "x${PACKAGE_BUILDING}" != "x" ]; then - exit 0 -fi - -# Attempt to generate shared archives during post-install -if [ "$2" = "POST-INSTALL" ]; then - # Generate shared class archives. - for _vm in client server; do - if [ `echo "$1" | grep jdk` ]; then - ${PKG_PREFIX}/diablo-jdk%%JDK_VERSION%%/bin/java -${_vm} -Xshare:dump >/dev/null 2>&1 - else - ${PKG_PREFIX}/diablo-jdk%%JDK_VERSION%%/bin/java -${_vm} -Xshare:dump >/dev/null 2>&1 - fi - done -fi - -# Attempt to install a link for the browser plugin during post-install -if [ "$2" = "POST-INSTALL" ]; then - # Plugin location variables - BROWSERPLUGINDIR=%%LOCALBASE%%/lib/browser_plugins - if [ `echo "$1" | grep jdk` ]; then - DIABLOPLUGINDIR=${PKG_PREFIX}/diablo-jdk%%JDK_VERSION%%/jre/plugin/`uname -p`/ns7 - else - DIABLOPLUGINDIR=${PKG_PREFIX}/diablo-jre%%JRE_VERSION%%/plugin/`uname -p`/ns7 - fi - PLUGIN=libjavaplugin_oji.so - - # Check if the browser plugin exists - if [ ! -e "${DIABLOPLUGINDIR}/${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 "${DIABLOPLUGINDIR}/${PLUGIN}" \ - "${BROWSERPLUGINDIR}/${PLUGIN}" - exit 0 - fi - - # If the browser plugin exists and is a symlink, but the link - # doesn't exist, then overwrite with the diablo 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 "${DIABLOPLUGINDIR}/${PLUGIN}" \ - "${BROWSERPLUGINDIR}/${PLUGIN}" - exit 0 - fi - fi - - # The browser plugin exists and appears real. Ask if they want it - # replaced. - echo "You appear to already have a Java browser plugin installed." - echo "Would you like to replace it with the Diablo 1.6.0 plugin? [yes or no]" - read ANSWER - : ${ANSWER:=no} - case $ANSWER in - [yY]|[yY][eE][sS]) - ln -sf "${DIABLOPLUGINDIR}/${PLUGIN}" \ - "${BROWSERPLUGINDIR}/${PLUGIN}" - ;; - *) - ;; - esac - - # Done with post-install. - exit 0 -fi - -# Pre-install section - -# License agreement -more << EOF_LICENSE -FREEBSD FOUNDATION - -Diablo Version 1.6.0-0 ("Software") - -END USER LICENSE AGREEMENT - -You may install this Software only if you are currently a licensee -of FreeBSD (including substantially similar versions of FreeBSD) for -your own internal use only with your copy(ies) of FreeBSD (including -substantially similar versions of FreeBSD). If you are an OEM - a person -who will bundle the Software with other software before distributing the -bundled product to end users - you must read and "accept" the provisions -of the OEM License Agreement. You must read the License Agreement and -enter "YES" below to continue your install. By doing so, you agree to -be bound by all of the terms of this License Agreement. - -IMPORTANT - READ CAREFULLY: This End User License Agreement ("Agreement") -is a legal agreement between you (in your capacity as an individual -and as an agent for your company, institution, or other entity) and the -FreeBSD Foundation ("Foundation"). Accessing, downloading, installing, -using or copying of the Software (as hereafter defined) by you or a third -party on your behalf indicates your agreement to be bound by the terms -and conditions of this Agreement. If you do not agree to these terms and -conditions, do not access, download, install, use or copy the Software. -In the absence of this Agreement, you have no rights in the Software. -1. LICENSE GRANT. - - (a) Subject to all third party intellectual property claims - and without warranty of any nature, Foundation hereby grants to - you, and you hereby accept, a non-exclusive license for use in - (x) general purpose servers and (y) general purpose desktop and - laptop personal computers ("License") to: (i) download, install - and use the Software in binary executable form on one or more - computers for use by a total number of end users not to exceed - the number of your end users who are authorized to use FreeBSD; - provided that you agree to implement reasonable controls to ensure - that your use of the Software does not exceed such maximum number - of end users; and (ii) download and/or use one or more copies of - any related materials provided by Foundation ("Related Materials") - in electronic format and/or one copies of the Related Materials - in hard copy format subject to the following terms and conditions: - - (i) other than as set forth in paragraph 1(a) above, - you may not make or distribute copies of the Software, - or electronically transfer the Software from one computer - to another or over a network; - - (ii) you may not decompile, reverse engineer, - disassemble or otherwise reduce the Software to a - human-perceivable form; - - (iii) you may not rent, lease or sublease the Software; - - (iv) you may not modify the Software or create - derivative works based upon the Software; and - - (v) in the event that you breach any of the terms - of this Agreement, Foundation may terminate the License - and you must destroy all copies of the Software and - Related Materials. - - (b) you may make one copy of the Software in machine-readable - form solely for back-up purposes; provided, however, that you - must reproduce on such copy all copyright notices and proprietary - legends on the original copy of the software. - - (c) Subject to the terms and conditions of this Agreement, - you may create a hyperlink between an Internet website owned and - controlled by you and the Foundation's website, which hyperlink - describes in a fair and accurate manner where the Software - may be obtained, provided that you do not frame the Website or - otherwise give the false impression that Foundation is somehow - associated with, or otherwise endorses or sponsors your website. - Any goodwill associated with such hyperlink shall inure to - the sole and exclusive benefit of Foundation. Other than the - creation of such hyperlink, nothing in this Agreement shall be - construed as conferring upon you any right to make any reference - to Foundation or to its trademarks, service marks or any other - indicia of origin owned by Foundation, or to indicate in any - way that your products or services are in any way sponsored, - approved, endorsed by or affiliated with Foundation. - -2. RIGHTS RESERVED. - - (a) This License does not grant you any right to enhancements - or updates to, or support or maintenance for, the Software or - any modifications made by Foundation; - - (b) Foundation is free to license the Software on terms - different from those contained herein; - - (c) Foundation and its licensors hereby expressly reserve - all rights in the Software which are not expressly granted to - you under the License; and, without limiting the generality of - the foregoing, Foundation and its licensors retain all title, - copyright, and other intellectual property and proprietary rights - in the Software and any copies thereof, and you do not acquire - any rights, express or implied, other than those expressly set - forth in this Agreement. - -3. COPYRIGHT. You hereby acknowledge and agree that the Software -is protected by United States copyright law and international treaty -provisions. You must reproduce all copyright notices, trademark notices -and other proprietary notices of Foundation and its licensors on any -copies of the Software and Related Materials and you must not remove -such notices; - -4. MAINTENANCE AND SUPPORT. Foundation is under no obligation -whatsoever to provide maintenance or support for the Software or -to notify you of bug fixes, patches, or upgrades to the features, -functionality or performance of the Software ("Enhancements") (if any), -whether developed by Foundation or others. If, in its sole discretion, -Foundation makes an Enhancement available to you and does not enter into a -separate written license agreement with you relating to such Enhancement, -then that Enhancement will be deemed incorporated into the Software and -subject to this Agreement. - -5. WARRANTY DISCLAIMER. THE SOFTWARE IS PROVIDED TO YOU "AS IS" -WITHOUT WARRANTY OF ANY TYPE OR NATURE, AND FOUNDATION AND ITS LICENSORS -HEREBY EXPRESSLY DISCLAIM ANY WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, -BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE, TITLE OR NON-INFRINGEMENT OR ANY WARRANTIES -ARISING BY USAGE OF TRADE, COURSE OF DEALING OR COURSE OF PERFORMANCE. -IN ADDITION, FOUNDATION AND ITS LICENSORS EXPRESSLY DISCLAIM ANY LIABILITY -FOR THE ACCURACY, COMPLETENESS OR USEFULNESS OF THE SOFTWARE AND DO -NOT WARRANT THAT THE SOFTWARE WILL FUNCTION UNINTERRUPTED, THAT IT -IS ERROR-FREE OR THAT ANY ERRORS WILL BE CORRECTED. YOU ASSUME TOTAL -RESPONSIBILITY AND RISK FOR YOUR USE OF THE SOFTWARE, INCLUDING, BUT -NOT LIMITED TO ANY DEFECTS OR INACCURACIES THEREIN. -6. LIMITATION OF LIABILITY. IN NO EVENT SHALL FOUNDATION OR ITS -LICENSORS BE LIABLE FOR ANY INDIRECT, INCIDENTAL, CONSEQUENTIAL, SPECIAL -OR PUNITIVE DAMAGES OF ANY KIND OR NATURE, INCLUDING, BUT NOT LIMITED -TO, LOSS OF PROFITS OR LOSS OF DATA, FOR ANY REASON WHATSOEVER, WHETHER -SUCH LIABILITY IS ASSERTED ON THE BASIS OF CONTRACT, TORT (INCLUDING -NEGLIGENCE OR STRICT LIABILITY), OR OTHERWISE, EVEN IF FOUNDATION HAS -BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSS OR DAMAGES. IN NO EVENT -SHALL FOUNDATION'S LIABILITY FOR DAMAGES ARISING FROM OR IN CONNECTION -WITH THIS AGREEMENT EXCEED THE GREATER OF $500 OR THE AMOUNT PAID BY -YOU FOR THE SOFTWARE. BECAUSE SOME STATES DO NOT ALLOW THE EXCLUSION -OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE -ABOVE LIMITATIONS MAY NOT APPLY TO YOU. IN THE EVENT THAT APPLICABLE -LAW DOES NOT ALLOW THE COMPLETE EXCLUSION OR LIMITATION OF LIABILITY OF -CLAIMS AND DAMAGES AS SET FORTH IN THIS AGREEMENT, FOUNDATION'S LIABILITY -IS LIMITED TO THE GREATEST EXTENT PERMITTED BY LAW. - -7. INDEMNIFICATION. You shall defend, indemnify and hold harmless -Foundation and its licensors and their respective directors, officers, -agents, employees and volunteers from and against any and all claims, -suits, losses, damages, costs, fees and expenses arising out of or in -connection with this Agreement. You shall pay all costs incurred by -Foundation in enforcing this provision, including reasonable attorneys' -fees and court costs. You agree that under no circumstances will -Foundation indemnify you or any other person. - -8. TERM AND TERMINATION. The License will continue perpetually -unless terminated by Foundation in accordance with this Agreement. If you -breach any term of this Agreement and failure to cure such breach within -thirty (30) days after receipt of written notice specifying the breach, -this Agreement shall automatically terminate. Upon the termination -of this Agreement, you shall immediately cease using the Software and -provide Foundation with written certification of your compliance with -the foregoing. The termination of this Agreement shall not relieve you of -your obligations arising prior to such termination. Notwithstanding any -provision in this Agreement to the contrary, Sections 5 through 7 shall -survive the termination of this Agreement. - -9. EXPORT CONTROLS. You shall observe all applicable United States -and foreign laws and regulations (if any) with respect to the export, -re-export, diversion or transfer of the Software, related technical data -and direct products thereof, including, but not limited to the Export -Administration Regulations. - -10. THIRD PARTY SOFTWARE. You acknowledge and agree that the Software -includes Java2 Standard Edition (the "Technology") pursuant to Sun -Community Source License Copyright 1994-2003 Sun Microsystems, Inc. -All rights reserved. You also agree to install and use the Software -on a product which (i) has a principle purpose that 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. - -11. GENERAL. You shall not assert against Foundation or its licensors -any claim for infringement or misappropriation of any intellectual -property rights in any way relating to the Software. This Agreement shall -be governed by, construed and enforced in accordance with the laws of the -State of California, excluding its rules governing conflicts of laws. -In the event that any provision of this Agreement is deemed illegal -or unenforceable, Foundation may, but is not obligated to, post on the -Website a new version of this Agreement which, in Foundation's opinion, -reasonably preserves the intent of this Agreement. This Agreement -is binding upon and shall inure to the benefit of Foundation and -its successors and assigns. This Agreement represents the entire -understanding of the parties, and superceded all previous communications, -written or oral, relating to the subject of this Agreement. - -EOF_LICENSE - -agreed= -while [ x$agreed = x ]; do - echo - echo "Do you agree to the above license terms? [yes or no] " - read reply leftover - case $reply in - y* | Y*) - agreed=1 - ;; - n* | n*) - echo - echo "If you don't agree to the license you can't install this software" - exit 1 - ;; - esac -done diff --git a/java/diablo-jre16/pkg-descr b/java/diablo-jre16/pkg-descr deleted file mode 100644 index c0ae336b9598..000000000000 --- a/java/diablo-jre16/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The Java Runtime Environment (JRE) implements the Java Virtual -machine and base classes, and permits the execution of Java -applications on FreeBSD. - -WWW: http://www.FreeBSDFoundation.org/downloads/java.shtml diff --git a/java/diablo-jre16/pkg-plist b/java/diablo-jre16/pkg-plist deleted file mode 100644 index 72668ee1a629..000000000000 --- a/java/diablo-jre16/pkg-plist +++ /dev/null @@ -1,795 +0,0 @@ -@unexec %%LOCALBASE%%/bin/unregistervm "%D/diablo-jre%%JRE_VERSION%%/bin/java" -diablo-jre%%JRE_VERSION%%/COPYRIGHT -diablo-jre%%JRE_VERSION%%/LICENSE -diablo-jre%%JRE_VERSION%%/README -%%RELEASENOTE%%diablo-jre%%JRE_VERSION%%/RELEASENOTE.txt -diablo-jre%%JRE_VERSION%%/THIRDPARTYLICENSEREADME.txt -diablo-jre%%JRE_VERSION%%/Welcome.html -diablo-jre%%JRE_VERSION%%/bin/ControlPanel -diablo-jre%%JRE_VERSION%%/bin/java -diablo-jre%%JRE_VERSION%%/bin/java_vm -diablo-jre%%JRE_VERSION%%/bin/javaws -diablo-jre%%JRE_VERSION%%/bin/jcontrol -diablo-jre%%JRE_VERSION%%/bin/keytool -diablo-jre%%JRE_VERSION%%/bin/orbd -diablo-jre%%JRE_VERSION%%/bin/pack200 -diablo-jre%%JRE_VERSION%%/bin/policytool -diablo-jre%%JRE_VERSION%%/bin/rmid -diablo-jre%%JRE_VERSION%%/bin/rmiregistry -diablo-jre%%JRE_VERSION%%/bin/servertool -diablo-jre%%JRE_VERSION%%/bin/tnameserv -diablo-jre%%JRE_VERSION%%/bin/unpack200 -diablo-jre%%JRE_VERSION%%/javaws/javaws -diablo-jre%%JRE_VERSION%%/lib/audio/soundbank.gm -diablo-jre%%JRE_VERSION%%/lib/calendars.properties -diablo-jre%%JRE_VERSION%%/lib/charsets.jar -diablo-jre%%JRE_VERSION%%/lib/classlist -diablo-jre%%JRE_VERSION%%/lib/cmm/CIEXYZ.pf -diablo-jre%%JRE_VERSION%%/lib/cmm/GRAY.pf -diablo-jre%%JRE_VERSION%%/lib/cmm/LINEAR_RGB.pf -diablo-jre%%JRE_VERSION%%/lib/cmm/PYCC.pf -diablo-jre%%JRE_VERSION%%/lib/cmm/sRGB.pf -diablo-jre%%JRE_VERSION%%/lib/content-types.properties -diablo-jre%%JRE_VERSION%%/lib/deploy.jar -diablo-jre%%JRE_VERSION%%/lib/deploy/ffjcext.zip -diablo-jre%%JRE_VERSION%%/lib/deploy/java-icon.ico -diablo-jre%%JRE_VERSION%%/lib/deploy/messages.properties -diablo-jre%%JRE_VERSION%%/lib/deploy/messages_de.properties -diablo-jre%%JRE_VERSION%%/lib/deploy/messages_es.properties -diablo-jre%%JRE_VERSION%%/lib/deploy/messages_fr.properties -diablo-jre%%JRE_VERSION%%/lib/deploy/messages_it.properties -diablo-jre%%JRE_VERSION%%/lib/deploy/messages_ja.properties -diablo-jre%%JRE_VERSION%%/lib/deploy/messages_ko.properties -diablo-jre%%JRE_VERSION%%/lib/deploy/messages_sv.properties -diablo-jre%%JRE_VERSION%%/lib/deploy/messages_zh_CN.properties -diablo-jre%%JRE_VERSION%%/lib/deploy/messages_zh_HK.properties -diablo-jre%%JRE_VERSION%%/lib/deploy/messages_zh_TW.properties -diablo-jre%%JRE_VERSION%%/lib/deploy/splash.jpg -diablo-jre%%JRE_VERSION%%/lib/desktop/applications/sun-java.desktop -diablo-jre%%JRE_VERSION%%/lib/desktop/applications/sun-javaws.desktop -diablo-jre%%JRE_VERSION%%/lib/desktop/applications/sun_java.desktop -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrast/16x16/apps/sun-java.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrast/16x16/apps/sun-javaws.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrast/16x16/apps/sun-jcontrol.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-application-x-java-archive.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-text-x-java.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrast/48x48/apps/sun-java.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrast/48x48/apps/sun-javaws.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrast/48x48/apps/sun-jcontrol.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-application-x-java-archive.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-text-x-java.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-java.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-javaws.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-jcontrol.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-application-x-java-archive.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-text-x-java.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-java.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-javaws.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-jcontrol.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-application-x-java-archive.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-text-x-java.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/LowContrast/16x16/apps/sun-java.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/LowContrast/16x16/apps/sun-javaws.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/LowContrast/16x16/apps/sun-jcontrol.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-application-x-java-archive.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-text-x-java.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/LowContrast/48x48/apps/sun-java.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/LowContrast/48x48/apps/sun-javaws.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/LowContrast/48x48/apps/sun-jcontrol.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-application-x-java-archive.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-text-x-java.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/hicolor/16x16/apps/sun-java.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/hicolor/16x16/apps/sun-javaws.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/hicolor/16x16/apps/sun-jcontrol.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-java-archive.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-text-x-java.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/hicolor/48x48/apps/sun-java.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/hicolor/48x48/apps/sun-javaws.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/hicolor/48x48/apps/sun-jcontrol.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-java-archive.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png -diablo-jre%%JRE_VERSION%%/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-text-x-java.png -diablo-jre%%JRE_VERSION%%/lib/desktop/mime/packages/x-java-archive.xml -diablo-jre%%JRE_VERSION%%/lib/desktop/mime/packages/x-java-jnlp-file.xml -diablo-jre%%JRE_VERSION%%/lib/ext/dnsns.jar -diablo-jre%%JRE_VERSION%%/lib/ext/localedata.jar -diablo-jre%%JRE_VERSION%%/lib/ext/meta-index -diablo-jre%%JRE_VERSION%%/lib/ext/sunjce_provider.jar -diablo-jre%%JRE_VERSION%%/lib/ext/sunpkcs11.jar -diablo-jre%%JRE_VERSION%%/lib/flavormap.properties -diablo-jre%%JRE_VERSION%%/lib/fontconfig.bfc -diablo-jre%%JRE_VERSION%%/lib/fontconfig.properties.src -diablo-jre%%JRE_VERSION%%/lib/fonts/LucidaBrightDemiBold.ttf -diablo-jre%%JRE_VERSION%%/lib/fonts/LucidaBrightDemiItalic.ttf -diablo-jre%%JRE_VERSION%%/lib/fonts/LucidaBrightItalic.ttf -diablo-jre%%JRE_VERSION%%/lib/fonts/LucidaBrightRegular.ttf -diablo-jre%%JRE_VERSION%%/lib/fonts/LucidaSansDemiBold.ttf -diablo-jre%%JRE_VERSION%%/lib/fonts/LucidaSansRegular.ttf -diablo-jre%%JRE_VERSION%%/lib/fonts/LucidaTypewriterBold.ttf -diablo-jre%%JRE_VERSION%%/lib/fonts/LucidaTypewriterRegular.ttf -diablo-jre%%JRE_VERSION%%/lib/fonts/fonts.dir -%%CLIENTVM%%diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/client/Xusage.txt -%%CLIENTVM%%diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/client/libjsig.so -%%CLIENTVM%%diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/client/libjvm.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/headless/libmawt.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/jexec -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/jli/libjli.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/jvm.cfg -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libJdbcOdbc.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libawt.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libcmm.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libdcpr.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libdeploy.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libdt_socket.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libfontmanager.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libhprof.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libinstrument.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libioser12.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libj2gss.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libj2pcsc.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libj2pkcs11.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libjaas_unix.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libjava.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libjava_crw_demo.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libjavaplugin_jni.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libjavaplugin_nscp.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libjawt.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libjdwp.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libjpeg.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libjsig.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libjsound.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libmanagement.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libmlib_image.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libnet.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libnio.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libnpt.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/librmi.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libsplashscreen.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libunpack.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libverify.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/libzip.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/native_threads/libhpi.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/server/Xusage.txt -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/server/libjsig.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/server/libjvm.so -diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/xawt/libmawt.so -diablo-jre%%JRE_VERSION%%/lib/im/indicim.jar -diablo-jre%%JRE_VERSION%%/lib/im/thaiim.jar -diablo-jre%%JRE_VERSION%%/lib/images/cursors/cursors.properties -diablo-jre%%JRE_VERSION%%/lib/images/cursors/invalid32x32.gif -diablo-jre%%JRE_VERSION%%/lib/images/cursors/motif_CopyDrop32x32.gif -diablo-jre%%JRE_VERSION%%/lib/images/cursors/motif_CopyNoDrop32x32.gif -diablo-jre%%JRE_VERSION%%/lib/images/cursors/motif_LinkDrop32x32.gif -diablo-jre%%JRE_VERSION%%/lib/images/cursors/motif_LinkNoDrop32x32.gif -diablo-jre%%JRE_VERSION%%/lib/images/cursors/motif_MoveDrop32x32.gif -diablo-jre%%JRE_VERSION%%/lib/images/cursors/motif_MoveNoDrop32x32.gif -diablo-jre%%JRE_VERSION%%/lib/images/icons/sun-java.png -diablo-jre%%JRE_VERSION%%/lib/images/icons/sun-java_HighContrast.png -diablo-jre%%JRE_VERSION%%/lib/images/icons/sun-java_HighContrastInverse.png -diablo-jre%%JRE_VERSION%%/lib/images/icons/sun-java_LowContrast.png -diablo-jre%%JRE_VERSION%%/lib/javaws.jar -diablo-jre%%JRE_VERSION%%/lib/jce.jar -diablo-jre%%JRE_VERSION%%/lib/jsse.jar -diablo-jre%%JRE_VERSION%%/lib/jvm.hprof.txt -diablo-jre%%JRE_VERSION%%/lib/locale/de/LC_MESSAGES/sunw_java_plugin.mo -diablo-jre%%JRE_VERSION%%/lib/locale/es/LC_MESSAGES/sunw_java_plugin.mo -diablo-jre%%JRE_VERSION%%/lib/locale/fr/LC_MESSAGES/sunw_java_plugin.mo -diablo-jre%%JRE_VERSION%%/lib/locale/it/LC_MESSAGES/sunw_java_plugin.mo -diablo-jre%%JRE_VERSION%%/lib/locale/ja/LC_MESSAGES/sunw_java_plugin.mo -diablo-jre%%JRE_VERSION%%/lib/locale/ko.UTF-8/LC_MESSAGES/sunw_java_plugin.mo -diablo-jre%%JRE_VERSION%%/lib/locale/ko/LC_MESSAGES/sunw_java_plugin.mo -diablo-jre%%JRE_VERSION%%/lib/locale/sv/LC_MESSAGES/sunw_java_plugin.mo -diablo-jre%%JRE_VERSION%%/lib/locale/zh.GBK/LC_MESSAGES/sunw_java_plugin.mo -diablo-jre%%JRE_VERSION%%/lib/locale/zh/LC_MESSAGES/sunw_java_plugin.mo -diablo-jre%%JRE_VERSION%%/lib/locale/zh_HK.BIG5HK/LC_MESSAGES/sunw_java_plugin.mo -diablo-jre%%JRE_VERSION%%/lib/locale/zh_TW.BIG5/LC_MESSAGES/sunw_java_plugin.mo -diablo-jre%%JRE_VERSION%%/lib/locale/zh_TW/LC_MESSAGES/sunw_java_plugin.mo -diablo-jre%%JRE_VERSION%%/lib/logging.properties -diablo-jre%%JRE_VERSION%%/lib/management-agent.jar -diablo-jre%%JRE_VERSION%%/lib/management/jmxremote.access -diablo-jre%%JRE_VERSION%%/lib/management/jmxremote.password.template -diablo-jre%%JRE_VERSION%%/lib/management/management.properties -diablo-jre%%JRE_VERSION%%/lib/management/snmp.acl.template -diablo-jre%%JRE_VERSION%%/lib/meta-index -diablo-jre%%JRE_VERSION%%/lib/net.properties -diablo-jre%%JRE_VERSION%%/lib/oblique-fonts/LucidaSansDemiOblique.ttf -diablo-jre%%JRE_VERSION%%/lib/oblique-fonts/LucidaSansOblique.ttf -diablo-jre%%JRE_VERSION%%/lib/oblique-fonts/LucidaTypewriterBoldOblique.ttf -diablo-jre%%JRE_VERSION%%/lib/oblique-fonts/LucidaTypewriterOblique.ttf -diablo-jre%%JRE_VERSION%%/lib/oblique-fonts/fonts.dir -diablo-jre%%JRE_VERSION%%/lib/plugin.jar -diablo-jre%%JRE_VERSION%%/lib/psfont.properties.ja -diablo-jre%%JRE_VERSION%%/lib/psfontj2d.properties -diablo-jre%%JRE_VERSION%%/lib/resources.jar -diablo-jre%%JRE_VERSION%%/lib/rt.jar -diablo-jre%%JRE_VERSION%%/lib/security/US_export_policy.jar -diablo-jre%%JRE_VERSION%%/lib/security/cacerts -diablo-jre%%JRE_VERSION%%/lib/security/java.policy -diablo-jre%%JRE_VERSION%%/lib/security/java.security -diablo-jre%%JRE_VERSION%%/lib/security/javaws.policy -diablo-jre%%JRE_VERSION%%/lib/security/local_policy.jar -diablo-jre%%JRE_VERSION%%/lib/servicetag/jdk_header.png -diablo-jre%%JRE_VERSION%%/lib/sound.properties -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Abidjan -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Accra -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Addis_Ababa -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Algiers -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Asmara -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Bamako -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Bangui -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Banjul -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Bissau -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Blantyre -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Brazzaville -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Bujumbura -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Cairo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Casablanca -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Ceuta -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Conakry -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Dakar -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Dar_es_Salaam -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Djibouti -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Douala -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/El_Aaiun -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Freetown -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Gaborone -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Harare -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Johannesburg -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Kampala -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Khartoum -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Kigali -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Kinshasa -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Lagos -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Libreville -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Lome -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Luanda -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Lubumbashi -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Lusaka -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Malabo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Maputo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Maseru -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Mbabane -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Mogadishu -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Monrovia -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Nairobi -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Ndjamena -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Niamey -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Nouakchott -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Ouagadougou -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Porto-Novo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Sao_Tome -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Tripoli -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Tunis -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Africa/Windhoek -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Adak -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Anchorage -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Anguilla -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Antigua -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Araguaina -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Argentina/Buenos_Aires -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Argentina/Catamarca -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Argentina/Cordoba -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Argentina/Jujuy -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Argentina/La_Rioja -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Argentina/Mendoza -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Argentina/Rio_Gallegos -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Argentina/San_Juan -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Argentina/Tucuman -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Argentina/Ushuaia -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Aruba -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Asuncion -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Atikokan -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Bahia -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Barbados -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Belem -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Belize -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Blanc-Sablon -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Boa_Vista -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Bogota -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Boise -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Cambridge_Bay -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Campo_Grande -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Cancun -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Caracas -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Cayenne -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Cayman -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Chicago -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Chihuahua -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Costa_Rica -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Cuiaba -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Curacao -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Danmarkshavn -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Dawson -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Dawson_Creek -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Denver -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Detroit -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Dominica -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Edmonton -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Eirunepe -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/El_Salvador -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Fortaleza -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Glace_Bay -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Godthab -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Goose_Bay -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Grand_Turk -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Grenada -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Guadeloupe -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Guatemala -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Guayaquil -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Guyana -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Halifax -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Havana -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Hermosillo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Indiana/Indianapolis -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Indiana/Knox -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Indiana/Marengo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Indiana/Petersburg -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Indiana/Tell_City -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Indiana/Vevay -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Indiana/Vincennes -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Indiana/Winamac -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Inuvik -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Iqaluit -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Jamaica -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Juneau -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Kentucky/Louisville -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Kentucky/Monticello -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/La_Paz -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Lima -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Los_Angeles -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Maceio -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Managua -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Manaus -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Martinique -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Mazatlan -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Menominee -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Merida -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Mexico_City -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Miquelon -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Moncton -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Monterrey -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Montevideo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Montreal -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Montserrat -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Nassau -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/New_York -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Nipigon -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Nome -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Noronha -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/North_Dakota/Center -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/North_Dakota/New_Salem -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Panama -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Pangnirtung -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Paramaribo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Phoenix -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Port-au-Prince -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Port_of_Spain -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Porto_Velho -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Puerto_Rico -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Rainy_River -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Rankin_Inlet -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Recife -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Regina -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Resolute -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Rio_Branco -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Santiago -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Santo_Domingo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Sao_Paulo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Scoresbysund -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/St_Johns -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/St_Kitts -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/St_Lucia -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/St_Thomas -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/St_Vincent -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Swift_Current -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Tegucigalpa -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Thule -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Thunder_Bay -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Tijuana -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Toronto -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Tortola -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Vancouver -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Whitehorse -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Winnipeg -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Yakutat -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/America/Yellowknife -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Antarctica/Casey -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Antarctica/Davis -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Antarctica/DumontDUrville -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Antarctica/Mawson -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Antarctica/McMurdo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Antarctica/Palmer -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Antarctica/Rothera -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Antarctica/Syowa -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Antarctica/Vostok -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Aden -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Almaty -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Amman -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Anadyr -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Aqtau -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Aqtobe -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Ashgabat -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Baghdad -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Bahrain -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Baku -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Bangkok -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Beirut -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Bishkek -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Brunei -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Calcutta -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Choibalsan -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Chongqing -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Colombo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Damascus -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Dhaka -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Dili -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Dubai -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Dushanbe -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Gaza -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Harbin -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Hong_Kong -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Hovd -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Irkutsk -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Jakarta -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Jayapura -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Jerusalem -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Kabul -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Kamchatka -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Karachi -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Kashgar -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Katmandu -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Krasnoyarsk -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Kuala_Lumpur -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Kuching -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Kuwait -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Macau -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Magadan -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Makassar -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Manila -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Muscat -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Nicosia -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Novosibirsk -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Omsk -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Oral -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Phnom_Penh -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Pontianak -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Pyongyang -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Qatar -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Qyzylorda -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Rangoon -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Riyadh -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Riyadh87 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Riyadh88 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Riyadh89 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Saigon -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Sakhalin -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Samarkand -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Seoul -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Shanghai -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Singapore -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Taipei -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Tashkent -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Tbilisi -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Tehran -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Thimphu -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Tokyo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Ulaanbaatar -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Urumqi -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Vientiane -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Vladivostok -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Yakutsk -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Yekaterinburg -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Asia/Yerevan -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Atlantic/Azores -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Atlantic/Bermuda -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Atlantic/Canary -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Atlantic/Cape_Verde -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Atlantic/Faroe -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Atlantic/Madeira -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Atlantic/Reykjavik -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Atlantic/South_Georgia -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Atlantic/St_Helena -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Atlantic/Stanley -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Australia/Adelaide -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Australia/Brisbane -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Australia/Broken_Hill -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Australia/Currie -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Australia/Darwin -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Australia/Eucla -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Australia/Hobart -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Australia/Lindeman -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Australia/Lord_Howe -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Australia/Melbourne -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Australia/Perth -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Australia/Sydney -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/CET -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/CST6CDT -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/EET -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/EST -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/EST5EDT -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+1 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+10 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+11 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+12 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+2 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+3 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+4 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+5 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+6 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+7 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+8 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT+9 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-1 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-10 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-11 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-12 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-13 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-14 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-2 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-3 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-4 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-5 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-6 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-7 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-8 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/GMT-9 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/UCT -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Etc/UTC -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Amsterdam -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Andorra -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Athens -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Belgrade -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Berlin -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Brussels -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Bucharest -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Budapest -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Chisinau -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Copenhagen -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Dublin -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Gibraltar -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Helsinki -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Istanbul -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Kaliningrad -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Kiev -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Lisbon -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/London -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Luxembourg -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Madrid -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Malta -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Minsk -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Monaco -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Moscow -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Oslo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Paris -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Prague -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Riga -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Rome -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Samara -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Simferopol -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Sofia -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Stockholm -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Tallinn -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Tirane -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Uzhgorod -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Vaduz -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Vienna -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Vilnius -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Volgograd -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Warsaw -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Zaporozhye -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Europe/Zurich -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/GMT -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/HST -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Indian/Antananarivo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Indian/Chagos -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Indian/Christmas -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Indian/Cocos -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Indian/Comoro -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Indian/Kerguelen -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Indian/Mahe -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Indian/Maldives -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Indian/Mauritius -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Indian/Mayotte -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Indian/Reunion -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/MET -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/MST -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/MST7MDT -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/PST8PDT -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Apia -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Auckland -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Chatham -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Easter -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Efate -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Enderbury -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Fakaofo -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Fiji -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Funafuti -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Galapagos -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Gambier -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Guadalcanal -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Guam -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Honolulu -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Johnston -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Kiritimati -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Kosrae -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Kwajalein -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Majuro -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Marquesas -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Midway -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Nauru -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Niue -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Norfolk -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Noumea -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Pago_Pago -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Palau -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Pitcairn -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Ponape -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Port_Moresby -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Rarotonga -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Saipan -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Tahiti -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Tarawa -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Tongatapu -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Truk -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Wake -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/Pacific/Wallis -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/SystemV/AST4 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/SystemV/AST4ADT -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/SystemV/CST6 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/SystemV/CST6CDT -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/SystemV/EST5 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/SystemV/EST5EDT -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/SystemV/HST10 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/SystemV/MST7 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/SystemV/MST7MDT -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/SystemV/PST8 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/SystemV/PST8PDT -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/SystemV/YST9 -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/SystemV/YST9YDT -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/WET -%%TZORIGINAL%%diablo-jre%%JRE_VERSION%%/lib/zi/ZoneInfoMappings -%%TZUPDATE%%diablo-jre%%JRE_VERSION%%/lib/zi -diablo-jre%%JRE_VERSION%%/man/ja -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/java.1 -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/javaws.1 -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/keytool.1 -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/orbd.1 -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/pack200.1 -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/policytool.1 -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/rmid.1 -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/rmiregistry.1 -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/servertool.1 -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/tnameserv.1 -diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1/unpack200.1 -diablo-jre%%JRE_VERSION%%/man/man1/java.1 -diablo-jre%%JRE_VERSION%%/man/man1/javaws.1 -diablo-jre%%JRE_VERSION%%/man/man1/keytool.1 -diablo-jre%%JRE_VERSION%%/man/man1/orbd.1 -diablo-jre%%JRE_VERSION%%/man/man1/pack200.1 -diablo-jre%%JRE_VERSION%%/man/man1/policytool.1 -diablo-jre%%JRE_VERSION%%/man/man1/rmid.1 -diablo-jre%%JRE_VERSION%%/man/man1/rmiregistry.1 -diablo-jre%%JRE_VERSION%%/man/man1/servertool.1 -diablo-jre%%JRE_VERSION%%/man/man1/tnameserv.1 -diablo-jre%%JRE_VERSION%%/man/man1/unpack200.1 -diablo-jre%%JRE_VERSION%%/plugin/desktop/sun_java.desktop -diablo-jre%%JRE_VERSION%%/plugin/desktop/sun_java.png -diablo-jre%%JRE_VERSION%%/plugin/%%ARCH%%/ns7/libjavaplugin_oji.so -@exec %%LOCALBASE%%/bin/registervm "%D/diablo-jre%%JRE_VERSION%%/bin/java # DiabloLatte${JRE_VERSION}" -@dirrm diablo-jre%%JRE_VERSION%%/plugin/%%ARCH%%/ns7 -@dirrm diablo-jre%%JRE_VERSION%%/plugin/%%ARCH%% -@dirrm diablo-jre%%JRE_VERSION%%/plugin/desktop -@dirrm diablo-jre%%JRE_VERSION%%/plugin -@dirrm diablo-jre%%JRE_VERSION%%/man/man1 -@dirrm diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP/man1 -@dirrm diablo-jre%%JRE_VERSION%%/man/ja_JP.eucJP -@dirrm diablo-jre%%JRE_VERSION%%/man -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/SystemV -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/Pacific -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/Indian -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/Europe -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/Etc -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/Australia -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/Atlantic -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/Asia -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/Antarctica -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/America/North_Dakota -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/America/Kentucky -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/America/Indiana -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/America/Argentina -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/America -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi/Africa -%%TZORIGINAL%%@dirrm diablo-jre%%JRE_VERSION%%/lib/zi -@dirrm diablo-jre%%JRE_VERSION%%/lib/servicetag -@dirrm diablo-jre%%JRE_VERSION%%/lib/security -@dirrm diablo-jre%%JRE_VERSION%%/lib/oblique-fonts -@dirrm diablo-jre%%JRE_VERSION%%/lib/management -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/zh_TW/LC_MESSAGES -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/zh_TW.BIG5/LC_MESSAGES -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/zh_TW.BIG5 -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/zh_TW -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/zh_HK.BIG5HK/LC_MESSAGES -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/zh_HK.BIG5HK -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/zh/LC_MESSAGES -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/zh.GBK/LC_MESSAGES -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/zh.GBK -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/zh -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/sv/LC_MESSAGES -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/sv -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/ko/LC_MESSAGES -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/ko.UTF-8/LC_MESSAGES -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/ko.UTF-8 -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/ko -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/ja/LC_MESSAGES -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/ja -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/it/LC_MESSAGES -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/it -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/fr/LC_MESSAGES -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/fr -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/es/LC_MESSAGES -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/es -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/de/LC_MESSAGES -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale/de -@dirrm diablo-jre%%JRE_VERSION%%/lib/locale -@dirrm diablo-jre%%JRE_VERSION%%/lib/images/icons -@dirrm diablo-jre%%JRE_VERSION%%/lib/images/cursors -@dirrm diablo-jre%%JRE_VERSION%%/lib/images -@dirrm diablo-jre%%JRE_VERSION%%/lib/im -@dirrm diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/xawt -@dirrm diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/server -@dirrm diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/native_threads -@dirrm diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/jli -@dirrm diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/headless -%%CLIENTVM%%@dirrm diablo-jre%%JRE_VERSION%%/lib/%%ARCH%%/client -@dirrm diablo-jre%%JRE_VERSION%%/lib/%%ARCH%% -@dirrm diablo-jre%%JRE_VERSION%%/lib/fonts -@dirrm diablo-jre%%JRE_VERSION%%/lib/ext -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/mime/packages -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/mime -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/hicolor/48x48/mimetypes -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/hicolor/48x48/apps -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/hicolor/48x48 -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/hicolor/16x16/mimetypes -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/hicolor/16x16/apps -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/hicolor/16x16 -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/hicolor -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/LowContrast/48x48/mimetypes -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/LowContrast/48x48/apps -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/LowContrast/48x48 -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/LowContrast/16x16/mimetypes -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/LowContrast/16x16/apps -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/LowContrast/16x16 -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/LowContrast -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrastInverse/48x48/mimetypes -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrastInverse/48x48/apps -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrastInverse/48x48 -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrastInverse/16x16/mimetypes -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrastInverse/16x16/apps -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrastInverse/16x16 -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrastInverse -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrast/48x48/mimetypes -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrast/48x48/apps -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrast/48x48 -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrast/16x16/mimetypes -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrast/16x16/apps -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrast/16x16 -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons/HighContrast -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/icons -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop/applications -@dirrm diablo-jre%%JRE_VERSION%%/lib/desktop -@dirrm diablo-jre%%JRE_VERSION%%/lib/deploy -@dirrm diablo-jre%%JRE_VERSION%%/lib/cmm -@dirrm diablo-jre%%JRE_VERSION%%/lib/audio -@dirrmtry diablo-jre%%JRE_VERSION%%/lib/applet -@dirrm diablo-jre%%JRE_VERSION%%/lib -@dirrm diablo-jre%%JRE_VERSION%%/javaws -@dirrm diablo-jre%%JRE_VERSION%%/bin -@dirrm diablo-jre%%JRE_VERSION%% diff --git a/java/jdk15-doc/Makefile b/java/jdk15-doc/Makefile deleted file mode 100644 index 8b7093925cbe..000000000000 --- a/java/jdk15-doc/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# Created by: Ernst de Haan <znerd@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= jdk-doc -PORTVERSION= ${JDK_VERSION:S/_/./g} -PORTREVISION= 1 -CATEGORIES= java -MASTER_SITES= # -DISTNAME= jdk-1_5_0-doc - -MAINTAINER= java@FreeBSD.org -COMMENT= Java Development Kit ${JDK_MAJOR_VER} Documentation - -DEPRECATED= EOLed upstream since october 2009 -EXPIRATION_DATE= 2012-11-27 - -LATEST_LINK= jdk${JDK_CONCAT_VER}-doc -DOCSDIR?= ${PREFIX}/share/doc/jdk${JDK_MAJOR_VER} -NO_CDROM= License does not allow distribution with fee. -RESTRICTED= This documentation is under license and export control. -.if defined(NOPORTDOCS) -IGNORE= port only installs documentation -.endif - -WRKSRC= ${WRKDIR}/docs -JDK_VERSION= 1.5.0 -JDK_MAJOR_VER= ${JDK_VERSION:R} -JDK_CONCAT_VER= ${JDK_MAJOR_VER:S/.//g} -DOWNLOAD_URL= http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=jdk-1.5.0-doc-oth-JPR&SiteId=JSC&TransactionId=noreg - -NO_BUILD= yes -USE_ZIP= yes -PORTDOCS= api guide images index.html relnotes tooldocs - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) -IGNORE=You must manually fetch ${DISTNAME}${EXTRACT_SUFX} from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again -.endif - -do-install: - @${ECHO} -n ">> Installing documentation in ${DOCSDIR}..." - @${MKDIR} ${DOCSDIR} - @${CP} -R ${WRKSRC}/* ${DOCSDIR} - @${ECHO} " [ DONE ]" - -.include <bsd.port.post.mk> diff --git a/java/jdk15-doc/distinfo b/java/jdk15-doc/distinfo deleted file mode 100644 index 4b7320b18e66..000000000000 --- a/java/jdk15-doc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (jdk-1_5_0-doc.zip) = accb7b36442ac5bed7a3091abedf4e29ba06e23b541f4faa1d0632a3d02053cc -SIZE (jdk-1_5_0-doc.zip) = 46191338 diff --git a/java/jdk15-doc/pkg-descr b/java/jdk15-doc/pkg-descr deleted file mode 100644 index 05ed4d8f42eb..000000000000 --- a/java/jdk15-doc/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Java Development Kit 1.5 Documentation. Contains release information, -API documentation, guides to new features and tool documentation. - -The documentation will be installed in ${PREFIX}/share/doc/jdk1.5/ - -WWW: http://java.sun.com/j2se/1.5/ diff --git a/java/jdk15/Makefile b/java/jdk15/Makefile deleted file mode 100644 index 6f63b8e2b653..000000000000 --- a/java/jdk15/Makefile +++ /dev/null @@ -1,388 +0,0 @@ -# Created by: Alexey Zelkin <phantom@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= jdk -PORTVERSION= ${JDK_VERSION}.${JDK_UPDATE_VERSION}p${JDK_PATCHSET_VERSION} -PORTREVISION= 19 -PORTEPOCH= 1 -CATEGORIES= java devel -MASTER_SITES= # http://download.java.net/tiger/ -# http://www.eyesbeyond.com/freebsddom/java/jdk15.html -# http://java.sun.com/javase/downloads/index.jsp -DISTFILES= ${JRL_SRCFILE} ${JRL_BINFILE} ${PATCHSETFILE} -EXTRACT_ONLY= ${JRL_SRCFILE} ${JRL_BINFILE} - -MAINTAINER= glewis@FreeBSD.org -COMMENT= Java Development Kit 1.5.0 - -DEPRECATED= EOLed upstream since october 2009 -EXPIRATION_DATE= 2012-11-27 - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - zip:${PORTSDIR}/archivers/zip \ - ${LOCALBASE}/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 \ - WEB "Enable the browser plugin and Java Web Start" on \ - 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 -MAKE_JOBS_UNSAFE= yes -IS_INTERACTIVE= yes - -JRL_SRCFILE= jdk-${JDK_VERSION:S/./_/g}_${JDK_UPDATE_VERSION}-fcs-src-b${JDK_BUILD_NUMBER}-jrl-${JDK_BUILD_DATE}.jar -JRL_BINFILE= jdk-${JDK_VERSION:S/./_/g}_${JDK_UPDATE_VERSION}-fcs-bin-b${JDK_BUILD_NUMBER}-jrl-${JDK_BUILD_DATE}.jar -PATCHSETFILE= bsd-jdk15-patches-${JDK_PATCHSET_VERSION}.tar.bz2 -POLICYFILE= jce_policy-${JDK_VERSION:S/./_/g}.zip - -JDK_VERSION= 1.5.0 -JDK_UPDATE_VERSION= 16 -JDK_PATCHSET_VERSION= 9 -JDK_BUILD_NUMBER= 02 -JDK_BUILD_DATE= 28_may_2008 -LATEST_LINK= jdk15 - -.include <bsd.port.pre.mk> - -.if !defined(WITH_LINUX_BOOTSTRAP) -NATIVE_BOOTSTRAP_JDKS= ${LOCALBASE}/diablo-jdk1.6.0 \ - ${LOCALBASE}/diablo-jdk1.5.0 \ - ${LOCALBASE}/jdk1.5.0 \ - ${LOCALBASE}/jdk1.6.0 \ - ${LOCALBASE}/jdk1.4.2 -.endif - -LINUX_BOOTSTRAP_JDKS= ${LOCALBASE}/linux-sun-jdk1.5.0 \ - ${LOCALBASE}/linux-sun-jdk1.6.0 \ - ${LOCALBASE}/linux-sun-jdk1.4.2 - -.if defined(WITH_IPV6) -CATEGORIES+= ipv6 -.endif - -.if defined(WITH_POLICY) -DISTFILES+= ${POLICYFILE} -EXTRACT_ONLY+= ${POLICYFILE} -.endif - -.if defined(WITH_TZUPDATE) -RUN_DEPENDS+= ${LOCALBASE}/share/java/zi:${PORTSDIR}/java/java-zoneinfo -.endif - -# do we have valid native jdk installed? -.if !defined(WITH_LINUX_BOOTSTRAP) -.for CJDK in ${NATIVE_BOOTSTRAP_JDKS} -. if !defined(BOOTSTRAPJDKDIR) && exists(${CJDK}/bin/javac) -BOOTSTRAPJDKDIR= ${CJDK} -. endif -.endfor -.endif - -# do we have valid linux jdk installed? -.if !defined(BOOTSTRAPJDKDIR) -.for CJDK in ${LINUX_BOOTSTRAP_JDKS} -. if !defined(BOOTSTRAPJDKDIR) && exists(${CJDK}/bin/javac) -BOOTSTRAPJDKDIR= ${CJDK} -WITH_LINUX_BOOTSTRAP= YES -. endif -.endfor -.endif - -# if no valid jdk found, set dependency -.if !defined(BOOTSTRAPJDKDIR) || !exists(${BOOTSTRAPJDKDIR}/bin/javac) -BOOTSTRAPJDKDIR= ${LOCALBASE}/diablo-jdk1.6.0 -BUILD_DEPENDS+= ${BOOTSTRAPJDKDIR}/bin/javac:${PORTSDIR}/java/diablo-jdk16 -.endif - -.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 -USE_XORG+= x11 xext xi xmu xp xt xtst xft -RESTRICTED= Redistribution of pre-compiled binaries is not permitted -NO_CDROM= Redistribution of pre-compiled binaries is not permitted - -MAKE_ENV+= ALT_BOOTDIR="${BOOTSTRAPJDKDIR}" \ - ALT_MOTIF_DIR="${LOCALBASE}" \ - X11DIR="${LOCALBASE}" \ - LOCALDIR="${LOCALBASE}" \ - DEFAULT_LD_LIBRARY_PATH="/usr/lib:${LOCALBASE}/lib" \ - 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(DISABLE_MAKE_JOBS) -.if defined(MAKE_JOBS_NUMBER) -BUILD_JOBS_NUMBER= ${MAKE_JOBS_NUMBER} -.else -BUILD_JOBS_NUMBER= `${SYSCTL} -n kern.smp.cpus` -.endif -MAKE_ENV+= HOTSPOT_BUILD_JOBS=${BUILD_JOBS_NUMBER} -.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 - -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/make/sun/motif21/Makefile \ - ../../j2se/src/share/classes/com/sun/java/swing/plaf/gtk/GTKLookAndFeel.java \ - ../../j2se/src/share/classes/com/sun/java/swing/plaf/gtk/Metacity.java - -# Check for JDK sources and patch file -.if !defined(PACKAGE_BUILDING) && (!exists(${DISTDIR}/${JRL_SRCFILE}) || !exists(${DISTDIR}/${JRL_BINFILE}) || (defined(WITH_POLICY) && !exists(${DISTDIR}/${POLICYFILE})) || !exists(${DISTDIR}/${PATCHSETFILE}))#{ -DISTFILE_INSTRUCTIONS=\n\ -Due to licensing restrictions, certain files must be fetched manually.\n\n -.if !exists(${DISTDIR}/${JRL_SRCFILE}) || !exists(${DISTDIR}/${JRL_BINFILE})#{ -DISTFILE_INSTRUCTIONS += Please open http://download.java.net/tiger/\n\ -in a web browser. Download the\n -.if !exists(${DISTDIR}/${JRL_SRCFILE})#{ -DISTFILE_INSTRUCTIONS += Update ${JDK_UPDATE_VERSION} Source, ${JRL_SRCFILE} -.endif#} -.if !exists(${DISTDIR}/${JRL_BINFILE})#{ -.if !exists(${DISTDIR}/${JRL_SRCFILE})#{ -DISTFILE_INSTRUCTIONS += and the\n -.endif#} -DISTFILE_INSTRUCTIONS += Source Binaries, ${JRL_BINFILE} -.endif#} -DISTFILE_INSTRUCTIONS += .\n\n -.endif#} -.if defined(WITH_POLICY) && !exists(${DISTDIR}/${POLICYFILE})#{ -DISTFILE_INSTRUCTIONS += Please open http://www.oracle.com/technetwork/java/javase/downloads/index-jdk5-jsp-142662.html\n\ -in a web browser and follow the \"Download\" link for\n\ -\"Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy\n\ -Files 5.0\" to obtain the JCE policy file, ${POLICYFILE}.\n\n -.endif#} -.if !exists(${DISTDIR}/${PATCHSETFILE})#{ -DISTFILE_INSTRUCTIONS += Please download the patchset, ${PATCHSETFILE}, from\n\ -http://www.eyesbeyond.com/freebsddom/java/jdk15.html.\n\n -.endif#} -DISTFILE_INSTRUCTIONS += Please place the downloaded file(s) in ${DISTDIR} -DISTFILE_INSTRUCTIONS += \n and restart the build.\n\n -.endif#} - -pre-fetch: - @${ECHO_MSG} - @${ECHO_MSG} "IMPORTANT: To build the JDK 1.5.0 port, you should have at least" - @${ECHO_MSG} "2.5Gb of free disk space in the build area!" - @${ECHO_MSG} -.if defined(WITH_LINUX_BOOTSTRAP) - @${ECHO_MSG} "IMPORTANT: To build the JDK 1.5.0 port, you should have linux emulation" - @${ECHO_MSG} "enabled in the kernel and the linux procfs (linprocfs) filesystem" - @${ECHO_MSG} "mounted." - @${ECHO_MSG} -.endif -.if defined(DISTFILE_INSTRUCTIONS) - @${PRINTF} "${DISTFILE_INSTRUCTIONS}" - @exit 1 -.endif - -# Get JRL agreement -.if !defined(PACKAGE_BUILDING) -pre-extract: - ${SH} ${FILESDIR}/license.sh -.endif - -# Extract the files -do-extract: - @${RM} -rf ${WRKDIR} - @${MKDIR} ${WRKDIR} - @${CC} ${CFLAGS} -o ${WRKDIR}/x_x2zip ${FILESDIR}/x_x2zip.c - @for file in ${EXTRACT_ONLY}; do \ - if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} "${DISTDIR}/$$file" ${EXTRACT_AFTER_ARGS}); \ - then \ - exit 1; \ - fi; \ - if [ `basename $$file .jar` != $$file ]; \ - then \ - if ! (cd ${WRKDIR} && ${WRKDIR}/x_x2zip 'YES I ACCEPT THE CLICK THROUGH LICENSE. ' X_X && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${WRKDIR}/X_X.zip ${EXTRACT_AFTER_ARGS}); \ - then \ - exit 1; \ - fi; \ - fi \ - done - -post-extract: - cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ - j2se/make/tools/crypto/pkcs11/sunpkcs11_src.zip \ - ${EXTRACT_AFTER_ARGS} - -${MKDIR} ${WRKDIR}/j2se/make/sun/security - -${MKDIR} ${WRKDIR}/j2se/src/share/classes/sun/security - -${MKDIR} ${WRKDIR}/j2se/src/share/native/sun/security - -${MKDIR} ${WRKDIR}/j2se/src/solaris/native/sun/security - ${MV} ${WRKDIR}/make/sun/security/pkcs11 \ - ${WRKDIR}/j2se/make/sun/security/pkcs11 - ${MV} ${WRKDIR}/src/share/classes/sun/security/pkcs11 \ - ${WRKDIR}/j2se/src/share/classes/sun/security/pkcs11 - ${MV} ${WRKDIR}/src/share/native/sun/security/pkcs11 \ - ${WRKDIR}/j2se/src/share/native/sun/security/pkcs11 - ${MV} ${WRKDIR}/src/solaris/native/sun/security/pkcs11 \ - ${WRKDIR}/j2se/src/solaris/native/sun/security/pkcs11 - cd ${WRKDIR} && ${RM} -rf src - -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 ${PTHREAD_FILES}; do \ - ${REINPLACE_CMD} -e "s:-pthread:${PTHREAD_LIBS}:g" \ - ${WRKSRC}/$${file}; \ - done - @for file in ${X11_FILES}; do \ - ${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:" \ - ${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 - @${REINPLACE_CMD} -e "s:%%OSVERSION%%:${OSVERSION}:g" \ - ${WRKSRC}/../../j2se/make/common/Defs-bsd.gmk - -.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 [ `${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} " ${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 - @${RM} -rf ${JDKIMAGEDIR}/jre/lib/zi - @${LN} -s -f ${LOCALBASE}/share/java/zi ${JDKIMAGEDIR}/jre/lib -.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/jdk15/distinfo b/java/jdk15/distinfo deleted file mode 100644 index d2df67fd69d6..000000000000 --- a/java/jdk15/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -SHA256 (jdk-1_5_0_16-fcs-src-b02-jrl-28_may_2008.jar) = bef122a1b972b5a7a3866be5410f16e6c82333cffb9d804e9011fa0c3a5f1041 -SIZE (jdk-1_5_0_16-fcs-src-b02-jrl-28_may_2008.jar) = 58024248 -SHA256 (jdk-1_5_0_16-fcs-bin-b02-jrl-28_may_2008.jar) = cec915f68ba7b5ef9c61e1f86a29ce721d76c6be51f7d1dd12d8f302e444e6c9 -SIZE (jdk-1_5_0_16-fcs-bin-b02-jrl-28_may_2008.jar) = 2211548 -SHA256 (bsd-jdk15-patches-9.tar.bz2) = f197da850f02456c5ca4f7593401ee6afaf02fa1ddfacee61499e97be80dbd9f -SIZE (bsd-jdk15-patches-9.tar.bz2) = 802562 -SHA256 (jce_policy-1_5_0.zip) = 4de78da737c6d66b74eb6caebf6bdb0648825a95e2909e815678a0d306bf6d8b -SIZE (jce_policy-1_5_0.zip) = 8826 diff --git a/java/jdk15/files/cacerts b/java/jdk15/files/cacerts Binary files differdeleted file mode 100644 index 12d3aa1b024a..000000000000 --- a/java/jdk15/files/cacerts +++ /dev/null diff --git a/java/jdk15/files/license.sh b/java/jdk15/files/license.sh deleted file mode 100644 index 5f39fb918f59..000000000000 --- a/java/jdk15/files/license.sh +++ /dev/null @@ -1,194 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -# License agreement -more << EOF_LICENSE -JAVA RESEARCH LICENSE -Version 1.6 - - -I. DEFINITIONS. - -"Licensee" means You and any other party that has entered into and has -in effect a version of this License. - -"Modifications" means any change or addition to the Technology. - -"Sun" means Sun Microsystems, Inc. and its successors and assignees. - -"Research Use" means research, evaluation, or development for the -purpose of advancing knowledge, teaching, learning, or customizing the -Technology or Modifications for personal use. Research Use expressly -excludes use or distribution for direct or indirect commercial -(including strategic) gain or advantage. - -"Technology" means the source code and object code of the technology -made available by Sun pursuant to this License. - -"Technology Site" means the website designated by Sun for accessing -the Technology. - -"You" means the individual executing this License or the legal entity -or entities represented by the individual executing this License. - -II. PURPOSE. - -Sun is licensing the Technology under this Java Research License (the -"License") to promote research, education, innovation, and development -using the Technology. This License is not intended to permit or -enable access to the Technology for active consultation as part of -creating an independent implementation of the Technology. - -COMMERCIAL USE AND DISTRIBUTION OF TECHNOLOGY AND MODIFICATIONS IS -PERMITTED ONLY UNDER A SUN COMMERCIAL LICENSE. - -III. RESEARCH USE RIGHTS. - -A. License Grant. Subject to the conditions contained herein, Sun -grants to You a non-exclusive, non-transferable, worldwide, and -royalty-free license to do the following for Your Research Use only: - -1. Reproduce, create Modifications of, and use the Technology -alone, or with Modifications; - -2. Share source code of the Technology alone, or with -Modifications, with other Licensees; and - -3. Distribute object code of the Technology, alone, or with -Modifications, to any third parties for Research Use only, under a -license of Your choice that is consistent with this License; and -publish papers and books discussing the Technology which may include -relevant excerpts that do not in the aggregate constitute a -significant portion of the Technology. - -B. Residual Rights. If You examine the Technology after accepting -this License and remember anything about it later, You are not -"tainted" in a way that would prevent You from creating or -contributing to an independent implementation, but this License grants -You no rights to Sun's copyrights or patents for use in such an -implementation. - -C. No Implied Licenses. Other than the rights granted herein, Sun -retains all rights, title, and interest in Technology, and You retain -all rights, title, and interest in Your Modifications and associated -specifications, subject to the terms of this License. - -D. Third Party Software. Portions of the Technology may be -provided with licenses or other notices from third parties that govern -the use of those portions. Any licenses granted hereunder do not alter -any rights and obligations You may have under such licenses, however, -the disclaimer of warranty and limitation of liability provisions in -this License will apply to all Technology in this distribution. - -IV. INTELLECTUAL PROPERTY REQUIREMENTS - -As a condition to Your License, You agree to comply with the following -restrictions and responsibilities: - -A. License and Copyright Notices. You must include a copy of this -Java Research License in a Readme file for any Technology or -Modifications you distribute. You must also include the following -statement, "Use and distribution of this technology is subject to the -Java Research License included herein", (a) once prominently in the -source code tree and/or specifications for Your source code -distributions, and (b) once in the same file as Your copyright or -proprietary notices for Your binary code distributions. You must cause -any files containing Your Modification to carry prominent notice -stating that You changed the files. You must not remove or alter any -copyright or other proprietary notices in the Technology. - -B. Licensee Exchanges. Any Technology and Modifications You -receive from any Licensee are governed by this License. - -V. GENERAL TERMS. - -A. Disclaimer Of Warranties. - -THE TECHNOLOGY IS PROVIDED "AS IS", WITHOUT WARRANTIES OF ANY KIND, -EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, WARRANTIES -THAT THE TECHNOLOGY IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A -PARTICULAR PURPOSE, OR NON-INFRINGING OF THIRD PARTY RIGHTS. YOU -AGREE THAT YOU BEAR THE ENTIRE RISK IN CONNECTION WITH YOUR USE AND -DISTRIBUTION OF ANY AND ALL TECHNOLOGY UNDER THIS LICENSE. - -B. Infringement; Limitation Of Liability. - -1. If any portion of, or functionality implemented by, the -Technology becomes the subject of a claim or threatened claim of -infringement ("Affected Materials"), Sun may, in its unrestricted -discretion, suspend Your rights to use and distribute the Affected -Materials under this License. Such suspension of rights will be -effective immediately upon Sun's posting of notice of suspension on -the Technology Site. - -2. IN NO EVENT WILL SUN BE LIABLE FOR ANY DIRECT, 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 ECONOMIC ADVANTAGE OF ANY SORT), -HOWEVER IT ARISES AND ON ANY THEORY OF LIABILITY (including -negligence), WHETHER OR NOT SUN HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. LIABILITY UNDER THIS SECTION V.B.2 SHALL BE SO LIMITED -AND EXCLUDED, NOTWITHSTANDING FAILURE OF THE ESSENTIAL PURPOSE OF ANY -REMEDY. - -C. Termination. - -1. You may terminate this License at any time by notifying Sun in a -writing addressed to Sun Microsystems, Inc., 4150 Network Circle, -Santa Clara, California 95054, Attn.: Legal Department/Products and -Technology Law. - -2. All Your rights will terminate under this License if You fail to -comply with any of its material terms or conditions and do not cure -such failure within thirty (30) days after becoming aware of such -noncompliance. - -3. Upon termination, You must discontinue all uses and distribution -under this agreement, and all provisions of this Section V ("General -Terms") shall survive termination. - -D. Miscellaneous. - - -1. Trademark. You agree to comply with Sun's Trademark & Logo -Usage Requirements, as modified from time to time, available at -http://www.sun.com/policies/trademarks/. Except as expressly provided -in this License, You are granted no rights in or to any Sun trademarks -now or hereafter used or licensed by Sun. - -2. Integration. This License represents the complete agreement of -the parties concerning the subject matter hereof. - -3. Severability. If any provision of this License is held -unenforceable, such provision shall be reformed to the extent -necessary to make it enforceable unless to do so would defeat the -intent of the parties, in which case, this License shall terminate. - -4. Governing Law. This License is governed by the laws of the -United States and the State of California, as applied to contracts -entered into and performed in California between California residents. -In no event shall this License be construed against the drafter. - -5. Export Control. As further described at -http://www.sun.com/its, you agree to comply with the U.S. export -controls and trade laws of other countries that apply to Technology -and Modifications. - -EOF_LICENSE - -agreed= -while [ x$agreed = x ]; do - echo - echo "Do you agree to the above license terms? [yes or no] " - read reply leftover - case $reply in - y* | Y*) - agreed=1 - ;; - n* | n*) - echo - echo "If you don't agree to the license you can't build this software" - exit 1 - ;; - esac -done diff --git a/java/jdk15/files/patch-FloatingDecimal.java b/java/jdk15/files/patch-FloatingDecimal.java deleted file mode 100644 index 6141b18cb7eb..000000000000 --- a/java/jdk15/files/patch-FloatingDecimal.java +++ /dev/null @@ -1,11 +0,0 @@ ---- ../../j2se/src/share/classes/sun/misc/FloatingDecimal.java.orig 2011-02-08 21:47:56.000000000 -0800 -+++ ../../j2se/src/share/classes/sun/misc/FloatingDecimal.java 2011-02-08 21:48:18.000000000 -0800 -@@ -1529,7 +1529,7 @@ - if ( (cmpResult = bigB.cmp( bigD ) ) > 0 ){ - overvalue = true; // our candidate is too big. - diff = bigB.sub( bigD ); -- if ( (bigIntNBits == 1) && (bigIntExp > -expBias) ){ -+ if ( (bigIntNBits == 1) && (bigIntExp > -expBias+1) ){ - // candidate is a normalized exact power of 2 and - // is too big. We will be subtracting. - // For our purposes, ulp is the ulp of the diff --git a/java/jdk15/files/patch-deploy::controlpanel::sun_java.desktop b/java/jdk15/files/patch-deploy::controlpanel::sun_java.desktop deleted file mode 100644 index 898893707989..000000000000 --- a/java/jdk15/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/jdk15/files/patch-j2se-motif21-Makefile b/java/jdk15/files/patch-j2se-motif21-Makefile deleted file mode 100644 index bcbe5f6c81d7..000000000000 --- a/java/jdk15/files/patch-j2se-motif21-Makefile +++ /dev/null @@ -1,15 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/sun/motif21/Makefile.orig 2008-05-28 00:06:43.000000000 -0700 -+++ ../../j2se/make/sun/motif21/Makefile 2011-05-08 23:39:31.000000000 -0700 -@@ -19,6 +19,10 @@ - - ifdef BUILD_MOTIF21 - include $(BUILDDIR)/sun/awt/mawt.gmk -+ -+ ifeq ($(PLATFORM), bsd) -+ OTHER_INCLUDES += -I%%LOCALBASE%%/include/freetype2 -+ endif - else - all optimized debug clean clobber :: - # do nothing case if older OS and new motif 2.1 not found in the boot dir diff --git a/java/jdk15/files/patch-j2se::awt::awt_GraphicsEnv.h b/java/jdk15/files/patch-j2se::awt::awt_GraphicsEnv.h deleted file mode 100644 index a66dbdfa1c6f..000000000000 --- a/java/jdk15/files/patch-j2se::awt::awt_GraphicsEnv.h +++ /dev/null @@ -1,15 +0,0 @@ -$FreeBSD: /tmp/pcvs/ports/java/jdk15/files/patch-j2se::awt::awt_GraphicsEnv.h,v 1.1 2010-04-20 02:55:16 glewis Exp $ - ---- ../../j2se/src/solaris/native/sun/awt/awt_GraphicsEnv.h.orig 2010-04-16 21:28:02.000000000 +1100 -+++ ../../j2se/src/solaris/native/sun/awt/awt_GraphicsEnv.h 2010-04-16 21:39:52.635333540 +1100 -@@ -24,6 +24,10 @@ - #include <sys/ipc.h> - #include <sys/shm.h> - #include <X11/extensions/XShm.h> -+#ifndef X_ShmAttach -+#include <X11/Xmd.h> -+#include <X11/extensions/shmproto.h> -+#endif - - extern int XShmQueryExtension(); - diff --git a/java/jdk15/files/patch-j2se::common::Defs-bsd.gmk b/java/jdk15/files/patch-j2se::common::Defs-bsd.gmk deleted file mode 100644 index 4fbf7360cea4..000000000000 --- a/java/jdk15/files/patch-j2se::common::Defs-bsd.gmk +++ /dev/null @@ -1,24 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/common/Defs-bsd.gmk 2010-02-14 14:16:23.000000000 -0800 -+++ ../../j2se/make/common/Defs-bsd.gmk 2010-02-14 14:19:21.000000000 -0800 -@@ -420,9 +420,19 @@ - override HAVE_GETHRVTIME = false - ifeq ($(TRUE_PLATFORM), NetBSD) - override HAVE_SIGIGNORE = true -+endif -+ifeq ($(TRUE_PLATFORM),FreeBSD) -+OS_RELDATE := %%OSVERSION%% -+HAS_SIGIGNORE := $(shell if [ $(OS_RELDATE) -ge 800502 -a $(OS_RELDATE) -lt 900000 -o $(OS_RELDATE) -ge 900003 ]; then echo "1"; fi) -+ifeq ($(HAS_SIGIGNORE),1) -+override HAVE_SIGIGNORE = true - else - override HAVE_SIGIGNORE = false - endif -+endif -+ifeq ($(TRUE_PLATFORM), OpenBSD) -+override HAVE_SIGIGNORE = false -+endif - override LEX_LIBRARY = -lfl - ifeq ($(STATIC_CXX),true) - override LIBCXX = -Wl,-Bstatic -lstdc++ -lgcc -Wl,-Bdynamic diff --git a/java/jdk15/files/patch-j2se::gtk::GTKLookAndFeel.java b/java/jdk15/files/patch-j2se::gtk::GTKLookAndFeel.java deleted file mode 100644 index 198a71a256bc..000000000000 --- a/java/jdk15/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 -+ "%%LOCALBASE%%/share/gnome/themes", // FreeBSD -+ "%%LOCALBASE%%/share/themes", // FreeBSD - "/usr/share/themes" // Debian/Redhat/Solaris/SuSE - }; - diff --git a/java/jdk15/files/patch-j2se::gtk::Metacity.java b/java/jdk15/files/patch-j2se::gtk::Metacity.java deleted file mode 100644 index 8f79c2119711..000000000000 --- a/java/jdk15/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", -+ "%%LOCALBASE%%/share/themes", -+ "%%LOCALBASE%%/share/gnome/themes", - "/usr/share/themes", - "/usr/gnome/share/themes", // Debian/Redhat/Solaris - "/opt/gnome2/share/themes" // SuSE diff --git a/java/jdk15/files/patch-j2se::nio::genCharsetProvider.sh b/java/jdk15/files/patch-j2se::nio::genCharsetProvider.sh deleted file mode 100644 index abee9b6194fe..000000000000 --- a/java/jdk15/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 $NIO_TMPDIR Hasher -i Aliases <$NIO_TMPDIR/aliases >>$OUT --$JAVA -cp $NIO_TMPDIR Hasher -i Classes <$NIO_TMPDIR/classes >>$OUT --$JAVA -cp $NIO_TMPDIR Hasher -i -e Cache -t Charset <$NIO_TMPDIR/classes >>$OUT -+$JAVA -cp $NIO_TMPDIR Hasher -i Aliases <$NIO_TMPDIR/aliases | egrep -v '^Java Hotspot' >>$OUT -+$JAVA -cp $NIO_TMPDIR Hasher -i Classes <$NIO_TMPDIR/classes | egrep -v '^Java Hotspot' >>$OUT -+$JAVA -cp $NIO_TMPDIR Hasher -i -e Cache -t Charset <$NIO_TMPDIR/classes | egrep -v '^Java Hotspot' >>$OUT - - - # Constructor diff --git a/java/jdk15/files/patch-j2se::pkcs11::Makefile b/java/jdk15/files/patch-j2se::pkcs11::Makefile deleted file mode 100644 index 128681445d0c..000000000000 --- a/java/jdk15/files/patch-j2se::pkcs11::Makefile +++ /dev/null @@ -1,22 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/sun/security/pkcs11/Makefile.orig Sun Jan 13 11:11:15 2008 -+++ ../../j2se/make/sun/security/pkcs11/Makefile Sun Jan 13 13:12:48 2008 -@@ -47,7 +47,7 @@ - # - # Libraries to link - # --ifeq ($(PLATFORM), windows) -+ifneq (,$(findstring $(PLATFORM), windows bsd)) - OTHER_LDLIBS = $(JVMLIB) - else - OTHER_LDLIBS = -ldl $(JVMLIB) -@@ -62,7 +62,7 @@ - - jar: classes - -$(RM) $(PKCS11_JAR) -- $(JAR) cf $(PKCS11_JAR) -C $(CLASSDESTDIR) sun/security/pkcs11 || exit 1 -+ $(CP) $(BUILDDIR)/tools/crypto/pkcs11/sunpkcs11.jar $(PKCS11_JAR) || exit 1 - - # testing only - KEY_LOCATION = /security/ws/JCE-tiger/src diff --git a/java/jdk15/files/patch-j2se::security::Makefile b/java/jdk15/files/patch-j2se::security::Makefile deleted file mode 100644 index 8bc91dd88ca5..000000000000 --- a/java/jdk15/files/patch-j2se::security::Makefile +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/sun/security/Makefile.orig Sat Jan 12 21:33:28 2008 -+++ ../../j2se/make/sun/security/Makefile Sat Jan 12 21:33:51 2008 -@@ -27,7 +27,7 @@ - endif # solaris - endif - --SUBDIRS = acl action util x509 pkcs provider tools keytool jgss validator jca rsa timestamp $(TOOLS_SUBDIRS) -+SUBDIRS = acl action util x509 pkcs pkcs11 provider tools keytool jgss validator jca rsa timestamp $(TOOLS_SUBDIRS) - - all optimized debug clean clobber :: - @for i in $(SUBDIRS) ; do \ diff --git a/java/jdk15/files/patch-java_Makefile b/java/jdk15/files/patch-java_Makefile deleted file mode 100644 index 60585c522db4..000000000000 --- a/java/jdk15/files/patch-java_Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- ../../j2se/make/java/java/Makefile.orig Mon Dec 13 12:38:14 2004 -+++ ../../j2se/make/java/java/Makefile Mon Dec 13 12:42:00 2004 -@@ -284,7 +284,7 @@ - $(RM) -r $(TMPDIR)/GenerateCurrencyData - $(MKDIR) -p $(TMPDIR)/GenerateCurrencyData - $(JAVAC_BOOT) -d $(TMPDIR)/GenerateCurrencyData $(BUILDDIR)/tools/GenerateCurrencyData/GenerateCurrencyData.java -- $(JAVA_BOOT) -classpath $(TMPDIR)/GenerateCurrencyData GenerateCurrencyData < $(SHARE_SRC)/classes/java/util/CurrencyData.properties > $@ -+ $(JAVA_BOOT) -classpath $(TMPDIR)/GenerateCurrencyData GenerateCurrencyData < $(SHARE_SRC)/classes/java/util/CurrencyData.properties | egrep -v '^Java HotSpot' > $@ - - clean:: - $(RM) $(GENSRCDIR)/java/util/CurrencyData.java diff --git a/java/jdk15/files/pkg-deinstall.in b/java/jdk15/files/pkg-deinstall.in deleted file mode 100644 index 167d5bd28893..000000000000 --- a/java/jdk15/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/jdk15/files/pkg-install.in b/java/jdk15/files/pkg-install.in deleted file mode 100644 index c5f4a70db1df..000000000000 --- a/java/jdk15/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/jdk15/files/x_x2zip.c b/java/jdk15/files/x_x2zip.c deleted file mode 100644 index a57be47fc9bf..000000000000 --- a/java/jdk15/files/x_x2zip.c +++ /dev/null @@ -1,117 +0,0 @@ -/* - * Copyright (C) 2007 Greg Lewis. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - */ - -#include <sys/types.h> -#include <err.h> -#include <errno.h> -#include <fcntl.h> -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <sys/stat.h> -#include <unistd.h> - -#ifndef BUFSIZ -#define BUFSIZ 0x10000 -#endif - -int -main(int argc, char* argv[]) { - char *key; - char *oname; - char buf[BUFSIZ]; - size_t keylen, olen; - int ifd, ofd, i, fileoff = 0, bufoff = 0, buflen = 0, eof = 0; - ssize_t bytes; - - if (argc < 3) { - errx(1, "Usage: x_x2zip <key> <file>"); - } - - // Key - key = argv[1]; - keylen = strlen(key); - - // Open input file - if ((ifd = open(argv[2], O_RDONLY)) == -1) { - err(1, "Can't open input file %s", argv[2]); - } - - // Open output file - olen = strlen(argv[2]) + 5; - if ((oname = (char *) malloc(olen)) == NULL) { - err(1, "Can't create output file name"); - } - if (strlcpy(oname, argv[2], olen) >= olen) { - err(1, "Can't create output file name"); - } - if (strlcat(oname, ".zip", olen) >= olen) { - err(1, "Can't create output file name"); - } - if ((ofd = open(oname, - O_CREAT | O_TRUNC | O_WRONLY, S_IRUSR | S_IWUSR)) == -1) { - err(1, "Can't open output file %s", oname); - } - free(oname); - - while (!eof) { - // Read into the buffer - bufoff = 0; - buflen = 0; - while (1) { - if (buflen >= BUFSIZ) { - break; - } - if ((bytes = read(ifd, buf, BUFSIZ - buflen)) == -1) { - err(1, "Error reading input file"); - } - if (!bytes) { - eof = 1; - break; - } - buflen += bytes; - } - - // Decrypt - for (i = 0; i < buflen; i++) { - buf[i] = buf[i] ^ key[(fileoff + i) % keylen]; - } - - // Update file offset - fileoff += buflen; - - // Output the buffer - bufoff = 0; - while (bufoff < buflen) { - if ((bytes = write(ofd, buf + bufoff, buflen - bufoff)) == -1) { - err(1, "Error writing output file"); - } - bufoff += bytes; - } - } - - return 0; -} diff --git a/java/jdk15/pkg-descr b/java/jdk15/pkg-descr deleted file mode 100644 index 9f83e1336535..000000000000 --- a/java/jdk15/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/Makefile b/java/jdk16/Makefile deleted file mode 100644 index fa7092df7426..000000000000 --- a/java/jdk16/Makefile +++ /dev/null @@ -1,337 +0,0 @@ -# Created by: Greg Lewis <glewis@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= jdk -PORTVERSION= ${JDK_VERSION}.${JDK_UPDATE_VERSION}p${JDK_PATCHSET_VERSION} -PORTREVISION= 29 -CATEGORIES= java devel -MASTER_SITES= # http://download.java.net/jdk6/ -# http://www.eyesbeyond.com/freebsddom/java/jdk16.html -# http://java.sun.com/javase/downloads/index.jsp -DISTFILES= ${JRL_SRCFILE} ${JRL_BINFILE} ${JRL_MOZFILE} ${PATCHSETFILE} -EXTRACT_ONLY= ${JRL_SRCFILE} ${JRL_BINFILE} ${JRL_MOZFILE} - -MAINTAINER= glewis@FreeBSD.org -COMMENT= Java Development Kit 1.6.0 - -DEPRECATED= Outdated, consider using openjdk6 or openjdk7 -EXPIRATION_DATE= 2012-11-27 - -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - unzip:${PORTSDIR}/archivers/unzip \ - ${LOCALBASE}/lib/libXm.so:${PORTSDIR}/x11-toolkits/open-motif \ - ${LOCALBASE}/include/cups/cups.h:${PORTSDIR}/print/cups-client -RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper - -OPTIONS= DEBUG "Enable debugging support" off \ - IPV6 "Enable IPv6 support" off \ - WEB "Enable the browser plugin and Java Web Start" on \ - 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 -MAKE_JOBS_UNSAFE= yes -.if !defined(PACKAGE_BUILDING) -IS_INTERACTIVE= yes -.endif - -JRL_SRCFILE= jdk-${JDK_MAJOR_VERSION}u${JDK_UPDATE_VERSION}-fcs-src-b${JDK_BUILD_NUMBER}-jrl-${JDK_BUILD_DATE}.jar -JRL_BINFILE= jdk-${JDK_MAJOR_VERSION}u${JDK_UPDATE_VERSION}-fcs-bin-b${JDK_BUILD_NUMBER}-jrl-${JDK_BUILD_DATE}.jar -JRL_MOZFILE= jdk-${JDK_MAJOR_VERSION}u${JDK_UPDATE_VERSION}-fcs-mozilla_headers-b${JDK_BUILD_NUMBER}-unix-${JDK_BUILD_DATE}.jar -PATCHSETFILE= bsd-jdk16-patches-${JDK_PATCHSET_VERSION}.tar.bz2 -POLICYFILE= jce_policy-${JDK_MAJOR_VERSION}.zip - -JDK_VERSION= 1.6.0 -JDK_MAJOR_VERSION= 6 -JDK_UPDATE_VERSION= 3 -JDK_PATCHSET_VERSION= 4 -JDK_BUILD_NUMBER= 05 -JDK_BUILD_DATE= 24_sep_2007 -LATEST_LINK= jdk16 - -.include <bsd.port.pre.mk> - -BOOTSTRAP_JDKS= ${LOCALBASE}/diablo-jdk1.6.0 \ - ${LOCALBASE}/jdk1.6.0 \ - ${LOCALBASE}/openjdk6 - -.if defined(WITH_IPV6) -CATEGORIES+= ipv6 -.endif - -.if defined(WITH_POLICY) -DISTFILES+= ${POLICYFILE} -EXTRACT_ONLY+= ${POLICYFILE} -.endif - -.if defined(WITH_TZUPDATE) -RUN_DEPENDS+= ${LOCALBASE}/share/java/zi:${PORTSDIR}/java/java-zoneinfo -.endif - -# do we have valid bootstrap jdk installed? -.for CJDK in ${BOOTSTRAP_JDKS} -. if !defined(BOOTSTRAPJDKDIR) && exists(${CJDK}/bin/javac) -BOOTSTRAPJDKDIR= ${CJDK} -. endif -.endfor - -# if no valid jdk found, set dependency -.if !defined(BOOTSTRAPJDKDIR) -BOOTSTRAPJDKDIR?= ${LOCALBASE}/diablo-jdk1.6.0 -BUILD_DEPENDS+= ${BOOTSTRAPJDKDIR}/bin/javac:${PORTSDIR}/java/diablo-jdk16 -.endif - -.if !defined(WITHOUT_WEB) -USE_GNOME= desktopfileutils -.endif - -ONLY_FOR_ARCHS= i386 amd64 -USE_GMAKE= YES -USE_ICONV= YES -USE_XORG+= x11 xext xi xtst -RESTRICTED= Redistribution of pre-compiled binaries is not permitted -NO_CDROM= Redistribution of pre-compiled binaries is not permitted - -MAKE_ENV+= ALT_BOOTDIR="${BOOTSTRAPJDKDIR}" \ - ALT_MOTIF_DIR="${LOCALBASE}" \ - ALT_DEVTOOLS_PATH="${LOCALBASE}" \ - LANG="C" \ - LC_ALL="C" \ - JAVA_HOME="" \ - CLASSPATH="" \ - LD_LIBRARY_PATH="" \ - MAKEFLAGS="" \ - SKIP_COMPARE_IMAGES="true" \ - SKIP_FASTDEBUG_BUILD="true" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -.if defined(WITH_DEBUG) -MAKE_ENV+= SKIP_DEBUG_BUILD="false" -.endif - -.if !defined(WITH_IPV6) -MAKE_ENV+= DONT_ENABLE_IPV6="YES" -.endif - -.if !defined(DISABLE_MAKE_JOBS) -.if defined(MAKE_JOBS_NUMBER) -BUILD_JOBS_NUMBER= ${MAKE_JOBS_NUMBER} -.else -BUILD_JOBS_NUMBER= `${SYSCTL} -n kern.smp.cpus` -.endif -MAKE_ENV+= HOTSPOT_BUILD_JOBS=${BUILD_JOBS_NUMBER} -.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-java16.desktop \ - share/applications/sun-javaws16.desktop \ - share/applications/sun-jcontrol16.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/make/jprt.config \ - ../../hotspot/src/os/bsd/vm/os_bsd.cpp \ - ../../j2se/src/share/classes/com/sun/java/swing/plaf/gtk/Metacity.java \ - ../../j2se/src/share/classes/sun/net/www/MimeTable.java \ - ../../j2se/src/share/classes/sun/net/www/protocol/doc/DocURLConnection.java \ - ../../j2se/src/share/classes/sun/net/www/protocol/doc/Handler.java \ - ../../j2se/src/solaris/bin/java-rmi.cgi.sh \ - ../../j2se/src/solaris/bin/java_md.c \ - ../../j2se/src/solaris/classes/sun/security/smartcardio/PlatformPCSC.java - -X11_FILES= ../../j2se/src/share/classes/com/sun/java/swing/plaf/gtk/Metacity.java \ - ../../j2se/src/solaris/native/sun/awt/fontpath.c - -DESKTOP_FILES= ../../deploy/src/desktop/freedesktop/applications/sun-java.desktop \ - ../../deploy/src/desktop/freedesktop/applications/sun-javaws.desktop \ - ../../deploy/src/plugin/solaris/controlpanel/sun_java.desktop - -# Check for JDK sources and patch file -.if !defined(PACKAGE_BUILDING) && (!exists(${DISTDIR}/${JRL_SRCFILE}) || !exists(${DISTDIR}/${JRL_BINFILE}) || !exists(${DISTDIR}/${JRL_MOZFILE}) || (defined(WITH_POLICY) && !exists(${DISTDIR}/${POLICYFILE})) || !exists(${DISTDIR}/${PATCHSETFILE}))#{ -DISTFILE_INSTRUCTIONS=\n\ -Due to licensing restrictions, certain files must be fetched manually.\n\n -.if !exists(${DISTDIR}/${JRL_SRCFILE}) || !exists(${DISTDIR}/${JRL_BINFILE}) || !exists(${DISTDIR}/${JRL_MOZFILE})#{ -DISTFILE_INSTRUCTIONS += Please download the -.if !exists(${DISTDIR}/${JRL_SRCFILE})#{ -DISTFILE_INSTRUCTIONS += Update ${JDK_UPDATE_VERSION} Source from\n\ - http://www.java.net/download/jdk6/6u${JDK_UPDATE_VERSION}/promoted/b${JDK_BUILD_NUMBER}/${JRL_SRCFILE}\n -.endif#} -.if !exists(${DISTDIR}/${JRL_BINFILE})#{ -.if !exists(${DISTDIR}/${JRL_SRCFILE})#{ -DISTFILE_INSTRUCTIONS += and the -.endif#} -DISTFILE_INSTRUCTIONS += Source Binaries from\n\ - http://www.java.net/download/jdk6/6u${JDK_UPDATE_VERSION}/promoted/b${JDK_BUILD_NUMBER}/${JRL_BINFILE}\n -.endif#} -.if !exists(${DISTDIR}/${JRL_MOZFILE})#{ -.if !exists(${DISTDIR}/${JRL_SRCFILE}) || !exists(${DISTDIR}/${JRL_BINFILE})#{ -DISTFILE_INSTRUCTIONS += and the -.endif#} -DISTFILE_INSTRUCTIONS += Mozilla Headers from\n\ - http://www.java.net/download/jdk6/6u${JDK_UPDATE_VERSION}/promoted/b${JDK_BUILD_NUMBER}/${JRL_MOZFILE}\n -.endif#} -DISTFILE_INSTRUCTIONS += .\n\n -.endif#} -.if defined(WITH_POLICY) && !exists(${DISTDIR}/${POLICYFILE})#{ -DISTFILE_INSTRUCTIONS += Please open http://www.oracle.com/technetwork/java/javase/downloads/index.html\n\ -in a web browser and follow the \"Download\" link for\n\ -\"Java Cryptography Extension (JCE) Unlimited Strength\n\ -Jurisdiction Policy Files 6\" to obtain the JCE policy file, ${POLICYFILE}.\n\n -.endif#} -.if !exists(${DISTDIR}/${PATCHSETFILE})#{ -DISTFILE_INSTRUCTIONS += Please download the patchset, ${PATCHSETFILE}, from\n\ -http://www.eyesbeyond.com/freebsddom/java/jdk16.html.\n\n -.endif#} -DISTFILE_INSTRUCTIONS += Please place the downloaded file(s) in ${DISTDIR} -DISTFILE_INSTRUCTIONS += \n and restart the build.\n\n -.endif#} - -pre-fetch: - @${ECHO_MSG} - @${ECHO_MSG} "IMPORTANT: To build the JDK 1.6.0 port, you should have at least" - @${ECHO_MSG} "2.5Gb of free disk space in the build area!" - @${ECHO_MSG} -.if defined(DISTFILE_INSTRUCTIONS) - @${PRINTF} "${DISTFILE_INSTRUCTIONS}" - @exit 1 -.endif - -# Get JRL agreement -.if !defined(PACKAGE_BUILDING) -pre-extract: - ${SH} ${FILESDIR}/license.sh -.endif - -# Extract the files -do-extract: - @${RM} -rf ${WRKDIR} - @${MKDIR} ${WRKDIR} - @${CC} ${CFLAGS} -o ${WRKDIR}/x_x2zip ${FILESDIR}/x_x2zip.c - @for file in ${EXTRACT_ONLY}; do \ - if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} "${DISTDIR}/$$file" ${EXTRACT_AFTER_ARGS}); \ - then \ - exit 1; \ - fi; \ - if [ `basename $$file .jar` != $$file ]; \ - then \ - if ! (cd ${WRKDIR} && ${WRKDIR}/x_x2zip 'YES I ACCEPT THE CLICK THROUGH LICENSE. ' X_X && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${WRKDIR}/X_X.zip ${EXTRACT_AFTER_ARGS}); \ - then \ - exit 1; \ - fi; \ - fi \ - done - -post-extract: - @${MV} ${WRKDIR}/share/plugin ${WRKDIR}/deploy/src/plugin/share/ - @${RMDIR} ${WRKDIR}/share - -pre-patch: - @cd ${WRKDIR} && \ - ${BZIP2_CMD} -dc ${DISTDIR}/${PATCHSETFILE} | ${TAR} -xf - && \ - ${CHMOD} -R u+w * && \ - ${PATCH} -p0 < ${WRKDIR}/jdk16.patches - -post-patch: - @for file in ${LOCAL_FILES}; do \ - ${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:" \ - ${WRKSRC}/$${file}; \ - done - @for file in ${X11_FILES}; do \ - ${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:" \ - ${WRKSRC}/$${file}; \ - done - @for file in ${DESKTOP_FILES}; do \ - ${REINPLACE_CMD} -e "s:%%PREFIX%%:${PREFIX}:g" \ - -e "s:%%JDK_VERSION%%:${JDK_VERSION}:g" \ - ${WRKSRC}/$${file}; \ - done - @${REINPLACE_CMD} -e "s:%%OSVERSION%%:${OSVERSION}:g" \ - ${WRKSRC}/../../j2se/make/common/Defs-bsd.gmk -.if defined(WITHOUT_WEB) - @${RM} ${WRKDIR}/deploy/make/Makefile -.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 - @${RM} -rf ${JDKIMAGEDIR}/jre/lib/zi - @${LN} -s -f ${LOCALBASE}/share/java/zi ${JDKIMAGEDIR}/jre/lib -.endif - -do-install: - ${MKDIR} ${PREFIX}/jdk${JDK_VERSION} - cd ${JDKIMAGEDIR} && ${FIND} . \ - | ${CPIO} -pdmu -R ${LIBOWN}:${LIBGRP} ${PREFIX}/jdk${JDK_VERSION} -.if !defined(WITHOUT_WEB) - ${MKDIR} ${PREFIX}/share/applications - ${INSTALL_DATA} ${JDKIMAGEDIR}/jre/lib/desktop/applications/sun-java.desktop \ - ${PREFIX}/share/applications/sun-java16.desktop - ${INSTALL_DATA} ${JDKIMAGEDIR}/jre/lib/desktop/applications/sun-javaws.desktop \ - ${PREFIX}/share/applications/sun-javaws16.desktop - ${INSTALL_DATA} ${JDKIMAGEDIR}/jre/lib/desktop/applications/sun_java.desktop \ - ${PREFIX}/share/applications/sun-jcontrol16.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 62c3017af32e..000000000000 --- a/java/jdk16/distinfo +++ /dev/null @@ -1,10 +0,0 @@ -SHA256 (jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar) = d1c8bd94584cd52818e3a1dc3f03b110b39243d5512504a09c06c51c069d2bf9 -SIZE (jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar) = 116791442 -SHA256 (jdk-6u3-fcs-bin-b05-jrl-24_sep_2007.jar) = 0bbcc42c1ff7b80d8e3ea5cc07b9a60778fec7a82673b42b3e54bb9a7ab2e9be -SIZE (jdk-6u3-fcs-bin-b05-jrl-24_sep_2007.jar) = 2116124 -SHA256 (jdk-6u3-fcs-mozilla_headers-b05-unix-24_sep_2007.jar) = 336ddba1cd4bc6a94bcd118550c5c7a3a808e4bbe39bb213424ba9883f2009c4 -SIZE (jdk-6u3-fcs-mozilla_headers-b05-unix-24_sep_2007.jar) = 8608204 -SHA256 (bsd-jdk16-patches-4.tar.bz2) = 5dc753bee15676f35b0630f874fdd09e15282144dd4a25cf1222e7c28801f8c6 -SIZE (bsd-jdk16-patches-4.tar.bz2) = 960930 -SHA256 (jce_policy-6.zip) = d0c2258c3364120b4dbf7dd1655c967eee7057ac6ae6334b5ea8ceb8bafb9262 -SIZE (jce_policy-6.zip) = 9101 diff --git a/java/jdk16/files/cacerts b/java/jdk16/files/cacerts Binary files differdeleted file mode 100644 index 12d3aa1b024a..000000000000 --- a/java/jdk16/files/cacerts +++ /dev/null diff --git a/java/jdk16/files/license.sh b/java/jdk16/files/license.sh deleted file mode 100644 index 6da5d5cff597..000000000000 --- a/java/jdk16/files/license.sh +++ /dev/null @@ -1,194 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/java/jdk16/files/license.sh,v 1.1 2007-08-14 03:36:15 glewis Exp $ - -# License agreement -more << EOF_LICENSE -JAVA RESEARCH LICENSE -Version 1.6 - - -I. DEFINITIONS. - -"Licensee" means You and any other party that has entered into and has -in effect a version of this License. - -"Modifications" means any change or addition to the Technology. - -"Sun" means Sun Microsystems, Inc. and its successors and assignees. - -"Research Use" means research, evaluation, or development for the -purpose of advancing knowledge, teaching, learning, or customizing the -Technology or Modifications for personal use. Research Use expressly -excludes use or distribution for direct or indirect commercial -(including strategic) gain or advantage. - -"Technology" means the source code and object code of the technology -made available by Sun pursuant to this License. - -"Technology Site" means the website designated by Sun for accessing -the Technology. - -"You" means the individual executing this License or the legal entity -or entities represented by the individual executing this License. - -II. PURPOSE. - -Sun is licensing the Technology under this Java Research License (the -"License") to promote research, education, innovation, and development -using the Technology. This License is not intended to permit or -enable access to the Technology for active consultation as part of -creating an independent implementation of the Technology. - -COMMERCIAL USE AND DISTRIBUTION OF TECHNOLOGY AND MODIFICATIONS IS -PERMITTED ONLY UNDER A SUN COMMERCIAL LICENSE. - -III. RESEARCH USE RIGHTS. - -A. License Grant. Subject to the conditions contained herein, Sun -grants to You a non-exclusive, non-transferable, worldwide, and -royalty-free license to do the following for Your Research Use only: - -1. Reproduce, create Modifications of, and use the Technology -alone, or with Modifications; - -2. Share source code of the Technology alone, or with -Modifications, with other Licensees; and - -3. Distribute object code of the Technology, alone, or with -Modifications, to any third parties for Research Use only, under a -license of Your choice that is consistent with this License; and -publish papers and books discussing the Technology which may include -relevant excerpts that do not in the aggregate constitute a -significant portion of the Technology. - -B. Residual Rights. If You examine the Technology after accepting -this License and remember anything about it later, You are not -"tainted" in a way that would prevent You from creating or -contributing to an independent implementation, but this License grants -You no rights to Sun's copyrights or patents for use in such an -implementation. - -C. No Implied Licenses. Other than the rights granted herein, Sun -retains all rights, title, and interest in Technology, and You retain -all rights, title, and interest in Your Modifications and associated -specifications, subject to the terms of this License. - -D. Third Party Software. Portions of the Technology may be -provided with licenses or other notices from third parties that govern -the use of those portions. Any licenses granted hereunder do not alter -any rights and obligations You may have under such licenses, however, -the disclaimer of warranty and limitation of liability provisions in -this License will apply to all Technology in this distribution. - -IV. INTELLECTUAL PROPERTY REQUIREMENTS - -As a condition to Your License, You agree to comply with the following -restrictions and responsibilities: - -A. License and Copyright Notices. You must include a copy of this -Java Research License in a Readme file for any Technology or -Modifications you distribute. You must also include the following -statement, "Use and distribution of this technology is subject to the -Java Research License included herein", (a) once prominently in the -source code tree and/or specifications for Your source code -distributions, and (b) once in the same file as Your copyright or -proprietary notices for Your binary code distributions. You must cause -any files containing Your Modification to carry prominent notice -stating that You changed the files. You must not remove or alter any -copyright or other proprietary notices in the Technology. - -B. Licensee Exchanges. Any Technology and Modifications You -receive from any Licensee are governed by this License. - -V. GENERAL TERMS. - -A. Disclaimer Of Warranties. - -THE TECHNOLOGY IS PROVIDED "AS IS", WITHOUT WARRANTIES OF ANY KIND, -EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, WARRANTIES -THAT THE TECHNOLOGY IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A -PARTICULAR PURPOSE, OR NON-INFRINGING OF THIRD PARTY RIGHTS. YOU -AGREE THAT YOU BEAR THE ENTIRE RISK IN CONNECTION WITH YOUR USE AND -DISTRIBUTION OF ANY AND ALL TECHNOLOGY UNDER THIS LICENSE. - -B. Infringement; Limitation Of Liability. - -1. If any portion of, or functionality implemented by, the -Technology becomes the subject of a claim or threatened claim of -infringement ("Affected Materials"), Sun may, in its unrestricted -discretion, suspend Your rights to use and distribute the Affected -Materials under this License. Such suspension of rights will be -effective immediately upon Sun's posting of notice of suspension on -the Technology Site. - -2. IN NO EVENT WILL SUN BE LIABLE FOR ANY DIRECT, 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 ECONOMIC ADVANTAGE OF ANY SORT), -HOWEVER IT ARISES AND ON ANY THEORY OF LIABILITY (including -negligence), WHETHER OR NOT SUN HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. LIABILITY UNDER THIS SECTION V.B.2 SHALL BE SO LIMITED -AND EXCLUDED, NOTWITHSTANDING FAILURE OF THE ESSENTIAL PURPOSE OF ANY -REMEDY. - -C. Termination. - -1. You may terminate this License at any time by notifying Sun in a -writing addressed to Sun Microsystems, Inc., 4150 Network Circle, -Santa Clara, California 95054, Attn.: Legal Department/Products and -Technology Law. - -2. All Your rights will terminate under this License if You fail to -comply with any of its material terms or conditions and do not cure -such failure within thirty (30) days after becoming aware of such -noncompliance. - -3. Upon termination, You must discontinue all uses and distribution -under this agreement, and all provisions of this Section V ("General -Terms") shall survive termination. - -D. Miscellaneous. - - -1. Trademark. You agree to comply with Sun's Trademark & Logo -Usage Requirements, as modified from time to time, available at -http://www.sun.com/policies/trademarks/. Except as expressly provided -in this License, You are granted no rights in or to any Sun trademarks -now or hereafter used or licensed by Sun. - -2. Integration. This License represents the complete agreement of -the parties concerning the subject matter hereof. - -3. Severability. If any provision of this License is held -unenforceable, such provision shall be reformed to the extent -necessary to make it enforceable unless to do so would defeat the -intent of the parties, in which case, this License shall terminate. - -4. Governing Law. This License is governed by the laws of the -United States and the State of California, as applied to contracts -entered into and performed in California between California residents. -In no event shall this License be construed against the drafter. - -5. Export Control. As further described at -http://www.sun.com/its, you agree to comply with the U.S. export -controls and trade laws of other countries that apply to Technology -and Modifications. - -EOF_LICENSE - -agreed= -while [ x$agreed = x ]; do - echo - echo "Do you agree to the above license terms? [yes or no] " - read reply leftover - case $reply in - y* | Y*) - agreed=1 - ;; - n* | n*) - echo - echo "If you don't agree to the license you can't build this software" - exit 1 - ;; - esac -done diff --git a/java/jdk16/files/patch-FloatingDecimal.java b/java/jdk16/files/patch-FloatingDecimal.java deleted file mode 100644 index 6141b18cb7eb..000000000000 --- a/java/jdk16/files/patch-FloatingDecimal.java +++ /dev/null @@ -1,11 +0,0 @@ ---- ../../j2se/src/share/classes/sun/misc/FloatingDecimal.java.orig 2011-02-08 21:47:56.000000000 -0800 -+++ ../../j2se/src/share/classes/sun/misc/FloatingDecimal.java 2011-02-08 21:48:18.000000000 -0800 -@@ -1529,7 +1529,7 @@ - if ( (cmpResult = bigB.cmp( bigD ) ) > 0 ){ - overvalue = true; // our candidate is too big. - diff = bigB.sub( bigD ); -- if ( (bigIntNBits == 1) && (bigIntExp > -expBias) ){ -+ if ( (bigIntNBits == 1) && (bigIntExp > -expBias+1) ){ - // candidate is a normalized exact power of 2 and - // is too big. We will be subtracting. - // For our purposes, ulp is the ulp of the diff --git a/java/jdk16/files/patch-deploy-applications-sun-java.desktop b/java/jdk16/files/patch-deploy-applications-sun-java.desktop deleted file mode 100644 index 74f9f176855a..000000000000 --- a/java/jdk16/files/patch-deploy-applications-sun-java.desktop +++ /dev/null @@ -1,15 +0,0 @@ -$FreeBSD$ - ---- ../../deploy/src/desktop/freedesktop/applications/sun-java.desktop.orig Thu Apr 12 04:55:27 2007 -+++ ../../deploy/src/desktop/freedesktop/applications/sun-java.desktop Wed Jun 13 16:57:20 2007 -@@ -18,8 +18,8 @@ - Encoding=UTF-8 - Name=Java - Comment=Java Virtual Machine --Exec=java -jar --Icon=sun-java.png -+Exec=%%PREFIX%%/jdk%%JDK_VERSION%%/bin/java -jar -+Icon=%%PREFIX%%/jdk%%JDK_VERSION%%/jre/lib/desktop/icons/hicolor/48x48/apps/sun-java.png - Terminal=false - Type=Application - NoDisplay=true diff --git a/java/jdk16/files/patch-deploy-applications-sun-javaws.desktop b/java/jdk16/files/patch-deploy-applications-sun-javaws.desktop deleted file mode 100644 index 905ac89a8790..000000000000 --- a/java/jdk16/files/patch-deploy-applications-sun-javaws.desktop +++ /dev/null @@ -1,15 +0,0 @@ -$FreeBSD$ - ---- ../../deploy/src/desktop/freedesktop/applications/sun-javaws.desktop.orig Thu Apr 12 04:55:27 2007 -+++ ../../deploy/src/desktop/freedesktop/applications/sun-javaws.desktop Wed Jun 13 16:58:15 2007 -@@ -15,8 +15,8 @@ - Encoding=UTF-8 - Name=JavaWS - Comment=Java Web Start --Exec=javaws --Icon=sun-javaws.png -+Exec=%%PREFIX%%/jdk%%JDK_VERSION%%/bin/javaws -+Icon=%%PREFIX%%/jdk%%JDK_VERSION%%/jre/lib/desktop/icons/hicolor/48x48/apps/sun-javaws.png - Terminal=false - Type=Application - NoDisplay=true 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 e67d96183378..000000000000 --- a/java/jdk16/files/patch-deploy-common-Defs-bsd.gmk +++ /dev/null @@ -1,15 +0,0 @@ -$FreeBSD$ - ---- ../../deploy/make/common/Defs-bsd.gmk.orig Sun Jul 29 23:03:29 2007 -+++ ../../deploy/make/common/Defs-bsd.gmk Sun Jul 29 23:03:29 2007 -@@ -23,8 +23,8 @@ - JUMP_EXE = $(BIN_DIR)/javaws - CLASSPATH_SEP = $(CLASSPATH_SEPARATOR) - PATH_SEP = / --X11DIR = /usr/X11R6 --LOCALDIR = /usr/local -+X11DIR = ${LOCALBASE} -+LOCALDIR = ${LOCALBASE} - ifneq ($(OS_VENDOR), NetBSD) - LIBS = -L$(X11DIR)/lib -lX11 -L$(LOCALDIR)/lib -liconv - else 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 2d0908e7aa0d..000000000000 --- a/java/jdk16/files/patch-deploy-controlpanel-sun_java.desktop +++ /dev/null @@ -1,15 +0,0 @@ -$FreeBSD$ - ---- ../../deploy/src/plugin/solaris/controlpanel/sun_java.desktop.orig Wed Jun 13 16:44:31 2007 -+++ ../../deploy/src/plugin/solaris/controlpanel/sun_java.desktop Wed Jun 13 16:59:32 2007 -@@ -15,8 +15,8 @@ - Encoding=UTF-8 - Name=Java - Comment=Java Control Panel --Exec=jcontrol --Icon=sun-jcontrol.png -+Exec=%%PREFIX%%/jdk%%JDK_VERSION%%/bin/jcontrol -+Icon=%%PREFIX%%/jdk%%JDK_VERSION%%/jre/lib/desktop/icons/hicolor/48x48/apps/sun-jcontrol.png - Terminal=false - Type=Application - Categories=Application;Settings;Java; diff --git a/java/jdk16/files/patch-deploy-jvmexec-Makefile b/java/jdk16/files/patch-deploy-jvmexec-Makefile deleted file mode 100644 index 0b5f4ec4702d..000000000000 --- a/java/jdk16/files/patch-deploy-jvmexec-Makefile +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../deploy/make/plugin/jvmexec/Makefile.orig Sun Jul 29 23:03:30 2007 -+++ ../../deploy/make/plugin/jvmexec/Makefile Sun Jul 29 23:03:30 2007 -@@ -22,7 +22,7 @@ - endif - - ifeq ($(PLATFORM), bsd) --LDLIBS = -pthread -+LDLIBS = ${PTHREAD_LIBS} - endif - - vpath %.cpp $(SRCDIR) diff --git a/java/jdk16/files/patch-deploy-jvmnative-Makefile b/java/jdk16/files/patch-deploy-jvmnative-Makefile deleted file mode 100644 index 5276288296da..000000000000 --- a/java/jdk16/files/patch-deploy-jvmnative-Makefile +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../deploy/make/plugin/jvmnative/Makefile.orig Sun Jul 29 23:03:29 2007 -+++ ../../deploy/make/plugin/jvmnative/Makefile Sun Jul 29 23:03:29 2007 -@@ -14,7 +14,7 @@ - - include $(DEPLOY_TOPDIR)/make/plugin/common/Defs.gmk - --X11DIR = /usr/X11R6 -+X11DIR = ${LOCALBASE} - - ifeq ($(PLATFORM), bsd) - LDLIBS = -L$(X11DIR)/lib -lX11 diff --git a/java/jdk16/files/patch-deploy-oji-adapter-Makefile b/java/jdk16/files/patch-deploy-oji-adapter-Makefile deleted file mode 100644 index 9a9156495e58..000000000000 --- a/java/jdk16/files/patch-deploy-oji-adapter-Makefile +++ /dev/null @@ -1,21 +0,0 @@ -$FreeBSD$ ---- ../../deploy/make/plugin/adapter/oji-adapter/Makefile.orig Sun Jul 29 23:03:29 2007 -+++ ../../deploy/make/plugin/adapter/oji-adapter/Makefile Sun Jul 29 23:03:29 2007 -@@ -44,7 +44,7 @@ - LIB_LOCATION=$(OUTPUTDIR)/plugin/$(LIBARCH)/ns7 - dummy:=$(shell $(MKDIR) -p $(LIB_LOCATION)) - --X11DIR = /usr/X11R6 -+X11DIR = ${LOCALBASE} - - ifeq ($(PLATFORM), solaris) - LDLIBS = -lX11 -ldl -lCrun -lc -@@ -60,7 +60,7 @@ - - ifeq ($(PLATFORM), bsd) - JNIDIR = $(OUTPUTDIR)/include/$(OS_NAME) --INTLDIR = /usr/local -+INTLDIR = ${LOCALBASE} - INTLHDRDIR = $(INTLDIR)/include - else - JNIDIR = $(OUTPUTDIR)/include/$(PLATFORM) diff --git a/java/jdk16/files/patch-deploy-plugin-common-Defs-bsd.gmk b/java/jdk16/files/patch-deploy-plugin-common-Defs-bsd.gmk deleted file mode 100644 index bed54a9c579e..000000000000 --- a/java/jdk16/files/patch-deploy-plugin-common-Defs-bsd.gmk +++ /dev/null @@ -1,10 +0,0 @@ -$FreeBSD$ - ---- ../../deploy/make/plugin/common/Defs-bsd.gmk.orig Sun Jul 29 23:03:29 2007 -+++ ../../deploy/make/plugin/common/Defs-bsd.gmk Sun Jul 29 23:03:29 2007 -@@ -34,4 +34,4 @@ - - PLUGIN_PLATFORM_SRC := $(DEPLOY_TOPDIR)/src/plugin/solaris - --OTHER_LDFLAGS = -L/usr/X11R6/lib -+OTHER_LDFLAGS = -L${LOCALBASE}/lib diff --git a/java/jdk16/files/patch-deploy-unix-Makefile b/java/jdk16/files/patch-deploy-unix-Makefile deleted file mode 100644 index 81ab95c41ea8..000000000000 --- a/java/jdk16/files/patch-deploy-unix-Makefile +++ /dev/null @@ -1,22 +0,0 @@ -$FreeBSD$ - ---- ../../deploy/make/plugin/nscore/unix/Makefile.orig Sun Jul 29 23:03:29 2007 -+++ ../../deploy/make/plugin/nscore/unix/Makefile Sun Jul 29 23:03:29 2007 -@@ -16,7 +16,7 @@ - - include $(DEPLOY_TOPDIR)/make/plugin/common/Defs.gmk - --X11DIR = /usr/X11R6 -+X11DIR = ${LOCALBASE} - - ifeq ($(PLATFORM), linux) - LDLIBS = -lX11 -ldl -lc -@@ -34,7 +34,7 @@ - endif - - ifeq ($(PLATFORM), bsd) --INTLDIR = /usr/local -+INTLDIR = ${LOCALBASE} - INTLHDRDIR = $(INTLDIR)/include - else - INTLHDRDIR = diff --git a/java/jdk16/files/patch-hotspot-make-jprt.config b/java/jdk16/files/patch-hotspot-make-jprt.config deleted file mode 100644 index 87363f764378..000000000000 --- a/java/jdk16/files/patch-hotspot-make-jprt.config +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../hotspot/make/jprt.config.orig Sun Jul 29 23:03:30 2007 -+++ ../../hotspot/make/jprt.config Sun Jul 29 23:03:30 2007 -@@ -158,7 +158,7 @@ - if [ "${osname}" = "NetBSD" ] ; then - make=/usr/pkg/bin/gmake - else -- make=/usr/local/bin/gmake -+ make=%%LOCALBASE%%/bin/gmake - fi - fileMustExist "${make}" make - diff --git a/java/jdk16/files/patch-hotspot-makefiles-gcc.make b/java/jdk16/files/patch-hotspot-makefiles-gcc.make deleted file mode 100644 index 41247e05879a..000000000000 --- a/java/jdk16/files/patch-hotspot-makefiles-gcc.make +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../hotspot/build/bsd/makefiles/gcc.make.orig Tue Feb 12 22:24:15 2008 -+++ ../../hotspot/build/bsd/makefiles/gcc.make Tue Feb 12 22:24:28 2008 -@@ -46,7 +46,7 @@ - CFLAGS += -fno-exceptions - - ifneq (Darwin, $(UNAME.s)) --CFLAGS += -pthread -+CFLAGS += ${PTHREAD_LIBS} - endif - - CFLAGS += -fcheck-new diff --git a/java/jdk16/files/patch-hotspot-makefiles-jsig.make b/java/jdk16/files/patch-hotspot-makefiles-jsig.make deleted file mode 100644 index 2a180c07d472..000000000000 --- a/java/jdk16/files/patch-hotspot-makefiles-jsig.make +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../hotspot/build/bsd/makefiles/jsig.make.orig Sat Feb 16 09:16:41 2008 -+++ ../../hotspot/build/bsd/makefiles/jsig.make Sat Feb 16 09:17:01 2008 -@@ -30,7 +30,7 @@ - LFLAGS_JSIG += -D_GNU_SOURCE - - ifneq (Darwin, $(UNAME.s)) -- LFLAGS_JSIG += -pthread -+ LFLAGS_JSIG += ${PTHREAD_LIBS} - endif - - $(LIBJSIG): $(JSIGSRCDIR)/jsig.c $(LIBJSIG_MAPFILE) diff --git a/java/jdk16/files/patch-hotspot-makefiles-vm.make b/java/jdk16/files/patch-hotspot-makefiles-vm.make deleted file mode 100644 index 2926c6c91b18..000000000000 --- a/java/jdk16/files/patch-hotspot-makefiles-vm.make +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../hotspot/build/bsd/makefiles/vm.make.orig Sat Feb 16 10:44:36 2008 -+++ ../../hotspot/build/bsd/makefiles/vm.make Sat Feb 16 10:45:02 2008 -@@ -70,7 +70,7 @@ - LIBS += -lm - - ifneq (Darwin, $(UNAME.s)) --LIBS += -pthread -+LIBS += ${PTHREAD_LIBS} - endif - - # By default, link the *.o into the library, not the executable. diff --git a/java/jdk16/files/patch-hotspot-utilities-vmError.cpp b/java/jdk16/files/patch-hotspot-utilities-vmError.cpp deleted file mode 100644 index c94de2102616..000000000000 --- a/java/jdk16/files/patch-hotspot-utilities-vmError.cpp +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD: /tmp/pcvs/ports/java/jdk16/files/patch-hotspot-utilities-vmError.cpp,v 1.1 2008-05-03 15:49:27 glewis Exp $ - ---- ../../hotspot/src/share/vm/utilities/vmError.cpp.orig 2008-04-12 13:56:26.000000000 +0300 -+++ ../../hotspot/src/share/vm/utilities/vmError.cpp 2008-04-12 14:26:42.728926827 +0300 -@@ -269,7 +269,7 @@ - st->print("# java.lang.OutOfMemoryError: "); - if (_size) { - st->print("requested "); -- sprintf(buf,"%ld",_size); -+ sprintf(buf,"%zu",_size); - st->print(buf); - st->print(" bytes"); - if (_message != NULL) { diff --git a/java/jdk16/files/patch-hotspot-vm-attachListener_bsd.cpp b/java/jdk16/files/patch-hotspot-vm-attachListener_bsd.cpp deleted file mode 100644 index 09c545a2510a..000000000000 --- a/java/jdk16/files/patch-hotspot-vm-attachListener_bsd.cpp +++ /dev/null @@ -1,98 +0,0 @@ -$FreeBSD$ - ---- ../../hotspot/src/os/bsd/vm/attachListener_bsd.cpp 28 Mar 2007 04:52:28 -0000 1.1 -+++ ../../hotspot/src/os/bsd/vm/attachListener_bsd.cpp 2 Feb 2009 00:30:06 -0000 -@@ -163,24 +163,11 @@ - struct sockaddr_un addr; - addr.sun_family = AF_UNIX; - -- // FIXME: Prior to b39 the tool-side API expected to find the well -- // known file in the working directory. To allow this libjvm.so work with -- // a pre-b39 SDK we create it in the working directory if -- // +StartAttachListener is used is used. All unit tests for this feature -- // currently used this flag. Once b39 SDK has been promoted we can remove -- // this code. -- if (StartAttachListener) { -- sprintf(path, ".java_pid%d", os::current_process_id()); -- strcpy(addr.sun_path, path); -- ::unlink(path); -- res = ::bind(listener, (struct sockaddr*)&addr, sizeof(addr)); -- } -- if (res == -1) { -- sprintf(path, "%s/.java_pid%d", os::get_temp_directory(), os::current_process_id()); -- strcpy(addr.sun_path, path); -- ::unlink(path); -- res = ::bind(listener, (struct sockaddr*)&addr, sizeof(addr)); -- } -+ sprintf(path, "%s/.java_pid%d", os::get_temp_directory(), os::current_process_id()); -+ strcpy(addr.sun_path, path); -+ ::unlink(path); -+ res = ::bind(listener, (struct sockaddr*)&addr, sizeof(addr)); -+ - if (res == -1) { - RESTARTABLE(::close(listener), res); - return -1; -@@ -188,7 +175,7 @@ - set_path(path); - - // put in listen mode and set permission -- if ((::listen(listener, 5) == -1) || (::chmod(path, S_IREAD|S_IWRITE) == -1)) { -+ if ((::listen(listener, 5) == -1) || (::chmod(path, S_IREAD|S_IWRITE) == -1) || (::chown(path,geteuid(),getegid()) == -1)) { - RESTARTABLE(::close(listener), res); - ::unlink(path); - set_path(NULL); -@@ -264,19 +251,19 @@ - } - - // parse request -- -+ - ArgumentIterator args(buf, (max_len)-left); - - // version already checked - char* v = args.next(); -- -+ - char* name = args.next(); - if (name == NULL || strlen(name) > AttachOperation::name_length_max) { - return NULL; - } - - BsdAttachOperation* op = new BsdAttachOperation(name); -- -+ - for (int i=0; i<AttachOperation::arg_count_max; i++) { - char* arg = args.next(); - if (arg == NULL) { -@@ -376,7 +363,7 @@ - // default send buffer is sufficient to buffer everything. In the future - // if there are operations that involves a very big reply then it the - // socket could be made non-blocking and a timeout could be used. -- -+ - void BsdAttachOperation::complete(jint result, bufferedStream* st) { - JavaThread* thread = JavaThread::current(); - ThreadBlockInVM tbivm(thread); -@@ -456,15 +443,15 @@ - if (init_at_startup() || is_initialized()) { - return false; // initialized at startup or already initialized - } -- char fn[32]; -- sprintf(fn, ".attach_pid%d", os::current_process_id()); -+ char path[PATH_MAX+1]; // socket file - int ret; - struct stat st; -- RESTARTABLE(::stat(fn, &st), ret); -- if (ret == -1) { -- sprintf(fn, "/tmp/.attach_pid%d", os::current_process_id()); -- RESTARTABLE(::stat(fn, &st), ret); -- } -+ -+ sprintf(path, "%s/.attach_pid%d", os::get_temp_directory(), os::current_process_id()); -+ fprintf(stdout, "Received SIGQUIT, looking for %s\n", path); -+ -+ RESTARTABLE(::stat(path, &st), ret); -+ - if (ret == 0) { - // simple check to avoid starting the attach mechanism when - // a bogus user creates the file diff --git a/java/jdk16/files/patch-hotspot-vm-os_bsd.cpp b/java/jdk16/files/patch-hotspot-vm-os_bsd.cpp deleted file mode 100644 index 850a4a1dd324..000000000000 --- a/java/jdk16/files/patch-hotspot-vm-os_bsd.cpp +++ /dev/null @@ -1,27 +0,0 @@ -$FreeBSD$ - ---- ../../hotspot/src/os/bsd/vm/os_bsd.cpp.orig Wed Jun 13 16:16:36 2007 -+++ ../../hotspot/src/os/bsd/vm/os_bsd.cpp Wed Jun 13 16:36:13 2007 -@@ -364,7 +364,7 @@ - * 7: The default directories, normally /lib and /usr/lib. - */ - #ifndef DEFAULT_LIBPATH --#define DEFAULT_LIBPATH "/lib:/usr/lib" -+#define DEFAULT_LIBPATH "/lib:/usr/lib:%%LOCALBASE%%/lib" - #endif - - #define EXTENSIONS_DIR "/lib/ext" -@@ -1431,10 +1431,10 @@ - void os::Bsd::clock_init() { - struct timespec res; - struct timespec tp; -- if (clock_getres(CLOCK_MONOTONIC, &res) == 0 && -- clock_gettime(CLOCK_MONOTONIC, &tp) == 0) { -+ if (::clock_getres(CLOCK_MONOTONIC, &res) == 0 && -+ ::clock_gettime(CLOCK_MONOTONIC, &tp) == 0) { - // yes, monotonic clock is supported -- _clock_gettime = clock_gettime; -+ _clock_gettime = ::clock_gettime; - } - } - #else diff --git a/java/jdk16/files/patch-j2se-X11-XToolkit.java b/java/jdk16/files/patch-j2se-X11-XToolkit.java deleted file mode 100644 index f63c8114e1e9..000000000000 --- a/java/jdk16/files/patch-j2se-X11-XToolkit.java +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/src/solaris/classes/sun/awt/X11/XToolkit.java.orig 2008-05-15 21:06:11.000000000 +0200 -+++ ../../j2se/src/solaris/classes/sun/awt/X11/XToolkit.java 2008-05-15 21:07:17.000000000 +0200 -@@ -858,7 +858,7 @@ - - public boolean isTraySupported() { - int wm = XWM.getWMID(); -- if (wm == XWM.METACITY_WM || wm == XWM.KDE2_WM) -+ if (wm == XWM.METACITY_WM || wm == XWM.KDE2_WM || wm == XWM.ENLIGHTEN_WM) - { - return true; - } diff --git a/java/jdk16/files/patch-j2se-attach-BSDAttachProvider.java b/java/jdk16/files/patch-j2se-attach-BSDAttachProvider.java deleted file mode 100644 index fa3c3e31c0af..000000000000 --- a/java/jdk16/files/patch-j2se-attach-BSDAttachProvider.java +++ /dev/null @@ -1,44 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/src/solaris/classes/sun/tools/attach/BSDAttachProvider.java 10 May 2007 05:38:51 -0000 1.1 -+++ ../../j2se/src/solaris/classes/sun/tools/attach/BSDAttachProvider.java 2 Feb 2009 00:27:30 -0000 -@@ -14,7 +14,7 @@ - import java.io.IOException; - - /* -- * An AttachProvider implementation for Linux that uses a UNIX domain -+ * An AttachProvider implementation for BSD that uses a UNIX domain - * socket. - */ - public class BSDAttachProvider extends HotSpotAttachProvider { -@@ -36,12 +36,28 @@ - public VirtualMachine attachVirtualMachine(String vmid) - throws AttachNotSupportedException, IOException - { -- throw new AttachNotSupportedException("Attach not yet supported on BSD"); -+ if (isNotAttachable(vmid)) { -+ throw new AttachNotSupportedException("can only attach to Java SE 6.0 or newer"); -+ } -+ return new BSDVirtualMachine(this, vmid); - } - - public VirtualMachine attachVirtualMachine(VirtualMachineDescriptor vmd) - throws AttachNotSupportedException, IOException - { -- throw new AttachNotSupportedException("Attach not yet supported on BSD"); -+ if (vmd.provider() != this) { -+ throw new AttachNotSupportedException("provider mismatch"); -+ } -+ // To avoid re-checking if the VM if attachable, we check if the descriptor -+ // is for a hotspot VM - these descriptors are created by the listVirtualMachines -+ // implementation which only returns a list of attachable VMs. -+ if (vmd instanceof HotSpotVirtualMachineDescriptor) { -+ assert ((HotSpotVirtualMachineDescriptor)vmd).isAttachable(); -+ checkAttachPermission(); -+ return new BSDVirtualMachine(this, vmd.id()); -+ } else { -+ return attachVirtualMachine(vmd.id()); -+ } - } -+ - } diff --git a/java/jdk16/files/patch-j2se-attach-BSDVirtualMachine.c b/java/jdk16/files/patch-j2se-attach-BSDVirtualMachine.c deleted file mode 100644 index 19af8e6e6219..000000000000 --- a/java/jdk16/files/patch-j2se-attach-BSDVirtualMachine.c +++ /dev/null @@ -1,286 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/src/solaris/native/sun/tools/attach/BSDVirtualMachine.c 11 Oct 2007 02:59:31 -0000 1.2 -+++ ../../j2se/src/solaris/native/sun/tools/attach/BSDVirtualMachine.c 2 Feb 2009 00:29:22 -0000 -@@ -1 +1,280 @@ --/* empty file for now */ -+/* -+ * @(#)BSDVirtualMachine.c 1.8 05/11/21 -+ * -+ * Copyright 2006 Sun Microsystems, Inc. All rights reserved. -+ * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. -+ */ -+ -+#include "jni.h" -+#include "jni_util.h" -+ -+#include <stdio.h> -+#include <stdlib.h> -+#include <string.h> -+#include <errno.h> -+#include <unistd.h> -+#include <signal.h> -+#include <dirent.h> -+#include <ctype.h> -+#include <sys/types.h> -+#include <sys/types.h> -+#include <sys/socket.h> -+#include <sys/stat.h> -+#include <sys/un.h> -+#include <sys/vnode.h> -+#include <sys/user.h> -+#include <sys/sysctl.h> -+#include <fcntl.h> -+ -+#include "sun_tools_attach_BSDVirtualMachine.h" -+ -+#define RESTARTABLE(_cmd, _result) do { \ -+ do { \ -+ _result = _cmd; \ -+ } while((_result == -1) && (errno == EINTR)); \ -+} while(0) -+ -+/* -+ * Class: sun_tools_attach_BSDVirtualMachine -+ * Method: socket -+ * Signature: ()I -+ */ -+JNIEXPORT jint JNICALL Java_sun_tools_attach_BSDVirtualMachine_socket -+ (JNIEnv *env, jclass cls) -+{ -+ int fd = socket(PF_UNIX, SOCK_STREAM, 0); -+ if (fd == -1) { -+ JNU_ThrowIOExceptionWithLastError(env, "socket"); -+ } -+ return (jint)fd; -+} -+ -+/* -+ * Class: sun_tools_attach_BSDVirtualMachine -+ * Method: connect -+ * Signature: (ILjava/lang/String;)I -+ */ -+JNIEXPORT void JNICALL Java_sun_tools_attach_BSDVirtualMachine_connect -+ (JNIEnv *env, jclass cls, jint fd, jstring path) -+{ -+ jboolean isCopy; -+ const char* p = GetStringPlatformChars(env, path, &isCopy); -+ if (p != NULL) { -+ struct sockaddr_un addr; -+ int err = 0; -+ -+ addr.sun_family = AF_UNIX; -+ strcpy(addr.sun_path, p); -+ -+ if (connect(fd, (struct sockaddr*)&addr, sizeof(addr)) == -1) { -+ err = errno; -+ } -+ -+ if (isCopy) { -+ JNU_ReleaseStringPlatformChars(env, path, p); -+ } -+ -+ /* -+ * If the connect failed then we throw the appropriate exception -+ * here (can't throw it before releasing the string as can't call -+ * JNI with pending exception) -+ */ -+ if (err != 0) { -+ if (err == ENOENT) { -+ JNU_ThrowByName(env, "java/io/FileNotFoundException", NULL); -+ } else { -+ char* msg = strdup(strerror(err)); -+ JNU_ThrowIOException(env, msg); -+ if (msg != NULL) { -+ free(msg); -+ } -+ } -+ } -+ } -+} -+ -+ -+/* -+ * Class: sun_tools_attach_BSDVirtualMachine -+ * Method: sendQuitTo -+ * Signature: (I)V -+ */ -+JNIEXPORT void JNICALL Java_sun_tools_attach_BSDVirtualMachine_sendQuitTo -+ (JNIEnv *env, jclass cls, jint pid) -+{ -+ if (kill((pid_t)pid, SIGQUIT)) { -+ JNU_ThrowIOExceptionWithLastError(env, "kill"); -+ } -+} -+ -+/* -+ * Class: sun_tools_attach_BSDVirtualMachine -+ * Method: checkPermissions -+ * Signature: (Ljava/lang/String;)V -+ */ -+JNIEXPORT void JNICALL Java_sun_tools_attach_BSDVirtualMachine_checkPermissions -+ (JNIEnv *env, jclass cls, jstring path) -+{ -+ jboolean isCopy; -+ const char* p = GetStringPlatformChars(env, path, &isCopy); -+ if (p != NULL) { -+ struct stat sb; -+ uid_t uid, gid; -+ int res; -+ -+ /* -+ * Check that the path is owned by the effective uid/gid of this -+ * process. Also check that group/other access is not allowed. -+ */ -+ uid = geteuid(); -+ gid = getegid(); -+ -+ res = stat(p, &sb); -+ if (res != 0) { -+ /* save errno */ -+ res = errno; -+ } -+ -+ /* release p here before we throw an I/O exception */ -+ if (isCopy) { -+ JNU_ReleaseStringPlatformChars(env, path, p); -+ } -+ -+ if (res == 0) { -+ if ( (sb.st_uid != uid) || (sb.st_gid != gid) || -+ ((sb.st_mode & (S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)) != 0) ) { -+ JNU_ThrowIOException(env, "well-known file is not secure"); -+ } -+ } else { -+ char* msg = strdup(strerror(res)); -+ JNU_ThrowIOException(env, msg); -+ if (msg != NULL) { -+ free(msg); -+ } -+ } -+ } -+} -+ -+/* -+ * Class: sun_tools_attach_BSDVirtualMachine -+ * Method: close -+ * Signature: (I)V -+ */ -+JNIEXPORT void JNICALL Java_sun_tools_attach_BSDVirtualMachine_close -+ (JNIEnv *env, jclass cls, jint fd) -+{ -+ int res; -+ RESTARTABLE(close(fd), res); -+} -+ -+/* -+ * Class: sun_tools_attach_BSDVirtualMachine -+ * Method: read -+ * Signature: (I[BI)I -+ */ -+JNIEXPORT jint JNICALL Java_sun_tools_attach_BSDVirtualMachine_read -+ (JNIEnv *env, jclass cls, jint fd, jbyteArray ba, jint off, jint baLen) -+{ -+ unsigned char buf[128]; -+ size_t len = sizeof(buf); -+ ssize_t n; -+ -+ size_t remaining = (size_t)(baLen - off); -+ if (len > remaining) { -+ len = remaining; -+ } -+ -+ RESTARTABLE(read(fd, buf+off, len), n); -+ if (n == -1) { -+ JNU_ThrowIOExceptionWithLastError(env, "read"); -+ } else { -+ if (n == 0) { -+ n = -1; // EOF -+ } else { -+ (*env)->SetByteArrayRegion(env, ba, off, (jint)n, (jbyte *)(buf+off)); -+ } -+ } -+ return n; -+} -+ -+/* -+ * Class: sun_tools_attach_BSDVirtualMachine -+ * Method: write -+ * Signature: (I[B)V -+ */ -+JNIEXPORT void JNICALL Java_sun_tools_attach_BSDVirtualMachine_write -+ (JNIEnv *env, jclass cls, jint fd, jbyteArray ba, jint off, jint bufLen) -+{ -+ size_t remaining = bufLen; -+ do { -+ unsigned char buf[128]; -+ size_t len = sizeof(buf); -+ int n; -+ -+ if (len > remaining) { -+ len = remaining; -+ } -+ (*env)->GetByteArrayRegion(env, ba, off, len, (jbyte *)buf); -+ -+ RESTARTABLE(write(fd, buf, len), n); -+ if (n > 0) { -+ off += n; -+ remaining -= n; -+ } else { -+ JNU_ThrowIOExceptionWithLastError(env, "write"); -+ return; -+ } -+ -+ } while (remaining > 0); -+} -+ -+/* -+ * Class: sun_tools_attach_BSDVirtualMachine -+ * Method: createAttachFile -+ * Signature: (Ljava.lang.String;)V -+ */ -+JNIEXPORT void JNICALL Java_sun_tools_attach_BSDVirtualMachine_createAttachFile(JNIEnv *env, jclass cls, jstring path) -+{ -+ const char* _path; -+ jboolean isCopy; -+ -+ _path = GetStringPlatformChars(env, path, &isCopy); -+ if (_path == NULL) { -+ JNU_ThrowIOException(env, "Must specify a path"); -+ return; -+ } -+ -+ -+ // Consider error handling -+ int fd = -1; -+ RESTARTABLE(open(_path, O_CREAT | O_EXCL, S_IWUSR | S_IRUSR), fd); -+ -+ -+ -+ if (fd == -1) { -+ /* release p here before we throw an I/O exception */ -+ if (isCopy) { -+ JNU_ReleaseStringPlatformChars(env, path, _path); -+ } -+ JNU_ThrowIOExceptionWithLastError(env, "open"); -+ return; -+ } -+ -+ int chown_rc = -1; -+ RESTARTABLE(chown(_path, geteuid(), getegid()), chown_rc); -+ -+ /* release p here before we throw an I/O exception */ -+ if (isCopy) { -+ JNU_ReleaseStringPlatformChars(env, path, _path); -+ } -+ -+ int close_rc = -1; -+ RESTARTABLE(close(fd),close_rc); -+ -+ if (chown_rc == -1) { -+ JNU_ThrowIOExceptionWithLastError(env, "chown"); -+ } -+ if (close_rc == -1) { -+ JNU_ThrowIOExceptionWithLastError(env, "close"); -+ } -+} diff --git a/java/jdk16/files/patch-j2se-attach-BSDVirtualMachine.java b/java/jdk16/files/patch-j2se-attach-BSDVirtualMachine.java deleted file mode 100644 index 0205f5fa8f46..000000000000 --- a/java/jdk16/files/patch-j2se-attach-BSDVirtualMachine.java +++ /dev/null @@ -1,297 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/src/solaris/classes/sun/tools/attach/BSDVirtualMachine.java 2 Feb 2009 00:28:15 -0000 -+++ ../../j2se/src/solaris/classes/sun/tools/attach/BSDVirtualMachine.java 2 Feb 2009 00:28:15 -0000 -@@ -0,0 +1,292 @@ -+/* -+ * @(#)BSDVirtualMachine.java 1.8 06/03/05 -+ * -+ * Copyright 2006 Sun Microsystems, Inc. All rights reserved. -+ * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. -+ */ -+package sun.tools.attach; -+ -+import com.sun.tools.attach.VirtualMachine; -+import com.sun.tools.attach.AgentLoadException; -+import com.sun.tools.attach.AttachNotSupportedException; -+import com.sun.tools.attach.spi.AttachProvider; -+import java.io.InputStream; -+import java.io.IOException; -+import java.io.File; -+import java.util.Properties; -+ -+/* -+ * BSD implementation of HotSpotVirtualMachine -+ */ -+public class BSDVirtualMachine extends HotSpotVirtualMachine { -+ -+ /** -+ * Hard-coded "/tmp" to match the hotspot bsd implementation -+ * hotspot/src/os/bsd/vm/os_bsd.cpp: -+ * const char* os::get_temp_directory() { return "/tmp/"; } -+ */ -+ private static String getTmpDir() { -+ return "/tmp/"; -+ } -+ -+ -+ String path; -+ -+ /** -+ * Attaches to the target VM -+ */ -+ BSDVirtualMachine(AttachProvider provider, String vmid) -+ throws AttachNotSupportedException, IOException -+ { -+ super(provider, vmid); -+ -+ // This provider only understands pids -+ int pid; -+ try { -+ pid = Integer.parseInt(vmid); -+ } catch (NumberFormatException x) { -+ throw new AttachNotSupportedException("Invalid process identifier"); -+ } -+ -+ // Find the socket file. If not found then we attempt to start the -+ // attach mechanism in the target VM by sending it a QUIT signal. -+ // Then we attempt to find the socket file again. -+ path = findSocketFile(pid); -+ if (path == null) { -+ -+ String fn = ".attach_pid" + pid; -+ path = getTmpDir() + fn; -+ File attachFile = new File(path); -+ createAttachFile(path); -+ try { -+ sendQuitTo(pid); -+ -+ // give the target VM time to start the attach mechanism -+ int i = 0; -+ long delay = 200; -+ int retries = (int)(attachTimeout() / delay); -+ do { -+ try { -+ Thread.sleep(delay); -+ } catch (InterruptedException x) { } -+ path = findSocketFile(pid); -+ i++; -+ } while (i <= retries && path == null); -+ if (path == null) { -+ throw new AttachNotSupportedException( -+ "Unable to open socket file: target process not responding " + -+ "or HotSpot VM not loaded"); -+ } -+ } finally { -+ attachFile.delete(); -+ } -+ } -+ -+ // Check that the file owner/permission to avoid attaching to -+ // bogus process -+ checkPermissions(path); -+ -+ // Check that we can connect to the process -+ // - this ensures we throw the permission denied error now rather than -+ // later when we attempt to enqueue a command. -+ int s = socket(); -+ try { -+ connect(s, path); -+ } finally { -+ close(s); -+ } -+ } -+ -+ /** -+ * Detach from the target VM -+ */ -+ public void detach() throws IOException { -+ synchronized (this) { -+ if (this.path != null) { -+ this.path = null; -+ } -+ } -+ } -+ -+ // protocol version -+ private final static String PROTOCOL_VERSION = "1"; -+ -+ // known errors -+ private final static int ATTACH_ERROR_BADVERSION = 101; -+ -+ /** -+ * Execute the given command in the target VM. -+ */ -+ InputStream execute(String cmd, Object ... args) throws AgentLoadException, IOException { -+ assert args.length <= 3; // includes null -+ -+ // did we detach? -+ String p; -+ synchronized (this) { -+ if (this.path == null) { -+ throw new IOException("Detached from target VM"); -+ } -+ p = this.path; -+ } -+ -+ // create UNIX socket -+ int s = socket(); -+ -+ // connect to target VM -+ try { -+ connect(s, p); -+ } catch (IOException x) { -+ close(s); -+ throw x; -+ } -+ -+ IOException ioe = null; -+ -+ // connected - write request -+ // <ver> <cmd> <args...> -+ try { -+ writeString(s, PROTOCOL_VERSION); -+ writeString(s, cmd); -+ -+ for (int i=0; i<3; i++) { -+ if (i < args.length && args[i] != null) { -+ writeString(s, (String)args[i]); -+ } else { -+ writeString(s, ""); -+ } -+ } -+ } catch (IOException x) { -+ ioe = x; -+ } -+ -+ -+ // Create an input stream to read reply -+ SocketInputStream sis = new SocketInputStream(s); -+ -+ // Read the command completion status -+ int completionStatus; -+ try { -+ completionStatus = readInt(sis); -+ } catch (IOException x) { -+ sis.close(); -+ if (ioe != null) { -+ throw ioe; -+ } else { -+ throw x; -+ } -+ } -+ -+ if (completionStatus != 0) { -+ sis.close(); -+ -+ // In the event of a protocol mismatch then the target VM -+ // returns a known error so that we can throw a reasonable -+ // error. -+ if (completionStatus == ATTACH_ERROR_BADVERSION) { -+ throw new IOException("Protocol mismatch with target VM"); -+ } -+ -+ // Special-case the "load" command so that the right exception is -+ // thrown. -+ if (cmd.equals("load")) { -+ throw new AgentLoadException("Failed to load agent library"); -+ } else { -+ throw new IOException("Command failed in target VM"); -+ } -+ } -+ -+ // Return the input stream so that the command output can be read -+ return sis; -+ } -+ -+ /* -+ * InputStream for the socket connection to get target VM -+ */ -+ private class SocketInputStream extends InputStream { -+ int s; -+ -+ public SocketInputStream(int s) { -+ this.s = s; -+ } -+ -+ public synchronized int read() throws IOException { -+ byte b[] = new byte[1]; -+ int n = this.read(b, 0, 1); -+ if (n == 1) { -+ return b[0] & 0xff; -+ } else { -+ return -1; -+ } -+ } -+ -+ public synchronized int read(byte[] bs, int off, int len) throws IOException { -+ if ((off < 0) || (off > bs.length) || (len < 0) || -+ ((off + len) > bs.length) || ((off + len) < 0)) { -+ throw new IndexOutOfBoundsException(); -+ } else if (len == 0) -+ return 0; -+ -+ return BSDVirtualMachine.read(s, bs, off, len); -+ } -+ -+ public void close() throws IOException { -+ BSDVirtualMachine.close(s); -+ } -+ } -+ -+ -+ // Return the socket file for the given process. -+ // Checks working directory of process for .java_pid<pid>. If not -+ // found it looks in /tmp. -+ private String findSocketFile(int pid) { -+ // First check for a .java_pid<pid> file in the working directory -+ // of the target process -+ String fn = ".java_pid" + pid; -+ String path = getTmpDir() + fn; -+ File f = new File(path); -+ -+ if (!f.exists()) { -+ return null; // not found -+ } -+ return path; -+ } -+ -+ /* -+ * Write/sends the given to the target VM. String is transmitted in -+ * UTF-8 encoding. -+ */ -+ private void writeString(int fd, String s) throws IOException { -+ if (s.length() > 0) { -+ byte b[]; -+ try { -+ b = s.getBytes("UTF-8"); -+ } catch (java.io.UnsupportedEncodingException x) { -+ throw new InternalError(); -+ } -+ BSDVirtualMachine.write(fd, b, 0, b.length); -+ } -+ byte b[] = new byte[1]; -+ b[0] = 0; -+ write(fd, b, 0, 1); -+ } -+ -+ -+ static native void sendQuitTo(int pid) throws IOException; -+ -+ static native void checkPermissions(String path) throws IOException; -+ -+ static native int socket() throws IOException; -+ -+ static native void connect(int fd, String path) throws IOException; -+ -+ static native void close(int fd) throws IOException; -+ -+ static native int read(int fd, byte buf[], int off, int bufLen) throws IOException; -+ -+ static native void write(int fd, byte buf[], int off, int bufLen) throws IOException; -+ static native void createAttachFile(String path); -+ -+ static { -+ System.loadLibrary("attach"); -+ } -+} diff --git a/java/jdk16/files/patch-j2se-attach-Exportedfiles.gmk b/java/jdk16/files/patch-j2se-attach-Exportedfiles.gmk deleted file mode 100644 index 851873dae0fa..000000000000 --- a/java/jdk16/files/patch-j2se-attach-Exportedfiles.gmk +++ /dev/null @@ -1,15 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/com/sun/tools/attach/Exportedfiles.gmk 21 Jul 2006 17:23:23 -0000 1.1.1.2 -+++ ../../j2se/make/com/sun/tools/attach/Exportedfiles.gmk 29 Jan 2009 08:13:19 -0000 -@@ -25,5 +25,10 @@ - sun/tools/attach/LinuxVirtualMachine.java - endif - -+ifeq ($(PLATFORM), bsd) -+FILES_export = \ -+ sun/tools/attach/BSDVirtualMachine.java -+endif -+ - - diff --git a/java/jdk16/files/patch-j2se-attach-mapfile-bsd b/java/jdk16/files/patch-j2se-attach-mapfile-bsd deleted file mode 100644 index 2a079669e31a..000000000000 --- a/java/jdk16/files/patch-j2se-attach-mapfile-bsd +++ /dev/null @@ -1,28 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/com/sun/tools/attach/mapfile-bsd 10 May 2007 05:39:49 -0000 1.1 -+++ ../../j2se/make/com/sun/tools/attach/mapfile-bsd 29 Jan 2009 08:13:19 -0000 -@@ -1,5 +1,5 @@ - # --#ident "@(#)mapfile-linux 1.5 05/11/17" -+#ident "@(#)mapfile-bsd 1.0 09/01/15" - # - # Copyright 2006 Sun Microsystems, Inc. All rights reserved. - # Copyright 2006 Sun Microsystems, Inc. Tous droits réservés. -@@ -11,6 +11,16 @@ - # Define public interface. - - SUNWprivate_1.1 { -+ global: -+ Java_sun_tools_attach_BSDVirtualMachine_checkPermissions; -+ Java_sun_tools_attach_BSDVirtualMachine_close; -+ Java_sun_tools_attach_BSDVirtualMachine_connect; -+ Java_sun_tools_attach_BSDVirtualMachine_sendQuitTo; -+ Java_sun_tools_attach_BSDVirtualMachine_socket; -+ Java_sun_tools_attach_BSDVirtualMachine_read; -+ Java_sun_tools_attach_BSDVirtualMachine_write; -+ Java_sun_tools_attach_BSDVirtualMachine_createAttachFile; -+ - local: - *; - }; diff --git a/java/jdk16/files/patch-j2se-awt-awt_GraphicsEnv.h b/java/jdk16/files/patch-j2se-awt-awt_GraphicsEnv.h deleted file mode 100644 index a7f916166d4f..000000000000 --- a/java/jdk16/files/patch-j2se-awt-awt_GraphicsEnv.h +++ /dev/null @@ -1,15 +0,0 @@ -$FreeBSD: /tmp/pcvs/ports/java/jdk16/files/patch-j2se-awt-awt_GraphicsEnv.h,v 1.1 2010-04-19 06:18:54 glewis Exp $ - ---- ../../j2se/src/solaris/native/sun/awt/awt_GraphicsEnv.h.orig 2010-04-16 21:28:02.000000000 +1100 -+++ ../../j2se/src/solaris/native/sun/awt/awt_GraphicsEnv.h 2010-04-16 21:39:52.635333540 +1100 -@@ -24,6 +24,10 @@ - #include <sys/ipc.h> - #include <sys/shm.h> - #include <X11/extensions/XShm.h> -+#ifndef X_ShmAttach -+#include <X11/Xmd.h> -+#include <X11/extensions/shmproto.h> -+#endif - - extern int XShmQueryExtension(); - 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 4105d383d9fe..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 Jul 29 23:03:29 2007 -+++ ../../j2se/src/solaris/native/sun/awt/fontpath.c Sun Jul 29 23:03:29 2007 -@@ -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!) */ -+ "%%LOCALBASE%%/lib/X11/fonts/TrueType", /* RH 7.1+ */ -+ "%%LOCALBASE%%/lib/X11/fonts/truetype", /* SuSE */ -+ "%%LOCALBASE%%/lib/X11/fonts/tt", -+ "%%LOCALBASE%%/lib/X11/fonts/TTF", -+ "%%LOCALBASE%%/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", -+ "%%LOCALBASE%%/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 ff56d99d0e55..000000000000 --- a/java/jdk16/files/patch-j2se-awt-mawt.gmk +++ /dev/null @@ -1,30 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/sun/awt/mawt.gmk.orig Sun Jul 29 23:03:29 2007 -+++ ../../j2se/make/sun/awt/mawt.gmk Sun Jul 29 23:03:29 2007 -@@ -131,11 +131,11 @@ - LIBXT = -lXt - else - # Allows for builds on Debian GNU Linux, X11 is in a different place -- LIBXT = $(firstword $(wildcard /usr/X11R6/lib/libXt.a) \ -+ LIBXT = $(firstword $(wildcard ${LOCALBASE}/lib/libXt.a) \ - $(wildcard /usr/lib/libXt.a)) -- LIBSM = $(firstword $(wildcard /usr/X11R6/lib/libSM.a) \ -+ LIBSM = $(firstword $(wildcard ${LOCALBASE}/lib/libSM.a) \ - $(wildcard /usr/lib/libSM.a)) -- LIBICE = $(firstword $(wildcard /usr/X11R6/lib/libICE.a) \ -+ LIBICE = $(firstword $(wildcard ${LOCALBASE}/lib/libICE.a) \ - $(wildcard /usr/lib/libICE.a)) - endif - endif -@@ -227,8 +227,8 @@ - endif - - ifeq ($(PLATFORM), bsd) -- CPPFLAGS += -I/usr/X11R6/include/X11/extensions \ -- -I/usr/X11R6/include -+ CPPFLAGS += -I${LOCALBASE}/include/X11/extensions \ -+ -I${LOCALBASE}/include - endif - - LDFLAGS += -L$(LIBDIR)/$(LIBARCH)/$(TSOBJDIR) \ diff --git a/java/jdk16/files/patch-j2se-bin-java-rmi.cgi.sh b/java/jdk16/files/patch-j2se-bin-java-rmi.cgi.sh deleted file mode 100644 index 243633e353a9..000000000000 --- a/java/jdk16/files/patch-j2se-bin-java-rmi.cgi.sh +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/src/solaris/bin/java-rmi.cgi.sh.orig Sun Jul 29 23:03:30 2007 -+++ ../../j2se/src/solaris/bin/java-rmi.cgi.sh Sun Jul 29 23:03:30 2007 -@@ -32,7 +32,7 @@ - # - # PATH=/home/peter/java/bin:$PATH - # --PATH=/usr/local/java/bin:$PATH -+PATH=%%LOCALBASE%%/java/bin:$PATH - exec java \ - -DAUTH_TYPE="$AUTH_TYPE" \ - -DCONTENT_LENGTH="$CONTENT_LENGTH" \ diff --git a/java/jdk16/files/patch-j2se-bin-java_md.c b/java/jdk16/files/patch-j2se-bin-java_md.c deleted file mode 100644 index 91f6b5c8453d..000000000000 --- a/java/jdk16/files/patch-j2se-bin-java_md.c +++ /dev/null @@ -1,17 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/src/solaris/bin/java_md.c.orig Sun Jul 29 23:03:30 2007 -+++ ../../j2se/src/solaris/bin/java_md.c Sun Jul 29 23:03:30 2007 -@@ -70,10 +70,10 @@ - * entries, but actual strings can be more efficient (with many compilers). - */ - #if defined(__FreeBSD__) --static const char *system_dir = "/usr/local/jdk1.6.0"; -+static const char *system_dir = "%%LOCALBASE%%/jdk1.6.0"; - static const char *user_dir = "/java"; - #elif defined(__OpenBSD__) --static const char *system_dir = "/usr/local/jdk-1.6.0"; -+static const char *system_dir = "%%LOCALBASE%%/jdk-1.6.0"; - static const char *user_dir = "/java"; - #elif defined(__linux__) - static const char *system_dir = "/usr/java"; diff --git a/java/jdk16/files/patch-j2se-cmm-Makefile b/java/jdk16/files/patch-j2se-cmm-Makefile deleted file mode 100644 index 3ea05e8acfe2..000000000000 --- a/java/jdk16/files/patch-j2se-cmm-Makefile +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/sun/cmm/Makefile.orig Sun Jul 29 23:03:31 2007 -+++ ../../j2se/make/sun/cmm/Makefile Sun Jul 29 23:03:31 2007 -@@ -49,7 +49,7 @@ - endif - - ifeq ($(PLATFORM), bsd) --LDLIBS += -pthread -+LDLIBS += ${PTHREAD_LIBS} - endif - - clean clobber:: iccprofiles.clean 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 f479bc283f64..000000000000 --- a/java/jdk16/files/patch-j2se-common-Defs-bsd.gmk +++ /dev/null @@ -1,27 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/common/Defs-bsd.gmk.orig Sun Jul 29 23:03:29 2007 -+++ ../../j2se/make/common/Defs-bsd.gmk Sun Jul 29 23:03:29 2007 -@@ -314,6 +314,13 @@ - ifeq ($(OS_VENDOR),NetBSD) - override HAVE_SIGIGNORE = true - endif -+ifeq ($(OS_VENDOR),FreeBSD) -+OS_RELDATE := %%OSVERSION%% -+HAS_SIGIGNORE := $(shell if [ $(OS_RELDATE) -ge 800502 -a $(OS_RELDATE) -lt 900000 -o $(OS_RELDATE) -ge 900003 ]; then echo "1"; fi) -+ifeq ($(HAS_SIGIGNORE),1) -+override HAVE_SIGIGNORE = true -+endif -+endif - ifeq ($(OS_VENDOR),Apple) - override HAVE_SIGIGNORE = true - endif -@@ -332,7 +339,7 @@ - override LIBTHREAD = - override MOOT_PRIORITIES = true - override NO_INTERRUPTIBLE_IO = false --override OPENWIN_HOME = /usr/X11R6 -+override OPENWIN_HOME = ${LOCALBASE} - override OPENWIN_LIB = $(OPENWIN_HOME)/lib - override OTHER_M4FLAGS = -D__GLIBC__ -DGNU_ASSEMBLER - override SUN_CMM_SUBDIR = diff --git a/java/jdk16/files/patch-j2se-common-Defs.gmk b/java/jdk16/files/patch-j2se-common-Defs.gmk deleted file mode 100644 index 487c4a46ccaf..000000000000 --- a/java/jdk16/files/patch-j2se-common-Defs.gmk +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/common/Defs.gmk.orig Sun Jul 29 23:03:31 2007 -+++ ../../j2se/make/common/Defs.gmk Sun Jul 29 23:03:31 2007 -@@ -111,7 +111,7 @@ - endif - - ifeq ($(OS_VENDOR), FreeBSD) -- LDLIBS_COMMON = -pthread -+ LDLIBS_COMMON = ${PTHREAD_LIBS} - endif - - ifeq ($(OS_VENDOR), OpenBSD) diff --git a/java/jdk16/files/patch-j2se-common-Program.gmk b/java/jdk16/files/patch-j2se-common-Program.gmk deleted file mode 100644 index 0a1692626ff8..000000000000 --- a/java/jdk16/files/patch-j2se-common-Program.gmk +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/common/Program.gmk.orig Sun Jul 29 23:03:31 2007 -+++ ../../j2se/make/common/Program.gmk Sun Jul 29 23:03:31 2007 -@@ -155,7 +155,7 @@ - endif # USE_PTHREADS - - ifeq ($(PLATFORM), bsd) --THREADLIBS = -pthread -+THREADLIBS = ${PTHREAD_LIBS} - endif - - # diff --git a/java/jdk16/files/patch-j2se-doc-DocURLConnection.java b/java/jdk16/files/patch-j2se-doc-DocURLConnection.java deleted file mode 100644 index 780f75e1c9d5..000000000000 --- a/java/jdk16/files/patch-j2se-doc-DocURLConnection.java +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/src/share/classes/sun/net/www/protocol/doc/DocURLConnection.java.orig Sun Jul 29 23:03:30 2007 -+++ ../../j2se/src/share/classes/sun/net/www/protocol/doc/DocURLConnection.java Sun Jul 29 23:03:30 2007 -@@ -33,7 +33,7 @@ - installDirectory = (String)java.security.AccessController.doPrivileged( - new sun.security.action.GetPropertyAction("hotjava.home")); - if (installDirectory == null) { -- installDirectory = "/usr/local/hotjava"; -+ installDirectory = "%%LOCALBASE%%/hotjava"; - } - } - diff --git a/java/jdk16/files/patch-j2se-doc-Handler.java b/java/jdk16/files/patch-j2se-doc-Handler.java deleted file mode 100644 index 827585916c86..000000000000 --- a/java/jdk16/files/patch-j2se-doc-Handler.java +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/src/share/classes/sun/net/www/protocol/doc/Handler.java.orig Sun Jul 29 23:03:30 2007 -+++ ../../j2se/src/share/classes/sun/net/www/protocol/doc/Handler.java Sun Jul 29 23:03:30 2007 -@@ -40,7 +40,7 @@ - installDirectory = (String)java.security.AccessController.doPrivileged( - new sun.security.action.GetPropertyAction("hotjava.home")); - if (installDirectory == null) { -- installDirectory = "/usr/local/hotjava"; -+ installDirectory = "%%LOCALBASE%%/hotjava"; - } - } - /* diff --git a/java/jdk16/files/patch-j2se-font-Makefile b/java/jdk16/files/patch-j2se-font-Makefile deleted file mode 100644 index 22587357fa11..000000000000 --- a/java/jdk16/files/patch-j2se-font-Makefile +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/sun/font/Makefile.orig Sun Jul 29 23:03:29 2007 -+++ ../../j2se/make/sun/font/Makefile Sun Jul 29 23:03:29 2007 -@@ -123,7 +123,7 @@ - - # setup the list of libraries to link in... - ifeq ($(PLATFORM), bsd) --OTHER_INCLUDES += -I/usr/X11R6/include -+OTHER_INCLUDES += -I${LOCALBASE}/include - OTHER_LDLIBS += -lawt $(LIBM) $(LIBCXX) - else - ifeq ($(PLATFORM), linux) 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 906baec93397..000000000000 --- a/java/jdk16/files/patch-j2se-gtk-Metacity.java +++ /dev/null @@ -1,19 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/src/share/classes/com/sun/java/swing/plaf/gtk/Metacity.java.orig Sun Jul 29 23:03:30 2007 -+++ ../../j2se/src/share/classes/com/sun/java/swing/plaf/gtk/Metacity.java Sun Jul 29 23:03:30 2007 -@@ -460,10 +460,10 @@ - String[] dirs = new String[] { - userHome + sep + ".themes", - System.getProperty("swing.metacitythemedir"), -- "/usr/X11R6/share/themes", -- "/usr/X11R6/share/gnome/themes", -- "/usr/local/share/themes", -- "/usr/local/share/gnome/themes", -+ "%%LOCALBASE%%/share/themes", -+ "%%LOCALBASE%%/share/gnome/themes", -+ "%%LOCALBASE%%/share/themes", -+ "%%LOCALBASE%%/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 634f541dbfbe..000000000000 --- a/java/jdk16/files/patch-j2se-instrument-Makefile +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/java/instrument/Makefile.orig Sat Feb 16 11:02:12 2008 -+++ ../../j2se/make/java/instrument/Makefile Sat Feb 16 11:02:38 2008 -@@ -112,7 +112,7 @@ - - ifeq ($(PLATFORM), bsd) - ifneq ($(OS_VENDOR), NetBSD) -- ICONV_DIR = /usr/local -+ ICONV_DIR = ${LOCALBASE} - CPPFLAGS += -I$(ICONV_DIR)/include - OTHER_LDLIBS += -L$(ICONV_DIR)/lib -liconv - endif diff --git a/java/jdk16/files/patch-j2se-net-Makefile b/java/jdk16/files/patch-j2se-net-Makefile deleted file mode 100644 index 7902d1866355..000000000000 --- a/java/jdk16/files/patch-j2se-net-Makefile +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/java/net/Makefile.orig Sun Jul 29 23:03:31 2007 -+++ ../../j2se/make/java/net/Makefile Sun Jul 29 23:03:31 2007 -@@ -73,7 +73,7 @@ - ifdef DONT_ENABLE_IPV6 - OTHER_CFLAGS += -DDONT_ENABLE_IPV6 - endif -- OTHER_LDLIBS = $(JVMLIB) -pthread -+ OTHER_LDLIBS = $(JVMLIB) ${PTHREAD_LIBS} - else - ifeq ($(PLATFORM), windows) - OTHER_LDLIBS = ws2_32.lib $(JVMLIB) diff --git a/java/jdk16/files/patch-j2se-nio-Makefile b/java/jdk16/files/patch-j2se-nio-Makefile deleted file mode 100644 index 0c7714d3516b..000000000000 --- a/java/jdk16/files/patch-j2se-nio-Makefile +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/java/nio/Makefile.orig Sun Jul 29 23:03:31 2007 -+++ ../../j2se/make/java/nio/Makefile Sun Jul 29 23:03:31 2007 -@@ -121,7 +121,7 @@ - OTHER_LDLIBS += -L$(LIBDIR)/$(LIBARCH) -ljava -lnet -lpthread -ldl - endif - ifeq ($(PLATFORM), bsd) --OTHER_LDLIBS += -L$(LIBDIR)/$(LIBARCH) -ljava -lnet -pthread -+OTHER_LDLIBS += -L$(LIBDIR)/$(LIBARCH) -ljava -lnet ${PTHREAD_LIBS} - endif - ifeq ($(PLATFORM), solaris) - OTHER_LDLIBS += $(JVMLIB) -lsocket -lposix4 -ldl \ diff --git a/java/jdk16/files/patch-j2se-npt-Makefile b/java/jdk16/files/patch-j2se-npt-Makefile deleted file mode 100644 index ea36eef02fb3..000000000000 --- a/java/jdk16/files/patch-j2se-npt-Makefile +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/java/npt/Makefile.orig Sat Feb 16 11:29:58 2008 -+++ ../../j2se/make/java/npt/Makefile Sat Feb 16 11:30:15 2008 -@@ -70,7 +70,7 @@ - # Add location of iconv headers - ifeq ($(PLATFORM), bsd) - ifneq ($(OS_VENDOR), NetBSD) -- ICONV_DIR = /usr/local -+ ICONV_DIR = ${LOCALBASE} - CPPFLAGS += -I$(ICONV_DIR)/include - OTHER_LDLIBS += -L$(ICONV_DIR)/lib -liconv - endif diff --git a/java/jdk16/files/patch-j2se-pack-Makefile b/java/jdk16/files/patch-j2se-pack-Makefile deleted file mode 100644 index d03662e35043..000000000000 --- a/java/jdk16/files/patch-j2se-pack-Makefile +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/com/sun/java/pack/Makefile.orig Sun Jul 29 23:03:30 2007 -+++ ../../j2se/make/com/sun/java/pack/Makefile Sun Jul 29 23:03:30 2007 -@@ -68,7 +68,7 @@ - else - LDOUTPUT = -o #Have a space - ifeq ($(PLATFORM), bsd) -- LDDFLAGS += -pthread -+ LDDFLAGS += ${PTHREAD_LIBS} - else - LDDFLAGS += -lc - endif diff --git a/java/jdk16/files/patch-j2se-services-com.sun.tools.attach.spi.AttachProvider b/java/jdk16/files/patch-j2se-services-com.sun.tools.attach.spi.AttachProvider deleted file mode 100644 index 3d507474d0c4..000000000000 --- a/java/jdk16/files/patch-j2se-services-com.sun.tools.attach.spi.AttachProvider +++ /dev/null @@ -1,9 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/src/share/classes/sun/tools/attach/META-INF/services/com.sun.tools.attach.spi.AttachProvider 1 Nov 2005 05:12:03 -0000 1.1.1.1 -+++ ../../j2se/src/share/classes/sun/tools/attach/META-INF/services/com.sun.tools.attach.spi.AttachProvider 29 Jan 2009 08:13:19 -0000 -@@ -12,3 +12,4 @@ - #[solaris]sun.tools.attach.SolarisAttachProvider - #[windows]sun.tools.attach.WindowsAttachProvider - #[linux]sun.tools.attach.LinuxAttachProvider -+#[bsd]sun.tools.attach.BSDAttachProvider diff --git a/java/jdk16/files/patch-j2se-shared-Defs-bsd.gmk b/java/jdk16/files/patch-j2se-shared-Defs-bsd.gmk deleted file mode 100644 index 583726fd14f7..000000000000 --- a/java/jdk16/files/patch-j2se-shared-Defs-bsd.gmk +++ /dev/null @@ -1,22 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/common/shared/Defs-bsd.gmk.orig Sun Jul 29 23:03:30 2007 -+++ ../../j2se/make/common/shared/Defs-bsd.gmk Sun Jul 29 23:03:30 2007 -@@ -30,7 +30,7 @@ - endef - - # Location on system where jdk installs might be --USRJDKINSTANCES_PATH =/usr/local -+USRJDKINSTANCES_PATH =${LOCALBASE} - - # UNIXCOMMAND_PATH: path to where the most common Unix commands are. - # NOTE: Must end with / so that it could be empty, allowing PATH usage. -@@ -105,7 +105,7 @@ - LIBM=-lm - - # CUPS --_CUPS_HEADERS_PATH=/usr/local/include -+_CUPS_HEADERS_PATH=${LOCALBASE}/include - - # JDK_IMPORT_PATH: location of previously built JDK (this version). - ifdef ALT_JDK_IMPORT_PATH diff --git a/java/jdk16/files/patch-j2se-smartcardio-PlatformPCSC.java b/java/jdk16/files/patch-j2se-smartcardio-PlatformPCSC.java deleted file mode 100644 index 83485ce56a60..000000000000 --- a/java/jdk16/files/patch-j2se-smartcardio-PlatformPCSC.java +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/src/solaris/classes/sun/security/smartcardio/PlatformPCSC.java.orig Sun Jul 29 23:03:30 2007 -+++ ../../j2se/src/solaris/classes/sun/security/smartcardio/PlatformPCSC.java Sun Jul 29 23:03:30 2007 -@@ -32,7 +32,7 @@ - private final static String PROP_NAME = "sun.security.smartcardio.library"; - - private final static String LIB1 = "/usr/$LIBISA/libpcsclite.so"; -- private final static String LIB2 = "/usr/local/$LIBISA/libpcsclite.so"; -+ private final static String LIB2 = "%%LOCALBASE%%/$LIBISA/libpcsclite.so"; - - PlatformPCSC() { - // empty diff --git a/java/jdk16/files/patch-j2se-socket-Makefile b/java/jdk16/files/patch-j2se-socket-Makefile deleted file mode 100644 index 2595c7d78926..000000000000 --- a/java/jdk16/files/patch-j2se-socket-Makefile +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/jpda/transport/socket/Makefile.orig Sun Jul 29 23:03:31 2007 -+++ ../../j2se/make/jpda/transport/socket/Makefile Sun Jul 29 23:03:31 2007 -@@ -30,7 +30,7 @@ - - ifeq ($(PLATFORM), bsd) - LIBSOCKET = -- OTHER_LDLIBS += -pthread -+ OTHER_LDLIBS += ${PTHREAD_LIBS} - endif - - ifeq ($(PLATFORM), solaris) diff --git a/java/jdk16/files/patch-j2se-splashscreen-Makefile b/java/jdk16/files/patch-j2se-splashscreen-Makefile deleted file mode 100644 index c5661adb31cf..000000000000 --- a/java/jdk16/files/patch-j2se-splashscreen-Makefile +++ /dev/null @@ -1,32 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/sun/splashscreen/Makefile.orig 2008-10-13 20:02:03.000000000 -0700 -+++ ../../j2se/make/sun/splashscreen/Makefile 2008-10-14 18:53:48.000000000 -0700 -@@ -45,9 +45,16 @@ - - ifneq ($(PLATFORM), windows) - CFLAGS += -DWITH_X11 -+endif -+ -+# Internal JDK include paths should come before system include paths -+CPPFLAGS += -I$(PLATFORM_SRC)/native/$(PKGDIR)/splashscreen -I$(SHARE_SRC)/native/$(PKGDIR)/splashscreen -+CPPFLAGS += -I$(SHARE_SRC)/native/$(PKGDIR)/image/jpeg -I$(SHARE_SRC)/native/java/util/zip/zlib-1.1.3 -+ -+ifneq ($(PLATFORM), windows) - ifeq ($(PLATFORM), bsd) - ifneq ($(OS_VENDOR), NetBSD) -- ICONV_DIR = /usr/local -+ ICONV_DIR = ${LOCALBASE} - ICONV_LIB = -L$(ICONV_DIR)/lib -liconv - endif - CPPFLAGS += -I$(OPENWIN_HOME)/include \ -@@ -75,9 +82,6 @@ - vpath %.c $(SHARE_SRC)/native/$(PKGDIR)/image/jpeg - vpath %.c $(PLATFORM_SRC)/native/$(PKGDIR)/splashscreen - --CPPFLAGS += -I$(PLATFORM_SRC)/native/$(PKGDIR)/splashscreen -I$(SHARE_SRC)/native/$(PKGDIR)/splashscreen --CPPFLAGS += -I$(SHARE_SRC)/native/$(PKGDIR)/image/jpeg -I$(SHARE_SRC)/native/java/util/zip/zlib-1.1.3 -- - # - # Has been converted to the JNI: generate JNI-style header files - # diff --git a/java/jdk16/files/patch-j2se-util-Calendar.java b/java/jdk16/files/patch-j2se-util-Calendar.java deleted file mode 100644 index 850cb2d2869a..000000000000 --- a/java/jdk16/files/patch-j2se-util-Calendar.java +++ /dev/null @@ -1,93 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/src/share/classes/java/util/Calendar.java.orig Tue Sep 25 00:44:04 2007 -+++ ../../j2se/src/share/classes/java/util/Calendar.java Sat Feb 28 09:35:28 2009 -@@ -23,9 +23,14 @@ package java.util; - import java.io.IOException; - import java.io.ObjectInputStream; - import java.io.ObjectOutputStream; -+import java.io.OptionalDataException; - import java.io.Serializable; -+import java.security.AccessControlContext; - import java.security.AccessController; -+import java.security.PermissionCollection; -+import java.security.PrivilegedActionException; - import java.security.PrivilegedExceptionAction; -+import java.security.ProtectionDomain; - import java.text.DateFormat; - import java.text.DateFormatSymbols; - import sun.util.BuddhistCalendar; -@@ -2599,6 +2604,18 @@ public abstract class Calendar implements Serializable - } - } - -+ private static class CalendarAccessControlContext { -+ private static final AccessControlContext INSTANCE; -+ static { -+ RuntimePermission perm = new RuntimePermission("accessClassInPackage.sun.util.calendar"); -+ PermissionCollection perms = perm.newPermissionCollection(); -+ perms.add(perm); -+ INSTANCE = new AccessControlContext(new ProtectionDomain[] { -+ new ProtectionDomain(null, perms) -+ }); -+ } -+ } -+ - /** - * Reconstitutes this object from a stream (i.e., deserialize it). - */ -@@ -2628,18 +2645,31 @@ public abstract class Calendar implements Serializable - serialVersionOnStream = currentSerialVersion; - - // If there's a ZoneInfo object, use it for zone. -+ ZoneInfo zi = null; - try { -- ZoneInfo zi = (ZoneInfo) AccessController.doPrivileged( -- new PrivilegedExceptionAction() { -- public Object run() throws Exception { -- return input.readObject(); -- } -- }); -- if (zi != null) { -- zone = zi; -- } -- } catch (Exception e) { -+ zi = AccessController.doPrivileged( -+ new PrivilegedExceptionAction<ZoneInfo>() { -+ public ZoneInfo run() throws Exception { -+ return (ZoneInfo) input.readObject(); -+ } -+ }, -+ CalendarAccessControlContext.INSTANCE); -+ } catch (PrivilegedActionException pae) { -+ Exception e = pae.getException(); -+ if (!(e instanceof OptionalDataException)) { -+ if (e instanceof RuntimeException) { -+ throw (RuntimeException) e; -+ } else if (e instanceof IOException) { -+ throw (IOException) e; -+ } else if (e instanceof ClassNotFoundException) { -+ throw (ClassNotFoundException) e; -+ } -+ throw new RuntimeException(e); -+ } - } -+ if (zi != null) { -+ zone = zi; -+ } - - // If the deserialized object has a SimpleTimeZone, try to - // replace it with a ZoneInfo equivalent (as of 1.4) in order -@@ -2647,9 +2677,9 @@ public abstract class Calendar implements Serializable - // implementation as much as possible. - if (zone instanceof SimpleTimeZone) { - String id = zone.getID(); -- TimeZone zi = TimeZone.getTimeZone(id); -- if (zi != null && zi.hasSameRules(zone) && zi.getID().equals(id)) { -- zone = zi; -+ TimeZone tz = TimeZone.getTimeZone(id); -+ if (tz != null && tz.hasSameRules(zone) && tz.getID().equals(id)) { -+ zone = tz; - } - } - } diff --git a/java/jdk16/files/patch-j2se-www-MimeTable.java b/java/jdk16/files/patch-j2se-www-MimeTable.java deleted file mode 100644 index 3b9501211618..000000000000 --- a/java/jdk16/files/patch-j2se-www-MimeTable.java +++ /dev/null @@ -1,16 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/src/share/classes/sun/net/www/MimeTable.java.orig Sun Jul 29 23:03:30 2007 -+++ ../../j2se/src/share/classes/sun/net/www/MimeTable.java Sun Jul 29 23:03:30 2007 -@@ -40,9 +40,9 @@ - System.getProperty("user.home") + "/.mailcap", - "/etc/mailcap", - "/usr/etc/mailcap", -- "/usr/local/etc/mailcap", -+ "%%LOCALBASE%%/etc/mailcap", - System.getProperty("hotjava.home", -- "/usr/local/hotjava") + "/lib/mailcap", -+ "%%LOCALBASE%%/hotjava") + "/lib/mailcap", - }; - return null; - } diff --git a/java/jdk16/files/patch-j2se-xawt-Makefile b/java/jdk16/files/patch-j2se-xawt-Makefile deleted file mode 100644 index 2b6f82acaf35..000000000000 --- a/java/jdk16/files/patch-j2se-xawt-Makefile +++ /dev/null @@ -1,30 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/sun/xawt/Makefile.orig Sun Jul 29 23:03:29 2007 -+++ ../../j2se/make/sun/xawt/Makefile Sun Jul 29 23:03:29 2007 -@@ -40,7 +40,7 @@ - - ifeq ($(PLATFORM), bsd) - FILES_c += Xinerama.c --LDFLAGS += -pthread -+LDFLAGS += ${PTHREAD_LIBS} - dummy := $(shell $(MKDIR) -p $(LIB_LOCATION)) - endif - -@@ -118,14 +118,14 @@ - - ifeq ($(PLATFORM), linux) - # Allows for builds on Debian GNU Linux, X11 is in a different place -- CPPFLAGS += -I/usr/X11R6/include/X11/extensions \ -+ CPPFLAGS += -I${LOCALBASE}/include/X11/extensions \ - -I/usr/include/X11/extensions \ - -I$(MOTIF_DIR)/include \ - -I$(OPENWIN_HOME)/include - endif - - ifeq ($(PLATFORM), bsd) -- CPPFLAGS += -I/usr/X11R6/include/X11/extensions -I$(MOTIF_DIR)/include -I$(OPENWIN_HOME)/include -+ CPPFLAGS += -I${LOCALBASE}/include/X11/extensions -I$(MOTIF_DIR)/include -I$(OPENWIN_HOME)/include - endif - - ifeq ($(PLATFORM), solaris) diff --git a/java/jdk16/files/patch-nio-kqueue b/java/jdk16/files/patch-nio-kqueue deleted file mode 100644 index 2d5e07ec51be..000000000000 --- a/java/jdk16/files/patch-nio-kqueue +++ /dev/null @@ -1,692 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/src/share/classes/sun/nio/ch/KqueueSelectorProvider.java (revision 0) -+++ ../../j2se/src/share/classes/sun/nio/ch/KqueueSelectorProvider.java (revision 0) -@@ -0,0 +1,17 @@ -+package sun.nio.ch; -+ -+import java.io.IOException; -+import java.nio.channels.*; -+import java.nio.channels.spi.*; -+ -+public class KqueueSelectorProvider -+ extends SelectorProviderImpl -+{ -+ public AbstractSelector openSelector() throws IOException { -+ return new KqueueSelectorImpl(this); -+ } -+ -+ public Channel inheritedChannel() throws IOException { -+ return InheritedChannel.getChannel(); -+ } -+} ---- ../../j2se/src/solaris/native/sun/nio/ch/KqueueArrayWrapper.c (revision 0) -+++ ../../j2se/src/solaris/native/sun/nio/ch/KqueueArrayWrapper.c (revision 6) -@@ -0,0 +1,186 @@ -+/* -+ * Scratched by davidxu@freebsd.org -+ */ -+ -+#include "jni.h" -+#include "jni_util.h" -+#include "jvm.h" -+#include "jlong.h" -+ -+#include "sun_nio_ch_KqueueArrayWrapper.h" -+ -+#include <errno.h> -+#include <sys/types.h> -+#include <sys/event.h> -+#include <sys/time.h> -+ -+#ifdef __cplusplus -+extern "C" { -+#endif -+ -+static int -+restartable_kevent(int kqfd, struct kevent *changelist, int nchanges, -+ struct kevent *eventlist, int nevents); -+ -+static int -+timeout_kevent(int kqfd, struct kevent *changelist, int nchanges, -+ struct kevent *eventlist, int nevents, int timo); -+ -+JNIEXPORT jint JNICALL Java_sun_nio_ch_KqueueArrayWrapper_kqueue -+ (JNIEnv *env, jclass cls) -+{ -+ int kqfd = kqueue(); -+ if (kqfd < 0) { -+ JNU_ThrowIOExceptionWithLastError(env, "Error creating kqueue"); -+ return -1; -+ } -+ return kqfd; -+} -+ -+JNIEXPORT void JNICALL Java_sun_nio_ch_KqueueArrayWrapper_register -+ (JNIEnv *env, jclass cls, jint kqfd, jint fd, jshort filter) -+{ -+ struct kevent ev; -+ struct timespec ts; -+ -+ ev.ident = fd; -+ ev.filter = filter; -+ ev.flags = EV_ADD; -+ ev.fflags = 0; -+ ev.data = 0; -+ ev.udata = NULL; -+ ts.tv_sec = 0; -+ ts.tv_nsec = 0; -+ if (kevent(kqfd, &ev, 1, NULL, 0, &ts) < 0) { -+ JNU_ThrowIOExceptionWithLastError(env, "Error register kqueue event"); -+ } -+} -+ -+JNIEXPORT jint JNICALL Java_sun_nio_ch_KqueueArrayWrapper_kevent -+ (JNIEnv *env, jclass cls, jint kqfd, jlong changelist_addr, jint nchanges, -+ jlong eventlist_addr, jint nevents, jlong timeout) -+{ -+ struct kevent *changelist = (struct kevent *)jlong_to_ptr(changelist_addr); -+ struct kevent *eventlist = (struct kevent *)jlong_to_ptr(eventlist_addr); -+ int result; -+ -+ if (timeout < 0) { -+ result = restartable_kevent(kqfd, changelist, nchanges, -+ eventlist, nevents); -+ } else { -+ result = timeout_kevent(kqfd, changelist, nchanges, eventlist, -+ nevents, timeout); -+ } -+ -+ if (result < 0) { -+ JNU_ThrowIOExceptionWithLastError(env, "Error polling kevent"); -+ return -1; -+ } -+ return result; -+} -+ -+static int -+restartable_kevent(int kqfd, struct kevent *changelist, int nchanges, -+ struct kevent *eventlist, int nevents) -+{ -+ int result; -+ -+ for (;;) { -+ result = kevent(kqfd, changelist, nchanges, eventlist, -+ nevents, NULL); -+ if (result == -1 && errno == EINTR) { -+ continue; -+ } else { -+ return result; -+ } -+ } -+} -+ -+static int -+timeout_kevent(int kqfd, struct kevent *changelist, int nchanges, -+ struct kevent *eventlist, int nevents, int timo) -+{ -+ struct timeval timeout, now, end; -+ int result; -+ -+ timeout.tv_sec = timo / 1000; -+ timeout.tv_usec = (timo % 1000) * 1000; -+ gettimeofday(&now, NULL); -+ timeradd(&now, &timeout, &end); -+ -+ for (;;) { -+ struct timespec ts; -+ -+ ts.tv_sec = timeout.tv_sec; -+ ts.tv_nsec = timeout.tv_usec * 1000; -+ result = kevent(kqfd, changelist, nchanges, eventlist, nevents, -+ &ts); -+ if (result == -1 && (errno == EINTR)) { -+ gettimeofday(&now, NULL); -+ if (timercmp(&now, &end, >=)) -+ return 0; -+ timersub(&end, &now, &timeout); -+ } else { -+ return result; -+ } -+ } -+} -+ -+JNIEXPORT jint JNICALL Java_sun_nio_ch_KqueueArrayWrapper_keventSize -+ (JNIEnv *env, jclass cls) -+{ -+ return sizeof(struct kevent); -+} -+ -+JNIEXPORT void JNICALL Java_sun_nio_ch_KqueueArrayWrapper_interrupt -+ (JNIEnv *env, jclass cls, jint fd) -+{ -+ int fakebuf[1]; -+ -+ fakebuf[0] = 1; -+ if (write(fd, fakebuf, 1) < 0) { -+ JNU_ThrowIOExceptionWithLastError(env, -+ "Write to interrupt fd failed"); -+ } -+} -+ -+JNIEXPORT void JNICALL Java_sun_nio_ch_KqueueArrayWrapper_putKevent -+ (JNIEnv *env, jclass cls, jlong address, jint index, jint fd, jshort flags, jshort filter) -+{ -+ struct kevent *ev = (struct kevent *)jlong_to_ptr(address); -+ -+ ev[index].ident = fd; -+ ev[index].flags = flags; -+ ev[index].filter = filter; -+ ev[index].fflags = 0; -+ ev[index].data = 0; -+ ev[index].udata = NULL; -+} -+ -+JNIEXPORT jshort JNICALL Java_sun_nio_ch_KqueueArrayWrapper_getKeventFilter -+ (JNIEnv *env, jclass cls, jlong address, jint index) -+{ -+ struct kevent *ev = (struct kevent *)jlong_to_ptr(address); -+ -+ return ev[index].filter; -+} -+ -+JNIEXPORT jshort JNICALL Java_sun_nio_ch_KqueueArrayWrapper_getKeventFlags -+ (JNIEnv *env, jclass cls, jlong address, jint index) -+{ -+ struct kevent *ev = (struct kevent *)jlong_to_ptr(address); -+ -+ return ev[index].flags; -+} -+ -+JNIEXPORT jint JNICALL Java_sun_nio_ch_KqueueArrayWrapper_getKeventIdent -+ (JNIEnv *env, jclass cls, jlong address, jint index) -+{ -+ struct kevent *ev = (struct kevent *)jlong_to_ptr(address); -+ -+ return (int)ev[index].ident; -+} -+ -+#ifdef __cplusplus -+} -+#endif ---- ../../j2se/src/solaris/classes/sun/nio/ch/KqueueArrayWrapper.java (revision 0) -+++ ../../j2se/src/solaris/classes/sun/nio/ch/KqueueArrayWrapper.java (revision 6) -@@ -0,0 +1,231 @@ -+/* -+ * Scratched by davidxu@freebsd.org -+ */ -+ -+package sun.nio.ch; -+ -+import sun.misc.*; -+import java.io.IOException; -+import java.util.HashMap; -+import java.util.Set; -+import java.util.Arrays; -+ -+class KqueueArrayWrapper { -+ -+ // Event masks copied from class AbstractPollArrayWrapper -+ static final short POLLIN = 0x0001; -+ static final short POLLOUT = 0x0004; -+ static final short POLLERR = 0x0008; -+ static final short POLLHUP = 0x0010; -+ static final short POLLNVAL = 0x0020; -+ static final short POLLREMOVE = 0x0800; -+ -+ // Kevent filters -+ static final short EVFILT_READ = -1; -+ static final short EVFILT_WRITE = -2; -+ -+ // Kevent flags -+ static final short EV_ADD = 0x0001; -+ static final short EV_DELETE = 0x0002; -+ static final short EV_ERROR = 0x4000; -+ -+ // Miscellaneous constants -+ static final int SIZE_KEVENT = keventSize(); -+ -+ // Zero mask to unregister events from kqueue -+ static final Integer ZERO_MASK = new Integer(0); -+ -+ // Capacity increment of some arrays -+ static final int capacityIncr = 100; -+ -+ KqueueArrayWrapper() { -+ int allocationSize; -+ -+ // initial size of event array -+ pollKeventSize = capacityIncr * 2; -+ allocationSize = pollKeventSize * SIZE_KEVENT; -+ pollKeventArray = new AllocatedNativeObject(allocationSize, true); -+ kqfd = kqueue(); -+ } -+ -+ // Machinery for remembering fd registration changes -+ private HashMap<Integer, Integer> updateMap = new HashMap<Integer, Integer>(); -+ private int[] oldMasks = new int[capacityIncr]; -+ -+ // kevent array to receive -+ private AllocatedNativeObject pollKeventArray; -+ -+ // current size of pollKeventArray -+ int pollKeventSize; -+ -+ // the pollKeventSize should be larger than this -+ int nextKeventSize; -+ -+ // The fd of the kqueue() -+ int kqfd; -+ -+ // The fd of the interrupt line going out -+ int outgoingInterruptFD; -+ -+ // The fd of the interrupt line coming in -+ int incomingInterruptFD; -+ -+ // The index of the interrupt FD -+ int interruptedIndex; -+ -+ // Number of updated kevent entries -+ int updated; -+ -+ // ensure some array sizes are large enough with a given file handle -+ void ensureFd(int fd) { -+ ensureNextEventFd(fd); -+ if (oldMasks.length < fd+1) -+ oldMasks = Arrays.copyOf(oldMasks, fd + capacityIncr); -+ } -+ -+ void ensureNextEventFd(int fd) { -+ // each file handle may have two filters, read and write. -+ if (nextKeventSize / 2 < fd+1) -+ nextKeventSize = (fd+1) * 2; -+ } -+ -+ void resizeEventBuffer() { -+ if (nextKeventSize > pollKeventSize) { -+ pollKeventArray.free(); -+ pollKeventSize = nextKeventSize + capacityIncr * 2; -+ int allocationSize = pollKeventSize * SIZE_KEVENT; -+ pollKeventArray = new AllocatedNativeObject(allocationSize, true); -+ } -+ } -+ -+ void initInterrupt(int fd0, int fd1) { -+ outgoingInterruptFD = fd1; -+ incomingInterruptFD = fd0; -+ ensureFd(fd0); -+ register(kqfd, fd0, EVFILT_READ); -+ } -+ -+ int getReventOps(int i) { -+ short filter = getKeventFilter(pollKeventArray.address(), i); -+ short flags = getKeventFlags(pollKeventArray.address(), i); -+ if ((flags & EV_ERROR) != 0) -+ return POLLERR; -+ if (filter == EVFILT_READ) -+ return POLLIN; -+ if (filter == EVFILT_WRITE) -+ return POLLOUT; -+ return (0); -+ } -+ -+ int getDescriptor(int i) { -+ return getKeventIdent(pollKeventArray.address(), i); -+ } -+ -+ void setInterest(int fd, int mask) { -+ if (fd <0) -+ throw new IndexOutOfBoundsException("file handle less than 0"); -+ synchronized (updateMap) { -+ ensureFd(fd); -+ updateMap.put(new Integer(fd), new Integer(mask)); -+ } -+ } -+ -+ void release(int fd) { -+ synchronized (updateMap) { -+ updateMap.put(new Integer(fd), ZERO_MASK); -+ } -+ } -+ -+ void closeKqueueFD() throws IOException { -+ FileDispatcher.closeIntFD(kqfd); -+ pollKeventArray.free(); -+ } -+ -+ int poll(long timeout) { -+ int changeCount = updateRegistrations(); -+ updated = kevent(kqfd, pollKeventArray.address(), changeCount, -+ pollKeventArray.address(), pollKeventSize, timeout); -+ for (int i = 0; i < updated; i++) { -+ if (getDescriptor(i) == incomingInterruptFD) { -+ interruptedIndex = i; -+ interrupted = true; -+ break; -+ } -+ } -+ return updated; -+ } -+ -+ int updateRegistrations() { -+ int index = 0; -+ synchronized (updateMap) { -+ resizeEventBuffer(); -+ -+ Set<Integer> s = updateMap.keySet(); -+ /* -+ * Because resizeEventBuffer may reallocate event buffer, -+ * we must retrieve fresh address here. -+ */ -+ long address = pollKeventArray.address(); -+ -+ for (Integer fd : s) { -+ Integer newmask = updateMap.get(fd); -+ int oldmask = oldMasks[fd]; -+ if ((oldmask & POLLIN) != 0) { -+ if ((newmask & POLLIN) == 0) { -+ putKevent(address, index, fd.intValue(), EV_DELETE, EVFILT_READ); -+ index++; -+ } -+ } else { -+ if ((newmask & POLLIN) != 0) { -+ putKevent(address, index, fd.intValue(), EV_ADD, EVFILT_READ); -+ index++; -+ } -+ } -+ -+ if ((oldmask & POLLOUT) != 0) { -+ if ((newmask & POLLOUT) == 0) { -+ putKevent(address, index, fd.intValue(), EV_DELETE, EVFILT_WRITE); -+ index++; -+ } -+ } else { -+ if ((newmask & POLLOUT) != 0) { -+ putKevent(address, index, fd.intValue(), EV_ADD, EVFILT_WRITE); -+ index++; -+ } -+ } -+ oldMasks[fd] = newmask; -+ } -+ updateMap.clear(); -+ } -+ return index; -+ } -+ -+ boolean interrupted = false; -+ -+ public void interrupt() { -+ interrupt(outgoingInterruptFD); -+ } -+ -+ public int interruptedIndex() { -+ return interruptedIndex; -+ } -+ -+ boolean interrupted() { -+ return interrupted; -+ } -+ -+ void clearInterrupted() { -+ interrupted = false; -+ } -+ -+ private static native int kqueue(); -+ private static native void register(int kqfd, int fd, short filter); -+ private static native int kevent(int kqfd, long changeList, int nchanges, long eventList, -+ int nevents, long timeout); -+ private static native int keventSize(); -+ private static native void interrupt(int fd); -+ private static native void putKevent(long address, int index, int fd, short flag, short filter); -+ private static native short getKeventFilter(long address, int index); -+ private static native short getKeventFlags(long address, int index); -+ private static native int getKeventIdent(long address, int index); -+} ---- ../../j2se/src/solaris/classes/sun/nio/ch/KqueueSelectorImpl.java (revision 0) -+++ ../../j2se/src/solaris/classes/sun/nio/ch/KqueueSelectorImpl.java (revision 6) -@@ -0,0 +1,205 @@ -+/* -+ * scratched by davidxu@freebsd.org -+ */ -+ -+package sun.nio.ch; -+ -+import java.io.IOException; -+import java.nio.channels.*; -+import java.nio.channels.spi.*; -+import java.util.*; -+import sun.misc.*; -+ -+ -+/** -+ * An implementation of Selector for FreeBSD. -+ */ -+class KqueueSelectorImpl -+ extends SelectorImpl -+{ -+ -+ // File descriptors used for interrupt -+ protected int fd0; -+ protected int fd1; -+ -+ // The kqueue object -+ KqueueArrayWrapper kqueueWrapper; -+ -+ // The number of valid channels in this Selector's poll array -+ private int totalChannels; -+ -+ // Maps from file descriptors to keys -+ private HashMap fdToKey; -+ -+ // True if this Selector has been closed -+ private boolean closed = false; -+ -+ // Lock for interrupt triggering and clearing -+ private Object interruptLock = new Object(); -+ private boolean interruptTriggered = false; -+ -+ // Trace number of file handles are updated. -+ private BitSet updatedSet; -+ -+ /** -+ * Package private constructor called by factory method in -+ * the abstract superclass Selector. -+ */ -+ KqueueSelectorImpl(SelectorProvider sp) { -+ super(sp); -+ int[] fdes = new int[2]; -+ IOUtil.initPipe(fdes, false); -+ fd0 = fdes[0]; -+ fd1 = fdes[1]; -+ kqueueWrapper = new KqueueArrayWrapper(); -+ totalChannels = 1; -+ kqueueWrapper.initInterrupt(fd0, fd1); -+ updatedSet = new BitSet(); -+ fdToKey = new HashMap(); -+ } -+ -+ protected int doSelect(long timeout) -+ throws IOException -+ { -+ if (closed) -+ throw new ClosedSelectorException(); -+ processDeregisterQueue(); -+ try { -+ begin(); -+ kqueueWrapper.poll(timeout); -+ } finally { -+ end(); -+ } -+ processDeregisterQueue(); -+ int numKeysUpdated = updateSelectedKeys(); -+ if (kqueueWrapper.interrupted()) { -+ // Clear the wakeup pipe -+ synchronized (interruptLock) { -+ kqueueWrapper.clearInterrupted(); -+ IOUtil.drain(fd0); -+ interruptTriggered = false; -+ } -+ } -+ return numKeysUpdated; -+ } -+ -+ /** -+ * Update the keys whose fd's have been selected by the kqueue. -+ * Add the ready keys to the ready queue. -+ */ -+ private int updateSelectedKeys() { -+ int entries = kqueueWrapper.updated; -+ int numKeysUpdated = 0; -+ SelectionKeyImpl ski; -+ int fd; -+ int i; -+ -+ updatedSet.clear(); -+ for (i = 0; i < entries; i++) { -+ fd = kqueueWrapper.getDescriptor(i); -+ ski = (SelectionKeyImpl) fdToKey.get(new Integer(fd)); -+ // ski is null in the case of an interrupt -+ if (ski != null) -+ ski.nioReadyOps(0); -+ } -+ -+ for (i = 0; i < entries; i++) { -+ fd = kqueueWrapper.getDescriptor(i); -+ ski = (SelectionKeyImpl) fdToKey.get(new Integer(fd)); -+ // ski is null in the case of an interrupt -+ if (ski != null) { -+ int rOps = kqueueWrapper.getReventOps(i); -+ if (selectedKeys.contains(ski)) { -+ if (ski.channel.translateAndUpdateReadyOps(rOps, ski)) { -+ if (!updatedSet.get(fd)) { -+ updatedSet.set(fd); -+ numKeysUpdated++; -+ } -+ } -+ } else { -+ ski.channel.translateAndUpdateReadyOps(rOps, ski); -+ if ((ski.nioReadyOps() & ski.nioInterestOps()) != 0) { -+ selectedKeys.add(ski); -+ if (!updatedSet.get(fd)) { -+ updatedSet.set(fd); -+ numKeysUpdated++; -+ } -+ } -+ } -+ } -+ } -+ return numKeysUpdated; -+ } -+ -+ protected void implClose() throws IOException { -+ if (!closed) { -+ closed = true; -+ FileDispatcher.closeIntFD(fd0); -+ FileDispatcher.closeIntFD(fd1); -+ if (kqueueWrapper != null) { -+ kqueueWrapper.release(fd0); -+ kqueueWrapper.closeKqueueFD(); -+ kqueueWrapper = null; -+ selectedKeys = null; -+ -+ // Deregister channels -+ Iterator i = keys.iterator(); -+ while (i.hasNext()) { -+ SelectionKeyImpl ski = (SelectionKeyImpl)i.next(); -+ deregister(ski); -+ SelectableChannel selch = ski.channel(); -+ if (!selch.isOpen() && !selch.isRegistered()) -+ ((SelChImpl)selch).kill(); -+ i.remove(); -+ } -+ totalChannels = 0; -+ -+ } -+ fd0 = -1; -+ fd1 = -1; -+ } -+ } -+ -+ protected void implRegister(SelectionKeyImpl ski) { -+ int fd = IOUtil.fdVal(ski.channel.getFD()); -+ fdToKey.put(new Integer(fd), ski); -+ totalChannels++; -+ keys.add(ski); -+ } -+ -+ protected void implDereg(SelectionKeyImpl ski) throws IOException { -+ int i = ski.getIndex(); -+ assert (i >= 0); -+ int fd = ski.channel.getFDVal(); -+ fdToKey.remove(new Integer(fd)); -+ kqueueWrapper.release(fd); -+ totalChannels--; -+ ski.setIndex(-1); -+ keys.remove(ski); -+ selectedKeys.remove(ski); -+ deregister((AbstractSelectionKey)ski); -+ SelectableChannel selch = ski.channel(); -+ if (!selch.isOpen() && !selch.isRegistered()) -+ ((SelChImpl)selch).kill(); -+ } -+ -+ void putEventOps(SelectionKeyImpl sk, int ops) { -+ int fd = IOUtil.fdVal(sk.channel.getFD()); -+ kqueueWrapper.setInterest(fd, ops); -+ } -+ -+ public Selector wakeup() { -+ synchronized (interruptLock) { -+ if (!interruptTriggered) { -+ kqueueWrapper.interrupt(); -+ interruptTriggered = true; -+ } -+ } -+ return this; -+ } -+ -+ static { -+ Util.load(); -+ } -+ -+} ---- ../../j2se/make/java/nio/Makefile (revision 1) -+++ ../../j2se/make/java/nio/Makefile (revision 6) -@@ -70,11 +70,15 @@ - sun/nio/ch/EPollSelectorProvider.java \ - sun/nio/ch/EPollSelectorImpl.java \ - sun/nio/ch/InheritedChannel.java \ -+ sun/nio/ch/KqueueSelectorProvider.java \ -+ sun/nio/ch/KqueueArrayWrapper.java \ -+ sun/nio/ch/KqueueSelectorImpl.java \ - sun/nio/ch/PollSelectorProvider.java \ - sun/nio/ch/PollSelectorImpl.java - - FILES_c += \ - EPollArrayWrapper.c \ -+ KqueueArrayWrapper.c \ - PollArrayWrapper.c \ - InheritedChannel.c \ - NativeThread.c -@@ -82,6 +86,7 @@ - FILES_export += \ - sun/nio/ch/EPollArrayWrapper.java \ - sun/nio/ch/InheritedChannel.java \ -+ sun/nio/ch/KqueueArrayWrapper.java \ - sun/nio/ch/NativeThread.java - endif # PLATFORM = linux - ---- ../../j2se/src/solaris/classes/sun/nio/ch/DefaultSelectorProvider.java (revision 1) -+++ ../../j2se/src/solaris/classes/sun/nio/ch/DefaultSelectorProvider.java (revision 6) -@@ -29,6 +29,10 @@ - public static SelectorProvider create() { - PrivilegedAction pa = new GetPropertyAction("os.name"); - String osname = (String) AccessController.doPrivileged(pa); -+ if ("FreeBSD".equals(osname)) { -+ return new sun.nio.ch.KqueueSelectorProvider(); -+ } -+ - if ("SunOS".equals(osname)) { - return new sun.nio.ch.DevPollSelectorProvider(); - } 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/files/x_x2zip.c b/java/jdk16/files/x_x2zip.c deleted file mode 100644 index a57be47fc9bf..000000000000 --- a/java/jdk16/files/x_x2zip.c +++ /dev/null @@ -1,117 +0,0 @@ -/* - * Copyright (C) 2007 Greg Lewis. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - */ - -#include <sys/types.h> -#include <err.h> -#include <errno.h> -#include <fcntl.h> -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <sys/stat.h> -#include <unistd.h> - -#ifndef BUFSIZ -#define BUFSIZ 0x10000 -#endif - -int -main(int argc, char* argv[]) { - char *key; - char *oname; - char buf[BUFSIZ]; - size_t keylen, olen; - int ifd, ofd, i, fileoff = 0, bufoff = 0, buflen = 0, eof = 0; - ssize_t bytes; - - if (argc < 3) { - errx(1, "Usage: x_x2zip <key> <file>"); - } - - // Key - key = argv[1]; - keylen = strlen(key); - - // Open input file - if ((ifd = open(argv[2], O_RDONLY)) == -1) { - err(1, "Can't open input file %s", argv[2]); - } - - // Open output file - olen = strlen(argv[2]) + 5; - if ((oname = (char *) malloc(olen)) == NULL) { - err(1, "Can't create output file name"); - } - if (strlcpy(oname, argv[2], olen) >= olen) { - err(1, "Can't create output file name"); - } - if (strlcat(oname, ".zip", olen) >= olen) { - err(1, "Can't create output file name"); - } - if ((ofd = open(oname, - O_CREAT | O_TRUNC | O_WRONLY, S_IRUSR | S_IWUSR)) == -1) { - err(1, "Can't open output file %s", oname); - } - free(oname); - - while (!eof) { - // Read into the buffer - bufoff = 0; - buflen = 0; - while (1) { - if (buflen >= BUFSIZ) { - break; - } - if ((bytes = read(ifd, buf, BUFSIZ - buflen)) == -1) { - err(1, "Error reading input file"); - } - if (!bytes) { - eof = 1; - break; - } - buflen += bytes; - } - - // Decrypt - for (i = 0; i < buflen; i++) { - buf[i] = buf[i] ^ key[(fileoff + i) % keylen]; - } - - // Update file offset - fileoff += buflen; - - // Output the buffer - bufoff = 0; - while (bufoff < buflen) { - if ((bytes = write(ofd, buf + bufoff, buflen - bufoff)) == -1) { - err(1, "Error writing output file"); - } - bufoff += bytes; - } - } - - return 0; -} diff --git a/java/jdk16/pkg-descr b/java/jdk16/pkg-descr deleted file mode 100644 index f7d21ac953f1..000000000000 --- a/java/jdk16/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This is the latest JDK 1.6.0 patchset from the BSD Java porting project. -This port allows you to easily build a native JDK 1.6.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/linux-sun-jdk15/Makefile b/java/linux-sun-jdk15/Makefile deleted file mode 100644 index 0e2a8cc16615..000000000000 --- a/java/linux-sun-jdk15/Makefile +++ /dev/null @@ -1,78 +0,0 @@ -# Created by: Ernst de Haan <znerd@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= jdk -PORTVERSION= ${DL_JDK_VERSION:S/_/./g} -PORTREVISION= 1 -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 - -DEPRECATED= EOLed upstream since october 2009 -EXPIRATION_DATE= 2012-11-27 - -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_LINUX_APPS= xorglibs -JDK_VERSION= 1.5.0 -JDK_REVISION= 22 -DL_JDK_VERSION= ${JDK_VERSION}_${JDK_REVISION} -ONLY_FOR_ARCHS= i386 amd64 -DOWNLOAD_URL?= http://www.oracle.com/technetwork/java/archive-139210.html -APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME}${JDK_VERSION} -PACKED_JARS= jre/lib/charsets jre/lib/deploy jre/lib/ext/localedata jre/lib/javaws jre/lib/jsse jre/lib/plugin jre/lib/rt lib/tools -UNPACK_CMD= ${WRKSRC}/bin/unpack200 - -.include <bsd.port.pre.mk> - -.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 +766 ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/install.sfx \ - && ${CHMOD} +x ${WRKDIR}/install.sfx \ - && ${WRKDIR}/install.sfx -o > /dev/null -.for i in ${PACKED_JARS} - @${UNPACK_CMD} -r ${WRKSRC}/${i}.pack ${WRKSRC}/${i}.jar -.endfor - -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} - -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-jdk15/distinfo b/java/linux-sun-jdk15/distinfo deleted file mode 100644 index c39fc1e2ed77..000000000000 --- a/java/linux-sun-jdk15/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (jdk-1_5_0_22-linux-i586.bin) = fd9a49d6c34318defae8e3ad510193492cabf94efa99b9f8ff43001fb0b0a518 -SIZE (jdk-1_5_0_22-linux-i586.bin) = 49760685 diff --git a/java/linux-sun-jdk15/files/pkg-install.in b/java/linux-sun-jdk15/files/pkg-install.in deleted file mode 100644 index fa980a9778f0..000000000000 --- a/java/linux-sun-jdk15/files/pkg-install.in +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -# System preference location -PREFS_LOCATION=%%JRE_HOME%% - -# Set up system preferences during post install -if [ "$2" = "POST-INSTALL" ]; then - if [ ! -d "${PREFS_LOCATION}/.systemPrefs" ] ; then - mkdir -m 755 "${PREFS_LOCATION}/.systemPrefs" - fi - if [ ! -f "${PREFS_LOCATION}/.systemPrefs/.system.lock" ] ; then - touch "${PREFS_LOCATION}/.systemPrefs/.system.lock" - chmod 644 "${PREFS_LOCATION}/.systemPrefs/.system.lock" - fi - if [ ! -f "${PREFS_LOCATION}/.systemPrefs/.systemRootModFile" ] ; then - touch "${PREFS_LOCATION}/.systemPrefs/.systemRootModFile" - chmod 644 "${PREFS_LOCATION}/.systemPrefs/.systemRootModFile" - fi -fi diff --git a/java/linux-sun-jdk15/pkg-descr b/java/linux-sun-jdk15/pkg-descr deleted file mode 100644 index 6634a1322eff..000000000000 --- a/java/linux-sun-jdk15/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-jdk15/pkg-message b/java/linux-sun-jdk15/pkg-message deleted file mode 100644 index 42c716efb930..000000000000 --- a/java/linux-sun-jdk15/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-jdk15/pkg-plist b/java/linux-sun-jdk15/pkg-plist deleted file mode 100644 index 1ae489b36b07..000000000000 --- a/java/linux-sun-jdk15/pkg-plist +++ /dev/null @@ -1,2705 +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 -@exec mkdir -p %D/%%T%%/jre/lib/applet -%%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/deploy/ffjcext.zip -%%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.jar -%%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/servicetag/jdk_header.png -%%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/Asmara -%%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/Salta -%%T%%/jre/lib/zi/America/Argentina/San_Juan -%%T%%/jre/lib/zi/America/Argentina/San_Luis -%%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/Tell_City -%%T%%/jre/lib/zi/America/Indiana/Vevay -%%T%%/jre/lib/zi/America/Indiana/Vincennes -%%T%%/jre/lib/zi/America/Indiana/Winamac -%%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/Resolute -%%T%%/jre/lib/zi/America/Rio_Branco -%%T%%/jre/lib/zi/America/Santarem -%%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/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/Ho_Chi_Minh -%%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/Kathmandu -%%T%%/jre/lib/zi/Asia/Kolkata -%%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/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/Faroe -%%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/Eucla -%%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/servicetag -@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/deploy -@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/linux-sun-jre15/Makefile b/java/linux-sun-jre15/Makefile deleted file mode 100644 index 0c81c2e15950..000000000000 --- a/java/linux-sun-jre15/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# Created by: Jung-uk Kim <jkim@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= jre -PORTVERSION= ${DL_JRE_VERSION:S/_/./g} -CATEGORIES= java -MASTER_SITES= # -PKGNAMEPREFIX= linux-sun- -DISTNAME= jre-${DL_JRE_VERSION:S/./_/g}-linux-i586 -EXTRACT_SUFX= .bin - -MAINTAINER= java@FreeBSD.org -COMMENT= Sun Java Runtime Environment 1.5 for Linux - -DEPRECATED= EOLed upstream since october 2009 -EXPIRATION_DATE= 2012-11-27 - -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-jre15 - -WRKSRC= ${WRKDIR}/jre${DL_JRE_VERSION} -PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///} PORTVERSION=${PORTVERSION} -PKGINSTALL= ${WRKDIR}/pkg-install - -NO_BUILD= yes -USE_LINUX= yes -USE_LINUX_APPS= xorglibs -JRE_VERSION= 1.5.0 -JRE_REVISION= 22 -DL_JRE_VERSION= ${JRE_VERSION}_${JRE_REVISION} -ONLY_FOR_ARCHS= i386 amd64 -DOWNLOAD_URL?= http://java.sun.com/javase/downloads/index_jdk5.jsp -APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME}${JRE_VERSION} -PACKED_JARS= lib/charsets lib/deploy lib/ext/localedata lib/javaws lib/jsse lib/plugin lib/rt -UNPACK_CMD= ${WRKSRC}/bin/unpack200 - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) -IGNORE?=You must manually fetch the JRE 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 +683 ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/install.sfx \ - && ${CHMOD} +x ${WRKDIR}/install.sfx \ - && ${WRKDIR}/install.sfx -o > /dev/null -.for i in ${PACKED_JARS} - @${UNPACK_CMD} -r ${WRKSRC}/${i}.pack ${WRKSRC}/${i}.jar -.endfor - -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} - -post-install: - ${LOCALBASE}/bin/registervm "${APP_HOME}/bin/java # Linux-Sun-JRE${PORTVERSION}" - ${SED} -e "s:%%JRE_HOME%%:${APP_HOME}: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-jre15/distinfo b/java/linux-sun-jre15/distinfo deleted file mode 100644 index 4c8f1758ab5d..000000000000 --- a/java/linux-sun-jre15/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (jre-1_5_0_22-linux-i586.bin) = e3cdd4a6f535a36e50d1a974fb5ae74c8b63588833f8f17c5ac56c0f64dcbcc5 -SIZE (jre-1_5_0_22-linux-i586.bin) = 17283082 diff --git a/java/linux-sun-jre15/files/pkg-install.in b/java/linux-sun-jre15/files/pkg-install.in deleted file mode 100644 index fa980a9778f0..000000000000 --- a/java/linux-sun-jre15/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-jre15/pkg-descr b/java/linux-sun-jre15/pkg-descr deleted file mode 100644 index 94ad75428664..000000000000 --- a/java/linux-sun-jre15/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The Sun Java Runtime Environment 1.5 for Linux. - -WWW: http://java.sun.com/j2se/1.5/ diff --git a/java/linux-sun-jre15/pkg-message b/java/linux-sun-jre15/pkg-message deleted file mode 100644 index 2b087ca12b54..000000000000 --- a/java/linux-sun-jre15/pkg-message +++ /dev/null @@ -1,18 +0,0 @@ -====================================================================== -Warning: This JRE 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-jre15/pkg-plist b/java/linux-sun-jre15/pkg-plist deleted file mode 100644 index 6f568a8509d9..000000000000 --- a/java/linux-sun-jre15/pkg-plist +++ /dev/null @@ -1,741 +0,0 @@ -@unexec %%LOCALBASE%%/bin/unregistervm "%D/%%T%%/bin/java" -%%T%%/.systemPrefs/.system.lock -%%T%%/.systemPrefs/.systemRootModFile -%%T%%/CHANGES -%%T%%/COPYRIGHT -%%T%%/LICENSE -%%T%%/README -%%T%%/THIRDPARTYLICENSEREADME.txt -%%T%%/Welcome.html -%%T%%/bin/ControlPanel -%%T%%/bin/java -%%T%%/bin/java_vm -%%T%%/bin/javaws -%%T%%/bin/keytool -%%T%%/bin/kinit -%%T%%/bin/klist -%%T%%/bin/ktab -%%T%%/bin/orbd -%%T%%/bin/pack200 -%%T%%/bin/policytool -%%T%%/bin/rmid -%%T%%/bin/rmiregistry -%%T%%/bin/servertool -%%T%%/bin/tnameserv -%%T%%/bin/unpack200 -%%T%%/javaws/javaws -@exec mkdir -p %D/%%T%%/lib/applet -%%T%%/lib/audio/soundbank.gm -%%T%%/lib/charsets.jar -%%T%%/lib/classlist -%%T%%/lib/cmm/CIEXYZ.pf -%%T%%/lib/cmm/GRAY.pf -%%T%%/lib/cmm/LINEAR_RGB.pf -%%T%%/lib/cmm/PYCC.pf -%%T%%/lib/cmm/sRGB.pf -%%T%%/lib/content-types.properties -%%T%%/lib/deploy/ffjcext.zip -%%T%%/lib/deploy.jar -%%T%%/lib/ext/dnsns.jar -%%T%%/lib/ext/localedata.jar -%%T%%/lib/ext/sunjce_provider.jar -%%T%%/lib/ext/sunpkcs11.jar -%%T%%/lib/flavormap.properties -%%T%%/lib/fontconfig.RedHat.2.1.bfc -%%T%%/lib/fontconfig.RedHat.2.1.properties.src -%%T%%/lib/fontconfig.RedHat.3.bfc -%%T%%/lib/fontconfig.RedHat.3.properties.src -%%T%%/lib/fontconfig.RedHat.8.0.bfc -%%T%%/lib/fontconfig.RedHat.8.0.properties.src -%%T%%/lib/fontconfig.RedHat.9.0.bfc -%%T%%/lib/fontconfig.RedHat.9.0.properties.src -%%T%%/lib/fontconfig.RedHat.bfc -%%T%%/lib/fontconfig.RedHat.properties.src -%%T%%/lib/fontconfig.SuSE.bfc -%%T%%/lib/fontconfig.SuSE.properties.src -%%T%%/lib/fontconfig.Sun.2003.bfc -%%T%%/lib/fontconfig.Sun.2003.properties.src -%%T%%/lib/fontconfig.Sun.bfc -%%T%%/lib/fontconfig.Sun.properties.src -%%T%%/lib/fontconfig.Turbo.8.0.bfc -%%T%%/lib/fontconfig.Turbo.8.0.properties.src -%%T%%/lib/fontconfig.Turbo.bfc -%%T%%/lib/fontconfig.Turbo.properties.src -%%T%%/lib/fontconfig.bfc -%%T%%/lib/fontconfig.properties.src -%%T%%/lib/fonts/LucidaBrightDemiBold.ttf -%%T%%/lib/fonts/LucidaBrightDemiItalic.ttf -%%T%%/lib/fonts/LucidaBrightItalic.ttf -%%T%%/lib/fonts/LucidaBrightRegular.ttf -%%T%%/lib/fonts/LucidaSansDemiBold.ttf -%%T%%/lib/fonts/LucidaSansRegular.ttf -%%T%%/lib/fonts/LucidaTypewriterBold.ttf -%%T%%/lib/fonts/LucidaTypewriterRegular.ttf -%%T%%/lib/fonts/fonts.dir -%%T%%/lib/i386/awt_robot -%%T%%/lib/i386/client/Xusage.txt -%%T%%/lib/i386/client/libjsig.so -%%T%%/lib/i386/client/libjvm.so -%%T%%/lib/i386/gtkhelper -%%T%%/lib/i386/headless/libmawt.so -%%T%%/lib/i386/jvm.cfg -%%T%%/lib/i386/libJdbcOdbc.so -%%T%%/lib/i386/libawt.so -%%T%%/lib/i386/libcmm.so -%%T%%/lib/i386/libdcpr.so -%%T%%/lib/i386/libdeploy.so -%%T%%/lib/i386/libdt_socket.so -%%T%%/lib/i386/libfontmanager.so -%%T%%/lib/i386/libhprof.so -%%T%%/lib/i386/libinstrument.so -%%T%%/lib/i386/libioser12.so -%%T%%/lib/i386/libj2pkcs11.so -%%T%%/lib/i386/libjaas_unix.so -%%T%%/lib/i386/libjava_crw_demo.so -%%T%%/lib/i386/libjavaplugin_jni.so -%%T%%/lib/i386/libjavaplugin_nscp_gcc29.so -%%T%%/lib/i386/libjavaplugin_nscp.so -%%T%%/lib/i386/libjava.so -%%T%%/lib/i386/libjawt.so -%%T%%/lib/i386/libjdwp.so -%%T%%/lib/i386/libjpeg.so -%%T%%/lib/i386/libjsig.so -%%T%%/lib/i386/libjsoundalsa.so -%%T%%/lib/i386/libjsound.so -%%T%%/lib/i386/libmanagement.so -%%T%%/lib/i386/libmlib_image.so -%%T%%/lib/i386/libnative_chmod.so -%%T%%/lib/i386/libnet.so -%%T%%/lib/i386/libnio.so -%%T%%/lib/i386/librmi.so -%%T%%/lib/i386/libunpack.so -%%T%%/lib/i386/libverify.so -%%T%%/lib/i386/libzip.so -%%T%%/lib/i386/motif21/libmawt.so -%%T%%/lib/i386/native_threads/libhpi.so -%%T%%/lib/i386/server/Xusage.txt -%%T%%/lib/i386/server/libjsig.so -%%T%%/lib/i386/server/libjvm.so -%%T%%/lib/i386/xawt/libmawt.so -%%T%%/lib/images/cursors/cursors.properties -%%T%%/lib/images/cursors/invalid32x32.gif -%%T%%/lib/images/cursors/motif_CopyDrop32x32.gif -%%T%%/lib/images/cursors/motif_CopyNoDrop32x32.gif -%%T%%/lib/images/cursors/motif_LinkDrop32x32.gif -%%T%%/lib/images/cursors/motif_LinkNoDrop32x32.gif -%%T%%/lib/images/cursors/motif_MoveDrop32x32.gif -%%T%%/lib/images/cursors/motif_MoveNoDrop32x32.gif -%%T%%/lib/images/icons/sun-java_HighContrastInverse.png -%%T%%/lib/images/icons/sun-java_HighContrast.png -%%T%%/lib/images/icons/sun-java_LowContrast.png -%%T%%/lib/images/icons/sun-java.png -%%T%%/lib/im/indicim.jar -%%T%%/lib/im/thaiim.jar -%%T%%/lib/javaws/Java1.5.ico -%%T%%/lib/javaws/messages_de.properties -%%T%%/lib/javaws/messages_es.properties -%%T%%/lib/javaws/messages_fr.properties -%%T%%/lib/javaws/messages_it.properties -%%T%%/lib/javaws/messages_ja.properties -%%T%%/lib/javaws/messages_ko.properties -%%T%%/lib/javaws/messages.properties -%%T%%/lib/javaws/messages_sv.properties -%%T%%/lib/javaws/messages_zh_CN.properties -%%T%%/lib/javaws/messages_zh_HK.properties -%%T%%/lib/javaws/messages_zh_TW.properties -%%T%%/lib/javaws/miniSplash.jpg -%%T%%/lib/javaws.jar -%%T%%/lib/jce.jar -%%T%%/lib/jsse.jar -%%T%%/lib/jvm.hprof.txt -%%T%%/lib/locale/de/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/lib/locale/es/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/lib/locale/fr/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/lib/locale/it/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/lib/locale/ja/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/lib/locale/ko/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/lib/locale/ko.UTF-8/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/lib/locale/sv/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/lib/locale/zh.GBK/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/lib/locale/zh_HK.BIG5HK/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/lib/locale/zh/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/lib/locale/zh_TW.BIG5/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/lib/locale/zh_TW/LC_MESSAGES/sunw_java_plugin.mo -%%T%%/lib/logging.properties -%%T%%/lib/management/jmxremote.access -%%T%%/lib/management/jmxremote.password.template -%%T%%/lib/management/management.properties -%%T%%/lib/management/snmp.acl.template -%%T%%/lib/net.properties -%%T%%/lib/oblique-fonts/LucidaSansDemiOblique.ttf -%%T%%/lib/oblique-fonts/LucidaSansOblique.ttf -%%T%%/lib/oblique-fonts/LucidaTypewriterBoldOblique.ttf -%%T%%/lib/oblique-fonts/LucidaTypewriterOblique.ttf -%%T%%/lib/oblique-fonts/fonts.dir -%%T%%/lib/plugin.jar -%%T%%/lib/psfontj2d.properties -%%T%%/lib/psfont.properties.ja -%%T%%/lib/rt.jar -%%T%%/lib/security/US_export_policy.jar -%%T%%/lib/security/cacerts -%%T%%/lib/security/java.policy -%%T%%/lib/security/java.security -%%T%%/lib/security/javaws.policy -%%T%%/lib/security/local_policy.jar -%%T%%/lib/servicetag/jdk_header.png -%%T%%/lib/sound.properties -%%T%%/lib/zi/Africa/Abidjan -%%T%%/lib/zi/Africa/Accra -%%T%%/lib/zi/Africa/Addis_Ababa -%%T%%/lib/zi/Africa/Algiers -%%T%%/lib/zi/Africa/Asmara -%%T%%/lib/zi/Africa/Bamako -%%T%%/lib/zi/Africa/Bangui -%%T%%/lib/zi/Africa/Banjul -%%T%%/lib/zi/Africa/Bissau -%%T%%/lib/zi/Africa/Blantyre -%%T%%/lib/zi/Africa/Brazzaville -%%T%%/lib/zi/Africa/Bujumbura -%%T%%/lib/zi/Africa/Cairo -%%T%%/lib/zi/Africa/Casablanca -%%T%%/lib/zi/Africa/Ceuta -%%T%%/lib/zi/Africa/Conakry -%%T%%/lib/zi/Africa/Dakar -%%T%%/lib/zi/Africa/Dar_es_Salaam -%%T%%/lib/zi/Africa/Djibouti -%%T%%/lib/zi/Africa/Douala -%%T%%/lib/zi/Africa/El_Aaiun -%%T%%/lib/zi/Africa/Freetown -%%T%%/lib/zi/Africa/Gaborone -%%T%%/lib/zi/Africa/Harare -%%T%%/lib/zi/Africa/Johannesburg -%%T%%/lib/zi/Africa/Kampala -%%T%%/lib/zi/Africa/Khartoum -%%T%%/lib/zi/Africa/Kigali -%%T%%/lib/zi/Africa/Kinshasa -%%T%%/lib/zi/Africa/Lagos -%%T%%/lib/zi/Africa/Libreville -%%T%%/lib/zi/Africa/Lome -%%T%%/lib/zi/Africa/Luanda -%%T%%/lib/zi/Africa/Lubumbashi -%%T%%/lib/zi/Africa/Lusaka -%%T%%/lib/zi/Africa/Malabo -%%T%%/lib/zi/Africa/Maputo -%%T%%/lib/zi/Africa/Maseru -%%T%%/lib/zi/Africa/Mbabane -%%T%%/lib/zi/Africa/Mogadishu -%%T%%/lib/zi/Africa/Monrovia -%%T%%/lib/zi/Africa/Nairobi -%%T%%/lib/zi/Africa/Ndjamena -%%T%%/lib/zi/Africa/Niamey -%%T%%/lib/zi/Africa/Nouakchott -%%T%%/lib/zi/Africa/Ouagadougou -%%T%%/lib/zi/Africa/Porto-Novo -%%T%%/lib/zi/Africa/Sao_Tome -%%T%%/lib/zi/Africa/Tripoli -%%T%%/lib/zi/Africa/Tunis -%%T%%/lib/zi/Africa/Windhoek -%%T%%/lib/zi/America/Adak -%%T%%/lib/zi/America/Anchorage -%%T%%/lib/zi/America/Anguilla -%%T%%/lib/zi/America/Antigua -%%T%%/lib/zi/America/Araguaina -%%T%%/lib/zi/America/Argentina/Buenos_Aires -%%T%%/lib/zi/America/Argentina/Catamarca -%%T%%/lib/zi/America/Argentina/Cordoba -%%T%%/lib/zi/America/Argentina/Jujuy -%%T%%/lib/zi/America/Argentina/La_Rioja -%%T%%/lib/zi/America/Argentina/Mendoza -%%T%%/lib/zi/America/Argentina/Rio_Gallegos -%%T%%/lib/zi/America/Argentina/Salta -%%T%%/lib/zi/America/Argentina/San_Juan -%%T%%/lib/zi/America/Argentina/San_Luis -%%T%%/lib/zi/America/Argentina/Tucuman -%%T%%/lib/zi/America/Argentina/Ushuaia -%%T%%/lib/zi/America/Aruba -%%T%%/lib/zi/America/Asuncion -%%T%%/lib/zi/America/Atikokan -%%T%%/lib/zi/America/Bahia -%%T%%/lib/zi/America/Barbados -%%T%%/lib/zi/America/Belem -%%T%%/lib/zi/America/Belize -%%T%%/lib/zi/America/Blanc-Sablon -%%T%%/lib/zi/America/Boa_Vista -%%T%%/lib/zi/America/Bogota -%%T%%/lib/zi/America/Boise -%%T%%/lib/zi/America/Cambridge_Bay -%%T%%/lib/zi/America/Campo_Grande -%%T%%/lib/zi/America/Cancun -%%T%%/lib/zi/America/Caracas -%%T%%/lib/zi/America/Cayenne -%%T%%/lib/zi/America/Cayman -%%T%%/lib/zi/America/Chicago -%%T%%/lib/zi/America/Chihuahua -%%T%%/lib/zi/America/Costa_Rica -%%T%%/lib/zi/America/Cuiaba -%%T%%/lib/zi/America/Curacao -%%T%%/lib/zi/America/Danmarkshavn -%%T%%/lib/zi/America/Dawson -%%T%%/lib/zi/America/Dawson_Creek -%%T%%/lib/zi/America/Denver -%%T%%/lib/zi/America/Detroit -%%T%%/lib/zi/America/Dominica -%%T%%/lib/zi/America/Edmonton -%%T%%/lib/zi/America/Eirunepe -%%T%%/lib/zi/America/El_Salvador -%%T%%/lib/zi/America/Fortaleza -%%T%%/lib/zi/America/Glace_Bay -%%T%%/lib/zi/America/Godthab -%%T%%/lib/zi/America/Goose_Bay -%%T%%/lib/zi/America/Grand_Turk -%%T%%/lib/zi/America/Grenada -%%T%%/lib/zi/America/Guadeloupe -%%T%%/lib/zi/America/Guatemala -%%T%%/lib/zi/America/Guayaquil -%%T%%/lib/zi/America/Guyana -%%T%%/lib/zi/America/Halifax -%%T%%/lib/zi/America/Havana -%%T%%/lib/zi/America/Hermosillo -%%T%%/lib/zi/America/Indiana/Indianapolis -%%T%%/lib/zi/America/Indiana/Knox -%%T%%/lib/zi/America/Indiana/Marengo -%%T%%/lib/zi/America/Indiana/Petersburg -%%T%%/lib/zi/America/Indiana/Tell_City -%%T%%/lib/zi/America/Indiana/Vevay -%%T%%/lib/zi/America/Indiana/Vincennes -%%T%%/lib/zi/America/Indiana/Winamac -%%T%%/lib/zi/America/Inuvik -%%T%%/lib/zi/America/Iqaluit -%%T%%/lib/zi/America/Jamaica -%%T%%/lib/zi/America/Juneau -%%T%%/lib/zi/America/Kentucky/Louisville -%%T%%/lib/zi/America/Kentucky/Monticello -%%T%%/lib/zi/America/La_Paz -%%T%%/lib/zi/America/Lima -%%T%%/lib/zi/America/Los_Angeles -%%T%%/lib/zi/America/Maceio -%%T%%/lib/zi/America/Managua -%%T%%/lib/zi/America/Manaus -%%T%%/lib/zi/America/Martinique -%%T%%/lib/zi/America/Mazatlan -%%T%%/lib/zi/America/Menominee -%%T%%/lib/zi/America/Merida -%%T%%/lib/zi/America/Mexico_City -%%T%%/lib/zi/America/Miquelon -%%T%%/lib/zi/America/Moncton -%%T%%/lib/zi/America/Monterrey -%%T%%/lib/zi/America/Montevideo -%%T%%/lib/zi/America/Montreal -%%T%%/lib/zi/America/Montserrat -%%T%%/lib/zi/America/Nassau -%%T%%/lib/zi/America/New_York -%%T%%/lib/zi/America/Nipigon -%%T%%/lib/zi/America/Nome -%%T%%/lib/zi/America/Noronha -%%T%%/lib/zi/America/North_Dakota/Center -%%T%%/lib/zi/America/North_Dakota/New_Salem -%%T%%/lib/zi/America/Panama -%%T%%/lib/zi/America/Pangnirtung -%%T%%/lib/zi/America/Paramaribo -%%T%%/lib/zi/America/Phoenix -%%T%%/lib/zi/America/Port-au-Prince -%%T%%/lib/zi/America/Porto_Velho -%%T%%/lib/zi/America/Port_of_Spain -%%T%%/lib/zi/America/Puerto_Rico -%%T%%/lib/zi/America/Rainy_River -%%T%%/lib/zi/America/Rankin_Inlet -%%T%%/lib/zi/America/Recife -%%T%%/lib/zi/America/Regina -%%T%%/lib/zi/America/Resolute -%%T%%/lib/zi/America/Rio_Branco -%%T%%/lib/zi/America/Santarem -%%T%%/lib/zi/America/Santiago -%%T%%/lib/zi/America/Santo_Domingo -%%T%%/lib/zi/America/Sao_Paulo -%%T%%/lib/zi/America/Scoresbysund -%%T%%/lib/zi/America/St_Johns -%%T%%/lib/zi/America/St_Kitts -%%T%%/lib/zi/America/St_Lucia -%%T%%/lib/zi/America/St_Thomas -%%T%%/lib/zi/America/St_Vincent -%%T%%/lib/zi/America/Swift_Current -%%T%%/lib/zi/America/Tegucigalpa -%%T%%/lib/zi/America/Thule -%%T%%/lib/zi/America/Thunder_Bay -%%T%%/lib/zi/America/Tijuana -%%T%%/lib/zi/America/Toronto -%%T%%/lib/zi/America/Tortola -%%T%%/lib/zi/America/Vancouver -%%T%%/lib/zi/America/Whitehorse -%%T%%/lib/zi/America/Winnipeg -%%T%%/lib/zi/America/Yakutat -%%T%%/lib/zi/America/Yellowknife -%%T%%/lib/zi/Antarctica/Casey -%%T%%/lib/zi/Antarctica/Davis -%%T%%/lib/zi/Antarctica/DumontDUrville -%%T%%/lib/zi/Antarctica/Mawson -%%T%%/lib/zi/Antarctica/McMurdo -%%T%%/lib/zi/Antarctica/Palmer -%%T%%/lib/zi/Antarctica/Rothera -%%T%%/lib/zi/Antarctica/Syowa -%%T%%/lib/zi/Antarctica/Vostok -%%T%%/lib/zi/Asia/Aden -%%T%%/lib/zi/Asia/Almaty -%%T%%/lib/zi/Asia/Amman -%%T%%/lib/zi/Asia/Anadyr -%%T%%/lib/zi/Asia/Aqtau -%%T%%/lib/zi/Asia/Aqtobe -%%T%%/lib/zi/Asia/Ashgabat -%%T%%/lib/zi/Asia/Baghdad -%%T%%/lib/zi/Asia/Bahrain -%%T%%/lib/zi/Asia/Baku -%%T%%/lib/zi/Asia/Bangkok -%%T%%/lib/zi/Asia/Beirut -%%T%%/lib/zi/Asia/Bishkek -%%T%%/lib/zi/Asia/Brunei -%%T%%/lib/zi/Asia/Choibalsan -%%T%%/lib/zi/Asia/Chongqing -%%T%%/lib/zi/Asia/Colombo -%%T%%/lib/zi/Asia/Damascus -%%T%%/lib/zi/Asia/Dhaka -%%T%%/lib/zi/Asia/Dili -%%T%%/lib/zi/Asia/Dubai -%%T%%/lib/zi/Asia/Dushanbe -%%T%%/lib/zi/Asia/Gaza -%%T%%/lib/zi/Asia/Harbin -%%T%%/lib/zi/Asia/Ho_Chi_Minh -%%T%%/lib/zi/Asia/Hong_Kong -%%T%%/lib/zi/Asia/Hovd -%%T%%/lib/zi/Asia/Irkutsk -%%T%%/lib/zi/Asia/Jakarta -%%T%%/lib/zi/Asia/Jayapura -%%T%%/lib/zi/Asia/Jerusalem -%%T%%/lib/zi/Asia/Kabul -%%T%%/lib/zi/Asia/Kamchatka -%%T%%/lib/zi/Asia/Karachi -%%T%%/lib/zi/Asia/Kashgar -%%T%%/lib/zi/Asia/Kathmandu -%%T%%/lib/zi/Asia/Kolkata -%%T%%/lib/zi/Asia/Krasnoyarsk -%%T%%/lib/zi/Asia/Kuala_Lumpur -%%T%%/lib/zi/Asia/Kuching -%%T%%/lib/zi/Asia/Kuwait -%%T%%/lib/zi/Asia/Macau -%%T%%/lib/zi/Asia/Magadan -%%T%%/lib/zi/Asia/Makassar -%%T%%/lib/zi/Asia/Manila -%%T%%/lib/zi/Asia/Muscat -%%T%%/lib/zi/Asia/Nicosia -%%T%%/lib/zi/Asia/Novosibirsk -%%T%%/lib/zi/Asia/Omsk -%%T%%/lib/zi/Asia/Oral -%%T%%/lib/zi/Asia/Phnom_Penh -%%T%%/lib/zi/Asia/Pontianak -%%T%%/lib/zi/Asia/Pyongyang -%%T%%/lib/zi/Asia/Qatar -%%T%%/lib/zi/Asia/Qyzylorda -%%T%%/lib/zi/Asia/Rangoon -%%T%%/lib/zi/Asia/Riyadh -%%T%%/lib/zi/Asia/Riyadh87 -%%T%%/lib/zi/Asia/Riyadh88 -%%T%%/lib/zi/Asia/Riyadh89 -%%T%%/lib/zi/Asia/Sakhalin -%%T%%/lib/zi/Asia/Samarkand -%%T%%/lib/zi/Asia/Seoul -%%T%%/lib/zi/Asia/Shanghai -%%T%%/lib/zi/Asia/Singapore -%%T%%/lib/zi/Asia/Taipei -%%T%%/lib/zi/Asia/Tashkent -%%T%%/lib/zi/Asia/Tbilisi -%%T%%/lib/zi/Asia/Tehran -%%T%%/lib/zi/Asia/Thimphu -%%T%%/lib/zi/Asia/Tokyo -%%T%%/lib/zi/Asia/Ulaanbaatar -%%T%%/lib/zi/Asia/Urumqi -%%T%%/lib/zi/Asia/Vientiane -%%T%%/lib/zi/Asia/Vladivostok -%%T%%/lib/zi/Asia/Yakutsk -%%T%%/lib/zi/Asia/Yekaterinburg -%%T%%/lib/zi/Asia/Yerevan -%%T%%/lib/zi/Atlantic/Azores -%%T%%/lib/zi/Atlantic/Bermuda -%%T%%/lib/zi/Atlantic/Canary -%%T%%/lib/zi/Atlantic/Cape_Verde -%%T%%/lib/zi/Atlantic/Faroe -%%T%%/lib/zi/Atlantic/Madeira -%%T%%/lib/zi/Atlantic/Reykjavik -%%T%%/lib/zi/Atlantic/South_Georgia -%%T%%/lib/zi/Atlantic/St_Helena -%%T%%/lib/zi/Atlantic/Stanley -%%T%%/lib/zi/Australia/Adelaide -%%T%%/lib/zi/Australia/Brisbane -%%T%%/lib/zi/Australia/Broken_Hill -%%T%%/lib/zi/Australia/Currie -%%T%%/lib/zi/Australia/Darwin -%%T%%/lib/zi/Australia/Eucla -%%T%%/lib/zi/Australia/Hobart -%%T%%/lib/zi/Australia/Lindeman -%%T%%/lib/zi/Australia/Lord_Howe -%%T%%/lib/zi/Australia/Melbourne -%%T%%/lib/zi/Australia/Perth -%%T%%/lib/zi/Australia/Sydney -%%T%%/lib/zi/CET -%%T%%/lib/zi/CST6CDT -%%T%%/lib/zi/EET -%%T%%/lib/zi/EST -%%T%%/lib/zi/EST5EDT -%%T%%/lib/zi/Etc/GMT -%%T%%/lib/zi/Etc/GMT+1 -%%T%%/lib/zi/Etc/GMT-1 -%%T%%/lib/zi/Etc/GMT+10 -%%T%%/lib/zi/Etc/GMT-10 -%%T%%/lib/zi/Etc/GMT+11 -%%T%%/lib/zi/Etc/GMT-11 -%%T%%/lib/zi/Etc/GMT+12 -%%T%%/lib/zi/Etc/GMT-12 -%%T%%/lib/zi/Etc/GMT-13 -%%T%%/lib/zi/Etc/GMT-14 -%%T%%/lib/zi/Etc/GMT+2 -%%T%%/lib/zi/Etc/GMT-2 -%%T%%/lib/zi/Etc/GMT+3 -%%T%%/lib/zi/Etc/GMT-3 -%%T%%/lib/zi/Etc/GMT+4 -%%T%%/lib/zi/Etc/GMT-4 -%%T%%/lib/zi/Etc/GMT+5 -%%T%%/lib/zi/Etc/GMT-5 -%%T%%/lib/zi/Etc/GMT+6 -%%T%%/lib/zi/Etc/GMT-6 -%%T%%/lib/zi/Etc/GMT+7 -%%T%%/lib/zi/Etc/GMT-7 -%%T%%/lib/zi/Etc/GMT+8 -%%T%%/lib/zi/Etc/GMT-8 -%%T%%/lib/zi/Etc/GMT+9 -%%T%%/lib/zi/Etc/GMT-9 -%%T%%/lib/zi/Etc/UCT -%%T%%/lib/zi/Etc/UTC -%%T%%/lib/zi/Europe/Amsterdam -%%T%%/lib/zi/Europe/Andorra -%%T%%/lib/zi/Europe/Athens -%%T%%/lib/zi/Europe/Belgrade -%%T%%/lib/zi/Europe/Berlin -%%T%%/lib/zi/Europe/Brussels -%%T%%/lib/zi/Europe/Bucharest -%%T%%/lib/zi/Europe/Budapest -%%T%%/lib/zi/Europe/Chisinau -%%T%%/lib/zi/Europe/Copenhagen -%%T%%/lib/zi/Europe/Dublin -%%T%%/lib/zi/Europe/Gibraltar -%%T%%/lib/zi/Europe/Helsinki -%%T%%/lib/zi/Europe/Istanbul -%%T%%/lib/zi/Europe/Kaliningrad -%%T%%/lib/zi/Europe/Kiev -%%T%%/lib/zi/Europe/Lisbon -%%T%%/lib/zi/Europe/London -%%T%%/lib/zi/Europe/Luxembourg -%%T%%/lib/zi/Europe/Madrid -%%T%%/lib/zi/Europe/Malta -%%T%%/lib/zi/Europe/Minsk -%%T%%/lib/zi/Europe/Monaco -%%T%%/lib/zi/Europe/Moscow -%%T%%/lib/zi/Europe/Oslo -%%T%%/lib/zi/Europe/Paris -%%T%%/lib/zi/Europe/Prague -%%T%%/lib/zi/Europe/Riga -%%T%%/lib/zi/Europe/Rome -%%T%%/lib/zi/Europe/Samara -%%T%%/lib/zi/Europe/Simferopol -%%T%%/lib/zi/Europe/Sofia -%%T%%/lib/zi/Europe/Stockholm -%%T%%/lib/zi/Europe/Tallinn -%%T%%/lib/zi/Europe/Tirane -%%T%%/lib/zi/Europe/Uzhgorod -%%T%%/lib/zi/Europe/Vaduz -%%T%%/lib/zi/Europe/Vienna -%%T%%/lib/zi/Europe/Vilnius -%%T%%/lib/zi/Europe/Volgograd -%%T%%/lib/zi/Europe/Warsaw -%%T%%/lib/zi/Europe/Zaporozhye -%%T%%/lib/zi/Europe/Zurich -%%T%%/lib/zi/GMT -%%T%%/lib/zi/HST -%%T%%/lib/zi/Indian/Antananarivo -%%T%%/lib/zi/Indian/Chagos -%%T%%/lib/zi/Indian/Christmas -%%T%%/lib/zi/Indian/Cocos -%%T%%/lib/zi/Indian/Comoro -%%T%%/lib/zi/Indian/Kerguelen -%%T%%/lib/zi/Indian/Mahe -%%T%%/lib/zi/Indian/Maldives -%%T%%/lib/zi/Indian/Mauritius -%%T%%/lib/zi/Indian/Mayotte -%%T%%/lib/zi/Indian/Reunion -%%T%%/lib/zi/MET -%%T%%/lib/zi/MST -%%T%%/lib/zi/MST7MDT -%%T%%/lib/zi/PST8PDT -%%T%%/lib/zi/Pacific/Apia -%%T%%/lib/zi/Pacific/Auckland -%%T%%/lib/zi/Pacific/Chatham -%%T%%/lib/zi/Pacific/Easter -%%T%%/lib/zi/Pacific/Efate -%%T%%/lib/zi/Pacific/Enderbury -%%T%%/lib/zi/Pacific/Fakaofo -%%T%%/lib/zi/Pacific/Fiji -%%T%%/lib/zi/Pacific/Funafuti -%%T%%/lib/zi/Pacific/Galapagos -%%T%%/lib/zi/Pacific/Gambier -%%T%%/lib/zi/Pacific/Guadalcanal -%%T%%/lib/zi/Pacific/Guam -%%T%%/lib/zi/Pacific/Honolulu -%%T%%/lib/zi/Pacific/Johnston -%%T%%/lib/zi/Pacific/Kiritimati -%%T%%/lib/zi/Pacific/Kosrae -%%T%%/lib/zi/Pacific/Kwajalein -%%T%%/lib/zi/Pacific/Majuro -%%T%%/lib/zi/Pacific/Marquesas -%%T%%/lib/zi/Pacific/Midway -%%T%%/lib/zi/Pacific/Nauru -%%T%%/lib/zi/Pacific/Niue -%%T%%/lib/zi/Pacific/Norfolk -%%T%%/lib/zi/Pacific/Noumea -%%T%%/lib/zi/Pacific/Pago_Pago -%%T%%/lib/zi/Pacific/Palau -%%T%%/lib/zi/Pacific/Pitcairn -%%T%%/lib/zi/Pacific/Ponape -%%T%%/lib/zi/Pacific/Port_Moresby -%%T%%/lib/zi/Pacific/Rarotonga -%%T%%/lib/zi/Pacific/Saipan -%%T%%/lib/zi/Pacific/Tahiti -%%T%%/lib/zi/Pacific/Tarawa -%%T%%/lib/zi/Pacific/Tongatapu -%%T%%/lib/zi/Pacific/Truk -%%T%%/lib/zi/Pacific/Wake -%%T%%/lib/zi/Pacific/Wallis -%%T%%/lib/zi/SystemV/AST4 -%%T%%/lib/zi/SystemV/AST4ADT -%%T%%/lib/zi/SystemV/CST6 -%%T%%/lib/zi/SystemV/CST6CDT -%%T%%/lib/zi/SystemV/EST5 -%%T%%/lib/zi/SystemV/EST5EDT -%%T%%/lib/zi/SystemV/HST10 -%%T%%/lib/zi/SystemV/MST7 -%%T%%/lib/zi/SystemV/MST7MDT -%%T%%/lib/zi/SystemV/PST8 -%%T%%/lib/zi/SystemV/PST8PDT -%%T%%/lib/zi/SystemV/YST9 -%%T%%/lib/zi/SystemV/YST9YDT -%%T%%/lib/zi/WET -%%T%%/lib/zi/ZoneInfoMappings -%%T%%/man/ja -%%T%%/man/ja_JP.eucJP/man1/java.1 -%%T%%/man/ja_JP.eucJP/man1/javaws.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/orbd.1 -%%T%%/man/ja_JP.eucJP/man1/pack200.1 -%%T%%/man/ja_JP.eucJP/man1/policytool.1 -%%T%%/man/ja_JP.eucJP/man1/rmid.1 -%%T%%/man/ja_JP.eucJP/man1/rmiregistry.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/java.1 -%%T%%/man/man1/javaws.1 -%%T%%/man/man1/keytool.1 -%%T%%/man/man1/kinit.1 -%%T%%/man/man1/klist.1 -%%T%%/man/man1/ktab.1 -%%T%%/man/man1/orbd.1 -%%T%%/man/man1/pack200.1 -%%T%%/man/man1/policytool.1 -%%T%%/man/man1/rmid.1 -%%T%%/man/man1/rmiregistry.1 -%%T%%/man/man1/servertool.1 -%%T%%/man/man1/tnameserv.1 -%%T%%/man/man1/unpack200.1 -%%T%%/plugin/desktop/sun_java.desktop -%%T%%/plugin/desktop/sun_java.png -%%T%%/plugin/i386/ns7-gcc29/libjavaplugin_oji.so -%%T%%/plugin/i386/ns7/libjavaplugin_oji.so -@exec %%LOCALBASE%%/bin/registervm "%D/%%T%%/bin/java # Linux-Sun-JRE%%PORTVERSION%%" -@dirrm %%T%%/plugin/i386/ns7-gcc29 -@dirrm %%T%%/plugin/i386/ns7 -@dirrm %%T%%/plugin/i386 -@dirrm %%T%%/plugin/desktop -@dirrm %%T%%/plugin -@dirrm %%T%%/man/man1 -@dirrm %%T%%/man/ja_JP.eucJP/man1 -@dirrm %%T%%/man/ja_JP.eucJP -@dirrm %%T%%/man -@dirrm %%T%%/lib/zi/SystemV -@dirrm %%T%%/lib/zi/Pacific -@dirrm %%T%%/lib/zi/Indian -@dirrm %%T%%/lib/zi/Europe -@dirrm %%T%%/lib/zi/Etc -@dirrm %%T%%/lib/zi/Australia -@dirrm %%T%%/lib/zi/Atlantic -@dirrm %%T%%/lib/zi/Asia -@dirrm %%T%%/lib/zi/Antarctica -@dirrm %%T%%/lib/zi/America/North_Dakota -@dirrm %%T%%/lib/zi/America/Kentucky -@dirrm %%T%%/lib/zi/America/Indiana -@dirrm %%T%%/lib/zi/America/Argentina -@dirrm %%T%%/lib/zi/America -@dirrm %%T%%/lib/zi/Africa -@dirrm %%T%%/lib/zi -@dirrm %%T%%/lib/servicetag -@dirrm %%T%%/lib/security -@dirrm %%T%%/lib/oblique-fonts -@dirrm %%T%%/lib/management -@dirrm %%T%%/lib/locale/zh_TW/LC_MESSAGES -@dirrm %%T%%/lib/locale/zh_TW.BIG5/LC_MESSAGES -@dirrm %%T%%/lib/locale/zh_TW.BIG5 -@dirrm %%T%%/lib/locale/zh_TW -@dirrm %%T%%/lib/locale/zh/LC_MESSAGES -@dirrm %%T%%/lib/locale/zh_HK.BIG5HK/LC_MESSAGES -@dirrm %%T%%/lib/locale/zh_HK.BIG5HK -@dirrm %%T%%/lib/locale/zh.GBK/LC_MESSAGES -@dirrm %%T%%/lib/locale/zh.GBK -@dirrm %%T%%/lib/locale/zh -@dirrm %%T%%/lib/locale/sv/LC_MESSAGES -@dirrm %%T%%/lib/locale/sv -@dirrm %%T%%/lib/locale/ko.UTF-8/LC_MESSAGES -@dirrm %%T%%/lib/locale/ko.UTF-8 -@dirrm %%T%%/lib/locale/ko/LC_MESSAGES -@dirrm %%T%%/lib/locale/ko -@dirrm %%T%%/lib/locale/ja/LC_MESSAGES -@dirrm %%T%%/lib/locale/ja -@dirrm %%T%%/lib/locale/it/LC_MESSAGES -@dirrm %%T%%/lib/locale/it -@dirrm %%T%%/lib/locale/fr/LC_MESSAGES -@dirrm %%T%%/lib/locale/fr -@dirrm %%T%%/lib/locale/es/LC_MESSAGES -@dirrm %%T%%/lib/locale/es -@dirrm %%T%%/lib/locale/de/LC_MESSAGES -@dirrm %%T%%/lib/locale/de -@dirrm %%T%%/lib/locale -@dirrm %%T%%/lib/javaws -@dirrm %%T%%/lib/images/icons -@dirrm %%T%%/lib/images/cursors -@dirrm %%T%%/lib/images -@dirrm %%T%%/lib/im -@dirrm %%T%%/lib/i386/xawt -@dirrm %%T%%/lib/i386/server -@dirrm %%T%%/lib/i386/native_threads -@dirrm %%T%%/lib/i386/motif21 -@dirrm %%T%%/lib/i386/headless -@dirrm %%T%%/lib/i386/client -@dirrm %%T%%/lib/i386 -@dirrm %%T%%/lib/fonts -@dirrm %%T%%/lib/ext -@dirrm %%T%%/lib/deploy -@dirrm %%T%%/lib/cmm -@dirrm %%T%%/lib/audio -@dirrm %%T%%/lib/applet -@dirrm %%T%%/lib -@dirrm %%T%%/javaws -@dirrm %%T%%/bin -@dirrm %%T%%/.systemPrefs -@dirrm %%T%% |