aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LEGAL2
-rw-r--r--MOVED2
-rw-r--r--java/Makefile2
-rw-r--r--java/linux-sun-jdk16/Makefile111
-rw-r--r--java/linux-sun-jdk16/distinfo4
-rw-r--r--java/linux-sun-jdk16/pkg-descr3
-rw-r--r--java/linux-sun-jdk16/pkg-message18
-rw-r--r--java/linux-sun-jdk16/pkg-plist5351
-rw-r--r--java/linux-sun-jre16/Makefile76
-rw-r--r--java/linux-sun-jre16/distinfo2
-rw-r--r--java/linux-sun-jre16/pkg-descr3
-rw-r--r--java/linux-sun-jre16/pkg-message18
-rw-r--r--java/linux-sun-jre16/pkg-plist846
13 files changed, 2 insertions, 6436 deletions
diff --git a/LEGAL b/LEGAL
index 2ccb78906673..e0e5b55bd602 100644
--- a/LEGAL
+++ b/LEGAL
@@ -142,13 +142,11 @@ jai-*-lib-linux-i586.* java/jai Redistribution is not permitted
jai_imageio-*-lib-linux-* java/jai-imageio Redistribution is not permitted
java3d-sdk-*-linux-i386* java/java3d License does not allow distribution
javax_comm-*-solsparc.* comms/java-commapi No commercial use
-jdk-6*-i586.bin java/linux-sun-jdk16 Redistribution of repackaged binaries not permitted
jdk-7*-i586.tar.gz java/linux-sun-jdk17 Redistribution of repackaged binaries not permitted
jdk-8*-i586.tar.gz java/linux-oracle-jdk18 Redistribution of repackaged binaries not permitted
jfbuild_src_* games/jfsw Must be distributed only through the Internet and free of charge
jmf-*-alljava.zip java/jmf Redistribution of pre-compiled binaries is not permitted
jpgraph-2.* graphics/jpgraph2 The free version cannot be used in a commercial context
-jre-6*-i586.bin java/linux-sun-jre16 License does not allow distribution with fee
jre-7*-i586.tar.gz java/linux-sun-jre17 License does not allow distribution with fee
jre-8*-i586.tar.gz java/linux-oracle-jre18 License does not allow distribution with fee
jta-*.zip java/jta See the license
diff --git a/MOVED b/MOVED
index a6268d8c2c8f..df7e0dbd52a1 100644
--- a/MOVED
+++ b/MOVED
@@ -6095,3 +6095,5 @@ security/yassl|security/cyassl|2014-05-06|Moved to match upstream name
lang/open-cobol|lang/gnu-cobol|2014-05-07|Moved to match upstream name change
sysutils/lire||2014-05-11|Project is dead
net/ipfw-graph||2014-05-11|Project is dead
+java/linux-sun-jre16||2014-05-11|Has expired: Unsupported and known for multiple security vulnerabilities
+java/linux-sun-jdk16||2014-05-11|Has expired: Unsupported and known for multiple security vulnerabilities
diff --git a/java/Makefile b/java/Makefile
index b7ea4150e8df..5dee1133cecf 100644
--- a/java/Makefile
+++ b/java/Makefile
@@ -115,9 +115,7 @@
SUBDIR += langspec
SUBDIR += linux-oracle-jdk18
SUBDIR += linux-oracle-jre18
- SUBDIR += linux-sun-jdk16
SUBDIR += linux-sun-jdk17
- SUBDIR += linux-sun-jre16
SUBDIR += linux-sun-jre17
SUBDIR += mmake
SUBDIR += mx4j
diff --git a/java/linux-sun-jdk16/Makefile b/java/linux-sun-jdk16/Makefile
deleted file mode 100644
index f082e002942d..000000000000
--- a/java/linux-sun-jdk16/Makefile
+++ /dev/null
@@ -1,111 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= jdk
-PORTVERSION= ${DL_JDK_VERSION:S/_/./g}
-CATEGORIES= java devel
-MASTER_SITES= #
-PKGNAMEPREFIX= linux-sun-
-DISTNAME= jdk-6u${JDK_REVISION:S/^0//}-linux-i586
-EXTRACT_SUFX= .bin
-
-MAINTAINER= java@FreeBSD.org
-COMMENT= Sun Java Development Kit 1.6 for Linux
-
-EXTRACT_DEPENDS=${LINUX_BASE_PORT}
-RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
-
-DEPRECATED= Unsupported and known for multiple security vulnerabilities
-EXPIRATION_DATE=2014-05-10
-
-OPTIONS_DEFINE= DEMO
-DEMO_DESC= Install demos and samples
-OPTIONS_DEFAULT=DEMO
-
-NO_CDROM= License does not allow distribution with fee
-RESTRICTED= Redistribution of repackaged binaries not permitted
-PKGNAMESUFFIX= 16
-
-WRKSRC= ${WRKDIR}/jdk${DL_JDK_VERSION}
-PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///} PORTVERSION=${PORTVERSION}
-
-NO_BUILD= yes
-USES= shebangfix
-USE_LINUX= yes
-USE_LINUX_APPS= xorglibs
-JDK_VERSION= 1.6.0
-JDK_REVISION= 45
-DL_JDK_VERSION= ${JDK_VERSION}_${JDK_REVISION}
-ONLY_FOR_ARCHS= i386 amd64
-DOWNLOAD_URL?= http://www.oracle.com/technetwork/java/javase/downloads/index.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})
-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
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDEMO}
-DEMO_UPDATE_VERSION= ${JDK_REVISION}
-.if ${DEMO_UPDATE_VERSION} != ${JDK_REVISION}
-DEMO_DISTNAME= jdk-6u${DEMO_UPDATE_VERSION}-linux-i586-demos
-DEMO_WRKSRC= ${WRKDIR}/jdk${JDK_VERSION}_${DEMO_UPDATE_VERSION}
-.else
-DEMO_DISTNAME= ${DISTNAME}-demos
-DEMO_WRKSRC= ${WRKSRC}
-.endif
-.if !exists(${DISTDIR}/${DEMO_DISTNAME}.tar.gz)
-IGNORE?=You must manually fetch the J2SE demos and samples for the Linux platform (${DEMO_DISTNAME}.tar.gz) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
-.endif
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DEMO_DISTNAME}.tar.gz
-PLIST_SUB+= DEMO=""
-.else
-PLIST_SUB+= DEMO="@comment "
-.endif
-
-pre-everything::
- @${CAT} ${PKGMESSAGE}
-
-do-extract:
- @${MKDIR} ${WRKDIR}
- @cd ${WRKDIR} \
- && ${TAIL} -n +146 ${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
-.if ${PORT_OPTIONS:MDEMO}
- @${TAR} -x -f ${DISTDIR}/${DEMO_DISTNAME}.tar.gz -C ${WRKDIR}
-.endif
-
-.if ${PORT_OPTIONS:MDEMO} && ${DEMO_WRKSRC} != ${WRKSRC}
-post-extract:
- @${MV} ${DEMO_WRKSRC}/demo ${WRKSRC}/
- @${MV} ${DEMO_WRKSRC}/sample ${WRKSRC}/
-.endif
-
-post-patch:
- ${REINPLACE_CMD} -i.orig -e 's:^#!/bin/bash:#!/bin/sh:' ${WRKSRC}/bin/jcontrol
- @${FIND} ${WRKSRC} -name '*.orig' -delete
- @(cd ${WRKSRC}/include; ${LN} -s linux freebsd)
-
-# XXX: This is missing a "${BRANDELF} -t Linux <executables>".
-
-do-install:
- ${MKDIR} ${STAGEDIR}${APP_HOME}
- cd ${WRKSRC} && ${FIND} . -print \
- | ${CPIO} -pdmu -R ${LIBOWN}:${LIBGRP} ${STAGEDIR}${APP_HOME}
-
-post-install:
- ${MKDIR} ${STAGEDIR}${APP_HOME}/jre/.systemPrefs
- ${TOUCH} ${STAGEDIR}${APP_HOME}/jre/.systemPrefs/.system.lock
- ${TOUCH} ${STAGEDIR}${APP_HOME}/jre/.systemPrefs/.systemRootModFile
- ${CHMOD} 644 ${STAGEDIR}${APP_HOME}/jre/.systemPrefs/.system.lock
- ${CHMOD} 644 ${STAGEDIR}${APP_HOME}/jre/.systemPrefs/.systemRootModFile
-
-.include <bsd.port.post.mk>
diff --git a/java/linux-sun-jdk16/distinfo b/java/linux-sun-jdk16/distinfo
deleted file mode 100644
index 6b4d89241380..000000000000
--- a/java/linux-sun-jdk16/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (jdk-6u45-linux-i586.bin) = d53b5a2518d80e1d95565f0adda54eee229dc5f4a1d1a3c2f7bf5045b168a357
-SIZE (jdk-6u45-linux-i586.bin) = 71799552
-SHA256 (jdk-6u45-linux-i586-demos.tar.gz) = 1e748de12946f8ec9b83ed8caa4cfda9a7ebbc52d62f39fcdba27f7f6bcf7d46
-SIZE (jdk-6u45-linux-i586-demos.tar.gz) = 12073459
diff --git a/java/linux-sun-jdk16/pkg-descr b/java/linux-sun-jdk16/pkg-descr
deleted file mode 100644
index 48ff6329ea5c..000000000000
--- a/java/linux-sun-jdk16/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-The Sun Java Development Kit 1.6 for Linux.
-
-WWW: http://java.sun.com/javase/
diff --git a/java/linux-sun-jdk16/pkg-message b/java/linux-sun-jdk16/pkg-message
deleted file mode 100644
index fd70e7c03625..000000000000
--- a/java/linux-sun-jdk16/pkg-message
+++ /dev/null
@@ -1,18 +0,0 @@
-======================================================================
-Warning: This JDK may be unstable. You are advised to use the native
-FreeBSD 1.6 JDK, in ports/java/openjdk6.
-
-This Java VM will attempt to obtain some system information by
-accessing files in linux's procfs. You must install the Linux
-emulation procfs filesystem for this to work correctly. The JVM
-will exhibit various problems otherwise. This can be accomplished
-by adding the following line to your /etc/fstab file:
-
- linprocfs /compat/linux/proc linprocfs rw 0 0
-
-and then, as root, executing the commands:
-
-kldload linprocfs
-mount /compat/linux/proc
-
-======================================================================
diff --git a/java/linux-sun-jdk16/pkg-plist b/java/linux-sun-jdk16/pkg-plist
deleted file mode 100644
index ef7715e79381..000000000000
--- a/java/linux-sun-jdk16/pkg-plist
+++ /dev/null
@@ -1,5351 +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/jcontrol
-%%T%%/bin/jdb
-%%T%%/bin/jhat
-%%T%%/bin/jinfo
-%%T%%/bin/jmap
-%%T%%/bin/jps
-%%T%%/bin/jrunscript
-%%T%%/bin/jsadebugd
-%%T%%/bin/jstack
-%%T%%/bin/jstat
-%%T%%/bin/jstatd
-%%T%%/bin/jvisualvm
-%%T%%/bin/keytool
-%%T%%/bin/native2ascii
-%%T%%/bin/orbd
-%%T%%/bin/pack200
-%%T%%/bin/policytool
-%%T%%/bin/rmic
-%%T%%/bin/rmid
-%%T%%/bin/rmiregistry
-%%T%%/bin/schemagen
-%%T%%/bin/serialver
-%%T%%/bin/servertool
-%%T%%/bin/tnameserv
-%%T%%/bin/unpack200
-%%T%%/bin/wsgen
-%%T%%/bin/wsimport
-%%T%%/bin/xjc
-%%T%%/db/3RDPARTY
-%%T%%/db/LICENSE
-%%T%%/db/NOTICE
-%%T%%/db/RELEASE-NOTES.html
-%%T%%/db/bin/NetworkServerControl
-%%T%%/db/bin/NetworkServerControl.bat
-%%T%%/db/bin/dblook
-%%T%%/db/bin/dblook.bat
-%%T%%/db/bin/derby_common.bat
-%%T%%/db/bin/ij
-%%T%%/db/bin/ij.bat
-%%T%%/db/bin/setEmbeddedCP
-%%T%%/db/bin/setEmbeddedCP.bat
-%%T%%/db/bin/setNetworkClientCP
-%%T%%/db/bin/setNetworkClientCP.bat
-%%T%%/db/bin/setNetworkServerCP
-%%T%%/db/bin/setNetworkServerCP.bat
-%%T%%/db/bin/startNetworkServer
-%%T%%/db/bin/startNetworkServer.bat
-%%T%%/db/bin/stopNetworkServer
-%%T%%/db/bin/stopNetworkServer.bat
-%%T%%/db/bin/sysinfo
-%%T%%/db/bin/sysinfo.bat
-%%T%%/db/demo/README.txt
-%%T%%/db/demo/databases/toursdb.jar
-%%T%%/db/demo/databases/toursdb/log/log.ctrl
-%%T%%/db/demo/databases/toursdb/log/log1.dat
-%%T%%/db/demo/databases/toursdb/log/logmirror.ctrl
-%%T%%/db/demo/databases/toursdb/seg0/c10.dat
-%%T%%/db/demo/databases/toursdb/seg0/c101.dat
-%%T%%/db/demo/databases/toursdb/seg0/c111.dat
-%%T%%/db/demo/databases/toursdb/seg0/c121.dat
-%%T%%/db/demo/databases/toursdb/seg0/c130.dat
-%%T%%/db/demo/databases/toursdb/seg0/c141.dat
-%%T%%/db/demo/databases/toursdb/seg0/c150.dat
-%%T%%/db/demo/databases/toursdb/seg0/c161.dat
-%%T%%/db/demo/databases/toursdb/seg0/c171.dat
-%%T%%/db/demo/databases/toursdb/seg0/c180.dat
-%%T%%/db/demo/databases/toursdb/seg0/c191.dat
-%%T%%/db/demo/databases/toursdb/seg0/c1a1.dat
-%%T%%/db/demo/databases/toursdb/seg0/c1b1.dat
-%%T%%/db/demo/databases/toursdb/seg0/c1c0.dat
-%%T%%/db/demo/databases/toursdb/seg0/c1d1.dat
-%%T%%/db/demo/databases/toursdb/seg0/c1e0.dat
-%%T%%/db/demo/databases/toursdb/seg0/c1f1.dat
-%%T%%/db/demo/databases/toursdb/seg0/c20.dat
-%%T%%/db/demo/databases/toursdb/seg0/c200.dat
-%%T%%/db/demo/databases/toursdb/seg0/c211.dat
-%%T%%/db/demo/databases/toursdb/seg0/c221.dat
-%%T%%/db/demo/databases/toursdb/seg0/c230.dat
-%%T%%/db/demo/databases/toursdb/seg0/c241.dat
-%%T%%/db/demo/databases/toursdb/seg0/c251.dat
-%%T%%/db/demo/databases/toursdb/seg0/c260.dat
-%%T%%/db/demo/databases/toursdb/seg0/c271.dat
-%%T%%/db/demo/databases/toursdb/seg0/c281.dat
-%%T%%/db/demo/databases/toursdb/seg0/c290.dat
-%%T%%/db/demo/databases/toursdb/seg0/c2a1.dat
-%%T%%/db/demo/databases/toursdb/seg0/c2b1.dat
-%%T%%/db/demo/databases/toursdb/seg0/c2c1.dat
-%%T%%/db/demo/databases/toursdb/seg0/c2d0.dat
-%%T%%/db/demo/databases/toursdb/seg0/c2e1.dat
-%%T%%/db/demo/databases/toursdb/seg0/c2f0.dat
-%%T%%/db/demo/databases/toursdb/seg0/c300.dat
-%%T%%/db/demo/databases/toursdb/seg0/c31.dat
-%%T%%/db/demo/databases/toursdb/seg0/c311.dat
-%%T%%/db/demo/databases/toursdb/seg0/c321.dat
-%%T%%/db/demo/databases/toursdb/seg0/c331.dat
-%%T%%/db/demo/databases/toursdb/seg0/c340.dat
-%%T%%/db/demo/databases/toursdb/seg0/c351.dat
-%%T%%/db/demo/databases/toursdb/seg0/c361.dat
-%%T%%/db/demo/databases/toursdb/seg0/c371.dat
-%%T%%/db/demo/databases/toursdb/seg0/c380.dat
-%%T%%/db/demo/databases/toursdb/seg0/c391.dat
-%%T%%/db/demo/databases/toursdb/seg0/c3a1.dat
-%%T%%/db/demo/databases/toursdb/seg0/c3b1.dat
-%%T%%/db/demo/databases/toursdb/seg0/c3c0.dat
-%%T%%/db/demo/databases/toursdb/seg0/c3d1.dat
-%%T%%/db/demo/databases/toursdb/seg0/c3e1.dat
-%%T%%/db/demo/databases/toursdb/seg0/c3f1.dat
-%%T%%/db/demo/databases/toursdb/seg0/c400.dat
-%%T%%/db/demo/databases/toursdb/seg0/c41.dat
-%%T%%/db/demo/databases/toursdb/seg0/c411.dat
-%%T%%/db/demo/databases/toursdb/seg0/c421.dat
-%%T%%/db/demo/databases/toursdb/seg0/c430.dat
-%%T%%/db/demo/databases/toursdb/seg0/c441.dat
-%%T%%/db/demo/databases/toursdb/seg0/c451.dat
-%%T%%/db/demo/databases/toursdb/seg0/c461.dat
-%%T%%/db/demo/databases/toursdb/seg0/c470.dat
-%%T%%/db/demo/databases/toursdb/seg0/c481.dat
-%%T%%/db/demo/databases/toursdb/seg0/c490.dat
-%%T%%/db/demo/databases/toursdb/seg0/c4a1.dat
-%%T%%/db/demo/databases/toursdb/seg0/c4b1.dat
-%%T%%/db/demo/databases/toursdb/seg0/c4c0.dat
-%%T%%/db/demo/databases/toursdb/seg0/c4d1.dat
-%%T%%/db/demo/databases/toursdb/seg0/c4e1.dat
-%%T%%/db/demo/databases/toursdb/seg0/c4f0.dat
-%%T%%/db/demo/databases/toursdb/seg0/c501.dat
-%%T%%/db/demo/databases/toursdb/seg0/c51.dat
-%%T%%/db/demo/databases/toursdb/seg0/c511.dat
-%%T%%/db/demo/databases/toursdb/seg0/c521.dat
-%%T%%/db/demo/databases/toursdb/seg0/c530.dat
-%%T%%/db/demo/databases/toursdb/seg0/c541.dat
-%%T%%/db/demo/databases/toursdb/seg0/c551.dat
-%%T%%/db/demo/databases/toursdb/seg0/c560.dat
-%%T%%/db/demo/databases/toursdb/seg0/c571.dat
-%%T%%/db/demo/databases/toursdb/seg0/c580.dat
-%%T%%/db/demo/databases/toursdb/seg0/c60.dat
-%%T%%/db/demo/databases/toursdb/seg0/c71.dat
-%%T%%/db/demo/databases/toursdb/seg0/c81.dat
-%%T%%/db/demo/databases/toursdb/seg0/c90.dat
-%%T%%/db/demo/databases/toursdb/seg0/ca1.dat
-%%T%%/db/demo/databases/toursdb/seg0/cb1.dat
-%%T%%/db/demo/databases/toursdb/seg0/cc0.dat
-%%T%%/db/demo/databases/toursdb/seg0/cd1.dat
-%%T%%/db/demo/databases/toursdb/seg0/ce1.dat
-%%T%%/db/demo/databases/toursdb/seg0/cf0.dat
-%%T%%/db/demo/databases/toursdb/service.properties
-%%T%%/db/demo/programs/csfull.css
-%%T%%/db/demo/programs/demo.html
-%%T%%/db/demo/programs/derbylogo128_bluebg.png
-%%T%%/db/demo/programs/localcal/README
-%%T%%/db/demo/programs/localcal/build.xml
-%%T%%/db/demo/programs/localcal/src/AddEventRequest.java
-%%T%%/db/demo/programs/localcal/src/CalEvent.java
-%%T%%/db/demo/programs/localcal/src/CalendarController.java
-%%T%%/db/demo/programs/localcal/src/DatabaseManager.java
-%%T%%/db/demo/programs/localcal/src/DeleteEventRequest.java
-%%T%%/db/demo/programs/localcal/src/EventManager.java
-%%T%%/db/demo/programs/localcal/src/GCalendar.java
-%%T%%/db/demo/programs/localcal/src/GCalendarRequest.java
-%%T%%/db/demo/programs/localcal/src/NetworkDownException.java
-%%T%%/db/demo/programs/localcal/src/RequestManager.java
-%%T%%/db/demo/programs/localcal/src/UpdateEventRequest.java
-%%T%%/db/demo/programs/localcal/src/images/delete.gif
-%%T%%/db/demo/programs/localcal/src/index.html
-%%T%%/db/demo/programs/localcal/src/localcal.js
-%%T%%/db/demo/programs/navbar.html
-%%T%%/db/demo/programs/nserverdemo/NetworkServerUtil.class
-%%T%%/db/demo/programs/nserverdemo/NetworkServerUtil.java
-%%T%%/db/demo/programs/nserverdemo/NsSample.class
-%%T%%/db/demo/programs/nserverdemo/NsSample.java
-%%T%%/db/demo/programs/nserverdemo/NsSampleClientThread.class
-%%T%%/db/demo/programs/nserverdemo/NsSampleClientThread.java
-%%T%%/db/demo/programs/nserverdemo/NsSampleWork.class
-%%T%%/db/demo/programs/nserverdemo/SimpleNetworkClientSample.class
-%%T%%/db/demo/programs/nserverdemo/SimpleNetworkClientSample.java
-%%T%%/db/demo/programs/nserverdemo/SimpleNetworkServerSample.class
-%%T%%/db/demo/programs/nserverdemo/SimpleNetworkServerSample.java
-%%T%%/db/demo/programs/nserverdemo/nserverdemo.html
-%%T%%/db/demo/programs/nserverdemo/readme.html
-%%T%%/db/demo/programs/nserverdemo/simpleserversample.html
-%%T%%/db/demo/programs/readme.html
-%%T%%/db/demo/programs/scores/README
-%%T%%/db/demo/programs/scores/build.xml
-%%T%%/db/demo/programs/scores/customizeMe.properties
-%%T%%/db/demo/programs/scores/java/client/org/apache/derbyDemo/scores/app/Scores.java
-%%T%%/db/demo/programs/scores/java/client/org/apache/derbyDemo/scores/data/Data.java
-%%T%%/db/demo/programs/scores/java/client/org/apache/derbyDemo/scores/data/Database.java
-%%T%%/db/demo/programs/scores/java/common/org/apache/derbyDemo/scores/util/Logger.java
-%%T%%/db/demo/programs/scores/java/common/org/apache/derbyDemo/scores/util/Utils.java
-%%T%%/db/demo/programs/scores/java/server/org/apache/derbyDemo/scores/proc/Functions.java
-%%T%%/db/demo/programs/scores/java/server/org/apache/derbyDemo/scores/proc/Procedures.java
-%%T%%/db/demo/programs/simple/SimpleApp.class
-%%T%%/db/demo/programs/simple/SimpleApp.java
-%%T%%/db/demo/programs/simple/derby.properties
-%%T%%/db/demo/programs/simple/example.html
-%%T%%/db/demo/programs/simplemobile/SimpleMobileApp.class
-%%T%%/db/demo/programs/simplemobile/SimpleMobileApp.java
-%%T%%/db/demo/programs/simplemobile/readme.html
-%%T%%/db/demo/programs/toursdb/ToursDB_schema.sql
-%%T%%/db/demo/programs/toursdb/build.xml
-%%T%%/db/demo/programs/toursdb/cupisle.gif
-%%T%%/db/demo/programs/toursdb/disconnect.sql
-%%T%%/db/demo/programs/toursdb/insertMaps.java
-%%T%%/db/demo/programs/toursdb/loadAIRLINES.sql
-%%T%%/db/demo/programs/toursdb/loadCITIES.sql
-%%T%%/db/demo/programs/toursdb/loadCOUNTRIES.sql
-%%T%%/db/demo/programs/toursdb/loadFLIGHTAVAILABILITY1.sql
-%%T%%/db/demo/programs/toursdb/loadFLIGHTAVAILABILITY2.sql
-%%T%%/db/demo/programs/toursdb/loadFLIGHTS1.sql
-%%T%%/db/demo/programs/toursdb/loadFLIGHTS2.sql
-%%T%%/db/demo/programs/toursdb/loadTables.sql
-%%T%%/db/demo/programs/toursdb/smallisle.gif
-%%T%%/db/demo/programs/toursdb/toursdb_readme.html
-%%T%%/db/demo/programs/toursdb/witchisle.gif
-%%T%%/db/demo/programs/vtis/README
-%%T%%/db/demo/programs/vtis/data/ApacheServerLog.xml
-%%T%%/db/demo/programs/vtis/data/DerbyJiraReport.xml
-%%T%%/db/demo/programs/vtis/data/svn_log.txt
-%%T%%/db/demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/FlatFileVTI.java
-%%T%%/db/demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/QueryRow.java
-%%T%%/db/demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/QueryVTIHelper.java
-%%T%%/db/demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/StringColumnVTI.java
-%%T%%/db/demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/VTIHelper.java
-%%T%%/db/demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/VTITemplate.java
-%%T%%/db/demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/XMLRow.java
-%%T%%/db/demo/programs/vtis/java/org/apache/derbyDemo/vtis/core/XmlVTI.java
-%%T%%/db/demo/programs/vtis/java/org/apache/derbyDemo/vtis/example/ApacheServerLogVTI.java
-%%T%%/db/demo/programs/vtis/java/org/apache/derbyDemo/vtis/example/DerbyJiraReportVTI.java
-%%T%%/db/demo/programs/vtis/java/org/apache/derbyDemo/vtis/example/LineListVTI.java
-%%T%%/db/demo/programs/vtis/java/org/apache/derbyDemo/vtis/example/PropertyFileVTI.java
-%%T%%/db/demo/programs/vtis/java/org/apache/derbyDemo/vtis/example/SubversionLogVTI.java
-%%T%%/db/demo/programs/vtis/java/org/apache/derbyDemo/vtis/example/VTIs.java
-%%T%%/db/demo/programs/vtis/java/org/apache/derbyDemo/vtis/example/WorldDBSnapshot.java
-%%T%%/db/demo/programs/vtis/java/org/apache/derbyDemo/vtis/snapshot/SnapshotQuery.java
-%%T%%/db/demo/programs/vtis/java/org/apache/derbyDemo/vtis/snapshot/Subscription.java
-%%T%%/db/demo/programs/vtis/java/org/apache/derbyDemo/vtis/snapshot/SubscriptionSignature.java
-%%T%%/db/demo/programs/vtis/sql/demoFileVtis.sql
-%%T%%/db/demo/programs/vtis/sql/demoForeignDbmsVtis.sql
-%%T%%/db/demo/programs/workingwithderby/WwdClientExample.class
-%%T%%/db/demo/programs/workingwithderby/WwdClientExample.java
-%%T%%/db/demo/programs/workingwithderby/WwdEmbedded.class
-%%T%%/db/demo/programs/workingwithderby/WwdEmbedded.java
-%%T%%/db/demo/programs/workingwithderby/WwdUtils.class
-%%T%%/db/demo/programs/workingwithderby/WwdUtils.java
-%%T%%/db/demo/programs/workingwithderby/readme.html
-%%T%%/db/demo/templates/server.policy
-%%T%%/db/docs/html/adminguide/adminguide-single.html
-%%T%%/db/docs/html/adminguide/cadminadvtops.html
-%%T%%/db/docs/html/adminguide/cadminapps.html
-%%T%%/db/docs/html/adminguide/cadminapps49914.html
-%%T%%/db/docs/html/adminguide/cadminapps59125.html
-%%T%%/db/docs/html/adminguide/cadminapps811478.html
-%%T%%/db/docs/html/adminguide/cadminapps811631.html
-%%T%%/db/docs/html/adminguide/cadminapps811656.html
-%%T%%/db/docs/html/adminguide/cadminapps811695.html
-%%T%%/db/docs/html/adminguide/cadminappsclient.html
-%%T%%/db/docs/html/adminguide/cadminappsclientdiffs.html
-%%T%%/db/docs/html/adminguide/cadminappsclientsecurity.html
-%%T%%/db/docs/html/adminguide/cadminappsclienttracing.html
-%%T%%/db/docs/html/adminguide/cadminappsdiffsreadonly.html
-%%T%%/db/docs/html/adminguide/cadminappsjdbcdiffs.html
-%%T%%/db/docs/html/adminguide/cadminappsthenetworkserverandjvms.html
-%%T%%/db/docs/html/adminguide/cadminappsusingthederbytoolswiththene.html
-%%T%%/db/docs/html/adminguide/cadminappsxawthdriver.html
-%%T%%/db/docs/html/adminguide/cadminbckupdb.html
-%%T%%/db/docs/html/adminguide/cadminconfig86869.html
-%%T%%/db/docs/html/adminguide/cadminconfigoverview.html
-%%T%%/db/docs/html/adminguide/cadminconsist01.html
-%%T%%/db/docs/html/adminguide/cadminembeddedserver.html
-%%T%%/db/docs/html/adminguide/cadminhubbkup01.html
-%%T%%/db/docs/html/adminguide/cadminhubbkup12677.html
-%%T%%/db/docs/html/adminguide/cadminhubbkup21105.html
-%%T%%/db/docs/html/adminguide/cadminhubbkup63476.html
-%%T%%/db/docs/html/adminguide/cadminhubbkup67525.html
-%%T%%/db/docs/html/adminguide/cadminhubbkup75469.html
-%%T%%/db/docs/html/adminguide/cadminhubbkup98797.html
-%%T%%/db/docs/html/adminguide/cadminjavadb.html
-%%T%%/db/docs/html/adminguide/cadminlockvti42553.html
-%%T%%/db/docs/html/adminguide/cadminlockvti83889.html
-%%T%%/db/docs/html/adminguide/cadminlog800315.html
-%%T%%/db/docs/html/adminguide/cadminlog98.html
-%%T%%/db/docs/html/adminguide/cadminnetservsecurity.html
-%%T%%/db/docs/html/adminguide/cadminnsdatasources.html
-%%T%%/db/docs/html/adminguide/cadminov11108.html
-%%T%%/db/docs/html/adminguide/cadminov16172.html
-%%T%%/db/docs/html/adminguide/cadminov17524.html
-%%T%%/db/docs/html/adminguide/cadminov28261.html
-%%T%%/db/docs/html/adminguide/cadminov33597.html
-%%T%%/db/docs/html/adminguide/cadminov38650.html
-%%T%%/db/docs/html/adminguide/cadminov65220.html
-%%T%%/db/docs/html/adminguide/cadminov825125.html
-%%T%%/db/docs/html/adminguide/cadminov825149.html
-%%T%%/db/docs/html/adminguide/cadminov825266.html
-%%T%%/db/docs/html/adminguide/cadminov83312.html
-%%T%%/db/docs/html/adminguide/cadminovcliconnect.html
-%%T%%/db/docs/html/adminguide/cadminovntsrvsample.html
-%%T%%/db/docs/html/adminguide/cadminovsrvsmpprgm.html
-%%T%%/db/docs/html/adminguide/cadminpartone.html
-%%T%%/db/docs/html/adminguide/cadminparttwo.html
-%%T%%/db/docs/html/adminguide/cadminpreface11181.html
-%%T%%/db/docs/html/adminguide/cadminpreface22460.html
-%%T%%/db/docs/html/adminguide/cadminpreface23947.html
-%%T%%/db/docs/html/adminguide/cadminpreface30074.html
-%%T%%/db/docs/html/adminguide/cadminreplication.html
-%%T%%/db/docs/html/adminguide/cadminreplicfailover.html
-%%T%%/db/docs/html/adminguide/cadminreplicfailures.html
-%%T%%/db/docs/html/adminguide/cadminreplicsecurity.html
-%%T%%/db/docs/html/adminguide/cadminreplicstartrun.html
-%%T%%/db/docs/html/adminguide/cadminreplicstop.html
-%%T%%/db/docs/html/adminguide/cadminrollforward.html
-%%T%%/db/docs/html/adminguide/cadminservlet98430.html
-%%T%%/db/docs/html/adminguide/cadminspace21579.html
-%%T%%/db/docs/html/adminguide/cadminssl.html
-%%T%%/db/docs/html/adminguide/cadminssladmin.html
-%%T%%/db/docs/html/adminguide/cadminsslclient.html
-%%T%%/db/docs/html/adminguide/cadminsslkeys.html
-%%T%%/db/docs/html/adminguide/cadminsslserver.html
-%%T%%/db/docs/html/adminguide/common.css
-%%T%%/db/docs/html/adminguide/commonltr.css
-%%T%%/db/docs/html/adminguide/commonrtl.css
-%%T%%/db/docs/html/adminguide/index.html
-%%T%%/db/docs/html/adminguide/radminapps811974.html
-%%T%%/db/docs/html/adminguide/radminappsclientxmp.html
-%%T%%/db/docs/html/adminguide/radminappsresultsetdiffs.html
-%%T%%/db/docs/html/adminguide/radminconfig.html
-%%T%%/db/docs/html/adminguide/radminconfigdb2jdrdalogconnections.html
-%%T%%/db/docs/html/adminguide/radminconfigdb2jdrdatracedirectory.html
-%%T%%/db/docs/html/adminguide/radminconfigportnumber.html
-%%T%%/db/docs/html/adminguide/radminconfigstartnetworkserver.html
-%%T%%/db/docs/html/adminguide/radminconsist24642.html
-%%T%%/db/docs/html/adminguide/radminconsist30301.html
-%%T%%/db/docs/html/adminguide/radminconsist38781.html
-%%T%%/db/docs/html/adminguide/radmincopyright.html
-%%T%%/db/docs/html/adminguide/radmindrdaStreamOutBufferSize.html
-%%T%%/db/docs/html/adminguide/radmindrdahost.html
-%%T%%/db/docs/html/adminguide/radmindrdakeepalive.html
-%%T%%/db/docs/html/adminguide/radmindrdamaxthreads.html
-%%T%%/db/docs/html/adminguide/radmindrdaminthreads.html
-%%T%%/db/docs/html/adminguide/radmindrdasecmechanism.html
-%%T%%/db/docs/html/adminguide/radmindrdasslmode.html
-%%T%%/db/docs/html/adminguide/radmindrdatimeslice.html
-%%T%%/db/docs/html/adminguide/radminembeddedserverex.html
-%%T%%/db/docs/html/adminguide/radminlicense.html
-%%T%%/db/docs/html/adminguide/radminlog800241.html
-%%T%%/db/docs/html/adminguide/radminlog800279.html
-%%T%%/db/docs/html/adminguide/radminnsdatasourcexmp.html
-%%T%%/db/docs/html/adminguide/radminovnssample.html
-%%T%%/db/docs/html/adminguide/radminsampleprograms.html
-%%T%%/db/docs/html/adminguide/radminservlet810694.html
-%%T%%/db/docs/html/adminguide/radminservlet810717.html
-%%T%%/db/docs/html/adminguide/radminservlet810796.html
-%%T%%/db/docs/html/adminguide/radminservlet810822.html
-%%T%%/db/docs/html/adminguide/radminservlet810910.html
-%%T%%/db/docs/html/adminguide/radmintrademderby.html
-%%T%%/db/docs/html/adminguide/tadminadv804410.html
-%%T%%/db/docs/html/adminguide/tadminadv804451.html
-%%T%%/db/docs/html/adminguide/tadminapps811302.html
-%%T%%/db/docs/html/adminguide/tadminapps811345.html
-%%T%%/db/docs/html/adminguide/tadminappschangingyourclasspath.html
-%%T%%/db/docs/html/adminguide/tadminappsruntimeinfo.html
-%%T%%/db/docs/html/adminguide/tadminappssettingportnumbers.html
-%%T%%/db/docs/html/adminguide/tadmincbdjhhfd.html
-%%T%%/db/docs/html/adminguide/tadminconfig813694.html
-%%T%%/db/docs/html/adminguide/tadminconfig814963.html
-%%T%%/db/docs/html/adminguide/tadminconfig815333.html
-%%T%%/db/docs/html/adminguide/tadminconfig815357.html
-%%T%%/db/docs/html/adminguide/tadminconfig815768.html
-%%T%%/db/docs/html/adminguide/tadminconfig815822.html
-%%T%%/db/docs/html/adminguide/tadminconfig815853.html
-%%T%%/db/docs/html/adminguide/tadminconfigipx.html
-%%T%%/db/docs/html/adminguide/tadminconfigsettingnetwrokserverproperties.html
-%%T%%/db/docs/html/adminguide/tadminconfigshuttingdownthenetworkserver.html
-%%T%%/db/docs/html/adminguide/tadminconfigsysteminformation.html
-%%T%%/db/docs/html/adminguide/tadminconfiguringthenetworkserver.html
-%%T%%/db/docs/html/adminguide/tadminconfigverifyingstartup.html
-%%T%%/db/docs/html/adminguide/tadmincrtdbbkup.html
-%%T%%/db/docs/html/adminguide/tadminhubbkup44.html
-%%T%%/db/docs/html/adminguide/tadminlog800206.html
-%%T%%/db/docs/html/adminguide/tadminlogfile.html
-%%T%%/db/docs/html/adminguide/tadminnetservbasic.html
-%%T%%/db/docs/html/adminguide/tadminnetservcustom.html
-%%T%%/db/docs/html/adminguide/tadminnetservopen.html
-%%T%%/db/docs/html/adminguide/tadminnetservrun.html
-%%T%%/db/docs/html/adminguide/tadminnetservusrauth.html
-%%T%%/db/docs/html/adminguide/tadminovclirun.html
-%%T%%/db/docs/html/adminguide/tadminovnsrundemo.html
-%%T%%/db/docs/html/adminguide/tadminovrunsrvprgm.html
-%%T%%/db/docs/html/adminguide/tadmintracefacility.html
-%%T%%/db/docs/html/adminguide/toc.html
-%%T%%/db/docs/html/devguide/appauth_os.gif
-%%T%%/db/docs/html/devguide/appauth_os.jpg
-%%T%%/db/docs/html/devguide/authentic_os.gif
-%%T%%/db/docs/html/devguide/authentic_os.jpg
-%%T%%/db/docs/html/devguide/cdevadvjdbc18939.html
-%%T%%/db/docs/html/devguide/cdevadvjdbc32436.html
-%%T%%/db/docs/html/devguide/cdevadvjdbc35053.html
-%%T%%/db/docs/html/devguide/cdevadvjdbc41138.html
-%%T%%/db/docs/html/devguide/cdevbabejgjd.html
-%%T%%/db/docs/html/devguide/cdevcbabejdfj.html
-%%T%%/db/docs/html/devguide/cdevcollation.html
-%%T%%/db/docs/html/devguide/cdevconcepts10914.html
-%%T%%/db/docs/html/devguide/cdevconcepts14433.html
-%%T%%/db/docs/html/devguide/cdevconcepts15366.html
-%%T%%/db/docs/html/devguide/cdevconcepts16400.html
-%%T%%/db/docs/html/devguide/cdevconcepts19173.html
-%%T%%/db/docs/html/devguide/cdevconcepts19524.html
-%%T%%/db/docs/html/devguide/cdevconcepts22300.html
-%%T%%/db/docs/html/devguide/cdevconcepts22641.html
-%%T%%/db/docs/html/devguide/cdevconcepts23499.html
-%%T%%/db/docs/html/devguide/cdevconcepts23810.html
-%%T%%/db/docs/html/devguide/cdevconcepts23987.html
-%%T%%/db/docs/html/devguide/cdevconcepts24019.html
-%%T%%/db/docs/html/devguide/cdevconcepts24927.html
-%%T%%/db/docs/html/devguide/cdevconcepts26633.html
-%%T%%/db/docs/html/devguide/cdevconcepts28351.html
-%%T%%/db/docs/html/devguide/cdevconcepts28436.html
-%%T%%/db/docs/html/devguide/cdevconcepts29416.html
-%%T%%/db/docs/html/devguide/cdevconcepts30291.html
-%%T%%/db/docs/html/devguide/cdevconcepts30811.html
-%%T%%/db/docs/html/devguide/cdevconcepts32861.html
-%%T%%/db/docs/html/devguide/cdevconcepts34828.html
-%%T%%/db/docs/html/devguide/cdevconcepts36402.html
-%%T%%/db/docs/html/devguide/cdevconcepts36881.html
-%%T%%/db/docs/html/devguide/cdevconcepts38375.html
-%%T%%/db/docs/html/devguide/cdevconcepts41275.html
-%%T%%/db/docs/html/devguide/cdevconcepts50894.html
-%%T%%/db/docs/html/devguide/cdevconcepts53677.html
-%%T%%/db/docs/html/devguide/cdevconcepts65864.html
-%%T%%/db/docs/html/devguide/cdevconcepts838179.html
-%%T%%/db/docs/html/devguide/cdevconcepts838315.html
-%%T%%/db/docs/html/devguide/cdevconcepts838850.html
-%%T%%/db/docs/html/devguide/cdevconcepts839085.html
-%%T%%/db/docs/html/devguide/cdevconcepts840995.html
-%%T%%/db/docs/html/devguide/cdevconcepts842279.html
-%%T%%/db/docs/html/devguide/cdevconcepts842304.html
-%%T%%/db/docs/html/devguide/cdevconcepts842385.html
-%%T%%/db/docs/html/devguide/cdevconcepts842613.html
-%%T%%/db/docs/html/devguide/cdevconcepts844813.html
-%%T%%/db/docs/html/devguide/cdevconcepts89097.html
-%%T%%/db/docs/html/devguide/cdevconcepts89498.html
-%%T%%/db/docs/html/devguide/cdevconcepts95005.html
-%%T%%/db/docs/html/devguide/cdevconceptssavepoints.html
-%%T%%/db/docs/html/devguide/cdevcsecure10983.html
-%%T%%/db/docs/html/devguide/cdevcsecure12392.html
-%%T%%/db/docs/html/devguide/cdevcsecure21547.html
-%%T%%/db/docs/html/devguide/cdevcsecure21561.html
-%%T%%/db/docs/html/devguide/cdevcsecure24366.html
-%%T%%/db/docs/html/devguide/cdevcsecure24458.html
-%%T%%/db/docs/html/devguide/cdevcsecure31493.html
-%%T%%/db/docs/html/devguide/cdevcsecure36127.html
-%%T%%/db/docs/html/devguide/cdevcsecure36595.html
-%%T%%/db/docs/html/devguide/cdevcsecure37241.html
-%%T%%/db/docs/html/devguide/cdevcsecure37817.html
-%%T%%/db/docs/html/devguide/cdevcsecure38522.html
-%%T%%/db/docs/html/devguide/cdevcsecure41285.html
-%%T%%/db/docs/html/devguide/cdevcsecure42374.html
-%%T%%/db/docs/html/devguide/cdevcsecure51876.html
-%%T%%/db/docs/html/devguide/cdevcsecure60146.html
-%%T%%/db/docs/html/devguide/cdevcsecure67151.html
-%%T%%/db/docs/html/devguide/cdevcsecure79358.html
-%%T%%/db/docs/html/devguide/cdevcsecure863446.html
-%%T%%/db/docs/html/devguide/cdevcsecure863546.html
-%%T%%/db/docs/html/devguide/cdevcsecure863676.html
-%%T%%/db/docs/html/devguide/cdevcsecure864242.html
-%%T%%/db/docs/html/devguide/cdevcsecure864642.html
-%%T%%/db/docs/html/devguide/cdevcsecure864692.html
-%%T%%/db/docs/html/devguide/cdevcsecure865580.html
-%%T%%/db/docs/html/devguide/cdevcsecure865818.html
-%%T%%/db/docs/html/devguide/cdevcsecure865880.html
-%%T%%/db/docs/html/devguide/cdevcsecure866060.html
-%%T%%/db/docs/html/devguide/cdevcsecure866716.html
-%%T%%/db/docs/html/devguide/cdevcsecure871387.html
-%%T%%/db/docs/html/devguide/cdevcsecure876908.html
-%%T%%/db/docs/html/devguide/cdevcsecure88690.html
-%%T%%/db/docs/html/devguide/cdevcsecure90988.html
-%%T%%/db/docs/html/devguide/cdevcsecure96815.html
-%%T%%/db/docs/html/devguide/cdevcsecure97760.html
-%%T%%/db/docs/html/devguide/cdevcsecureDbOwner.html
-%%T%%/db/docs/html/devguide/cdevcsecuree.html
-%%T%%/db/docs/html/devguide/cdevcsecuregrantrevokeaccess.html
-%%T%%/db/docs/html/devguide/cdevcsecureprivileges.html
-%%T%%/db/docs/html/devguide/cdevcsecureroles.html
-%%T%%/db/docs/html/devguide/cdevdeploy11201.html
-%%T%%/db/docs/html/devguide/cdevdeploy12748.html
-%%T%%/db/docs/html/devguide/cdevdeploy15325.html
-%%T%%/db/docs/html/devguide/cdevdeploy15818.html
-%%T%%/db/docs/html/devguide/cdevdeploy17604.html
-%%T%%/db/docs/html/devguide/cdevdeploy18639.html
-%%T%%/db/docs/html/devguide/cdevdeploy18716.html
-%%T%%/db/docs/html/devguide/cdevdeploy21645.html
-%%T%%/db/docs/html/devguide/cdevdeploy23812.html
-%%T%%/db/docs/html/devguide/cdevdeploy30736.html
-%%T%%/db/docs/html/devguide/cdevdeploy32171.html
-%%T%%/db/docs/html/devguide/cdevdeploy38918.html
-%%T%%/db/docs/html/devguide/cdevdeploy82529.html
-%%T%%/db/docs/html/devguide/cdevdeploy855368.html
-%%T%%/db/docs/html/devguide/cdevdeploy855655.html
-%%T%%/db/docs/html/devguide/cdevdeploy856333.html
-%%T%%/db/docs/html/devguide/cdevdeploy856753.html
-%%T%%/db/docs/html/devguide/cdevdeploy857611.html
-%%T%%/db/docs/html/devguide/cdevdeploy857648.html
-%%T%%/db/docs/html/devguide/cdevdgpref11181.html
-%%T%%/db/docs/html/devguide/cdevdgpref23947.html
-%%T%%/db/docs/html/devguide/cdevdgpref24290.html
-%%T%%/db/docs/html/devguide/cdevdgpref29520.html
-%%T%%/db/docs/html/devguide/cdevdvlp13018.html
-%%T%%/db/docs/html/devguide/cdevdvlp14839.html
-%%T%%/db/docs/html/devguide/cdevdvlp17453.html
-%%T%%/db/docs/html/devguide/cdevdvlp18166.html
-%%T%%/db/docs/html/devguide/cdevdvlp19297.html
-%%T%%/db/docs/html/devguide/cdevdvlp19524.html
-%%T%%/db/docs/html/devguide/cdevdvlp19700.html
-%%T%%/db/docs/html/devguide/cdevdvlp20458.html
-%%T%%/db/docs/html/devguide/cdevdvlp21955.html
-%%T%%/db/docs/html/devguide/cdevdvlp22619.html
-%%T%%/db/docs/html/devguide/cdevdvlp24155.html
-%%T%%/db/docs/html/devguide/cdevdvlp25820.html
-%%T%%/db/docs/html/devguide/cdevdvlp25889.html
-%%T%%/db/docs/html/devguide/cdevdvlp27610.html
-%%T%%/db/docs/html/devguide/cdevdvlp27715.html
-%%T%%/db/docs/html/devguide/cdevdvlp30653.html
-%%T%%/db/docs/html/devguide/cdevdvlp34964.html
-%%T%%/db/docs/html/devguide/cdevdvlp39409.html
-%%T%%/db/docs/html/devguide/cdevdvlp39943.html
-%%T%%/db/docs/html/devguide/cdevdvlp40350.html
-%%T%%/db/docs/html/devguide/cdevdvlp40653.html
-%%T%%/db/docs/html/devguide/cdevdvlp40724.html
-%%T%%/db/docs/html/devguide/cdevdvlp42173.html
-%%T%%/db/docs/html/devguide/cdevdvlp51654.html
-%%T%%/db/docs/html/devguide/cdevdvlp84026.html
-%%T%%/db/docs/html/devguide/cdevdvlp845973.html
-%%T%%/db/docs/html/devguide/cdevdvlp846110.html
-%%T%%/db/docs/html/devguide/cdevdvlp846369.html
-%%T%%/db/docs/html/devguide/cdevdvlp846402.html
-%%T%%/db/docs/html/devguide/cdevdvlp91854.html
-%%T%%/db/docs/html/devguide/cdevdvlp96597.html
-%%T%%/db/docs/html/devguide/cdevdvlpinmemdb.html
-%%T%%/db/docs/html/devguide/cdevin10613.html
-%%T%%/db/docs/html/devguide/cdevin38113.html
-%%T%%/db/docs/html/devguide/cdevin55108.html
-%%T%%/db/docs/html/devguide/cdevin71274.html
-%%T%%/db/docs/html/devguide/cdevjavadb.html
-%%T%%/db/docs/html/devguide/cdevresman19524.html
-%%T%%/db/docs/html/devguide/cdevresman89722.html
-%%T%%/db/docs/html/devguide/cdevresman92946.html
-%%T%%/db/docs/html/devguide/cdevsetprop11108.html
-%%T%%/db/docs/html/devguide/cdevsetprop11561.html
-%%T%%/db/docs/html/devguide/cdevsetprop12821.html
-%%T%%/db/docs/html/devguide/cdevsetprop13074.html
-%%T%%/db/docs/html/devguide/cdevsetprop16827.html
-%%T%%/db/docs/html/devguide/cdevsetprop23308.html
-%%T%%/db/docs/html/devguide/cdevsetprop24222.html
-%%T%%/db/docs/html/devguide/cdevsetprop24843.html
-%%T%%/db/docs/html/devguide/cdevsetprop32443.html
-%%T%%/db/docs/html/devguide/cdevsetprop34818.html
-%%T%%/db/docs/html/devguide/cdevsetprop44147.html
-%%T%%/db/docs/html/devguide/cdevsetprop824451.html
-%%T%%/db/docs/html/devguide/cdevsetprop824500.html
-%%T%%/db/docs/html/devguide/cdevsetprop824533.html
-%%T%%/db/docs/html/devguide/cdevsetprop824615.html
-%%T%%/db/docs/html/devguide/cdevsetprop824983.html
-%%T%%/db/docs/html/devguide/cdevspecial.html
-%%T%%/db/docs/html/devguide/cdevspecial13670.html
-%%T%%/db/docs/html/devguide/cdevspecial16181.html
-%%T%%/db/docs/html/devguide/cdevspecial27163.html
-%%T%%/db/docs/html/devguide/cdevspecial28907.html
-%%T%%/db/docs/html/devguide/cdevspecial29620.html
-%%T%%/db/docs/html/devguide/cdevspecial41728.html
-%%T%%/db/docs/html/devguide/cdevspecial42117.html
-%%T%%/db/docs/html/devguide/cdevspecial45786.html
-%%T%%/db/docs/html/devguide/cdevspecial49460.html
-%%T%%/db/docs/html/devguide/cdevspecial53165.html
-%%T%%/db/docs/html/devguide/cdevspecial67260.html
-%%T%%/db/docs/html/devguide/cdevspecial76763.html
-%%T%%/db/docs/html/devguide/cdevspecial847513.html
-%%T%%/db/docs/html/devguide/cdevspecial93497.html
-%%T%%/db/docs/html/devguide/cdevspecialtabfuncs.html
-%%T%%/db/docs/html/devguide/cdevspecialtfbasic.html
-%%T%%/db/docs/html/devguide/cdevspecialtfexample.html
-%%T%%/db/docs/html/devguide/cdevspecialtfgetxxx.html
-%%T%%/db/docs/html/devguide/cdevspecialtfoptexample.html
-%%T%%/db/docs/html/devguide/cdevspecialtfoptimizer.html
-%%T%%/db/docs/html/devguide/cdevspecialtfopttune.html
-%%T%%/db/docs/html/devguide/cdevspecialtfrestr.html
-%%T%%/db/docs/html/devguide/cdevspecialudt.html
-%%T%%/db/docs/html/devguide/cdevstandards806118.html
-%%T%%/db/docs/html/devguide/cdevstandardsxml.html
-%%T%%/db/docs/html/devguide/cdevstart16043.html
-%%T%%/db/docs/html/devguide/cdevstart18978.html
-%%T%%/db/docs/html/devguide/cdevstart19524.html
-%%T%%/db/docs/html/devguide/cdevstart39409.html
-%%T%%/db/docs/html/devguide/cdevstart41260.html
-%%T%%/db/docs/html/devguide/cdevstart813142.html
-%%T%%/db/docs/html/devguide/cdevstart813545.html
-%%T%%/db/docs/html/devguide/cdevstart98282.html
-%%T%%/db/docs/html/devguide/cdevtricks13019.html
-%%T%%/db/docs/html/devguide/cdevtricks19707.html
-%%T%%/db/docs/html/devguide/cdevtricks21248.html
-%%T%%/db/docs/html/devguide/cdevtricks23426.html
-%%T%%/db/docs/html/devguide/cdevtricks32436.html
-%%T%%/db/docs/html/devguide/cdevtricks39584.html
-%%T%%/db/docs/html/devguide/cdevtricks807337.html
-%%T%%/db/docs/html/devguide/cdevtricks807365.html
-%%T%%/db/docs/html/devguide/cdevtricks807400.html
-%%T%%/db/docs/html/devguide/cdevupgrades.html
-%%T%%/db/docs/html/devguide/common.css
-%%T%%/db/docs/html/devguide/commonltr.css
-%%T%%/db/docs/html/devguide/commonrtl.css
-%%T%%/db/docs/html/devguide/dbcont.gif
-%%T%%/db/docs/html/devguide/dbcont.jpg
-%%T%%/db/docs/html/devguide/dead.gif
-%%T%%/db/docs/html/devguide/dead.jpg
-%%T%%/db/docs/html/devguide/devguide-single.html
-%%T%%/db/docs/html/devguide/edeploy_os.gif
-%%T%%/db/docs/html/devguide/edeploy_os.jpg
-%%T%%/db/docs/html/devguide/embed_os.gif
-%%T%%/db/docs/html/devguide/embed_os.jpg
-%%T%%/db/docs/html/devguide/index.html
-%%T%%/db/docs/html/devguide/itserv_os.gif
-%%T%%/db/docs/html/devguide/itserv_os.jpg
-%%T%%/db/docs/html/devguide/lockwa1.gif
-%%T%%/db/docs/html/devguide/lockwa1.jpg
-%%T%%/db/docs/html/devguide/lockwa2.gif
-%%T%%/db/docs/html/devguide/lockwa2.jpg
-%%T%%/db/docs/html/devguide/lockwa3.gif
-%%T%%/db/docs/html/devguide/lockwa3.jpg
-%%T%%/db/docs/html/devguide/rdevadvjdbc034.html
-%%T%%/db/docs/html/devguide/rdevadvjdbc965.html
-%%T%%/db/docs/html/devguide/rdevconcepts1119.html
-%%T%%/db/docs/html/devguide/rdevconcepts2462.html
-%%T%%/db/docs/html/devguide/rdevconcepts38274.html
-%%T%%/db/docs/html/devguide/rdevconcepts600.html
-%%T%%/db/docs/html/devguide/rdevconcepts713.html
-%%T%%/db/docs/html/devguide/rdevconcepts8424.html
-%%T%%/db/docs/html/devguide/rdevconcepts88082.html
-%%T%%/db/docs/html/devguide/rdevconceptsfor.html
-%%T%%/db/docs/html/devguide/rdevconceptsholdablecursors.html
-%%T%%/db/docs/html/devguide/rdevconceptsinsertrow.html
-%%T%%/db/docs/html/devguide/rdevconceptssur.html
-%%T%%/db/docs/html/devguide/rdevcopyright.html
-%%T%%/db/docs/html/devguide/rdevcsecure125.html
-%%T%%/db/docs/html/devguide/rdevcsecure13713.html
-%%T%%/db/docs/html/devguide/rdevcsecure190.html
-%%T%%/db/docs/html/devguide/rdevcsecure26537.html
-%%T%%/db/docs/html/devguide/rdevcsecure305.html
-%%T%%/db/docs/html/devguide/rdevcsecure379.html
-%%T%%/db/docs/html/devguide/rdevcsecure557.html
-%%T%%/db/docs/html/devguide/rdevcsecure622.html
-%%T%%/db/docs/html/devguide/rdevcsecure766.html
-%%T%%/db/docs/html/devguide/rdevcsecure871406.html
-%%T%%/db/docs/html/devguide/rdevcsecure871422.html
-%%T%%/db/docs/html/devguide/rdevcsecure871439.html
-%%T%%/db/docs/html/devguide/rdevcsecureclientexample.html
-%%T%%/db/docs/html/devguide/rdevcsecuresqlauthclientex.html
-%%T%%/db/docs/html/devguide/rdevcsecuresqlauthembeddedex.html
-%%T%%/db/docs/html/devguide/rdevcsecuresqlauthexceptions.html
-%%T%%/db/docs/html/devguide/rdevcsecuresqlauthexs.html
-%%T%%/db/docs/html/devguide/rdevdeploy856845.html
-%%T%%/db/docs/html/devguide/rdevdeploy856880.html
-%%T%%/db/docs/html/devguide/rdevdeploy856912.html
-%%T%%/db/docs/html/devguide/rdevdeploy856948.html
-%%T%%/db/docs/html/devguide/rdevdvlp22102.html
-%%T%%/db/docs/html/devguide/rdevdvlp847152.html
-%%T%%/db/docs/html/devguide/rdevexudclass.html
-%%T%%/db/docs/html/devguide/rdevlicense.html
-%%T%%/db/docs/html/devguide/rdevprocsqle.html
-%%T%%/db/docs/html/devguide/rdevresman79556.html
-%%T%%/db/docs/html/devguide/rdevtrademderby.html
-%%T%%/db/docs/html/devguide/security2_os.gif
-%%T%%/db/docs/html/devguide/security2_os.jpg
-%%T%%/db/docs/html/devguide/security_os.gif
-%%T%%/db/docs/html/devguide/security_os.jpg
-%%T%%/db/docs/html/devguide/system_os.gif
-%%T%%/db/docs/html/devguide/system_os.jpg
-%%T%%/db/docs/html/devguide/tdevconcepts41704.html
-%%T%%/db/docs/html/devguide/tdevconcepts839040.html
-%%T%%/db/docs/html/devguide/tdevcsecure81850.html
-%%T%%/db/docs/html/devguide/tdevcsecure82556.html
-%%T%%/db/docs/html/devguide/tdevcsecurenewbootpw.html
-%%T%%/db/docs/html/devguide/tdevcsecurenewextkey.html
-%%T%%/db/docs/html/devguide/tdevcsecurenewkeyoverview.html
-%%T%%/db/docs/html/devguide/tdevcsecureunencrypteddb.html
-%%T%%/db/docs/html/devguide/tdevdeploy19136.html
-%%T%%/db/docs/html/devguide/tdevdeploy26887.html
-%%T%%/db/docs/html/devguide/tdevdeploy33704.html
-%%T%%/db/docs/html/devguide/tdevdeploy39856.html
-%%T%%/db/docs/html/devguide/tdevdvlp12233.html
-%%T%%/db/docs/html/devguide/tdevdvlp14496.html
-%%T%%/db/docs/html/devguide/tdevdvlp20349.html
-%%T%%/db/docs/html/devguide/tdevdvlp36289.html
-%%T%%/db/docs/html/devguide/tdevdvlp39090.html
-%%T%%/db/docs/html/devguide/tdevdvlp40140.html
-%%T%%/db/docs/html/devguide/tdevdvlp40464.html
-%%T%%/db/docs/html/devguide/tdevdvlpcollation.html
-%%T%%/db/docs/html/devguide/tdevdvlpcreateencryptdbextkey.html
-%%T%%/db/docs/html/devguide/tdevpreupgrade.html
-%%T%%/db/docs/html/devguide/tdevupgradedb.html
-%%T%%/db/docs/html/devguide/tdevupgradesoft.html
-%%T%%/db/docs/html/devguide/toc.html
-%%T%%/db/docs/html/getstart/cgsinsta.html
-%%T%%/db/docs/html/getstart/cgsinstallingderby.html
-%%T%%/db/docs/html/getstart/cgsintdo.html
-%%T%%/db/docs/html/getstart/cgsintro.html
-%%T%%/db/docs/html/getstart/cgsintsr.html
-%%T%%/db/docs/html/getstart/cgsjavadb.html
-%%T%%/db/docs/html/getstart/cgslib19524.html
-%%T%%/db/docs/html/getstart/cgsquck13780.html
-%%T%%/db/docs/html/getstart/cgsquck19524.html
-%%T%%/db/docs/html/getstart/cgsquck35643.html
-%%T%%/db/docs/html/getstart/cgsquck70629.html
-%%T%%/db/docs/html/getstart/cgstutorialintro.html
-%%T%%/db/docs/html/getstart/cgsusingtoolsutils.html
-%%T%%/db/docs/html/getstart/common.css
-%%T%%/db/docs/html/getstart/commonltr.css
-%%T%%/db/docs/html/getstart/commonrtl.css
-%%T%%/db/docs/html/getstart/cwwdactivities.html
-%%T%%/db/docs/html/getstart/cwwdsummary.html
-%%T%%/db/docs/html/getstart/getstart-single.html
-%%T%%/db/docs/html/getstart/index.html
-%%T%%/db/docs/html/getstart/rgscopyright.html
-%%T%%/db/docs/html/getstart/rgsderbyrunjarsyntax.html
-%%T%%/db/docs/html/getstart/rgsdocs10012.html
-%%T%%/db/docs/html/getstart/rgsdocs17307.html
-%%T%%/db/docs/html/getstart/rgsdocs18277.html
-%%T%%/db/docs/html/getstart/rgsdocs37966.html
-%%T%%/db/docs/html/getstart/rgsdocs99397.html
-%%T%%/db/docs/html/getstart/rgslib27507.html
-%%T%%/db/docs/html/getstart/rgslib46043.html
-%%T%%/db/docs/html/getstart/rgslicense.html
-%%T%%/db/docs/html/getstart/rgsquck30197.html
-%%T%%/db/docs/html/getstart/rgsquck35368.html
-%%T%%/db/docs/html/getstart/rgstrademderby.html
-%%T%%/db/docs/html/getstart/rwwdactivity3.html
-%%T%%/db/docs/html/getstart/tgs26250.html
-%%T%%/db/docs/html/getstart/tgsrunningdblook.html
-%%T%%/db/docs/html/getstart/tgsrunningij.html
-%%T%%/db/docs/html/getstart/tgsrunningsysinfo.html
-%%T%%/db/docs/html/getstart/tgsruntoolsutils.html
-%%T%%/db/docs/html/getstart/tgssetupenvironment.html
-%%T%%/db/docs/html/getstart/tgssetupjavaenvir.html
-%%T%%/db/docs/html/getstart/tgssetupverify.html
-%%T%%/db/docs/html/getstart/toc.html
-%%T%%/db/docs/html/getstart/twwdactivity1.html
-%%T%%/db/docs/html/getstart/twwdactivity1_Setup.html
-%%T%%/db/docs/html/getstart/twwdactivity1_overview.html
-%%T%%/db/docs/html/getstart/twwdactivity2.html
-%%T%%/db/docs/html/getstart/twwdactivity3_Setup.html
-%%T%%/db/docs/html/getstart/twwdactivity4.html
-%%T%%/db/docs/html/images/logowithtext.jpg
-%%T%%/db/docs/html/ref/common.css
-%%T%%/db/docs/html/ref/commonltr.css
-%%T%%/db/docs/html/ref/commonrtl.css
-%%T%%/db/docs/html/ref/crefjavadb.html
-%%T%%/db/docs/html/ref/crefjavbclobnot.html
-%%T%%/db/docs/html/ref/crefjavccns.html
-%%T%%/db/docs/html/ref/crefjavgcasyn.html
-%%T%%/db/docs/html/ref/crefjavstateautogen.html
-%%T%%/db/docs/html/ref/crefjdbc12657.html
-%%T%%/db/docs/html/ref/crefmpref1002477.html
-%%T%%/db/docs/html/ref/crefmpref11181.html
-%%T%%/db/docs/html/ref/crefmpref23223.html
-%%T%%/db/docs/html/ref/crefmpref23947.html
-%%T%%/db/docs/html/ref/crefproper22250.html
-%%T%%/db/docs/html/ref/crefproper51399.html
-%%T%%/db/docs/html/ref/crefproperdynstat.html
-%%T%%/db/docs/html/ref/crefsqlbuiltinsystemfunctions.html
-%%T%%/db/docs/html/ref/crefsqlbuiltinsystemprocedures.html
-%%T%%/db/docs/html/ref/crefsqlj1003454.html
-%%T%%/db/docs/html/ref/crefsqlj1004091.html
-%%T%%/db/docs/html/ref/crefsqlj18919.html
-%%T%%/db/docs/html/ref/crefsqlj21305.html
-%%T%%/db/docs/html/ref/crefsqlj22771.html
-%%T%%/db/docs/html/ref/crefsqlj23296.html
-%%T%%/db/docs/html/ref/crefsqlj28138.html
-%%T%%/db/docs/html/ref/crefsqlj29911.html
-%%T%%/db/docs/html/ref/crefsqlj31068.html
-%%T%%/db/docs/html/ref/crefsqlj34834.html
-%%T%%/db/docs/html/ref/crefsqlj35312.html
-%%T%%/db/docs/html/ref/crefsqlj39374.html
-%%T%%/db/docs/html/ref/crefsqlj41507.html
-%%T%%/db/docs/html/ref/crefsqlj80721.html
-%%T%%/db/docs/html/ref/crefsqlj95081.html
-%%T%%/db/docs/html/ref/crefsqljrenamestatements.html
-%%T%%/db/docs/html/ref/index.html
-%%T%%/db/docs/html/ref/ref-single.html
-%%T%%/db/docs/html/ref/rref_syscs_get_xplain_mode.html
-%%T%%/db/docs/html/ref/rref_syscs_get_xplain_schema.html
-%%T%%/db/docs/html/ref/rref_syscs_set_xplain_mode.html
-%%T%%/db/docs/html/ref/rref_syscs_set_xplain_schema.html
-%%T%%/db/docs/html/ref/rref_xplain_tables.html
-%%T%%/db/docs/html/ref/rrefaltertablecompress.html
-%%T%%/db/docs/html/ref/rrefapi1003363.html
-%%T%%/db/docs/html/ref/rrefapi1005026.html
-%%T%%/db/docs/html/ref/rrefapi10613.html
-%%T%%/db/docs/html/ref/rrefapi19690.html
-%%T%%/db/docs/html/ref/rrefapi24806.html
-%%T%%/db/docs/html/ref/rrefapi33761.html
-%%T%%/db/docs/html/ref/rrefattrib10035.html
-%%T%%/db/docs/html/ref/rrefattrib15290.html
-%%T%%/db/docs/html/ref/rrefattrib16471.html
-%%T%%/db/docs/html/ref/rrefattrib17246.html
-%%T%%/db/docs/html/ref/rrefattrib24612.html
-%%T%%/db/docs/html/ref/rrefattrib26867.html
-%%T%%/db/docs/html/ref/rrefattrib34183.html
-%%T%%/db/docs/html/ref/rrefattrib42100.html
-%%T%%/db/docs/html/ref/rrefattrib42686.html
-%%T%%/db/docs/html/ref/rrefattrib56769.html
-%%T%%/db/docs/html/ref/rrefattrib60346.html
-%%T%%/db/docs/html/ref/rrefattrib72457.html
-%%T%%/db/docs/html/ref/rrefattrib88843.html
-%%T%%/db/docs/html/ref/rrefattribcollation.html
-%%T%%/db/docs/html/ref/rrefattribdrop.html
-%%T%%/db/docs/html/ref/rrefattribencryptkey.html
-%%T%%/db/docs/html/ref/rrefattribfailover.html
-%%T%%/db/docs/html/ref/rrefattribnewbootpw.html
-%%T%%/db/docs/html/ref/rrefattribnewencryptkey.html
-%%T%%/db/docs/html/ref/rrefattribsecmech.html
-%%T%%/db/docs/html/ref/rrefattribslavehost.html
-%%T%%/db/docs/html/ref/rrefattribslaveport.html
-%%T%%/db/docs/html/ref/rrefattribssl.html
-%%T%%/db/docs/html/ref/rrefattribstartmaster.html
-%%T%%/db/docs/html/ref/rrefattribstartslave.html
-%%T%%/db/docs/html/ref/rrefattribstopmaster.html
-%%T%%/db/docs/html/ref/rrefattribstopslave.html
-%%T%%/db/docs/html/ref/rrefattribtracedirectory.html
-%%T%%/db/docs/html/ref/rrefattribtracefile.html
-%%T%%/db/docs/html/ref/rrefattribtracefileappend.html
-%%T%%/db/docs/html/ref/rrefattribtracelevel.html
-%%T%%/db/docs/html/ref/rrefattribupgrade.html
-%%T%%/db/docs/html/ref/rrefbackupdbenablelognowaitproc.html
-%%T%%/db/docs/html/ref/rrefbackupdbenablelogproc.html
-%%T%%/db/docs/html/ref/rrefbackupdbnowaitproc.html
-%%T%%/db/docs/html/ref/rrefbackupdbproc.html
-%%T%%/db/docs/html/ref/rrefblob.html
-%%T%%/db/docs/html/ref/rrefbuiltbigint.html
-%%T%%/db/docs/html/ref/rrefbuiltchar.html
-%%T%%/db/docs/html/ref/rrefbuiltdouble.html
-%%T%%/db/docs/html/ref/rrefbuiltinteger.html
-%%T%%/db/docs/html/ref/rrefbuiltsmallint.html
-%%T%%/db/docs/html/ref/rrefbuiltvarchar.html
-%%T%%/db/docs/html/ref/rrefcallprocedure.html
-%%T%%/db/docs/html/ref/rrefcase.html
-%%T%%/db/docs/html/ref/rrefcasenullif.html
-%%T%%/db/docs/html/ref/rrefcheckpointdbproc.html
-%%T%%/db/docs/html/ref/rrefclauses.html
-%%T%%/db/docs/html/ref/rrefclob.html
-%%T%%/db/docs/html/ref/rrefcolumnname.html
-%%T%%/db/docs/html/ref/rrefconstraintname.html
-%%T%%/db/docs/html/ref/rrefcopyright.html
-%%T%%/db/docs/html/ref/rrefcorrelationname.html
-%%T%%/db/docs/html/ref/rrefcreatefrom.html
-%%T%%/db/docs/html/ref/rrefcreatefunctionstatement.html
-%%T%%/db/docs/html/ref/rrefcreateprocedurestatement.html
-%%T%%/db/docs/html/ref/rrefcreaterole.html
-%%T%%/db/docs/html/ref/rrefcrsrgpc1.html
-%%T%%/db/docs/html/ref/rrefcurrentisolation.html
-%%T%%/db/docs/html/ref/rrefcurrentrole.html
-%%T%%/db/docs/html/ref/rrefcursorname.html
-%%T%%/db/docs/html/ref/rrefdatefunc.html
-%%T%%/db/docs/html/ref/rrefdayfunc.html
-%%T%%/db/docs/html/ref/rrefdbmlimits.html
-%%T%%/db/docs/html/ref/rrefdeclaretemptable.html
-%%T%%/db/docs/html/ref/rrefdisablelogproc.html
-%%T%%/db/docs/html/ref/rrefdmdfns1.html
-%%T%%/db/docs/html/ref/rrefdmrs.html
-%%T%%/db/docs/html/ref/rrefdropfunctionstatement.html
-%%T%%/db/docs/html/ref/rrefdropprocedurestatement.html
-%%T%%/db/docs/html/ref/rrefdroprole.html
-%%T%%/db/docs/html/ref/rrefdttlimits.html
-%%T%%/db/docs/html/ref/rrefemptystmtcache.html
-%%T%%/db/docs/html/ref/rrefexcept16677.html
-%%T%%/db/docs/html/ref/rrefexcept71493.html
-%%T%%/db/docs/html/ref/rrefexportproc.html
-%%T%%/db/docs/html/ref/rrefexportproctablelobs.html
-%%T%%/db/docs/html/ref/rrefexportselectionproc.html
-%%T%%/db/docs/html/ref/rrefexportselectionproclobs.html
-%%T%%/db/docs/html/ref/rreffreezedbproc.html
-%%T%%/db/docs/html/ref/rreffuncacos.html
-%%T%%/db/docs/html/ref/rreffuncasin.html
-%%T%%/db/docs/html/ref/rreffuncatan.html
-%%T%%/db/docs/html/ref/rreffuncatan2.html
-%%T%%/db/docs/html/ref/rreffuncceil.html
-%%T%%/db/docs/html/ref/rreffunccoalesce.html
-%%T%%/db/docs/html/ref/rreffunccos.html
-%%T%%/db/docs/html/ref/rreffunccosh.html
-%%T%%/db/docs/html/ref/rreffunccot.html
-%%T%%/db/docs/html/ref/rreffuncdegrees.html
-%%T%%/db/docs/html/ref/rreffuncexp.html
-%%T%%/db/docs/html/ref/rreffuncfloor.html
-%%T%%/db/docs/html/ref/rreffunclog.html
-%%T%%/db/docs/html/ref/rreffunclog10.html
-%%T%%/db/docs/html/ref/rreffuncpi.html
-%%T%%/db/docs/html/ref/rreffuncradians.html
-%%T%%/db/docs/html/ref/rreffuncrand.html
-%%T%%/db/docs/html/ref/rreffuncrandom.html
-%%T%%/db/docs/html/ref/rreffuncrownumber.html
-%%T%%/db/docs/html/ref/rreffuncsign.html
-%%T%%/db/docs/html/ref/rreffuncsin.html
-%%T%%/db/docs/html/ref/rreffuncsinh.html
-%%T%%/db/docs/html/ref/rreffunctan.html
-%%T%%/db/docs/html/ref/rreffunctanh.html
-%%T%%/db/docs/html/ref/rreffuncxmlexists.html
-%%T%%/db/docs/html/ref/rreffuncxmlparse.html
-%%T%%/db/docs/html/ref/rreffuncxmlquery.html
-%%T%%/db/docs/html/ref/rreffuncxmlserialize.html
-%%T%%/db/docs/html/ref/rrefgetdbpropfunc.html
-%%T%%/db/docs/html/ref/rrefgetuseraccess.html
-%%T%%/db/docs/html/ref/rrefgpc1.html
-%%T%%/db/docs/html/ref/rrefhourfunc.html
-%%T%%/db/docs/html/ref/rrefidentityvallocal.html
-%%T%%/db/docs/html/ref/rrefidlengthlimits.html
-%%T%%/db/docs/html/ref/rrefimportdataproc.html
-%%T%%/db/docs/html/ref/rrefimportdataproclobs.html
-%%T%%/db/docs/html/ref/rrefimportproc.html
-%%T%%/db/docs/html/ref/rrefimporttableproclobs.html
-%%T%%/db/docs/html/ref/rrefindexname.html
-%%T%%/db/docs/html/ref/rrefjavcallstatout.html
-%%T%%/db/docs/html/ref/rrefjavciro.html
-%%T%%/db/docs/html/ref/rrefjavcsro.html
-%%T%%/db/docs/html/ref/rrefjavcsti.html
-%%T%%/db/docs/html/ref/rrefjavsqlprst.html
-%%T%%/db/docs/html/ref/rrefjavsqlrssc.html
-%%T%%/db/docs/html/ref/rrefjdbc1020262.html
-%%T%%/db/docs/html/ref/rrefjdbc10889.html
-%%T%%/db/docs/html/ref/rrefjdbc12124.html
-%%T%%/db/docs/html/ref/rrefjdbc15905.html
-%%T%%/db/docs/html/ref/rrefjdbc16643.html
-%%T%%/db/docs/html/ref/rrefjdbc20377.html
-%%T%%/db/docs/html/ref/rrefjdbc20485.html
-%%T%%/db/docs/html/ref/rrefjdbc23502.html
-%%T%%/db/docs/html/ref/rrefjdbc27433.html
-%%T%%/db/docs/html/ref/rrefjdbc27734.html
-%%T%%/db/docs/html/ref/rrefjdbc27768.html
-%%T%%/db/docs/html/ref/rrefjdbc28456.html
-%%T%%/db/docs/html/ref/rrefjdbc29874.html
-%%T%%/db/docs/html/ref/rrefjdbc30469.html
-%%T%%/db/docs/html/ref/rrefjdbc32052.html
-%%T%%/db/docs/html/ref/rrefjdbc34565.html
-%%T%%/db/docs/html/ref/rrefjdbc34954.html
-%%T%%/db/docs/html/ref/rrefjdbc37244.html
-%%T%%/db/docs/html/ref/rrefjdbc37352.html
-%%T%%/db/docs/html/ref/rrefjdbc38274.html
-%%T%%/db/docs/html/ref/rrefjdbc40794.html
-%%T%%/db/docs/html/ref/rrefjdbc41784.html
-%%T%%/db/docs/html/ref/rrefjdbc4_0connection.html
-%%T%%/db/docs/html/ref/rrefjdbc4_0dataSource.html
-%%T%%/db/docs/html/ref/rrefjdbc4_0databaseMetaData.html
-%%T%%/db/docs/html/ref/rrefjdbc4_0sqlexception.html
-%%T%%/db/docs/html/ref/rrefjdbc4_0statement.html
-%%T%%/db/docs/html/ref/rrefjdbc4_0summary.html
-%%T%%/db/docs/html/ref/rrefjdbc70824.html
-%%T%%/db/docs/html/ref/rrefjdbc75719.html
-%%T%%/db/docs/html/ref/rrefjdbc88908.html
-%%T%%/db/docs/html/ref/rrefjdbc96386.html
-%%T%%/db/docs/html/ref/rrefjdbcescapedate.html
-%%T%%/db/docs/html/ref/rrefjdbcjavasqlsavepoint.html
-%%T%%/db/docs/html/ref/rrefjdbcjsr169.html
-%%T%%/db/docs/html/ref/rrefjdbcrefsqlxml.html
-%%T%%/db/docs/html/ref/rrefjta1003392.html
-%%T%%/db/docs/html/ref/rrefjta1003415.html
-%%T%%/db/docs/html/ref/rrefjta1003463.html
-%%T%%/db/docs/html/ref/rrefjta16677.html
-%%T%%/db/docs/html/ref/rrefjta18596.html
-%%T%%/db/docs/html/ref/rrefjta51021.html
-%%T%%/db/docs/html/ref/rrefkeywords29722.html
-%%T%%/db/docs/html/ref/rreflicense.html
-%%T%%/db/docs/html/ref/rreflimits.html
-%%T%%/db/docs/html/ref/rreflimitsxml.html
-%%T%%/db/docs/html/ref/rrefminutefunc.html
-%%T%%/db/docs/html/ref/rrefmonthfunc.html
-%%T%%/db/docs/html/ref/rrefnewtablename.html
-%%T%%/db/docs/html/ref/rrefnumericlimits.html
-%%T%%/db/docs/html/ref/rrefpgc1.html
-%%T%%/db/docs/html/ref/rrefproceduresinplacecompress.html
-%%T%%/db/docs/html/ref/rrefproper10607.html
-%%T%%/db/docs/html/ref/rrefproper13217.html
-%%T%%/db/docs/html/ref/rrefproper13766.html
-%%T%%/db/docs/html/ref/rrefproper18151.html
-%%T%%/db/docs/html/ref/rrefproper23835.html
-%%T%%/db/docs/html/ref/rrefproper24390.html
-%%T%%/db/docs/html/ref/rrefproper24846.html
-%%T%%/db/docs/html/ref/rrefproper25025.html
-%%T%%/db/docs/html/ref/rrefproper25581.html
-%%T%%/db/docs/html/ref/rrefproper26978.html
-%%T%%/db/docs/html/ref/rrefproper26985.html
-%%T%%/db/docs/html/ref/rrefproper27355.html
-%%T%%/db/docs/html/ref/rrefproper27467.html
-%%T%%/db/docs/html/ref/rrefproper27529.html
-%%T%%/db/docs/html/ref/rrefproper28026.html
-%%T%%/db/docs/html/ref/rrefproper32066.html
-%%T%%/db/docs/html/ref/rrefproper32213.html
-%%T%%/db/docs/html/ref/rrefproper33027.html
-%%T%%/db/docs/html/ref/rrefproper34037.html
-%%T%%/db/docs/html/ref/rrefproper35028.html
-%%T%%/db/docs/html/ref/rrefproper37341.html
-%%T%%/db/docs/html/ref/rrefproper39325.html
-%%T%%/db/docs/html/ref/rrefproper40346.html
-%%T%%/db/docs/html/ref/rrefproper40688.html
-%%T%%/db/docs/html/ref/rrefproper43414.html
-%%T%%/db/docs/html/ref/rrefproper43517.html
-%%T%%/db/docs/html/ref/rrefproper46141.html
-%%T%%/db/docs/html/ref/rrefproper81359.html
-%%T%%/db/docs/html/ref/rrefproper81405.html
-%%T%%/db/docs/html/ref/rrefproper98166.html
-%%T%%/db/docs/html/ref/rrefproperauthdn.html
-%%T%%/db/docs/html/ref/rrefproperauthpw.html
-%%T%%/db/docs/html/ref/rrefproperbootall.html
-%%T%%/db/docs/html/ref/rrefproperbuiltinalgorithm.html
-%%T%%/db/docs/html/ref/rrefpropercachedn.html
-%%T%%/db/docs/html/ref/rrefproperdurability.html
-%%T%%/db/docs/html/ref/rrefproperlogbuffersize.html
-%%T%%/db/docs/html/ref/rrefpropermaxlogshippinginterval.html
-%%T%%/db/docs/html/ref/rrefproperminlogshippinginterval.html
-%%T%%/db/docs/html/ref/rrefpropernoautoboot.html
-%%T%%/db/docs/html/ref/rrefproperrowlocking.html
-%%T%%/db/docs/html/ref/rrefpropersqlauth.html
-%%T%%/db/docs/html/ref/rrefproperstormin.html
-%%T%%/db/docs/html/ref/rrefproperverbose.html
-%%T%%/db/docs/html/ref/rrefproperxatrantimeout.html
-%%T%%/db/docs/html/ref/rrefqueries.html
-%%T%%/db/docs/html/ref/rrefrauthid.html
-%%T%%/db/docs/html/ref/rrefreloadpolicyproc.html
-%%T%%/db/docs/html/ref/rrefrestorefrom.html
-%%T%%/db/docs/html/ref/rrefrolename.html
-%%T%%/db/docs/html/ref/rrefrollforward.html
-%%T%%/db/docs/html/ref/rrefscalarsubquery.html
-%%T%%/db/docs/html/ref/rrefschemaname.html
-%%T%%/db/docs/html/ref/rrefsecondfunc.html
-%%T%%/db/docs/html/ref/rrefselectexpression.html
-%%T%%/db/docs/html/ref/rrefsetdbpropproc.html
-%%T%%/db/docs/html/ref/rrefsetrole.html
-%%T%%/db/docs/html/ref/rrefsetstatstimingproc.html
-%%T%%/db/docs/html/ref/rrefsetuseraccess.html
-%%T%%/db/docs/html/ref/rrefsimplecolumnname.html
-%%T%%/db/docs/html/ref/rrefsistabs12085.html
-%%T%%/db/docs/html/ref/rrefsistabs12813.html
-%%T%%/db/docs/html/ref/rrefsistabs13420.html
-%%T%%/db/docs/html/ref/rrefsistabs22441.html
-%%T%%/db/docs/html/ref/rrefsistabs23241.html
-%%T%%/db/docs/html/ref/rrefsistabs24045.html
-%%T%%/db/docs/html/ref/rrefsistabs24269.html
-%%T%%/db/docs/html/ref/rrefsistabs26665.html
-%%T%%/db/docs/html/ref/rrefsistabs28114.html
-%%T%%/db/docs/html/ref/rrefsistabs33768.html
-%%T%%/db/docs/html/ref/rrefsistabs33921.html
-%%T%%/db/docs/html/ref/rrefsistabs38369.html
-%%T%%/db/docs/html/ref/rrefsistabs39391.html
-%%T%%/db/docs/html/ref/rrefsistabs40972.html
-%%T%%/db/docs/html/ref/rrefsistabs79888.html
-%%T%%/db/docs/html/ref/rrefsistabslilanguageitemsysstatistics.html
-%%T%%/db/docs/html/ref/rrefsistabssyscolperms.html
-%%T%%/db/docs/html/ref/rrefsistabssysperms.html
-%%T%%/db/docs/html/ref/rrefsistabssysroles.html
-%%T%%/db/docs/html/ref/rrefsistabssysroutineperms.html
-%%T%%/db/docs/html/ref/rrefsistabssyssequences.html
-%%T%%/db/docs/html/ref/rrefsistabssystableperms.html
-%%T%%/db/docs/html/ref/rrefso2.html
-%%T%%/db/docs/html/ref/rrefsql9241891.html
-%%T%%/db/docs/html/ref/rrefsqlj1055824.html
-%%T%%/db/docs/html/ref/rrefsqlj10696.html
-%%T%%/db/docs/html/ref/rrefsqlj1080779.html
-%%T%%/db/docs/html/ref/rrefsqlj1082953.html
-%%T%%/db/docs/html/ref/rrefsqlj1083019.html
-%%T%%/db/docs/html/ref/rrefsqlj11277.html
-%%T%%/db/docs/html/ref/rrefsqlj12362.html
-%%T%%/db/docs/html/ref/rrefsqlj13083.html
-%%T%%/db/docs/html/ref/rrefsqlj13590.html
-%%T%%/db/docs/html/ref/rrefsqlj13658.html
-%%T%%/db/docs/html/ref/rrefsqlj13733.html
-%%T%%/db/docs/html/ref/rrefsqlj14122.html
-%%T%%/db/docs/html/ref/rrefsqlj14854.html
-%%T%%/db/docs/html/ref/rrefsqlj15147.html
-%%T%%/db/docs/html/ref/rrefsqlj15260.html
-%%T%%/db/docs/html/ref/rrefsqlj15309.html
-%%T%%/db/docs/html/ref/rrefsqlj15446.html
-%%T%%/db/docs/html/ref/rrefsqlj15866.html
-%%T%%/db/docs/html/ref/rrefsqlj16095.html
-%%T%%/db/docs/html/ref/rrefsqlj16221.html
-%%T%%/db/docs/html/ref/rrefsqlj16357.html
-%%T%%/db/docs/html/ref/rrefsqlj16762.html
-%%T%%/db/docs/html/ref/rrefsqlj18730.html
-%%T%%/db/docs/html/ref/rrefsqlj18922.html
-%%T%%/db/docs/html/ref/rrefsqlj19433.html
-%%T%%/db/docs/html/ref/rrefsqlj20204.html
-%%T%%/db/docs/html/ref/rrefsqlj20937.html
-%%T%%/db/docs/html/ref/rrefsqlj21571.html
-%%T%%/db/docs/html/ref/rrefsqlj21583.html
-%%T%%/db/docs/html/ref/rrefsqlj21908.html
-%%T%%/db/docs/html/ref/rrefsqlj23075.html
-%%T%%/db/docs/html/ref/rrefsqlj24513.html
-%%T%%/db/docs/html/ref/rrefsqlj25228.html
-%%T%%/db/docs/html/ref/rrefsqlj26498.html
-%%T%%/db/docs/html/ref/rrefsqlj27281.html
-%%T%%/db/docs/html/ref/rrefsqlj27620.html
-%%T%%/db/docs/html/ref/rrefsqlj27767.html
-%%T%%/db/docs/html/ref/rrefsqlj27781.html
-%%T%%/db/docs/html/ref/rrefsqlj28468.html
-%%T%%/db/docs/html/ref/rrefsqlj29026.html
-%%T%%/db/docs/html/ref/rrefsqlj29840.html
-%%T%%/db/docs/html/ref/rrefsqlj29930.html
-%%T%%/db/docs/html/ref/rrefsqlj30118.html
-%%T%%/db/docs/html/ref/rrefsqlj30435.html
-%%T%%/db/docs/html/ref/rrefsqlj30540.html
-%%T%%/db/docs/html/ref/rrefsqlj31580.html
-%%T%%/db/docs/html/ref/rrefsqlj31648.html
-%%T%%/db/docs/html/ref/rrefsqlj31783.html
-%%T%%/db/docs/html/ref/rrefsqlj32268.html
-%%T%%/db/docs/html/ref/rrefsqlj32613.html
-%%T%%/db/docs/html/ref/rrefsqlj32654.html
-%%T%%/db/docs/html/ref/rrefsqlj32693.html
-%%T%%/db/docs/html/ref/rrefsqlj32714.html
-%%T%%/db/docs/html/ref/rrefsqlj33215.html
-%%T%%/db/docs/html/ref/rrefsqlj33520.html
-%%T%%/db/docs/html/ref/rrefsqlj33562.html
-%%T%%/db/docs/html/ref/rrefsqlj33602.html
-%%T%%/db/docs/html/ref/rrefsqlj33772.html
-%%T%%/db/docs/html/ref/rrefsqlj33923.html
-%%T%%/db/docs/html/ref/rrefsqlj34148.html
-%%T%%/db/docs/html/ref/rrefsqlj34177.html
-%%T%%/db/docs/html/ref/rrefsqlj35034.html
-%%T%%/db/docs/html/ref/rrefsqlj35981.html
-%%T%%/db/docs/html/ref/rrefsqlj36146.html
-%%T%%/db/docs/html/ref/rrefsqlj37836.html
-%%T%%/db/docs/html/ref/rrefsqlj38716.html
-%%T%%/db/docs/html/ref/rrefsqlj38831.html
-%%T%%/db/docs/html/ref/rrefsqlj40506.html
-%%T%%/db/docs/html/ref/rrefsqlj40774.html
-%%T%%/db/docs/html/ref/rrefsqlj40899.html
-%%T%%/db/docs/html/ref/rrefsqlj41180.html
-%%T%%/db/docs/html/ref/rrefsqlj41207.html
-%%T%%/db/docs/html/ref/rrefsqlj41360.html
-%%T%%/db/docs/html/ref/rrefsqlj42002.html
-%%T%%/db/docs/html/ref/rrefsqlj42049.html
-%%T%%/db/docs/html/ref/rrefsqlj42082.html
-%%T%%/db/docs/html/ref/rrefsqlj42154.html
-%%T%%/db/docs/html/ref/rrefsqlj42324.html
-%%T%%/db/docs/html/ref/rrefsqlj42476.html
-%%T%%/db/docs/html/ref/rrefsqlj43125.html
-%%T%%/db/docs/html/ref/rrefsqlj55788.html
-%%T%%/db/docs/html/ref/rrefsqlj57522.html
-%%T%%/db/docs/html/ref/rrefsqlj57924.html
-%%T%%/db/docs/html/ref/rrefsqlj58560.html
-%%T%%/db/docs/html/ref/rrefsqlj59893.html
-%%T%%/db/docs/html/ref/rrefsqlj61102.html
-%%T%%/db/docs/html/ref/rrefsqlj61998.html
-%%T%%/db/docs/html/ref/rrefsqlj66113.html
-%%T%%/db/docs/html/ref/rrefsqlj73147.html
-%%T%%/db/docs/html/ref/rrefsqlj75638.html
-%%T%%/db/docs/html/ref/rrefsqlj81859.html
-%%T%%/db/docs/html/ref/rrefsqlj89752.html
-%%T%%/db/docs/html/ref/rrefsqlj91438.html
-%%T%%/db/docs/html/ref/rrefsqlj93082.html
-%%T%%/db/docs/html/ref/rrefsqlj95598.html
-%%T%%/db/docs/html/ref/rrefsqlj97870.html
-%%T%%/db/docs/html/ref/rrefsqlj98067.html
-%%T%%/db/docs/html/ref/rrefsqljargmatching.html
-%%T%%/db/docs/html/ref/rrefsqljcreatesequence.html
-%%T%%/db/docs/html/ref/rrefsqljcreatesynonym.html
-%%T%%/db/docs/html/ref/rrefsqljcreatetype.html
-%%T%%/db/docs/html/ref/rrefsqljcrossjoin.html
-%%T%%/db/docs/html/ref/rrefsqljcurrentdate.html
-%%T%%/db/docs/html/ref/rrefsqljcurrentschema.html
-%%T%%/db/docs/html/ref/rrefsqljcurrenttimestamp.html
-%%T%%/db/docs/html/ref/rrefsqljdoubleprecision.html
-%%T%%/db/docs/html/ref/rrefsqljdropsequence.html
-%%T%%/db/docs/html/ref/rrefsqljdropsynonym.html
-%%T%%/db/docs/html/ref/rrefsqljdroptype.html
-%%T%%/db/docs/html/ref/rrefsqljgenerationclause.html
-%%T%%/db/docs/html/ref/rrefsqljgrant.html
-%%T%%/db/docs/html/ref/rrefsqljmod.html
-%%T%%/db/docs/html/ref/rrefsqljnaturaljoin.html
-%%T%%/db/docs/html/ref/rrefsqljnextvaluefor.html
-%%T%%/db/docs/html/ref/rrefsqljoffsetfetch.html
-%%T%%/db/docs/html/ref/rrefsqljrenamecolumnstatement.html
-%%T%%/db/docs/html/ref/rrefsqljrenametablestatement.html
-%%T%%/db/docs/html/ref/rrefsqljrevoke.html
-%%T%%/db/docs/html/ref/rrefsqljtfinvoke.html
-%%T%%/db/docs/html/ref/rrefsqljtypexml.html
-%%T%%/db/docs/html/ref/rrefsqljudt.html
-%%T%%/db/docs/html/ref/rrefsqljusing.html
-%%T%%/db/docs/html/ref/rrefstringlimits.html
-%%T%%/db/docs/html/ref/rrefsynonymname.html
-%%T%%/db/docs/html/ref/rrefsyscschecktablefunc.html
-%%T%%/db/docs/html/ref/rrefsyscsdiagtables.html
-%%T%%/db/docs/html/ref/rrefsyscsruntimestatsfunc.html
-%%T%%/db/docs/html/ref/rrefsysxplain_resultset_timings.html
-%%T%%/db/docs/html/ref/rrefsysxplain_resultsets.html
-%%T%%/db/docs/html/ref/rrefsysxplain_scan_props.html
-%%T%%/db/docs/html/ref/rrefsysxplain_sort_props.html
-%%T%%/db/docs/html/ref/rrefsysxplain_statement_timings.html
-%%T%%/db/docs/html/ref/rrefsysxplain_statements.html
-%%T%%/db/docs/html/ref/rreftableexpression.html
-%%T%%/db/docs/html/ref/rreftablename.html
-%%T%%/db/docs/html/ref/rreftablesubquery.html
-%%T%%/db/docs/html/ref/rreftimefunc.html
-%%T%%/db/docs/html/ref/rreftimestampfunc.html
-%%T%%/db/docs/html/ref/rreftrademderby.html
-%%T%%/db/docs/html/ref/rreftriggername.html
-%%T%%/db/docs/html/ref/rreftrimfunc.html
-%%T%%/db/docs/html/ref/rrefunfreezedbproc.html
-%%T%%/db/docs/html/ref/rrefupdatestatsproc.html
-%%T%%/db/docs/html/ref/rrefviewname.html
-%%T%%/db/docs/html/ref/rrefyearfunc.html
-%%T%%/db/docs/html/ref/toc.html
-%%T%%/db/docs/html/tools/common.css
-%%T%%/db/docs/html/tools/commonltr.css
-%%T%%/db/docs/html/tools/commonrtl.css
-%%T%%/db/docs/html/tools/ctools1003034.html
-%%T%%/db/docs/html/tools/ctools1004764.html
-%%T%%/db/docs/html/tools/ctoolsdblook.html
-%%T%%/db/docs/html/tools/ctoolsgenddldb.html
-%%T%%/db/docs/html/tools/ctoolsij12001.html
-%%T%%/db/docs/html/tools/ctoolsij25986.html
-%%T%%/db/docs/html/tools/ctoolsij32837.html
-%%T%%/db/docs/html/tools/ctoolsij34525.html
-%%T%%/db/docs/html/tools/ctoolsijcomref14191.html
-%%T%%/db/docs/html/tools/ctoolsijcomref15645.html
-%%T%%/db/docs/html/tools/ctoolsijcomref18998.html
-%%T%%/db/docs/html/tools/ctoolsijcomref21190.html
-%%T%%/db/docs/html/tools/ctoolsijcomref23268.html
-%%T%%/db/docs/html/tools/ctoolsijcomref30411.html
-%%T%%/db/docs/html/tools/ctoolsijcomref32407.html
-%%T%%/db/docs/html/tools/ctoolsijcomref36744.html
-%%T%%/db/docs/html/tools/ctoolsijtools11318.html
-%%T%%/db/docs/html/tools/ctoolsijtools16011.html
-%%T%%/db/docs/html/tools/ctoolsijtools20118.html
-%%T%%/db/docs/html/tools/ctoolsijtools25085.html
-%%T%%/db/docs/html/tools/ctoolsijtools26429.html
-%%T%%/db/docs/html/tools/ctoolsijtools30948.html
-%%T%%/db/docs/html/tools/ctoolsijtools37363.html
-%%T%%/db/docs/html/tools/ctoolsijtools45180.html
-%%T%%/db/docs/html/tools/ctoolsijtools70959.html
-%%T%%/db/docs/html/tools/ctoolsijtools90477.html
-%%T%%/db/docs/html/tools/ctoolsimport16245.html
-%%T%%/db/docs/html/tools/ctoolsimport27052.html
-%%T%%/db/docs/html/tools/ctoolsimport98264.html
-%%T%%/db/docs/html/tools/ctoolsimportdefaultformat.html
-%%T%%/db/docs/html/tools/ctoolsimportidentitycol.html
-%%T%%/db/docs/html/tools/ctoolsimportjdbc.html
-%%T%%/db/docs/html/tools/ctoolsimportlobs.html
-%%T%%/db/docs/html/tools/ctoolsimportnulls.html
-%%T%%/db/docs/html/tools/ctoolsjavadb.html
-%%T%%/db/docs/html/tools/ctoolspre11181.html
-%%T%%/db/docs/html/tools/ctoolspre22460.html
-%%T%%/db/docs/html/tools/ctoolspre23947.html
-%%T%%/db/docs/html/tools/ctoolspre29520.html
-%%T%%/db/docs/html/tools/ctoolssigcheck.html
-%%T%%/db/docs/html/tools/ctoolsstorejardb.html
-%%T%%/db/docs/html/tools/ctoolssysinfo1002931.html
-%%T%%/db/docs/html/tools/ctoolsusingdblook.html
-%%T%%/db/docs/html/tools/ctoolsusingsigcheck.html
-%%T%%/db/docs/html/tools/index.html
-%%T%%/db/docs/html/tools/rtools1003161.html
-%%T%%/db/docs/html/tools/rtoolscopyright.html
-%%T%%/db/docs/html/tools/rtoolsdblookexamples.html
-%%T%%/db/docs/html/tools/rtoolsdblookoptions.html
-%%T%%/db/docs/html/tools/rtoolsdrvrnmeurl.html
-%%T%%/db/docs/html/tools/rtoolsexportarguements.html
-%%T%%/db/docs/html/tools/rtoolsijcomref1003067.html
-%%T%%/db/docs/html/tools/rtoolsijcomref1003444.html
-%%T%%/db/docs/html/tools/rtoolsijcomref10316.html
-%%T%%/db/docs/html/tools/rtoolsijcomref11128.html
-%%T%%/db/docs/html/tools/rtoolsijcomref11943.html
-%%T%%/db/docs/html/tools/rtoolsijcomref12281.html
-%%T%%/db/docs/html/tools/rtoolsijcomref12297.html
-%%T%%/db/docs/html/tools/rtoolsijcomref12333.html
-%%T%%/db/docs/html/tools/rtoolsijcomref16653.html
-%%T%%/db/docs/html/tools/rtoolsijcomref17631.html
-%%T%%/db/docs/html/tools/rtoolsijcomref18077.html
-%%T%%/db/docs/html/tools/rtoolsijcomref20382.html
-%%T%%/db/docs/html/tools/rtoolsijcomref22318.html
-%%T%%/db/docs/html/tools/rtoolsijcomref24423.html
-%%T%%/db/docs/html/tools/rtoolsijcomref25570.html
-%%T%%/db/docs/html/tools/rtoolsijcomref25753.html
-%%T%%/db/docs/html/tools/rtoolsijcomref27997.html
-%%T%%/db/docs/html/tools/rtoolsijcomref28886.html
-%%T%%/db/docs/html/tools/rtoolsijcomref30679.html
-%%T%%/db/docs/html/tools/rtoolsijcomref31510.html
-%%T%%/db/docs/html/tools/rtoolsijcomref33358.html
-%%T%%/db/docs/html/tools/rtoolsijcomref33373.html
-%%T%%/db/docs/html/tools/rtoolsijcomref34110.html
-%%T%%/db/docs/html/tools/rtoolsijcomref36618.html
-%%T%%/db/docs/html/tools/rtoolsijcomref37862.html
-%%T%%/db/docs/html/tools/rtoolsijcomref39042.html
-%%T%%/db/docs/html/tools/rtoolsijcomref39198.html
-%%T%%/db/docs/html/tools/rtoolsijcomref40155.html
-%%T%%/db/docs/html/tools/rtoolsijcomref44032.html
-%%T%%/db/docs/html/tools/rtoolsijcomref53869.html
-%%T%%/db/docs/html/tools/rtoolsijcomref61092.html
-%%T%%/db/docs/html/tools/rtoolsijcomref61708.html
-%%T%%/db/docs/html/tools/rtoolsijcomref62772.html
-%%T%%/db/docs/html/tools/rtoolsijcomref79286.html
-%%T%%/db/docs/html/tools/rtoolsijcomref88554.html
-%%T%%/db/docs/html/tools/rtoolsijcomref94092.html
-%%T%%/db/docs/html/tools/rtoolsijcomref97975.html
-%%T%%/db/docs/html/tools/rtoolsijcomrefdescribe.html
-%%T%%/db/docs/html/tools/rtoolsijcomrefshow.html
-%%T%%/db/docs/html/tools/rtoolsijlocale.html
-%%T%%/db/docs/html/tools/rtoolsijpropref10135.html
-%%T%%/db/docs/html/tools/rtoolsijpropref12236.html
-%%T%%/db/docs/html/tools/rtoolsijpropref25589.html
-%%T%%/db/docs/html/tools/rtoolsijpropref28146.html
-%%T%%/db/docs/html/tools/rtoolsijpropref28788.html
-%%T%%/db/docs/html/tools/rtoolsijpropref29864.html
-%%T%%/db/docs/html/tools/rtoolsijpropref32585.html
-%%T%%/db/docs/html/tools/rtoolsijpropref35032.html
-%%T%%/db/docs/html/tools/rtoolsijpropref38481.html
-%%T%%/db/docs/html/tools/rtoolsijpropref41073.html
-%%T%%/db/docs/html/tools/rtoolsijpropref97949.html
-%%T%%/db/docs/html/tools/rtoolsijproprefdatasource.html
-%%T%%/db/docs/html/tools/rtoolsijproprefexceptiontrace.html
-%%T%%/db/docs/html/tools/rtoolsijproprefpassword.html
-%%T%%/db/docs/html/tools/rtoolsijproprefshownoconn.html
-%%T%%/db/docs/html/tools/rtoolsijproprefshownoselectcount.html
-%%T%%/db/docs/html/tools/rtoolsijproprefuser.html
-%%T%%/db/docs/html/tools/rtoolsijtools16879.html
-%%T%%/db/docs/html/tools/rtoolsimport64241.html
-%%T%%/db/docs/html/tools/rtoolsimport91458.html
-%%T%%/db/docs/html/tools/rtoolsimportcodeset.html
-%%T%%/db/docs/html/tools/rtoolsjarload3284.html
-%%T%%/db/docs/html/tools/rtoolslicense.html
-%%T%%/db/docs/html/tools/rtoolssysinfo1002629.html
-%%T%%/db/docs/html/tools/rtoolssysinfo41288.html
-%%T%%/db/docs/html/tools/rtoolstrademderby.html
-%%T%%/db/docs/html/tools/toc.html
-%%T%%/db/docs/html/tools/tools-single.html
-%%T%%/db/docs/html/tools/ttoolsexporting.html
-%%T%%/db/docs/html/tools/ttoolsij11815.html
-%%T%%/db/docs/html/tools/ttoolsij30600.html
-%%T%%/db/docs/html/tools/ttoolsij97656.html
-%%T%%/db/docs/html/tools/ttoolsij98878.html
-%%T%%/db/docs/html/tools/ttoolsijcreatedatabase.html
-%%T%%/db/docs/html/tools/ttoolsimporting.html
-%%T%%/db/docs/html/tools/ttoolsjarload1002986.html
-%%T%%/db/docs/html/tools/ttoolsjarload1003059.html
-%%T%%/db/docs/html/tools/ttoolsjarload1003120.html
-%%T%%/db/docs/html/tuning/common.css
-%%T%%/db/docs/html/tuning/commonltr.css
-%%T%%/db/docs/html/tuning/commonrtl.css
-%%T%%/db/docs/html/tuning/ctun_xplain_style.html
-%%T%%/db/docs/html/tuning/ctun_xplain_tables.html
-%%T%%/db/docs/html/tuning/ctundepth1002853.html
-%%T%%/db/docs/html/tuning/ctundepth1003116.html
-%%T%%/db/docs/html/tuning/ctundepth1003209.html
-%%T%%/db/docs/html/tuning/ctundepth1003369.html
-%%T%%/db/docs/html/tuning/ctundepth1003672.html
-%%T%%/db/docs/html/tuning/ctundepth10525.html
-%%T%%/db/docs/html/tuning/ctundepth13055.html
-%%T%%/db/docs/html/tuning/ctundepth14326.html
-%%T%%/db/docs/html/tuning/ctundepth21935.html
-%%T%%/db/docs/html/tuning/ctundepth23033.html
-%%T%%/db/docs/html/tuning/ctundepth26674.html
-%%T%%/db/docs/html/tuning/ctundepth29804.html
-%%T%%/db/docs/html/tuning/ctundepth32379.html
-%%T%%/db/docs/html/tuning/ctundepth36205.html
-%%T%%/db/docs/html/tuning/ctundepth37648.html
-%%T%%/db/docs/html/tuning/ctundepth39739.html
-%%T%%/db/docs/html/tuning/ctundepth853095.html
-%%T%%/db/docs/html/tuning/ctundepth853133.html
-%%T%%/db/docs/html/tuning/ctundepth853228.html
-%%T%%/db/docs/html/tuning/ctundepthoptover.html
-%%T%%/db/docs/html/tuning/ctunjavadb.html
-%%T%%/db/docs/html/tuning/ctunoptimz1004264.html
-%%T%%/db/docs/html/tuning/ctunoptimz1004373.html
-%%T%%/db/docs/html/tuning/ctunoptimz1008884.html
-%%T%%/db/docs/html/tuning/ctunoptimz1011736.html
-%%T%%/db/docs/html/tuning/ctunoptimz11775.html
-%%T%%/db/docs/html/tuning/ctunoptimz11941.html
-%%T%%/db/docs/html/tuning/ctunoptimz12168.html
-%%T%%/db/docs/html/tuning/ctunoptimz19357.html
-%%T%%/db/docs/html/tuning/ctunoptimz20327.html
-%%T%%/db/docs/html/tuning/ctunoptimz22111.html
-%%T%%/db/docs/html/tuning/ctunoptimz22460.html
-%%T%%/db/docs/html/tuning/ctunoptimz22900.html
-%%T%%/db/docs/html/tuning/ctunoptimz23173.html
-%%T%%/db/docs/html/tuning/ctunoptimz23977.html
-%%T%%/db/docs/html/tuning/ctunoptimz24840.html
-%%T%%/db/docs/html/tuning/ctunoptimz26019.html
-%%T%%/db/docs/html/tuning/ctunoptimz27036.html
-%%T%%/db/docs/html/tuning/ctunoptimz27975.html
-%%T%%/db/docs/html/tuning/ctunoptimz29384.html
-%%T%%/db/docs/html/tuning/ctunoptimz30217.html
-%%T%%/db/docs/html/tuning/ctunoptimz30768.html
-%%T%%/db/docs/html/tuning/ctunoptimz32184.html
-%%T%%/db/docs/html/tuning/ctunoptimz32767.html
-%%T%%/db/docs/html/tuning/ctunoptimz33368.html
-%%T%%/db/docs/html/tuning/ctunoptimz39106.html
-%%T%%/db/docs/html/tuning/ctunoptimz39739.html
-%%T%%/db/docs/html/tuning/ctunoptimz41314.html
-%%T%%/db/docs/html/tuning/ctunoptimz42065.html
-%%T%%/db/docs/html/tuning/ctunoptimz42425.html
-%%T%%/db/docs/html/tuning/ctunoptimz56859.html
-%%T%%/db/docs/html/tuning/ctunoptimz856914.html
-%%T%%/db/docs/html/tuning/ctunoptimz857385.html
-%%T%%/db/docs/html/tuning/ctunoptimz859947.html
-%%T%%/db/docs/html/tuning/ctunoptimz859974.html
-%%T%%/db/docs/html/tuning/ctunoptimz860097.html
-%%T%%/db/docs/html/tuning/ctunoptimzoverride.html
-%%T%%/db/docs/html/tuning/ctunperf1004126.html
-%%T%%/db/docs/html/tuning/ctunperf1004182.html
-%%T%%/db/docs/html/tuning/ctunperf10065.html
-%%T%%/db/docs/html/tuning/ctunperf10679.html
-%%T%%/db/docs/html/tuning/ctunperf16556.html
-%%T%%/db/docs/html/tuning/ctunperf16800.html
-%%T%%/db/docs/html/tuning/ctunperf17936.html
-%%T%%/db/docs/html/tuning/ctunperf18705.html
-%%T%%/db/docs/html/tuning/ctunperf22457.html
-%%T%%/db/docs/html/tuning/ctunperf23868.html
-%%T%%/db/docs/html/tuning/ctunperf25864.html
-%%T%%/db/docs/html/tuning/ctunperf31086.html
-%%T%%/db/docs/html/tuning/ctunperf54492.html
-%%T%%/db/docs/html/tuning/ctunperf816059.html
-%%T%%/db/docs/html/tuning/ctunperf816635.html
-%%T%%/db/docs/html/tuning/ctunperf98197.html
-%%T%%/db/docs/html/tuning/ctunperfinmemdb.html
-%%T%%/db/docs/html/tuning/ctunperfstatistics.html
-%%T%%/db/docs/html/tuning/ctunperftablefunctions.html
-%%T%%/db/docs/html/tuning/ctunpropref1002477.html
-%%T%%/db/docs/html/tuning/ctunpropref11181.html
-%%T%%/db/docs/html/tuning/ctunpropref22460.html
-%%T%%/db/docs/html/tuning/ctunpropref23947.html
-%%T%%/db/docs/html/tuning/ctunstats18908.html
-%%T%%/db/docs/html/tuning/ctunstats46438.html
-%%T%%/db/docs/html/tuning/ctunstats52657.html
-%%T%%/db/docs/html/tuning/ctunstats57373.html
-%%T%%/db/docs/html/tuning/ctunstats57793.html
-%%T%%/db/docs/html/tuning/ctunstats60669.html
-%%T%%/db/docs/html/tuning/ctunstats72938.html
-%%T%%/db/docs/html/tuning/ctunstats848901.html
-%%T%%/db/docs/html/tuning/ctunstats848961.html
-%%T%%/db/docs/html/tuning/ctunstats849000.html
-%%T%%/db/docs/html/tuning/ctunstats849203.html
-%%T%%/db/docs/html/tuning/ctunstats849251.html
-%%T%%/db/docs/html/tuning/ctunstats849505.html
-%%T%%/db/docs/html/tuning/ctuntransform11313.html
-%%T%%/db/docs/html/tuning/ctuntransform13699.html
-%%T%%/db/docs/html/tuning/ctuntransform13966.html
-%%T%%/db/docs/html/tuning/ctuntransform14044.html
-%%T%%/db/docs/html/tuning/ctuntransform16033.html
-%%T%%/db/docs/html/tuning/ctuntransform16279.html
-%%T%%/db/docs/html/tuning/ctuntransform21780.html
-%%T%%/db/docs/html/tuning/ctuntransform22576.html
-%%T%%/db/docs/html/tuning/ctuntransform25857.html
-%%T%%/db/docs/html/tuning/ctuntransform25868.html
-%%T%%/db/docs/html/tuning/ctuntransform35783.html
-%%T%%/db/docs/html/tuning/ctuntransform36368.html
-%%T%%/db/docs/html/tuning/ctuntransform36623.html
-%%T%%/db/docs/html/tuning/ctuntransform37032.html
-%%T%%/db/docs/html/tuning/ctuntransform41535.html
-%%T%%/db/docs/html/tuning/ctuntransform47182.html
-%%T%%/db/docs/html/tuning/ctuntransform55045.html
-%%T%%/db/docs/html/tuning/ctuntransform867165.html
-%%T%%/db/docs/html/tuning/ctuntransform867201.html
-%%T%%/db/docs/html/tuning/index.html
-%%T%%/db/docs/html/tuning/pstmt_os.gif
-%%T%%/db/docs/html/tuning/pstmt_os.jpg
-%%T%%/db/docs/html/tuning/rtuncopyright.html
-%%T%%/db/docs/html/tuning/rtunlicense.html
-%%T%%/db/docs/html/tuning/rtunoptimz1004602.html
-%%T%%/db/docs/html/tuning/rtunoptimz1004810.html
-%%T%%/db/docs/html/tuning/rtuntrademderby.html
-%%T%%/db/docs/html/tuning/rtuntransform139.html
-%%T%%/db/docs/html/tuning/rtuntransform208.html
-%%T%%/db/docs/html/tuning/rtuntransform345.html
-%%T%%/db/docs/html/tuning/rtuntransform443.html
-%%T%%/db/docs/html/tuning/rtuntransform472.html
-%%T%%/db/docs/html/tuning/rtuntransform582.html
-%%T%%/db/docs/html/tuning/rtuntransform590.html
-%%T%%/db/docs/html/tuning/rtuntransform866214.html
-%%T%%/db/docs/html/tuning/rtuntransform866547.html
-%%T%%/db/docs/html/tuning/rtuntransform866587.html
-%%T%%/db/docs/html/tuning/rtuntransform867602.html
-%%T%%/db/docs/html/tuning/stmt_os.gif
-%%T%%/db/docs/html/tuning/stmt_os.jpg
-%%T%%/db/docs/html/tuning/toc.html
-%%T%%/db/docs/html/tuning/ttundepth33391.html
-%%T%%/db/docs/html/tuning/ttundepth34375.html
-%%T%%/db/docs/html/tuning/tuning-single.html
-%%T%%/db/docs/pdf/adminguide/derbyadmin.pdf
-%%T%%/db/docs/pdf/devguide/derbydev.pdf
-%%T%%/db/docs/pdf/getstart/getstartderby.pdf
-%%T%%/db/docs/pdf/ref/refderby.pdf
-%%T%%/db/docs/pdf/tools/derbytools.pdf
-%%T%%/db/docs/pdf/tuning/tuningderby.pdf
-%%T%%/db/index.html
-%%T%%/db/javadoc/jdbc3/allclasses-frame.html
-%%T%%/db/javadoc/jdbc3/allclasses-noframe.html
-%%T%%/db/javadoc/jdbc3/constant-values.html
-%%T%%/db/javadoc/jdbc3/deprecated-list.html
-%%T%%/db/javadoc/jdbc3/help-doc.html
-%%T%%/db/javadoc/jdbc3/index-all.html
-%%T%%/db/javadoc/jdbc3/index.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/authentication/UserAuthenticator.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/authentication/package-frame.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/authentication/package-summary.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/authentication/package-tree.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/drda/NetServlet.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/drda/NetworkServerControl.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/drda/package-frame.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/drda/package-summary.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/drda/package-tree.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/jdbc/ClientBaseDataSource.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/jdbc/ClientConnectionPoolDataSource.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/jdbc/ClientDataSource.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/jdbc/ClientDriver.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/jdbc/ClientXADataSource.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/jdbc/EmbeddedConnectionPoolDataSource.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/jdbc/EmbeddedDataSource.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/jdbc/EmbeddedDriver.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/jdbc/EmbeddedSimpleDataSource.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/jdbc/EmbeddedXADataSource.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/jdbc/package-frame.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/jdbc/package-summary.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/jdbc/package-tree.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/mbeans/JDBCMBean.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/mbeans/Management.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/mbeans/ManagementMBean.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/mbeans/VersionMBean.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/mbeans/drda/NetworkServerMBean.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/mbeans/drda/package-frame.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/mbeans/drda/package-summary.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/mbeans/drda/package-tree.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/mbeans/package-frame.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/mbeans/package-summary.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/mbeans/package-tree.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/security/SystemPermission.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/security/package-frame.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/security/package-summary.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/security/package-tree.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/tools/dblook.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/tools/ij.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/tools/package-frame.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/tools/package-summary.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/tools/package-tree.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/tools/sysinfo.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/vti/RestrictedVTI.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/vti/Restriction.AND.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/vti/Restriction.ColumnQualifier.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/vti/Restriction.OR.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/vti/Restriction.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/vti/VTICosting.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/vti/VTIEnvironment.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/vti/package-frame.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/vti/package-summary.html
-%%T%%/db/javadoc/jdbc3/org/apache/derby/vti/package-tree.html
-%%T%%/db/javadoc/jdbc3/overview-frame.html
-%%T%%/db/javadoc/jdbc3/overview-summary.html
-%%T%%/db/javadoc/jdbc3/overview-tree.html
-%%T%%/db/javadoc/jdbc3/package-list
-%%T%%/db/javadoc/jdbc3/resources/derby_logo64.png
-%%T%%/db/javadoc/jdbc3/resources/inherit.gif
-%%T%%/db/javadoc/jdbc3/serialized-form.html
-%%T%%/db/javadoc/jdbc3/stylesheet.css
-%%T%%/db/javadoc/jdbc4/allclasses-frame.html
-%%T%%/db/javadoc/jdbc4/allclasses-noframe.html
-%%T%%/db/javadoc/jdbc4/constant-values.html
-%%T%%/db/javadoc/jdbc4/deprecated-list.html
-%%T%%/db/javadoc/jdbc4/help-doc.html
-%%T%%/db/javadoc/jdbc4/index-all.html
-%%T%%/db/javadoc/jdbc4/index.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/authentication/UserAuthenticator.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/authentication/package-frame.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/authentication/package-summary.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/authentication/package-tree.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/drda/NetServlet.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/drda/NetworkServerControl.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/drda/package-frame.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/drda/package-summary.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/drda/package-tree.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/jdbc/ClientBaseDataSource.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/jdbc/ClientConnectionPoolDataSource40.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/jdbc/ClientDataSource40.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/jdbc/ClientDriver.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/jdbc/ClientXADataSource40.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/jdbc/EmbeddedConnectionPoolDataSource40.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/jdbc/EmbeddedDataSource40.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/jdbc/EmbeddedDriver.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/jdbc/EmbeddedXADataSource40.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/jdbc/package-frame.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/jdbc/package-summary.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/jdbc/package-tree.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/mbeans/JDBCMBean.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/mbeans/Management.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/mbeans/ManagementMBean.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/mbeans/VersionMBean.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/mbeans/drda/NetworkServerMBean.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/mbeans/drda/package-frame.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/mbeans/drda/package-summary.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/mbeans/drda/package-tree.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/mbeans/package-frame.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/mbeans/package-summary.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/mbeans/package-tree.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/security/SystemPermission.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/security/package-frame.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/security/package-summary.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/security/package-tree.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/tools/dblook.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/tools/ij.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/tools/package-frame.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/tools/package-summary.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/tools/package-tree.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/tools/sysinfo.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/vti/RestrictedVTI.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/vti/Restriction.AND.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/vti/Restriction.ColumnQualifier.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/vti/Restriction.OR.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/vti/Restriction.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/vti/VTICosting.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/vti/VTIEnvironment.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/vti/package-frame.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/vti/package-summary.html
-%%T%%/db/javadoc/jdbc4/org/apache/derby/vti/package-tree.html
-%%T%%/db/javadoc/jdbc4/overview-frame.html
-%%T%%/db/javadoc/jdbc4/overview-summary.html
-%%T%%/db/javadoc/jdbc4/overview-tree.html
-%%T%%/db/javadoc/jdbc4/package-list
-%%T%%/db/javadoc/jdbc4/resources/derby_logo64.png
-%%T%%/db/javadoc/jdbc4/resources/inherit.gif
-%%T%%/db/javadoc/jdbc4/serialized-form.html
-%%T%%/db/javadoc/jdbc4/stylesheet.css
-%%T%%/db/lib/derby.jar
-%%T%%/db/lib/derby.war
-%%T%%/db/lib/derbyLocale_cs.jar
-%%T%%/db/lib/derbyLocale_de_DE.jar
-%%T%%/db/lib/derbyLocale_es.jar
-%%T%%/db/lib/derbyLocale_fr.jar
-%%T%%/db/lib/derbyLocale_hu.jar
-%%T%%/db/lib/derbyLocale_it.jar
-%%T%%/db/lib/derbyLocale_ja_JP.jar
-%%T%%/db/lib/derbyLocale_ko_KR.jar
-%%T%%/db/lib/derbyLocale_pl.jar
-%%T%%/db/lib/derbyLocale_pt_BR.jar
-%%T%%/db/lib/derbyLocale_ru.jar
-%%T%%/db/lib/derbyLocale_zh_CN.jar
-%%T%%/db/lib/derbyLocale_zh_TW.jar
-%%T%%/db/lib/derbyclient.jar
-%%T%%/db/lib/derbynet.jar
-%%T%%/db/lib/derbyrun.jar
-%%T%%/db/lib/derbytools.jar
-%%T%%/db/lib/register.jar
-%%T%%/db/register.html
-%%DEMO%%%%T%%/demo/DEMOS_LICENSE
-%%DEMO%%%%T%%/demo/applets.html
-%%DEMO%%%%T%%/demo/applets/Animator/Animation.class
-%%DEMO%%%%T%%/demo/applets/Animator/AnimationFrame.class
-%%DEMO%%%%T%%/demo/applets/Animator/Animator.class
-%%DEMO%%%%T%%/demo/applets/Animator/Animator.java
-%%DEMO%%%%T%%/demo/applets/Animator/DescriptionFrame.class
-%%DEMO%%%%T%%/demo/applets/Animator/ParseException.class
-%%DEMO%%%%T%%/demo/applets/Animator/audio/0.au
-%%DEMO%%%%T%%/demo/applets/Animator/audio/1.au
-%%DEMO%%%%T%%/demo/applets/Animator/audio/2.au
-%%DEMO%%%%T%%/demo/applets/Animator/audio/3.au
-%%DEMO%%%%T%%/demo/applets/Animator/audio/4.au
-%%DEMO%%%%T%%/demo/applets/Animator/audio/5.au
-%%DEMO%%%%T%%/demo/applets/Animator/audio/6.au
-%%DEMO%%%%T%%/demo/applets/Animator/audio/7.au
-%%DEMO%%%%T%%/demo/applets/Animator/audio/8.au
-%%DEMO%%%%T%%/demo/applets/Animator/audio/9.au
-%%DEMO%%%%T%%/demo/applets/Animator/audio/spacemusic.au
-%%DEMO%%%%T%%/demo/applets/Animator/example1.html
-%%DEMO%%%%T%%/demo/applets/Animator/example2.html
-%%DEMO%%%%T%%/demo/applets/Animator/example3.html
-%%DEMO%%%%T%%/demo/applets/Animator/example4.html
-%%DEMO%%%%T%%/demo/applets/Animator/images/Beans/T1.gif
-%%DEMO%%%%T%%/demo/applets/Animator/images/Beans/T10.gif
-%%DEMO%%%%T%%/demo/applets/Animator/images/Beans/T2.gif
-%%DEMO%%%%T%%/demo/applets/Animator/images/Beans/T3.gif
-%%DEMO%%%%T%%/demo/applets/Animator/images/Beans/T4.gif
-%%DEMO%%%%T%%/demo/applets/Animator/images/Beans/T5.gif
-%%DEMO%%%%T%%/demo/applets/Animator/images/Beans/T6.gif
-%%DEMO%%%%T%%/demo/applets/Animator/images/Beans/T7.gif
-%%DEMO%%%%T%%/demo/applets/Animator/images/Beans/T8.gif
-%%DEMO%%%%T%%/demo/applets/Animator/images/Beans/T9.gif
-%%DEMO%%%%T%%/demo/applets/Animator/images/SimpleAnimation/T1.gif
-%%DEMO%%%%T%%/demo/applets/Animator/images/SimpleAnimation/T2.gif
-%%DEMO%%%%T%%/demo/applets/Animator/images/loading-msg.gif
-%%DEMO%%%%T%%/demo/applets/Animator/index.html
-%%DEMO%%%%T%%/demo/applets/ArcTest/ArcCanvas.class
-%%DEMO%%%%T%%/demo/applets/ArcTest/ArcControls.class
-%%DEMO%%%%T%%/demo/applets/ArcTest/ArcTest.class
-%%DEMO%%%%T%%/demo/applets/ArcTest/ArcTest.java
-%%DEMO%%%%T%%/demo/applets/ArcTest/IntegerTextField.class
-%%DEMO%%%%T%%/demo/applets/ArcTest/example1.html
-%%DEMO%%%%T%%/demo/applets/BarChart/BarChart.class
-%%DEMO%%%%T%%/demo/applets/BarChart/BarChart.java
-%%DEMO%%%%T%%/demo/applets/BarChart/example1.html
-%%DEMO%%%%T%%/demo/applets/Blink/Blink$1.class
-%%DEMO%%%%T%%/demo/applets/Blink/Blink.class
-%%DEMO%%%%T%%/demo/applets/Blink/Blink.java
-%%DEMO%%%%T%%/demo/applets/Blink/example1.html
-%%DEMO%%%%T%%/demo/applets/CardTest/CardPanel.class
-%%DEMO%%%%T%%/demo/applets/CardTest/CardTest.class
-%%DEMO%%%%T%%/demo/applets/CardTest/CardTest.java
-%%DEMO%%%%T%%/demo/applets/CardTest/example1.html
-%%DEMO%%%%T%%/demo/applets/Clock/Clock.class
-%%DEMO%%%%T%%/demo/applets/Clock/Clock.java
-%%DEMO%%%%T%%/demo/applets/Clock/example1.html
-%%DEMO%%%%T%%/demo/applets/DitherTest/CardinalTextField.class
-%%DEMO%%%%T%%/demo/applets/DitherTest/DitherCanvas.class
-%%DEMO%%%%T%%/demo/applets/DitherTest/DitherControls.class
-%%DEMO%%%%T%%/demo/applets/DitherTest/DitherTest.class
-%%DEMO%%%%T%%/demo/applets/DitherTest/DitherTest.java
-%%DEMO%%%%T%%/demo/applets/DitherTest/example1.html
-%%DEMO%%%%T%%/demo/applets/DrawTest/DrawControls.class
-%%DEMO%%%%T%%/demo/applets/DrawTest/DrawPanel.class
-%%DEMO%%%%T%%/demo/applets/DrawTest/DrawTest.class
-%%DEMO%%%%T%%/demo/applets/DrawTest/DrawTest.java
-%%DEMO%%%%T%%/demo/applets/DrawTest/example1.html
-%%DEMO%%%%T%%/demo/applets/Fractal/CLSFractal.class
-%%DEMO%%%%T%%/demo/applets/Fractal/CLSFractal.java
-%%DEMO%%%%T%%/demo/applets/Fractal/CLSRule.class
-%%DEMO%%%%T%%/demo/applets/Fractal/CLSTurtle.class
-%%DEMO%%%%T%%/demo/applets/Fractal/ContextLSystem.class
-%%DEMO%%%%T%%/demo/applets/Fractal/example1.html
-%%DEMO%%%%T%%/demo/applets/GraphLayout/Edge.class
-%%DEMO%%%%T%%/demo/applets/GraphLayout/Graph.class
-%%DEMO%%%%T%%/demo/applets/GraphLayout/Graph.java
-%%DEMO%%%%T%%/demo/applets/GraphLayout/GraphPanel.class
-%%DEMO%%%%T%%/demo/applets/GraphLayout/Node.class
-%%DEMO%%%%T%%/demo/applets/GraphLayout/audio/computer.au
-%%DEMO%%%%T%%/demo/applets/GraphLayout/audio/drip.au
-%%DEMO%%%%T%%/demo/applets/GraphLayout/audio/gong.au
-%%DEMO%%%%T%%/demo/applets/GraphLayout/example1.html
-%%DEMO%%%%T%%/demo/applets/GraphLayout/example2.html
-%%DEMO%%%%T%%/demo/applets/GraphLayout/example3.html
-%%DEMO%%%%T%%/demo/applets/GraphLayout/example4.html
-%%DEMO%%%%T%%/demo/applets/GraphicsTest/AppletFrame.class
-%%DEMO%%%%T%%/demo/applets/GraphicsTest/AppletFrame.java
-%%DEMO%%%%T%%/demo/applets/GraphicsTest/ArcCard.class
-%%DEMO%%%%T%%/demo/applets/GraphicsTest/ArcDegreePanel.class
-%%DEMO%%%%T%%/demo/applets/GraphicsTest/ArcPanel.class
-%%DEMO%%%%T%%/demo/applets/GraphicsTest/ColorUtils.class
-%%DEMO%%%%T%%/demo/applets/GraphicsTest/GraphicsCards.class
-%%DEMO%%%%T%%/demo/applets/GraphicsTest/GraphicsPanel.class
-%%DEMO%%%%T%%/demo/applets/GraphicsTest/GraphicsTest.class
-%%DEMO%%%%T%%/demo/applets/GraphicsTest/GraphicsTest.java
-%%DEMO%%%%T%%/demo/applets/GraphicsTest/OvalShape.class
-%%DEMO%%%%T%%/demo/applets/GraphicsTest/PolygonShape.class
-%%DEMO%%%%T%%/demo/applets/GraphicsTest/RectShape.class
-%%DEMO%%%%T%%/demo/applets/GraphicsTest/RoundRectShape.class
-%%DEMO%%%%T%%/demo/applets/GraphicsTest/Shape.class
-%%DEMO%%%%T%%/demo/applets/GraphicsTest/ShapeTest.class
-%%DEMO%%%%T%%/demo/applets/GraphicsTest/example1.html
-%%DEMO%%%%T%%/demo/applets/ImageMap/AniArea.class
-%%DEMO%%%%T%%/demo/applets/ImageMap/AniArea.java
-%%DEMO%%%%T%%/demo/applets/ImageMap/ButtonFilter.class
-%%DEMO%%%%T%%/demo/applets/ImageMap/ButtonFilter.java
-%%DEMO%%%%T%%/demo/applets/ImageMap/ClickArea.class
-%%DEMO%%%%T%%/demo/applets/ImageMap/ClickArea.java
-%%DEMO%%%%T%%/demo/applets/ImageMap/DelayedSoundArea.class
-%%DEMO%%%%T%%/demo/applets/ImageMap/DelayedSoundArea.java
-%%DEMO%%%%T%%/demo/applets/ImageMap/HighlightArea.class
-%%DEMO%%%%T%%/demo/applets/ImageMap/HighlightArea.java
-%%DEMO%%%%T%%/demo/applets/ImageMap/HighlightFilter.class
-%%DEMO%%%%T%%/demo/applets/ImageMap/HighlightFilter.java
-%%DEMO%%%%T%%/demo/applets/ImageMap/HrefButtonArea.class
-%%DEMO%%%%T%%/demo/applets/ImageMap/HrefButtonArea.java
-%%DEMO%%%%T%%/demo/applets/ImageMap/ImageMap.class
-%%DEMO%%%%T%%/demo/applets/ImageMap/ImageMap.java
-%%DEMO%%%%T%%/demo/applets/ImageMap/ImageMapArea.class
-%%DEMO%%%%T%%/demo/applets/ImageMap/ImageMapArea.java
-%%DEMO%%%%T%%/demo/applets/ImageMap/LinkArea.class
-%%DEMO%%%%T%%/demo/applets/ImageMap/LinkArea.java
-%%DEMO%%%%T%%/demo/applets/ImageMap/NameArea.class
-%%DEMO%%%%T%%/demo/applets/ImageMap/NameArea.java
-%%DEMO%%%%T%%/demo/applets/ImageMap/RoundButtonFilter.class
-%%DEMO%%%%T%%/demo/applets/ImageMap/RoundButtonFilter.java
-%%DEMO%%%%T%%/demo/applets/ImageMap/RoundHrefButtonArea.class
-%%DEMO%%%%T%%/demo/applets/ImageMap/RoundHrefButtonArea.java
-%%DEMO%%%%T%%/demo/applets/ImageMap/SoundArea.class
-%%DEMO%%%%T%%/demo/applets/ImageMap/SoundArea.java
-%%DEMO%%%%T%%/demo/applets/ImageMap/TickerArea.class
-%%DEMO%%%%T%%/demo/applets/ImageMap/TickerArea.java
-%%DEMO%%%%T%%/demo/applets/ImageMap/audio/chirp1.au
-%%DEMO%%%%T%%/demo/applets/ImageMap/audio/hi.au
-%%DEMO%%%%T%%/demo/applets/ImageMap/example1.html
-%%DEMO%%%%T%%/demo/applets/ImageMap/imagemapcheat.html
-%%DEMO%%%%T%%/demo/applets/ImageMap/images/jim.graham.gif
-%%DEMO%%%%T%%/demo/applets/ImageMap/sources.html
-%%DEMO%%%%T%%/demo/applets/JumpingBox/JumpingBox.class
-%%DEMO%%%%T%%/demo/applets/JumpingBox/JumpingBox.java
-%%DEMO%%%%T%%/demo/applets/JumpingBox/example1.html
-%%DEMO%%%%T%%/demo/applets/JumpingBox/sounds/adapt-or-die.au
-%%DEMO%%%%T%%/demo/applets/JumpingBox/sounds/cannot.be.completed.au
-%%DEMO%%%%T%%/demo/applets/JumpingBox/sounds/danger.au
-%%DEMO%%%%T%%/demo/applets/JumpingBox/sounds/ip.au
-%%DEMO%%%%T%%/demo/applets/JumpingBox/sounds/that.hurts.au
-%%DEMO%%%%T%%/demo/applets/JumpingBox/sounds/thin.bell.au
-%%DEMO%%%%T%%/demo/applets/JumpingBox/sounds/tiptoe.thru.the.tulips.au
-%%DEMO%%%%T%%/demo/applets/MoleculeViewer/Atom.class
-%%DEMO%%%%T%%/demo/applets/MoleculeViewer/Matrix3D.class
-%%DEMO%%%%T%%/demo/applets/MoleculeViewer/Matrix3D.java
-%%DEMO%%%%T%%/demo/applets/MoleculeViewer/XYZApp.class
-%%DEMO%%%%T%%/demo/applets/MoleculeViewer/XYZApp.java
-%%DEMO%%%%T%%/demo/applets/MoleculeViewer/XYZChemModel.class
-%%DEMO%%%%T%%/demo/applets/MoleculeViewer/example1.html
-%%DEMO%%%%T%%/demo/applets/MoleculeViewer/example2.html
-%%DEMO%%%%T%%/demo/applets/MoleculeViewer/example3.html
-%%DEMO%%%%T%%/demo/applets/MoleculeViewer/models/HyaluronicAcid.xyz
-%%DEMO%%%%T%%/demo/applets/MoleculeViewer/models/benzene.xyz
-%%DEMO%%%%T%%/demo/applets/MoleculeViewer/models/buckminsterfullerine.xyz
-%%DEMO%%%%T%%/demo/applets/MoleculeViewer/models/cyclohexane.xyz
-%%DEMO%%%%T%%/demo/applets/MoleculeViewer/models/ethane.xyz
-%%DEMO%%%%T%%/demo/applets/MoleculeViewer/models/water.xyz
-%%DEMO%%%%T%%/demo/applets/NervousText/NervousText.class
-%%DEMO%%%%T%%/demo/applets/NervousText/NervousText.java
-%%DEMO%%%%T%%/demo/applets/NervousText/example1.html
-%%DEMO%%%%T%%/demo/applets/SimpleGraph/GraphApplet.class
-%%DEMO%%%%T%%/demo/applets/SimpleGraph/GraphApplet.java
-%%DEMO%%%%T%%/demo/applets/SimpleGraph/example1.html
-%%DEMO%%%%T%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.class
-%%DEMO%%%%T%%/demo/applets/SortDemo/BidirBubbleSortAlgorithm.java
-%%DEMO%%%%T%%/demo/applets/SortDemo/BubbleSortAlgorithm.class
-%%DEMO%%%%T%%/demo/applets/SortDemo/BubbleSortAlgorithm.java
-%%DEMO%%%%T%%/demo/applets/SortDemo/QSortAlgorithm.class
-%%DEMO%%%%T%%/demo/applets/SortDemo/QSortAlgorithm.java
-%%DEMO%%%%T%%/demo/applets/SortDemo/SortAlgorithm.class
-%%DEMO%%%%T%%/demo/applets/SortDemo/SortAlgorithm.java
-%%DEMO%%%%T%%/demo/applets/SortDemo/SortItem.class
-%%DEMO%%%%T%%/demo/applets/SortDemo/SortItem.java
-%%DEMO%%%%T%%/demo/applets/SortDemo/example1.html
-%%DEMO%%%%T%%/demo/applets/SpreadSheet/Cell.class
-%%DEMO%%%%T%%/demo/applets/SpreadSheet/CellUpdater.class
-%%DEMO%%%%T%%/demo/applets/SpreadSheet/InputField.class
-%%DEMO%%%%T%%/demo/applets/SpreadSheet/Node.class
-%%DEMO%%%%T%%/demo/applets/SpreadSheet/SpreadSheet.class
-%%DEMO%%%%T%%/demo/applets/SpreadSheet/SpreadSheet.java
-%%DEMO%%%%T%%/demo/applets/SpreadSheet/SpreadSheetInput.class
-%%DEMO%%%%T%%/demo/applets/SpreadSheet/example1.html
-%%DEMO%%%%T%%/demo/applets/TicTacToe/TicTacToe.class
-%%DEMO%%%%T%%/demo/applets/TicTacToe/TicTacToe.java
-%%DEMO%%%%T%%/demo/applets/TicTacToe/audio/beep.au
-%%DEMO%%%%T%%/demo/applets/TicTacToe/audio/ding.au
-%%DEMO%%%%T%%/demo/applets/TicTacToe/audio/return.au
-%%DEMO%%%%T%%/demo/applets/TicTacToe/audio/yahoo1.au
-%%DEMO%%%%T%%/demo/applets/TicTacToe/audio/yahoo2.au
-%%DEMO%%%%T%%/demo/applets/TicTacToe/example1.html
-%%DEMO%%%%T%%/demo/applets/TicTacToe/images/cross.gif
-%%DEMO%%%%T%%/demo/applets/TicTacToe/images/not.gif
-%%DEMO%%%%T%%/demo/applets/WireFrame/FileFormatException.class
-%%DEMO%%%%T%%/demo/applets/WireFrame/Matrix3D.class
-%%DEMO%%%%T%%/demo/applets/WireFrame/Matrix3D.java
-%%DEMO%%%%T%%/demo/applets/WireFrame/Model3D.class
-%%DEMO%%%%T%%/demo/applets/WireFrame/ThreeD.class
-%%DEMO%%%%T%%/demo/applets/WireFrame/ThreeD.java
-%%DEMO%%%%T%%/demo/applets/WireFrame/example1.html
-%%DEMO%%%%T%%/demo/applets/WireFrame/example2.html
-%%DEMO%%%%T%%/demo/applets/WireFrame/example3.html
-%%DEMO%%%%T%%/demo/applets/WireFrame/example4.html
-%%DEMO%%%%T%%/demo/applets/WireFrame/models/cube.obj
-%%DEMO%%%%T%%/demo/applets/WireFrame/models/dinasaur.obj
-%%DEMO%%%%T%%/demo/applets/WireFrame/models/hughes_500.obj
-%%DEMO%%%%T%%/demo/applets/WireFrame/models/knoxS.obj
-%%DEMO%%%%T%%/demo/jfc/CodePointIM/CodePointIM.jar
-%%DEMO%%%%T%%/demo/jfc/CodePointIM/README.html
-%%DEMO%%%%T%%/demo/jfc/CodePointIM/src/CodePointIM.java
-%%DEMO%%%%T%%/demo/jfc/CodePointIM/src/CodePointInputMethod.java
-%%DEMO%%%%T%%/demo/jfc/CodePointIM/src/CodePointInputMethodDescriptor.java
-%%DEMO%%%%T%%/demo/jfc/CodePointIM/src/resources/codepoint.properties
-%%DEMO%%%%T%%/demo/jfc/CodePointIM/src/resources/codepoint_ja.properties
-%%DEMO%%%%T%%/demo/jfc/CodePointIM/src/resources/codepoint_zh_CN.properties
-%%DEMO%%%%T%%/demo/jfc/FileChooserDemo/FileChooserDemo.jar
-%%DEMO%%%%T%%/demo/jfc/FileChooserDemo/README.txt
-%%DEMO%%%%T%%/demo/jfc/FileChooserDemo/src/ExampleFileView.java
-%%DEMO%%%%T%%/demo/jfc/FileChooserDemo/src/FileChooserDemo.java
-%%DEMO%%%%T%%/demo/jfc/FileChooserDemo/src/resources/images/gifIcon.gif
-%%DEMO%%%%T%%/demo/jfc/FileChooserDemo/src/resources/images/jpgIcon.jpg
-%%DEMO%%%%T%%/demo/jfc/Font2DTest/Font2DTest.html
-%%DEMO%%%%T%%/demo/jfc/Font2DTest/Font2DTest.jar
-%%DEMO%%%%T%%/demo/jfc/Font2DTest/README.txt
-%%DEMO%%%%T%%/demo/jfc/Font2DTest/src/Font2DTest.java
-%%DEMO%%%%T%%/demo/jfc/Font2DTest/src/Font2DTestApplet.java
-%%DEMO%%%%T%%/demo/jfc/Font2DTest/src/FontPanel.java
-%%DEMO%%%%T%%/demo/jfc/Font2DTest/src/RangeMenu.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/Java2Demo.html
-%%DEMO%%%%T%%/demo/jfc/Java2D/Java2Demo.jar
-%%DEMO%%%%T%%/demo/jfc/Java2D/README.txt
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/fonts/A.ttf
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/bld.jpg
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/boat.png
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/box.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/boxwave.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/clone.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/clouds.jpg
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/cupanim.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/duke.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/duke.png
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/duke.running.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/dukeplug.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/fight.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/globe.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/java-logo.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/java_logo.png
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/jumptojavastrip.png
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/loop.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/looping.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/magnify.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/painting.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/print.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/remove.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/snooze.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/star7.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/start.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/start2.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/stop.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/stop2.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/surfing.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/thumbsup.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/images/tip.gif
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/AnimatingControlsSurface.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/AnimatingSurface.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/CloningFeature.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/ControlsSurface.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/CustomControls.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/CustomControlsContext.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/DemoFonts.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/DemoGroup.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/DemoImages.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/DemoPanel.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/GlobalControls.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/GlobalPanel.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/Intro.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/Java2Demo.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/Java2DemoApplet.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/MemoryMonitor.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/PerformanceMonitor.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/RunWindow.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/Surface.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/TextureChooser.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/Tools.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Arcs.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/BezierAnim.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Curves.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves/Ellipses.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Areas.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Clipping/ClipAnim.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Intersection.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Clipping/Text.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Colors/BullsEye.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Colors/ColorConvert.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Colors/Rotator3D.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Composite/ACimages.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Composite/ACrules.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Composite/FadeAnim.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Fonts/AllFonts.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Fonts/AttributedStr.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Highlighting.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Outline.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Fonts/Tree.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Images/DukeAnim.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Images/ImageOps.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Images/JPEGFlip.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Images/WarpImage.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Lines/Caps.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Lines/Dash.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Lines/Joins.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Lines/LineAnim.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Mix/Balls.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Mix/BezierScroller.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Mix/Stars3D.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Paint/GradAnim.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Paint/Gradient.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Paint/Texture.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Paint/TextureAnim.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Paths/Append.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Paths/CurveQuadTo.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Paths/FillStroke.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Paths/WindingRule.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Transforms/Rotate.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Transforms/SelectTx.java
-%%DEMO%%%%T%%/demo/jfc/Java2D/src/java2d/demos/Transforms/TransformAnim.java
-%%DEMO%%%%T%%/demo/jfc/Laffy/laffy.png
-%%DEMO%%%%T%%/demo/jfc/Laffy/readme.html
-%%DEMO%%%%T%%/demo/jfc/Metalworks/Metalworks.jar
-%%DEMO%%%%T%%/demo/jfc/Metalworks/README.txt
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/AquaMetalTheme.java
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/BigContrastMetalTheme.java
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/ContrastMetalTheme.java
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/DemoMetalTheme.java
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/GreenMetalTheme.java
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/KhakiMetalTheme.java
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/MetalThemeMenu.java
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/Metalworks.java
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/MetalworksDocumentFrame.java
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/MetalworksFrame.java
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/MetalworksHelp.java
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/MetalworksInBox.java
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/MetalworksPrefs.java
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/PropertiesMetalTheme.java
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/UISwitchListener.java
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/resources/HelpFiles/back.gif
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/resources/HelpFiles/credits.html
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/resources/HelpFiles/duke.gif
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/resources/HelpFiles/javalogo.gif
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/resources/HelpFiles/metal.html
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/resources/HelpFiles/metalworks.html
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/resources/HelpFiles/swing.html
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/resources/HelpFiles/toc.html
-%%DEMO%%%%T%%/demo/jfc/Metalworks/src/resources/MyTheme.theme
-%%DEMO%%%%T%%/demo/jfc/Notepad/Notepad.jar
-%%DEMO%%%%T%%/demo/jfc/Notepad/README.txt
-%%DEMO%%%%T%%/demo/jfc/Notepad/src/ElementTreePanel.java
-%%DEMO%%%%T%%/demo/jfc/Notepad/src/Notepad.java
-%%DEMO%%%%T%%/demo/jfc/Notepad/src/resources/Notepad.properties
-%%DEMO%%%%T%%/demo/jfc/Notepad/src/resources/Notepad_fr.properties
-%%DEMO%%%%T%%/demo/jfc/Notepad/src/resources/Notepad_sv.properties
-%%DEMO%%%%T%%/demo/jfc/Notepad/src/resources/Notepad_zh_CN.properties
-%%DEMO%%%%T%%/demo/jfc/Notepad/src/resources/copy.gif
-%%DEMO%%%%T%%/demo/jfc/Notepad/src/resources/cut.gif
-%%DEMO%%%%T%%/demo/jfc/Notepad/src/resources/new.gif
-%%DEMO%%%%T%%/demo/jfc/Notepad/src/resources/open.gif
-%%DEMO%%%%T%%/demo/jfc/Notepad/src/resources/paste.gif
-%%DEMO%%%%T%%/demo/jfc/Notepad/src/resources/save.gif
-%%DEMO%%%%T%%/demo/jfc/SampleTree/README.txt
-%%DEMO%%%%T%%/demo/jfc/SampleTree/SampleTree.jar
-%%DEMO%%%%T%%/demo/jfc/SampleTree/src/DynamicTreeNode.java
-%%DEMO%%%%T%%/demo/jfc/SampleTree/src/SampleData.java
-%%DEMO%%%%T%%/demo/jfc/SampleTree/src/SampleTree.java
-%%DEMO%%%%T%%/demo/jfc/SampleTree/src/SampleTreeCellRenderer.java
-%%DEMO%%%%T%%/demo/jfc/SampleTree/src/SampleTreeModel.java
-%%DEMO%%%%T%%/demo/jfc/SampleTree/src/resources/images/collapsed.gif
-%%DEMO%%%%T%%/demo/jfc/SampleTree/src/resources/images/expanded.gif
-%%DEMO%%%%T%%/demo/jfc/Stylepad/README.txt
-%%DEMO%%%%T%%/demo/jfc/Stylepad/Stylepad.jar
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/ElementTreePanel.java
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/HelloWorld.java
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/Notepad.java
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/Stylepad.java
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/Wonderland.java
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/Notepad.properties
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/Notepad_fr.properties
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/Notepad_sv.properties
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/Notepad_zh_CN.properties
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/Stylepad.properties
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/Stylepad_sv.properties
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/Stylepad_zh_CN.properties
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/alice.gif
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/bold.gif
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/bullets.gif
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/caterpillar.gif
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/center.gif
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/copy.gif
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/cut.gif
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/fg.gif
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/hatter.gif
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/italic.gif
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/left.gif
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/new.gif
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/open.gif
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/paste.gif
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/rabbit.gif
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/rabbit2.gif
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/right.gif
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/save.gif
-%%DEMO%%%%T%%/demo/jfc/Stylepad/src/resources/underline.gif
-%%DEMO%%%%T%%/demo/jfc/SwingApplet/README.txt
-%%DEMO%%%%T%%/demo/jfc/SwingApplet/SwingApplet.html
-%%DEMO%%%%T%%/demo/jfc/SwingApplet/SwingApplet.jar
-%%DEMO%%%%T%%/demo/jfc/SwingApplet/src/SwingApplet.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/README.txt
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/SwingSet2.html
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/SwingSet2.jar
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/AquaTheme.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/BezierAnimationPanel.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/ButtonDemo.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/CharcoalTheme.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/CodeViewer.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/ColorChooserDemo.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/ComboBoxDemo.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/ContrastTheme.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/DemoModule.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/DirectionPanel.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/EmeraldTheme.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/ExampleFileView.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/FileChooserDemo.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/HtmlDemo.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/InternalFrameDemo.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/LayoutControlPanel.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/ListDemo.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/OptionPaneDemo.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/Permuter.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/ProgressBarDemo.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/RubyTheme.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/ScrollPaneDemo.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/SliderDemo.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/SplitPaneDemo.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/SwingSet2.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/SwingSet2Applet.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/TabbedPaneDemo.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/TableDemo.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/ToolTipDemo.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/TreeDemo.java
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/ant.html
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/bug.html
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/About.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/COPYRIGHT
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/apple.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/asparagus.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/banana.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/broccoli.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/cantaloupe.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/carrot.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/corn.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/grapefruit.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/grapes.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/kiwi.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/onion.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/peach.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/pear.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/pepper.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/pickle.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/pineapple.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/raspberry.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/strawberry.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/tomato.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food/watermelon.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/cab.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/cab_small.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/fish.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/fish_small.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/moon.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/moon_small.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/sun.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc/sun_small.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/Octavo/COPYRIGHT
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/Octavo/ant.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/Octavo/book.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/Octavo/bug.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/Octavo/bug2.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/Octavo/crest.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/Octavo/king.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/Octavo/micro.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/Octavo/seaweed.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b1.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b1d.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b1p.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b1r.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b2.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b2d.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b2p.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b2r.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b3.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b3d.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b3p.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/b3r.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/bl.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/bldn.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/bm.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/bmdn.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/br.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/brdn.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/c.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/cb.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/cbr.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/cbrs.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/cbs.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/cdn.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/ml.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/mldn.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/mr.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/mrdn.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/rb.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/rbp.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/rbr.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/rbrs.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/rbs.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/tl.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/tldn.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/tm.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/tmdn.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/toggle.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/toggledn.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/tr.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/buttons/trdn.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/brenteyes.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/brenthair.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/brentmouth.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/georgeseyes.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/georgeshair.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/georgesmouth.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/hanseyes.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/hanshair.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/hansmouth.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/howardeyes.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/howardhair.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/howardmouth.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/jameseyes.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/jameshair.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/jamesmouth.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/jeffeyes.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/jeffhair.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/jeffmouth.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/joneyes.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/jonhair.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/jonmouth.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/laraeyes.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/larahair.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/laramouth.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/larryeyes.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/larryhair.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/larrymouth.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/lisaeyes.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/lisahair.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/lisamouth.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/michaeleyes.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/michaelhair.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/michaelmouth.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/philipeyes.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/philiphair.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/philipmouth.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/scotteyes.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/scotthair.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/combobox/scottmouth.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/filechooser/find.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/filechooser/gifIcon.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/filechooser/help.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/filechooser/jpgIcon.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/htmldemo/back.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/htmldemo/forward.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/htmldemo/header.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/list/blue.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/list/cyan.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/list/gray.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/list/green.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/list/magenta.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/list/red.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/list/yellow.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/optionpane/bottle.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/optionpane/ibd.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/optionpane/ibu.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/COPYRIGHT
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/colheader.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/crayons.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/lowerleft.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/rowheader.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/upperleft.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/scrollpane/upperright.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/splash.png
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/splitpane/README
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/splitpane/earth.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/splitpane/moon.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/blake.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/brooke.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/david.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/ewan.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/ewan.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/hania.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/laine.jpg
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/matthew.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane/stephen.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JButton.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JColorChooser.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JComboBox.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JDesktop.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JDialog.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JEditorPane.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JFileChooser.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JList.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JMenu.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JOptionPane.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JProgressBar.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JRadioButton.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JScrollBar.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JScrollPane.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JSlider.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JSplitPane.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JTabbedPane.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JTable.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/JTree.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar/ToolTip.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/images/tooltip/cow.gif
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/index.html
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/king.html
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/preface.html
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/seaweed.html
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/swingset.properties
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/swingset_ja.properties
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/swingset_zh_CN.properties
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/title.html
-%%DEMO%%%%T%%/demo/jfc/SwingSet2/src/resources/tree.txt
-%%DEMO%%%%T%%/demo/jfc/SwingSet3/readme.html
-%%DEMO%%%%T%%/demo/jfc/SwingSet3/swingset3.png
-%%DEMO%%%%T%%/demo/jfc/TableExample/README.txt
-%%DEMO%%%%T%%/demo/jfc/TableExample/TableExample.jar
-%%DEMO%%%%T%%/demo/jfc/TableExample/src/JDBCAdapter.java
-%%DEMO%%%%T%%/demo/jfc/TableExample/src/OldJTable.java
-%%DEMO%%%%T%%/demo/jfc/TableExample/src/TableExample.java
-%%DEMO%%%%T%%/demo/jfc/TableExample/src/TableExample2.java
-%%DEMO%%%%T%%/demo/jfc/TableExample/src/TableExample3.java
-%%DEMO%%%%T%%/demo/jfc/TableExample/src/TableExample4.java
-%%DEMO%%%%T%%/demo/jfc/TableExample/src/TableMap.java
-%%DEMO%%%%T%%/demo/jfc/TableExample/src/TableSorter.java
-%%DEMO%%%%T%%/demo/jpda/examples.jar
-%%DEMO%%%%T%%/demo/jvmti/agent_util/README.txt
-%%DEMO%%%%T%%/demo/jvmti/agent_util/src/agent_util.c
-%%DEMO%%%%T%%/demo/jvmti/agent_util/src/agent_util.h
-%%DEMO%%%%T%%/demo/jvmti/gctest/README.txt
-%%DEMO%%%%T%%/demo/jvmti/gctest/lib/libgctest.so
-%%DEMO%%%%T%%/demo/jvmti/gctest/src/gctest.c
-%%DEMO%%%%T%%/demo/jvmti/gctest/src/sample.makefile.txt
-%%DEMO%%%%T%%/demo/jvmti/heapTracker/README.txt
-%%DEMO%%%%T%%/demo/jvmti/heapTracker/heapTracker.jar
-%%DEMO%%%%T%%/demo/jvmti/heapTracker/lib/libheapTracker.so
-%%DEMO%%%%T%%/demo/jvmti/heapTracker/src/HeapTracker.java
-%%DEMO%%%%T%%/demo/jvmti/heapTracker/src/heapTracker.c
-%%DEMO%%%%T%%/demo/jvmti/heapTracker/src/heapTracker.h
-%%DEMO%%%%T%%/demo/jvmti/heapTracker/src/sample.makefile.txt
-%%DEMO%%%%T%%/demo/jvmti/heapViewer/README.txt
-%%DEMO%%%%T%%/demo/jvmti/heapViewer/lib/libheapViewer.so
-%%DEMO%%%%T%%/demo/jvmti/heapViewer/src/heapViewer.c
-%%DEMO%%%%T%%/demo/jvmti/heapViewer/src/sample.makefile.txt
-%%DEMO%%%%T%%/demo/jvmti/hprof/README.txt
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/Tracker.java
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/debug_malloc.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/debug_malloc.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_b_spec.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_blocks.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_blocks.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_check.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_check.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_class.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_class.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_cpu.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_cpu.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_error.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_error.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_event.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_event.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_frame.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_frame.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_init.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_init.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_io.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_io.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_ioname.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_ioname.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_listener.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_listener.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_loader.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_loader.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_md.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_monitor.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_monitor.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_object.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_object.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_reference.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_reference.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_site.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_site.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_stack.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_stack.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_string.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_string.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_table.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_table.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_tag.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_tag.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_tls.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_tls.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_trace.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_trace.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_tracker.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_tracker.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_util.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/hprof_util.h
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/jvm.hprof.txt
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/linux/hprof_md.c
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/manual.html
-%%DEMO%%%%T%%/demo/jvmti/hprof/src/sample.makefile.txt
-%%DEMO%%%%T%%/demo/jvmti/index.html
-%%DEMO%%%%T%%/demo/jvmti/java_crw_demo/README.txt
-%%DEMO%%%%T%%/demo/jvmti/java_crw_demo/src/java_crw_demo.c
-%%DEMO%%%%T%%/demo/jvmti/java_crw_demo/src/java_crw_demo.h
-%%DEMO%%%%T%%/demo/jvmti/java_crw_demo/src/sample.makefile.txt
-%%DEMO%%%%T%%/demo/jvmti/java_crw_demo/src/test_crw.c
-%%DEMO%%%%T%%/demo/jvmti/minst/README.txt
-%%DEMO%%%%T%%/demo/jvmti/minst/lib/libminst.so
-%%DEMO%%%%T%%/demo/jvmti/minst/minst.jar
-%%DEMO%%%%T%%/demo/jvmti/minst/src/Minst.java
-%%DEMO%%%%T%%/demo/jvmti/minst/src/minst.c
-%%DEMO%%%%T%%/demo/jvmti/minst/src/minst.h
-%%DEMO%%%%T%%/demo/jvmti/minst/src/sample.makefile.txt
-%%DEMO%%%%T%%/demo/jvmti/mtrace/README.txt
-%%DEMO%%%%T%%/demo/jvmti/mtrace/lib/libmtrace.so
-%%DEMO%%%%T%%/demo/jvmti/mtrace/mtrace.jar
-%%DEMO%%%%T%%/demo/jvmti/mtrace/src/Mtrace.java
-%%DEMO%%%%T%%/demo/jvmti/mtrace/src/mtrace.c
-%%DEMO%%%%T%%/demo/jvmti/mtrace/src/mtrace.h
-%%DEMO%%%%T%%/demo/jvmti/mtrace/src/sample.makefile.txt
-%%DEMO%%%%T%%/demo/jvmti/versionCheck/README.txt
-%%DEMO%%%%T%%/demo/jvmti/versionCheck/lib/libversionCheck.so
-%%DEMO%%%%T%%/demo/jvmti/versionCheck/src/sample.makefile.txt
-%%DEMO%%%%T%%/demo/jvmti/versionCheck/src/versionCheck.c
-%%DEMO%%%%T%%/demo/jvmti/waiters/README.txt
-%%DEMO%%%%T%%/demo/jvmti/waiters/lib/libwaiters.so
-%%DEMO%%%%T%%/demo/jvmti/waiters/src/Agent.cpp
-%%DEMO%%%%T%%/demo/jvmti/waiters/src/Agent.hpp
-%%DEMO%%%%T%%/demo/jvmti/waiters/src/Monitor.cpp
-%%DEMO%%%%T%%/demo/jvmti/waiters/src/Monitor.hpp
-%%DEMO%%%%T%%/demo/jvmti/waiters/src/Thread.cpp
-%%DEMO%%%%T%%/demo/jvmti/waiters/src/Thread.hpp
-%%DEMO%%%%T%%/demo/jvmti/waiters/src/sample.makefile.txt
-%%DEMO%%%%T%%/demo/jvmti/waiters/src/waiters.cpp
-%%DEMO%%%%T%%/demo/management/FullThreadDump/FullThreadDump.jar
-%%DEMO%%%%T%%/demo/management/FullThreadDump/README.txt
-%%DEMO%%%%T%%/demo/management/FullThreadDump/src/Deadlock.java
-%%DEMO%%%%T%%/demo/management/FullThreadDump/src/FullThreadDump.java
-%%DEMO%%%%T%%/demo/management/FullThreadDump/src/ThreadMonitor.java
-%%DEMO%%%%T%%/demo/management/JTop/JTop.jar
-%%DEMO%%%%T%%/demo/management/JTop/README.txt
-%%DEMO%%%%T%%/demo/management/JTop/src/JTop.java
-%%DEMO%%%%T%%/demo/management/JTop/src/JTopPlugin.java
-%%DEMO%%%%T%%/demo/management/JTop/src/META-INF/services/com.sun.tools.jconsole.JConsolePlugin
-%%DEMO%%%%T%%/demo/management/MemoryMonitor/MemoryMonitor.jar
-%%DEMO%%%%T%%/demo/management/MemoryMonitor/README.txt
-%%DEMO%%%%T%%/demo/management/MemoryMonitor/src/MemoryMonitor.java
-%%DEMO%%%%T%%/demo/management/VerboseGC/README.txt
-%%DEMO%%%%T%%/demo/management/VerboseGC/VerboseGC.jar
-%%DEMO%%%%T%%/demo/management/VerboseGC/src/PrintGCStat.java
-%%DEMO%%%%T%%/demo/management/VerboseGC/src/VerboseGC.java
-%%DEMO%%%%T%%/demo/management/index.html
-%%DEMO%%%%T%%/demo/nbproject/README.txt
-%%DEMO%%%%T%%/demo/nbproject/jfc/FileChooserDemo/build.properties
-%%DEMO%%%%T%%/demo/nbproject/jfc/FileChooserDemo/build.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/FileChooserDemo/nbproject/file-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/FileChooserDemo/nbproject/jdk.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/FileChooserDemo/nbproject/netbeans-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/FileChooserDemo/nbproject/project.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Font2DTest/build.properties
-%%DEMO%%%%T%%/demo/nbproject/jfc/Font2DTest/build.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Font2DTest/nbproject/file-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Font2DTest/nbproject/jdk.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Font2DTest/nbproject/netbeans-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Font2DTest/nbproject/project.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Java2D/build.properties
-%%DEMO%%%%T%%/demo/nbproject/jfc/Java2D/build.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Java2D/nbproject/file-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Java2D/nbproject/jdk.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Java2D/nbproject/netbeans-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Java2D/nbproject/project.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Metalworks/build.properties
-%%DEMO%%%%T%%/demo/nbproject/jfc/Metalworks/build.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Metalworks/nbproject/file-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Metalworks/nbproject/jdk.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Metalworks/nbproject/netbeans-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Metalworks/nbproject/project.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Notepad/build.properties
-%%DEMO%%%%T%%/demo/nbproject/jfc/Notepad/build.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Notepad/nbproject/file-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Notepad/nbproject/jdk.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Notepad/nbproject/netbeans-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Notepad/nbproject/project.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/SampleTree/build.properties
-%%DEMO%%%%T%%/demo/nbproject/jfc/SampleTree/build.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/SampleTree/nbproject/file-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/SampleTree/nbproject/jdk.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/SampleTree/nbproject/netbeans-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/SampleTree/nbproject/project.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Stylepad/build.properties
-%%DEMO%%%%T%%/demo/nbproject/jfc/Stylepad/build.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Stylepad/nbproject/file-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Stylepad/nbproject/jdk.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Stylepad/nbproject/netbeans-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/Stylepad/nbproject/project.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/SwingApplet/build.properties
-%%DEMO%%%%T%%/demo/nbproject/jfc/SwingApplet/build.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/SwingApplet/nbproject/file-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/SwingApplet/nbproject/jdk.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/SwingApplet/nbproject/netbeans-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/SwingApplet/nbproject/project.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/SwingSet2/build.properties
-%%DEMO%%%%T%%/demo/nbproject/jfc/SwingSet2/build.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/SwingSet2/nbproject/file-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/SwingSet2/nbproject/jdk.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/SwingSet2/nbproject/netbeans-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/SwingSet2/nbproject/project.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/TableExample/build.properties
-%%DEMO%%%%T%%/demo/nbproject/jfc/TableExample/build.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/TableExample/nbproject/file-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/TableExample/nbproject/jdk.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/TableExample/nbproject/netbeans-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/jfc/TableExample/nbproject/project.xml
-%%DEMO%%%%T%%/demo/nbproject/management/FullThreadDump/build.properties
-%%DEMO%%%%T%%/demo/nbproject/management/FullThreadDump/build.xml
-%%DEMO%%%%T%%/demo/nbproject/management/FullThreadDump/nbproject/file-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/management/FullThreadDump/nbproject/jdk.xml
-%%DEMO%%%%T%%/demo/nbproject/management/FullThreadDump/nbproject/netbeans-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/management/FullThreadDump/nbproject/project.xml
-%%DEMO%%%%T%%/demo/nbproject/management/JTop/build.properties
-%%DEMO%%%%T%%/demo/nbproject/management/JTop/build.xml
-%%DEMO%%%%T%%/demo/nbproject/management/JTop/nbproject/file-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/management/JTop/nbproject/jdk.xml
-%%DEMO%%%%T%%/demo/nbproject/management/JTop/nbproject/netbeans-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/management/JTop/nbproject/project.xml
-%%DEMO%%%%T%%/demo/nbproject/management/MemoryMonitor/build.properties
-%%DEMO%%%%T%%/demo/nbproject/management/MemoryMonitor/build.xml
-%%DEMO%%%%T%%/demo/nbproject/management/MemoryMonitor/nbproject/file-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/management/MemoryMonitor/nbproject/jdk.xml
-%%DEMO%%%%T%%/demo/nbproject/management/MemoryMonitor/nbproject/netbeans-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/management/MemoryMonitor/nbproject/project.xml
-%%DEMO%%%%T%%/demo/nbproject/management/VerboseGC/build.properties
-%%DEMO%%%%T%%/demo/nbproject/management/VerboseGC/build.xml
-%%DEMO%%%%T%%/demo/nbproject/management/VerboseGC/nbproject/file-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/management/VerboseGC/nbproject/jdk.xml
-%%DEMO%%%%T%%/demo/nbproject/management/VerboseGC/nbproject/netbeans-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/management/VerboseGC/nbproject/project.xml
-%%DEMO%%%%T%%/demo/nbproject/project.xml
-%%DEMO%%%%T%%/demo/nbproject/scripting/jconsole-plugin/build.properties
-%%DEMO%%%%T%%/demo/nbproject/scripting/jconsole-plugin/build.xml
-%%DEMO%%%%T%%/demo/nbproject/scripting/jconsole-plugin/nbproject/file-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/scripting/jconsole-plugin/nbproject/jdk.xml
-%%DEMO%%%%T%%/demo/nbproject/scripting/jconsole-plugin/nbproject/netbeans-targets.xml
-%%DEMO%%%%T%%/demo/nbproject/scripting/jconsole-plugin/nbproject/project.xml
-%%DEMO%%%%T%%/demo/plugin/applets.html
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/Animation.class
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/AnimationFrame.class
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/Animator.class
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/Animator.java
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/DescriptionFrame.class
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/ParseException.class
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/audio/0.au
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/audio/1.au
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/audio/2.au
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/audio/3.au
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/audio/4.au
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/audio/5.au
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/audio/6.au
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/audio/7.au
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/audio/8.au
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/audio/9.au
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/audio/spacemusic.au
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/example1.html
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/example2.html
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/example3.html
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/example4.html
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/images/Beans/T1.gif
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/images/Beans/T10.gif
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/images/Beans/T2.gif
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/images/Beans/T3.gif
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/images/Beans/T4.gif
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/images/Beans/T5.gif
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/images/Beans/T6.gif
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/images/Beans/T7.gif
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/images/Beans/T8.gif
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/images/Beans/T9.gif
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/images/SimpleAnimation/T1.gif
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/images/SimpleAnimation/T2.gif
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/images/loading-msg.gif
-%%DEMO%%%%T%%/demo/plugin/applets/Animator/index.html
-%%DEMO%%%%T%%/demo/plugin/applets/ArcTest/ArcCanvas.class
-%%DEMO%%%%T%%/demo/plugin/applets/ArcTest/ArcControls.class
-%%DEMO%%%%T%%/demo/plugin/applets/ArcTest/ArcTest.class
-%%DEMO%%%%T%%/demo/plugin/applets/ArcTest/ArcTest.java
-%%DEMO%%%%T%%/demo/plugin/applets/ArcTest/IntegerTextField.class
-%%DEMO%%%%T%%/demo/plugin/applets/ArcTest/example1.html
-%%DEMO%%%%T%%/demo/plugin/applets/BarChart/BarChart.class
-%%DEMO%%%%T%%/demo/plugin/applets/BarChart/BarChart.java
-%%DEMO%%%%T%%/demo/plugin/applets/BarChart/example1.html
-%%DEMO%%%%T%%/demo/plugin/applets/Blink/Blink$1.class
-%%DEMO%%%%T%%/demo/plugin/applets/Blink/Blink.class
-%%DEMO%%%%T%%/demo/plugin/applets/Blink/Blink.java
-%%DEMO%%%%T%%/demo/plugin/applets/Blink/example1.html
-%%DEMO%%%%T%%/demo/plugin/applets/CardTest/CardPanel.class
-%%DEMO%%%%T%%/demo/plugin/applets/CardTest/CardTest.class
-%%DEMO%%%%T%%/demo/plugin/applets/CardTest/CardTest.java
-%%DEMO%%%%T%%/demo/plugin/applets/CardTest/example1.html
-%%DEMO%%%%T%%/demo/plugin/applets/Clock/Clock.class
-%%DEMO%%%%T%%/demo/plugin/applets/Clock/Clock.java
-%%DEMO%%%%T%%/demo/plugin/applets/Clock/example1.html
-%%DEMO%%%%T%%/demo/plugin/applets/DitherTest/CardinalTextField.class
-%%DEMO%%%%T%%/demo/plugin/applets/DitherTest/DitherCanvas.class
-%%DEMO%%%%T%%/demo/plugin/applets/DitherTest/DitherControls.class
-%%DEMO%%%%T%%/demo/plugin/applets/DitherTest/DitherTest.class
-%%DEMO%%%%T%%/demo/plugin/applets/DitherTest/DitherTest.java
-%%DEMO%%%%T%%/demo/plugin/applets/DitherTest/example1.html
-%%DEMO%%%%T%%/demo/plugin/applets/DrawTest/DrawControls.class
-%%DEMO%%%%T%%/demo/plugin/applets/DrawTest/DrawPanel.class
-%%DEMO%%%%T%%/demo/plugin/applets/DrawTest/DrawTest.class
-%%DEMO%%%%T%%/demo/plugin/applets/DrawTest/DrawTest.java
-%%DEMO%%%%T%%/demo/plugin/applets/DrawTest/example1.html
-%%DEMO%%%%T%%/demo/plugin/applets/Fractal/CLSFractal.class
-%%DEMO%%%%T%%/demo/plugin/applets/Fractal/CLSFractal.java
-%%DEMO%%%%T%%/demo/plugin/applets/Fractal/CLSRule.class
-%%DEMO%%%%T%%/demo/plugin/applets/Fractal/CLSTurtle.class
-%%DEMO%%%%T%%/demo/plugin/applets/Fractal/ContextLSystem.class
-%%DEMO%%%%T%%/demo/plugin/applets/Fractal/example1.html
-%%DEMO%%%%T%%/demo/plugin/applets/GraphLayout/Edge.class
-%%DEMO%%%%T%%/demo/plugin/applets/GraphLayout/Graph.class
-%%DEMO%%%%T%%/demo/plugin/applets/GraphLayout/Graph.java
-%%DEMO%%%%T%%/demo/plugin/applets/GraphLayout/GraphPanel.class
-%%DEMO%%%%T%%/demo/plugin/applets/GraphLayout/Node.class
-%%DEMO%%%%T%%/demo/plugin/applets/GraphLayout/audio/computer.au
-%%DEMO%%%%T%%/demo/plugin/applets/GraphLayout/audio/drip.au
-%%DEMO%%%%T%%/demo/plugin/applets/GraphLayout/audio/gong.au
-%%DEMO%%%%T%%/demo/plugin/applets/GraphLayout/example1.html
-%%DEMO%%%%T%%/demo/plugin/applets/GraphLayout/example2.html
-%%DEMO%%%%T%%/demo/plugin/applets/GraphLayout/example3.html
-%%DEMO%%%%T%%/demo/plugin/applets/GraphLayout/example4.html
-%%DEMO%%%%T%%/demo/plugin/applets/GraphicsTest/AppletFrame.class
-%%DEMO%%%%T%%/demo/plugin/applets/GraphicsTest/AppletFrame.java
-%%DEMO%%%%T%%/demo/plugin/applets/GraphicsTest/ArcCard.class
-%%DEMO%%%%T%%/demo/plugin/applets/GraphicsTest/ArcDegreePanel.class
-%%DEMO%%%%T%%/demo/plugin/applets/GraphicsTest/ArcPanel.class
-%%DEMO%%%%T%%/demo/plugin/applets/GraphicsTest/ColorUtils.class
-%%DEMO%%%%T%%/demo/plugin/applets/GraphicsTest/GraphicsCards.class
-%%DEMO%%%%T%%/demo/plugin/applets/GraphicsTest/GraphicsPanel.class
-%%DEMO%%%%T%%/demo/plugin/applets/GraphicsTest/GraphicsTest.class
-%%DEMO%%%%T%%/demo/plugin/applets/GraphicsTest/GraphicsTest.java
-%%DEMO%%%%T%%/demo/plugin/applets/GraphicsTest/OvalShape.class
-%%DEMO%%%%T%%/demo/plugin/applets/GraphicsTest/PolygonShape.class
-%%DEMO%%%%T%%/demo/plugin/applets/GraphicsTest/RectShape.class
-%%DEMO%%%%T%%/demo/plugin/applets/GraphicsTest/RoundRectShape.class
-%%DEMO%%%%T%%/demo/plugin/applets/GraphicsTest/Shape.class
-%%DEMO%%%%T%%/demo/plugin/applets/GraphicsTest/ShapeTest.class
-%%DEMO%%%%T%%/demo/plugin/applets/GraphicsTest/example1.html
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/AniArea.class
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/AniArea.java
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/ButtonFilter.class
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/ButtonFilter.java
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/ClickArea.class
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/ClickArea.java
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/DelayedSoundArea.class
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/DelayedSoundArea.java
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/HighlightArea.class
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/HighlightArea.java
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/HighlightFilter.class
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/HighlightFilter.java
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/HrefButtonArea.class
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/HrefButtonArea.java
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/ImageMap.class
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/ImageMap.java
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/ImageMapArea.class
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/ImageMapArea.java
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/LinkArea.class
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/LinkArea.java
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/NameArea.class
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/NameArea.java
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/RoundButtonFilter.class
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/RoundButtonFilter.java
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/RoundHrefButtonArea.class
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/RoundHrefButtonArea.java
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/SoundArea.class
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/SoundArea.java
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/TickerArea.class
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/TickerArea.java
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/audio/chirp1.au
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/audio/hi.au
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/example1.html
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/imagemapcheat.html
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/images/jim.graham.gif
-%%DEMO%%%%T%%/demo/plugin/applets/ImageMap/sources.html
-%%DEMO%%%%T%%/demo/plugin/applets/JumpingBox/JumpingBox.class
-%%DEMO%%%%T%%/demo/plugin/applets/JumpingBox/JumpingBox.java
-%%DEMO%%%%T%%/demo/plugin/applets/JumpingBox/example1.html
-%%DEMO%%%%T%%/demo/plugin/applets/JumpingBox/sounds/adapt-or-die.au
-%%DEMO%%%%T%%/demo/plugin/applets/JumpingBox/sounds/cannot.be.completed.au
-%%DEMO%%%%T%%/demo/plugin/applets/JumpingBox/sounds/danger.au
-%%DEMO%%%%T%%/demo/plugin/applets/JumpingBox/sounds/ip.au
-%%DEMO%%%%T%%/demo/plugin/applets/JumpingBox/sounds/that.hurts.au
-%%DEMO%%%%T%%/demo/plugin/applets/JumpingBox/sounds/thin.bell.au
-%%DEMO%%%%T%%/demo/plugin/applets/JumpingBox/sounds/tiptoe.thru.the.tulips.au
-%%DEMO%%%%T%%/demo/plugin/applets/MoleculeViewer/Atom.class
-%%DEMO%%%%T%%/demo/plugin/applets/MoleculeViewer/Matrix3D.class
-%%DEMO%%%%T%%/demo/plugin/applets/MoleculeViewer/Matrix3D.java
-%%DEMO%%%%T%%/demo/plugin/applets/MoleculeViewer/XYZApp.class
-%%DEMO%%%%T%%/demo/plugin/applets/MoleculeViewer/XYZApp.java
-%%DEMO%%%%T%%/demo/plugin/applets/MoleculeViewer/XYZChemModel.class
-%%DEMO%%%%T%%/demo/plugin/applets/MoleculeViewer/example1.html
-%%DEMO%%%%T%%/demo/plugin/applets/MoleculeViewer/example2.html
-%%DEMO%%%%T%%/demo/plugin/applets/MoleculeViewer/example3.html
-%%DEMO%%%%T%%/demo/plugin/applets/MoleculeViewer/models/HyaluronicAcid.xyz
-%%DEMO%%%%T%%/demo/plugin/applets/MoleculeViewer/models/benzene.xyz
-%%DEMO%%%%T%%/demo/plugin/applets/MoleculeViewer/models/buckminsterfullerine.xyz
-%%DEMO%%%%T%%/demo/plugin/applets/MoleculeViewer/models/cyclohexane.xyz
-%%DEMO%%%%T%%/demo/plugin/applets/MoleculeViewer/models/ethane.xyz
-%%DEMO%%%%T%%/demo/plugin/applets/MoleculeViewer/models/water.xyz
-%%DEMO%%%%T%%/demo/plugin/applets/NervousText/NervousText.class
-%%DEMO%%%%T%%/demo/plugin/applets/NervousText/NervousText.java
-%%DEMO%%%%T%%/demo/plugin/applets/NervousText/example1.html
-%%DEMO%%%%T%%/demo/plugin/applets/SimpleGraph/GraphApplet.class
-%%DEMO%%%%T%%/demo/plugin/applets/SimpleGraph/GraphApplet.java
-%%DEMO%%%%T%%/demo/plugin/applets/SimpleGraph/example1.html
-%%DEMO%%%%T%%/demo/plugin/applets/SortDemo/BidirBubbleSortAlgorithm.class
-%%DEMO%%%%T%%/demo/plugin/applets/SortDemo/BidirBubbleSortAlgorithm.java
-%%DEMO%%%%T%%/demo/plugin/applets/SortDemo/BubbleSortAlgorithm.class
-%%DEMO%%%%T%%/demo/plugin/applets/SortDemo/BubbleSortAlgorithm.java
-%%DEMO%%%%T%%/demo/plugin/applets/SortDemo/QSortAlgorithm.class
-%%DEMO%%%%T%%/demo/plugin/applets/SortDemo/QSortAlgorithm.java
-%%DEMO%%%%T%%/demo/plugin/applets/SortDemo/SortAlgorithm.class
-%%DEMO%%%%T%%/demo/plugin/applets/SortDemo/SortAlgorithm.java
-%%DEMO%%%%T%%/demo/plugin/applets/SortDemo/SortItem.class
-%%DEMO%%%%T%%/demo/plugin/applets/SortDemo/SortItem.java
-%%DEMO%%%%T%%/demo/plugin/applets/SortDemo/example1.html
-%%DEMO%%%%T%%/demo/plugin/applets/SpreadSheet/Cell.class
-%%DEMO%%%%T%%/demo/plugin/applets/SpreadSheet/CellUpdater.class
-%%DEMO%%%%T%%/demo/plugin/applets/SpreadSheet/InputField.class
-%%DEMO%%%%T%%/demo/plugin/applets/SpreadSheet/Node.class
-%%DEMO%%%%T%%/demo/plugin/applets/SpreadSheet/SpreadSheet.class
-%%DEMO%%%%T%%/demo/plugin/applets/SpreadSheet/SpreadSheet.java
-%%DEMO%%%%T%%/demo/plugin/applets/SpreadSheet/SpreadSheetInput.class
-%%DEMO%%%%T%%/demo/plugin/applets/SpreadSheet/example1.html
-%%DEMO%%%%T%%/demo/plugin/applets/TicTacToe/TicTacToe.class
-%%DEMO%%%%T%%/demo/plugin/applets/TicTacToe/TicTacToe.java
-%%DEMO%%%%T%%/demo/plugin/applets/TicTacToe/audio/beep.au
-%%DEMO%%%%T%%/demo/plugin/applets/TicTacToe/audio/ding.au
-%%DEMO%%%%T%%/demo/plugin/applets/TicTacToe/audio/return.au
-%%DEMO%%%%T%%/demo/plugin/applets/TicTacToe/audio/yahoo1.au
-%%DEMO%%%%T%%/demo/plugin/applets/TicTacToe/audio/yahoo2.au
-%%DEMO%%%%T%%/demo/plugin/applets/TicTacToe/example1.html
-%%DEMO%%%%T%%/demo/plugin/applets/TicTacToe/images/cross.gif
-%%DEMO%%%%T%%/demo/plugin/applets/TicTacToe/images/not.gif
-%%DEMO%%%%T%%/demo/plugin/applets/WireFrame/FileFormatException.class
-%%DEMO%%%%T%%/demo/plugin/applets/WireFrame/Matrix3D.class
-%%DEMO%%%%T%%/demo/plugin/applets/WireFrame/Matrix3D.java
-%%DEMO%%%%T%%/demo/plugin/applets/WireFrame/Model3D.class
-%%DEMO%%%%T%%/demo/plugin/applets/WireFrame/ThreeD.class
-%%DEMO%%%%T%%/demo/plugin/applets/WireFrame/ThreeD.java
-%%DEMO%%%%T%%/demo/plugin/applets/WireFrame/example1.html
-%%DEMO%%%%T%%/demo/plugin/applets/WireFrame/example2.html
-%%DEMO%%%%T%%/demo/plugin/applets/WireFrame/example3.html
-%%DEMO%%%%T%%/demo/plugin/applets/WireFrame/example4.html
-%%DEMO%%%%T%%/demo/plugin/applets/WireFrame/models/cube.obj
-%%DEMO%%%%T%%/demo/plugin/applets/WireFrame/models/dinasaur.obj
-%%DEMO%%%%T%%/demo/plugin/applets/WireFrame/models/hughes_500.obj
-%%DEMO%%%%T%%/demo/plugin/applets/WireFrame/models/knoxS.obj
-%%DEMO%%%%T%%/demo/plugin/jfc/CodePointIM/CodePointIM.jar
-%%DEMO%%%%T%%/demo/plugin/jfc/CodePointIM/README.html
-%%DEMO%%%%T%%/demo/plugin/jfc/CodePointIM/src/CodePointIM.java
-%%DEMO%%%%T%%/demo/plugin/jfc/CodePointIM/src/CodePointInputMethod.java
-%%DEMO%%%%T%%/demo/plugin/jfc/CodePointIM/src/CodePointInputMethodDescriptor.java
-%%DEMO%%%%T%%/demo/plugin/jfc/CodePointIM/src/resources/codepoint.properties
-%%DEMO%%%%T%%/demo/plugin/jfc/CodePointIM/src/resources/codepoint_ja.properties
-%%DEMO%%%%T%%/demo/plugin/jfc/CodePointIM/src/resources/codepoint_zh_CN.properties
-%%DEMO%%%%T%%/demo/plugin/jfc/FileChooserDemo/FileChooserDemo.jar
-%%DEMO%%%%T%%/demo/plugin/jfc/FileChooserDemo/README.txt
-%%DEMO%%%%T%%/demo/plugin/jfc/FileChooserDemo/src/ExampleFileView.java
-%%DEMO%%%%T%%/demo/plugin/jfc/FileChooserDemo/src/FileChooserDemo.java
-%%DEMO%%%%T%%/demo/plugin/jfc/FileChooserDemo/src/resources/images/gifIcon.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/FileChooserDemo/src/resources/images/jpgIcon.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/Font2DTest/Font2DTest.html
-%%DEMO%%%%T%%/demo/plugin/jfc/Font2DTest/Font2DTest.jar
-%%DEMO%%%%T%%/demo/plugin/jfc/Font2DTest/README.txt
-%%DEMO%%%%T%%/demo/plugin/jfc/Font2DTest/src/Font2DTest.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Font2DTest/src/Font2DTestApplet.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Font2DTest/src/FontPanel.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Font2DTest/src/RangeMenu.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/Java2Demo.html
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/Java2Demo.jar
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/README.txt
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/fonts/A.ttf
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/bld.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/boat.png
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/box.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/boxwave.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/clone.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/clouds.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/cupanim.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/duke.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/duke.png
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/duke.running.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/dukeplug.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/fight.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/globe.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/java-logo.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/java_logo.png
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/jumptojavastrip.png
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/loop.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/looping.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/magnify.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/painting.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/print.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/remove.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/snooze.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/star7.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/start.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/start2.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/stop.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/stop2.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/surfing.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/thumbsup.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/images/tip.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/AnimatingControlsSurface.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/AnimatingSurface.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/CloningFeature.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/ControlsSurface.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/CustomControls.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/CustomControlsContext.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/DemoFonts.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/DemoGroup.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/DemoImages.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/DemoPanel.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/GlobalControls.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/GlobalPanel.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/Intro.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/Java2Demo.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/Java2DemoApplet.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/MemoryMonitor.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/PerformanceMonitor.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/RunWindow.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/Surface.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/TextureChooser.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/Tools.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/Arcs.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/BezierAnim.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/Curves.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/Ellipses.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/Areas.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/ClipAnim.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/Intersection.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/Text.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Colors/BullsEye.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Colors/ColorConvert.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Colors/Rotator3D.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Composite/ACimages.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Composite/ACrules.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Composite/FadeAnim.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/AllFonts.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/AttributedStr.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/Highlighting.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/Outline.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/Tree.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images/DukeAnim.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images/ImageOps.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images/JPEGFlip.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images/WarpImage.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/Caps.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/Dash.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/Joins.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/LineAnim.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Mix/Balls.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Mix/BezierScroller.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Mix/Stars3D.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/GradAnim.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/Gradient.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/Texture.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/TextureAnim.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/Append.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/CurveQuadTo.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/FillStroke.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/WindingRule.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms/Rotate.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms/SelectTx.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms/TransformAnim.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Laffy/laffy.png
-%%DEMO%%%%T%%/demo/plugin/jfc/Laffy/readme.html
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/Metalworks.jar
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/README.txt
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/AquaMetalTheme.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/BigContrastMetalTheme.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/ContrastMetalTheme.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/DemoMetalTheme.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/GreenMetalTheme.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/KhakiMetalTheme.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/MetalThemeMenu.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/Metalworks.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/MetalworksDocumentFrame.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/MetalworksFrame.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/MetalworksHelp.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/MetalworksInBox.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/MetalworksPrefs.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/PropertiesMetalTheme.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/UISwitchListener.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/back.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/credits.html
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/duke.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/javalogo.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/metal.html
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/metalworks.html
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/swing.html
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles/toc.html
-%%DEMO%%%%T%%/demo/plugin/jfc/Metalworks/src/resources/MyTheme.theme
-%%DEMO%%%%T%%/demo/plugin/jfc/Notepad/Notepad.jar
-%%DEMO%%%%T%%/demo/plugin/jfc/Notepad/README.txt
-%%DEMO%%%%T%%/demo/plugin/jfc/Notepad/src/ElementTreePanel.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Notepad/src/Notepad.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Notepad/src/resources/Notepad.properties
-%%DEMO%%%%T%%/demo/plugin/jfc/Notepad/src/resources/Notepad_fr.properties
-%%DEMO%%%%T%%/demo/plugin/jfc/Notepad/src/resources/Notepad_sv.properties
-%%DEMO%%%%T%%/demo/plugin/jfc/Notepad/src/resources/Notepad_zh_CN.properties
-%%DEMO%%%%T%%/demo/plugin/jfc/Notepad/src/resources/copy.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Notepad/src/resources/cut.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Notepad/src/resources/new.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Notepad/src/resources/open.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Notepad/src/resources/paste.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Notepad/src/resources/save.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SampleTree/README.txt
-%%DEMO%%%%T%%/demo/plugin/jfc/SampleTree/SampleTree.jar
-%%DEMO%%%%T%%/demo/plugin/jfc/SampleTree/src/DynamicTreeNode.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SampleTree/src/SampleData.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SampleTree/src/SampleTree.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SampleTree/src/SampleTreeCellRenderer.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SampleTree/src/SampleTreeModel.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SampleTree/src/resources/images/collapsed.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SampleTree/src/resources/images/expanded.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/README.txt
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/Stylepad.jar
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/ElementTreePanel.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/HelloWorld.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/Notepad.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/Stylepad.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/Wonderland.java
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/Notepad.properties
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/Notepad_fr.properties
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/Notepad_sv.properties
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/Notepad_zh_CN.properties
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/Stylepad.properties
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/Stylepad_sv.properties
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/Stylepad_zh_CN.properties
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/alice.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/bold.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/bullets.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/caterpillar.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/center.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/copy.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/cut.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/fg.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/hatter.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/italic.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/left.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/new.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/open.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/paste.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/rabbit.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/rabbit2.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/right.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/save.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/Stylepad/src/resources/underline.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingApplet/README.txt
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingApplet/SwingApplet.html
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingApplet/SwingApplet.jar
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingApplet/src/SwingApplet.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/README.txt
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/SwingSet2.html
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/SwingSet2.jar
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/AquaTheme.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/BezierAnimationPanel.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/ButtonDemo.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/CharcoalTheme.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/CodeViewer.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/ColorChooserDemo.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/ComboBoxDemo.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/ContrastTheme.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/DemoModule.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/DirectionPanel.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/EmeraldTheme.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/ExampleFileView.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/FileChooserDemo.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/HtmlDemo.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/InternalFrameDemo.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/LayoutControlPanel.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/ListDemo.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/OptionPaneDemo.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/Permuter.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/ProgressBarDemo.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/RubyTheme.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/ScrollPaneDemo.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/SliderDemo.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/SplitPaneDemo.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/SwingSet2.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/SwingSet2Applet.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/TabbedPaneDemo.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/TableDemo.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/ToolTipDemo.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/TreeDemo.java
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/ant.html
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/bug.html
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/About.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/COPYRIGHT
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/apple.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/asparagus.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/banana.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/broccoli.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/cantaloupe.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/carrot.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/corn.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/grapefruit.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/grapes.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/kiwi.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/onion.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/peach.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/pear.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/pepper.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/pickle.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/pineapple.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/raspberry.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/strawberry.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/tomato.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food/watermelon.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/cab.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/cab_small.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/fish.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/fish_small.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/moon.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/moon_small.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/sun.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc/sun_small.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/COPYRIGHT
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/ant.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/book.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/bug.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/bug2.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/crest.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/king.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/micro.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo/seaweed.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b1.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b1d.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b1p.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b1r.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b2.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b2d.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b2p.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b2r.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b3.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b3d.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b3p.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/b3r.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/bl.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/bldn.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/bm.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/bmdn.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/br.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/brdn.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/c.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/cb.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/cbr.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/cbrs.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/cbs.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/cdn.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/ml.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/mldn.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/mr.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/mrdn.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/rb.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/rbp.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/rbr.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/rbrs.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/rbs.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/tl.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/tldn.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/tm.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/tmdn.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/toggle.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/toggledn.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/tr.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons/trdn.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/brenteyes.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/brenthair.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/brentmouth.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/georgeseyes.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/georgeshair.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/georgesmouth.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/hanseyes.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/hanshair.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/hansmouth.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/howardeyes.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/howardhair.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/howardmouth.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jameseyes.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jameshair.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jamesmouth.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jeffeyes.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jeffhair.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jeffmouth.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/joneyes.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jonhair.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/jonmouth.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/laraeyes.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/larahair.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/laramouth.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/larryeyes.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/larryhair.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/larrymouth.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/lisaeyes.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/lisahair.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/lisamouth.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/michaeleyes.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/michaelhair.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/michaelmouth.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/philipeyes.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/philiphair.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/philipmouth.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/scotteyes.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/scotthair.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox/scottmouth.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/filechooser/find.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/filechooser/gifIcon.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/filechooser/help.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/filechooser/jpgIcon.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/htmldemo/back.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/htmldemo/forward.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/htmldemo/header.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/blue.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/cyan.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/gray.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/green.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/magenta.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/red.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/list/yellow.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/optionpane/bottle.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/optionpane/ibd.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/optionpane/ibu.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/COPYRIGHT
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/colheader.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/crayons.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/lowerleft.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/rowheader.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/upperleft.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane/upperright.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/splash.png
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/splitpane/README
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/splitpane/earth.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/splitpane/moon.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/blake.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/brooke.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/david.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/ewan.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/ewan.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/hania.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/laine.jpg
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/matthew.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane/stephen.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JButton.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JColorChooser.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JComboBox.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JDesktop.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JDialog.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JEditorPane.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JFileChooser.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JList.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JMenu.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JOptionPane.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JProgressBar.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JRadioButton.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JScrollBar.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JScrollPane.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JSlider.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JSplitPane.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JTabbedPane.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JTable.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/JTree.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar/ToolTip.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tooltip/cow.gif
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/index.html
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/king.html
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/preface.html
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/seaweed.html
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/swingset.properties
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/swingset_ja.properties
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/swingset_zh_CN.properties
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/title.html
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet2/src/resources/tree.txt
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet3/readme.html
-%%DEMO%%%%T%%/demo/plugin/jfc/SwingSet3/swingset3.png
-%%DEMO%%%%T%%/demo/plugin/jfc/TableExample/README.txt
-%%DEMO%%%%T%%/demo/plugin/jfc/TableExample/TableExample.jar
-%%DEMO%%%%T%%/demo/plugin/jfc/TableExample/src/JDBCAdapter.java
-%%DEMO%%%%T%%/demo/plugin/jfc/TableExample/src/OldJTable.java
-%%DEMO%%%%T%%/demo/plugin/jfc/TableExample/src/TableExample.java
-%%DEMO%%%%T%%/demo/plugin/jfc/TableExample/src/TableExample2.java
-%%DEMO%%%%T%%/demo/plugin/jfc/TableExample/src/TableExample3.java
-%%DEMO%%%%T%%/demo/plugin/jfc/TableExample/src/TableExample4.java
-%%DEMO%%%%T%%/demo/plugin/jfc/TableExample/src/TableMap.java
-%%DEMO%%%%T%%/demo/plugin/jfc/TableExample/src/TableSorter.java
-%%DEMO%%%%T%%/demo/scripting/jconsole-plugin/README.txt
-%%DEMO%%%%T%%/demo/scripting/jconsole-plugin/build.xml
-%%DEMO%%%%T%%/demo/scripting/jconsole-plugin/jconsole-plugin.jar
-%%DEMO%%%%T%%/demo/scripting/jconsole-plugin/src/META-INF/services/com.sun.tools.jconsole.JConsolePlugin
-%%DEMO%%%%T%%/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/EditableAtEndDocument.java
-%%DEMO%%%%T%%/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/ScriptJConsolePlugin.java
-%%DEMO%%%%T%%/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/ScriptShellPanel.java
-%%DEMO%%%%T%%/demo/scripting/jconsole-plugin/src/resources/jconsole.js
-%%DEMO%%%%T%%/demo/scripting/jconsole-plugin/src/scripts/heapdump.js
-%%DEMO%%%%T%%/demo/scripting/jconsole-plugin/src/scripts/hello.js
-%%DEMO%%%%T%%/demo/scripting/jconsole-plugin/src/scripts/invoke.js
-%%DEMO%%%%T%%/demo/scripting/jconsole-plugin/src/scripts/jstack.js
-%%DEMO%%%%T%%/demo/scripting/jconsole-plugin/src/scripts/jtop.js
-%%DEMO%%%%T%%/demo/scripting/jconsole-plugin/src/scripts/sysprops.js
-%%DEMO%%%%T%%/demo/scripting/jconsole-plugin/src/scripts/verbose.js
-%%T%%/include/classfile_constants.h
-%%T%%/include/freebsd
-%%T%%/include/jawt.h
-%%T%%/include/jdwpTransport.h
-%%T%%/include/jni.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/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/jcontrol
-%%T%%/jre/bin/keytool
-%%T%%/jre/bin/orbd
-%%T%%/jre/bin/pack200
-%%T%%/jre/bin/policytool
-%%T%%/jre/bin/rmid
-%%T%%/jre/bin/rmiregistry
-%%T%%/jre/bin/servertool
-%%T%%/jre/bin/tnameserv
-%%T%%/jre/bin/unpack200
-%%T%%/jre/javaws/javaws
-%%T%%/jre/lib/alt-rt.jar
-%%T%%/jre/lib/alt-string.jar
-%%T%%/jre/lib/audio/soundbank.gm
-%%T%%/jre/lib/calendars.properties
-%%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/deploy/java-icon.ico
-%%T%%/jre/lib/deploy/messages.properties
-%%T%%/jre/lib/deploy/messages_de.properties
-%%T%%/jre/lib/deploy/messages_es.properties
-%%T%%/jre/lib/deploy/messages_fr.properties
-%%T%%/jre/lib/deploy/messages_it.properties
-%%T%%/jre/lib/deploy/messages_ja.properties
-%%T%%/jre/lib/deploy/messages_ko.properties
-%%T%%/jre/lib/deploy/messages_pt_BR.properties
-%%T%%/jre/lib/deploy/messages_sv.properties
-%%T%%/jre/lib/deploy/messages_zh_CN.properties
-%%T%%/jre/lib/deploy/messages_zh_HK.properties
-%%T%%/jre/lib/deploy/messages_zh_TW.properties
-%%T%%/jre/lib/deploy/splash.gif
-%%T%%/jre/lib/desktop/applications/sun-java.desktop
-%%T%%/jre/lib/desktop/applications/sun-javaws.desktop
-%%T%%/jre/lib/desktop/applications/sun_java.desktop
-%%T%%/jre/lib/desktop/icons/HighContrast/16x16/apps/sun-java.png
-%%T%%/jre/lib/desktop/icons/HighContrast/16x16/apps/sun-javaws.png
-%%T%%/jre/lib/desktop/icons/HighContrast/16x16/apps/sun-jcontrol.png
-%%T%%/jre/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-application-x-java-archive.png
-%%T%%/jre/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
-%%T%%/jre/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-text-x-java.png
-%%T%%/jre/lib/desktop/icons/HighContrast/48x48/apps/sun-java.png
-%%T%%/jre/lib/desktop/icons/HighContrast/48x48/apps/sun-javaws.png
-%%T%%/jre/lib/desktop/icons/HighContrast/48x48/apps/sun-jcontrol.png
-%%T%%/jre/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-application-x-java-archive.png
-%%T%%/jre/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png
-%%T%%/jre/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-text-x-java.png
-%%T%%/jre/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-java.png
-%%T%%/jre/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-javaws.png
-%%T%%/jre/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-jcontrol.png
-%%T%%/jre/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-application-x-java-archive.png
-%%T%%/jre/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
-%%T%%/jre/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-text-x-java.png
-%%T%%/jre/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-java.png
-%%T%%/jre/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-javaws.png
-%%T%%/jre/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-jcontrol.png
-%%T%%/jre/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-application-x-java-archive.png
-%%T%%/jre/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png
-%%T%%/jre/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-text-x-java.png
-%%T%%/jre/lib/desktop/icons/LowContrast/16x16/apps/sun-java.png
-%%T%%/jre/lib/desktop/icons/LowContrast/16x16/apps/sun-javaws.png
-%%T%%/jre/lib/desktop/icons/LowContrast/16x16/apps/sun-jcontrol.png
-%%T%%/jre/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-application-x-java-archive.png
-%%T%%/jre/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
-%%T%%/jre/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-text-x-java.png
-%%T%%/jre/lib/desktop/icons/LowContrast/48x48/apps/sun-java.png
-%%T%%/jre/lib/desktop/icons/LowContrast/48x48/apps/sun-javaws.png
-%%T%%/jre/lib/desktop/icons/LowContrast/48x48/apps/sun-jcontrol.png
-%%T%%/jre/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-application-x-java-archive.png
-%%T%%/jre/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png
-%%T%%/jre/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-text-x-java.png
-%%T%%/jre/lib/desktop/icons/hicolor/16x16/apps/sun-java.png
-%%T%%/jre/lib/desktop/icons/hicolor/16x16/apps/sun-javaws.png
-%%T%%/jre/lib/desktop/icons/hicolor/16x16/apps/sun-jcontrol.png
-%%T%%/jre/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-java-archive.png
-%%T%%/jre/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
-%%T%%/jre/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-text-x-java.png
-%%T%%/jre/lib/desktop/icons/hicolor/48x48/apps/sun-java.png
-%%T%%/jre/lib/desktop/icons/hicolor/48x48/apps/sun-javaws.png
-%%T%%/jre/lib/desktop/icons/hicolor/48x48/apps/sun-jcontrol.png
-%%T%%/jre/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-java-archive.png
-%%T%%/jre/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png
-%%T%%/jre/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-text-x-java.png
-%%T%%/jre/lib/desktop/mime/packages/x-java-archive.xml
-%%T%%/jre/lib/desktop/mime/packages/x-java-jnlp-file.xml
-%%T%%/jre/lib/ext/dnsns.jar
-%%T%%/jre/lib/ext/localedata.jar
-%%T%%/jre/lib/ext/meta-index
-%%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.4.bfc
-%%T%%/jre/lib/fontconfig.RedHat.4.properties.src
-%%T%%/jre/lib/fontconfig.RedHat.6.bfc
-%%T%%/jre/lib/fontconfig.RedHat.6.properties.src
-%%T%%/jre/lib/fontconfig.RedHat.bfc
-%%T%%/jre/lib/fontconfig.RedHat.properties.src
-%%T%%/jre/lib/fontconfig.SuSE.11.bfc
-%%T%%/jre/lib/fontconfig.SuSE.11.properties.src
-%%T%%/jre/lib/fontconfig.SuSE.bfc
-%%T%%/jre/lib/fontconfig.SuSE.properties.src
-%%T%%/jre/lib/fontconfig.Sun.bfc
-%%T%%/jre/lib/fontconfig.Sun.properties.src
-%%T%%/jre/lib/fontconfig.Turbo.bfc
-%%T%%/jre/lib/fontconfig.Turbo.properties.src
-%%T%%/jre/lib/fontconfig.Ubuntu.bfc
-%%T%%/jre/lib/fontconfig.Ubuntu.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/client/Xusage.txt
-%%T%%/jre/lib/i386/client/libjsig.so
-%%T%%/jre/lib/i386/client/libjvm.so
-%%T%%/jre/lib/i386/headless/libmawt.so
-%%T%%/jre/lib/i386/jli/libjli.so
-%%T%%/jre/lib/i386/jvm.cfg
-%%T%%/jre/lib/i386/libJdbcOdbc.so
-%%T%%/jre/lib/i386/libattach.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/libj2gss.so
-%%T%%/jre/lib/i386/libj2pcsc.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/libnative_chmod_g.so
-%%T%%/jre/lib/i386/libnet.so
-%%T%%/jre/lib/i386/libnio.so
-%%T%%/jre/lib/i386/libnpjp2.so
-%%T%%/jre/lib/i386/libnpt.so
-%%T%%/jre/lib/i386/librmi.so
-%%T%%/jre/lib/i386/libsaproc.so
-%%T%%/jre/lib/i386/libsplashscreen.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/jce.jar
-%%T%%/jre/lib/jexec
-%%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-agent.jar
-%%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/meta-index
-%%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/resources.jar
-%%T%%/jre/lib/rt.jar
-%%T%%/jre/lib/security/US_export_policy.jar
-%%T%%/jre/lib/security/blacklist
-%%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/security/trusted.libraries
-%%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/Juba
-%%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/Bahia_Banderas
-%%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/Creston
-%%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/Matamoros
-%%T%%/jre/lib/zi/America/Mazatlan
-%%T%%/jre/lib/zi/America/Menominee
-%%T%%/jre/lib/zi/America/Merida
-%%T%%/jre/lib/zi/America/Metlakatla
-%%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/Beulah
-%%T%%/jre/lib/zi/America/North_Dakota/Center
-%%T%%/jre/lib/zi/America/North_Dakota/New_Salem
-%%T%%/jre/lib/zi/America/Ojinaga
-%%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/Santa_Isabel
-%%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/Sitka
-%%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/Macquarie
-%%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/Hebron
-%%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/Novokuznetsk
-%%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/Chuuk
-%%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/Pohnpei
-%%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/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/ct.sym
-%%T%%/lib/dt.jar
-%%T%%/lib/htmlconverter.jar
-%%T%%/lib/ir.idl
-%%T%%/lib/jconsole.jar
-%%T%%/lib/jexec
-%%T%%/lib/orb.idl
-%%T%%/lib/sa-jdi.jar
-%%T%%/lib/tools.jar
-%%T%%/lib/visualvm/etc/visualvm.clusters
-%%T%%/lib/visualvm/etc/visualvm.conf
-%%T%%/lib/visualvm/platform/.lastModified
-%%T%%/lib/visualvm/platform/VERSION.txt
-%%T%%/lib/visualvm/platform/config/ModuleAutoDeps/org-netbeans-core.xml
-%%T%%/lib/visualvm/platform/config/ModuleAutoDeps/org-netbeans-modules-options-api.xml
-%%T%%/lib/visualvm/platform/config/ModuleAutoDeps/org-netbeans-modules-queries.xml
-%%T%%/lib/visualvm/platform/config/ModuleAutoDeps/org-openide-execution.xml
-%%T%%/lib/visualvm/platform/config/ModuleAutoDeps/org-openide-explorer.xml
-%%T%%/lib/visualvm/platform/config/ModuleAutoDeps/org-openide-loaders.xml
-%%T%%/lib/visualvm/platform/config/ModuleAutoDeps/org-openide-modules.xml
-%%T%%/lib/visualvm/platform/config/ModuleAutoDeps/org-openide-text.xml
-%%T%%/lib/visualvm/platform/config/ModuleAutoDeps/org-openide-util.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-api-annotations-common.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-api-progress.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-api-visual.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-core-execution.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-core-io-ui.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-core-multiview.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-core-output2.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-core-ui.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-core-windows.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-core.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-applemenu.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-autoupdate-services.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-autoupdate-ui.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-core-kit.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-editor-mimelookup-impl.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-editor-mimelookup.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-favorites.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-javahelp.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-keyring-impl.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-keyring.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-masterfs.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-options-api.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-options-keymap.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-print.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-progress-ui.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-queries.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-sendopts.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-settings.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-modules-spi-actions.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-spi-quicksearch.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-swing-outline.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-swing-plaf.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-netbeans-swing-tabcontrol.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-openide-actions.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-openide-awt.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-openide-compat.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-openide-dialogs.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-openide-execution.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-openide-explorer.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-openide-io.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-openide-loaders.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-openide-nodes.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-openide-options.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-openide-text.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-openide-util-enumerations.xml
-%%T%%/lib/visualvm/platform/config/Modules/org-openide-windows.xml
-%%T%%/lib/visualvm/platform/core/core.jar
-%%T%%/lib/visualvm/platform/core/locale/core_ja.jar
-%%T%%/lib/visualvm/platform/core/locale/core_zh_CN.jar
-%%T%%/lib/visualvm/platform/core/locale/org-openide-filesystems_ja.jar
-%%T%%/lib/visualvm/platform/core/locale/org-openide-filesystems_zh_CN.jar
-%%T%%/lib/visualvm/platform/core/org-openide-filesystems.jar
-%%T%%/lib/visualvm/platform/lib/boot.jar
-%%T%%/lib/visualvm/platform/lib/locale/boot_ja.jar
-%%T%%/lib/visualvm/platform/lib/locale/boot_zh_CN.jar
-%%T%%/lib/visualvm/platform/lib/locale/org-openide-modules_ja.jar
-%%T%%/lib/visualvm/platform/lib/locale/org-openide-modules_zh_CN.jar
-%%T%%/lib/visualvm/platform/lib/locale/org-openide-util-lookup_ja.jar
-%%T%%/lib/visualvm/platform/lib/locale/org-openide-util-lookup_zh_CN.jar
-%%T%%/lib/visualvm/platform/lib/locale/org-openide-util_ja.jar
-%%T%%/lib/visualvm/platform/lib/locale/org-openide-util_zh_CN.jar
-%%T%%/lib/visualvm/platform/lib/nbexec
-%%T%%/lib/visualvm/platform/lib/org-openide-modules.jar
-%%T%%/lib/visualvm/platform/lib/org-openide-util-lookup.jar
-%%T%%/lib/visualvm/platform/lib/org-openide-util.jar
-%%T%%/lib/visualvm/platform/modules/ext/jh-2.0_05.jar
-%%T%%/lib/visualvm/platform/modules/ext/locale/updater_ja.jar
-%%T%%/lib/visualvm/platform/modules/ext/locale/updater_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/ext/updater.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-api-annotations-common_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-api-annotations-common_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-api-progress_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-api-progress_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-api-visual_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-api-visual_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-core-execution_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-core-execution_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-core-io-ui_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-core-io-ui_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-core-multiview_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-core-multiview_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-core-output2_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-core-output2_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-core-ui_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-core-ui_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-core-windows_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-core-windows_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-core_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-core_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-applemenu_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-applemenu_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-autoupdate-services_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-autoupdate-services_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-autoupdate-ui_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-autoupdate-ui_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-core-kit_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-core-kit_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-editor-mimelookup-impl_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-editor-mimelookup-impl_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-editor-mimelookup_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-editor-mimelookup_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-favorites_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-favorites_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-javahelp_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-javahelp_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring-impl_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring-impl_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-keyring_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-masterfs_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-masterfs_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-options-api_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-options-api_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-options-keymap_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-options-keymap_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-print_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-print_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-progress-ui_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-progress-ui_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-queries_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-queries_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-sendopts_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-sendopts_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-settings_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-settings_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-spi-actions_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-spi-actions_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-templates_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-modules-templates_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-spi-quicksearch_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-spi-quicksearch_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-swing-outline_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-swing-outline_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-swing-plaf_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-swing-plaf_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-swing-tabcontrol_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-netbeans-swing-tabcontrol_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-actions_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-actions_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-awt_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-awt_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-compat_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-compat_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-dialogs_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-dialogs_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-execution_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-execution_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-explorer_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-explorer_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-io_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-io_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-loaders_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-loaders_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-nodes_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-nodes_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-options_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-options_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-text_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-text_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-util-enumerations_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-util-enumerations_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-windows_ja.jar
-%%T%%/lib/visualvm/platform/modules/locale/org-openide-windows_zh_CN.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-api-annotations-common.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-api-progress.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-api-visual.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-core-execution.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-core-io-ui.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-core-multiview.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-core-output2.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-core-ui.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-core-windows.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-core.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-modules-applemenu.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-modules-autoupdate-services.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-modules-autoupdate-ui.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-modules-core-kit.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-modules-editor-mimelookup-impl.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-modules-editor-mimelookup.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-modules-favorites.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-modules-javahelp.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-modules-keyring-impl.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-modules-keyring.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-modules-masterfs.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-modules-options-api.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-modules-options-keymap.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-modules-print.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-modules-progress-ui.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-modules-queries.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-modules-sendopts.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-modules-settings.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-modules-spi-actions.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-spi-quicksearch.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-swing-outline.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-swing-plaf.jar
-%%T%%/lib/visualvm/platform/modules/org-netbeans-swing-tabcontrol.jar
-%%T%%/lib/visualvm/platform/modules/org-openide-actions.jar
-%%T%%/lib/visualvm/platform/modules/org-openide-awt.jar
-%%T%%/lib/visualvm/platform/modules/org-openide-compat.jar
-%%T%%/lib/visualvm/platform/modules/org-openide-dialogs.jar
-%%T%%/lib/visualvm/platform/modules/org-openide-execution.jar
-%%T%%/lib/visualvm/platform/modules/org-openide-explorer.jar
-%%T%%/lib/visualvm/platform/modules/org-openide-io.jar
-%%T%%/lib/visualvm/platform/modules/org-openide-loaders.jar
-%%T%%/lib/visualvm/platform/modules/org-openide-nodes.jar
-%%T%%/lib/visualvm/platform/modules/org-openide-options.jar
-%%T%%/lib/visualvm/platform/modules/org-openide-text.jar
-%%T%%/lib/visualvm/platform/modules/org-openide-util-enumerations.jar
-%%T%%/lib/visualvm/platform/modules/org-openide-windows.jar
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-api-annotations-common.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-api-progress.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-api-visual.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-bootstrap.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-core-execution.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-core-io-ui.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-core-multiview.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-core-output2.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-core-startup.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-core-ui.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-core-windows.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-core.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-applemenu.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-autoupdate-services.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-autoupdate-ui.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-core-kit.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-editor-mimelookup-impl.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-editor-mimelookup.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-favorites.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-javahelp.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-keyring-impl.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-keyring.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-masterfs.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-options-api.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-options-keymap.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-print.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-progress-ui.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-queries.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-sendopts.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-settings.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-modules-spi-actions.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-spi-quicksearch.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-swing-outline.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-swing-plaf.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-netbeans-swing-tabcontrol.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-openide-actions.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-openide-awt.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-openide-compat.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-openide-dialogs.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-openide-execution.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-openide-explorer.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-openide-filesystems.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-openide-io.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-openide-loaders.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-openide-modules.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-openide-nodes.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-openide-options.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-openide-text.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-openide-util-enumerations.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-openide-util-lookup.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-openide-util.xml
-%%T%%/lib/visualvm/platform/update_tracking/org-openide-windows.xml
-%%T%%/lib/visualvm/profiler/.lastModified
-%%T%%/lib/visualvm/profiler/VERSION.txt
-%%T%%/lib/visualvm/profiler/config/Modules/org-netbeans-lib-profiler-charts.xml
-%%T%%/lib/visualvm/profiler/config/Modules/org-netbeans-lib-profiler-common.xml
-%%T%%/lib/visualvm/profiler/config/Modules/org-netbeans-lib-profiler-ui.xml
-%%T%%/lib/visualvm/profiler/config/Modules/org-netbeans-lib-profiler.xml
-%%T%%/lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler-oql.xml
-%%T%%/lib/visualvm/profiler/config/Modules/org-netbeans-modules-profiler.xml
-%%T%%/lib/visualvm/profiler/lib/deployed/jdk15/linux/libprofilerinterface.so
-%%T%%/lib/visualvm/profiler/lib/deployed/jdk16/linux/libprofilerinterface.so
-%%T%%/lib/visualvm/profiler/lib/jfluid-server-15.jar
-%%T%%/lib/visualvm/profiler/lib/jfluid-server.jar
-%%T%%/lib/visualvm/profiler/lib/locale/jfluid-server_ja.jar
-%%T%%/lib/visualvm/profiler/lib/locale/jfluid-server_zh_CN.jar
-%%T%%/lib/visualvm/profiler/modules/locale/org-netbeans-lib-profiler-charts_ja.jar
-%%T%%/lib/visualvm/profiler/modules/locale/org-netbeans-lib-profiler-charts_zh_CN.jar
-%%T%%/lib/visualvm/profiler/modules/locale/org-netbeans-lib-profiler-common_ja.jar
-%%T%%/lib/visualvm/profiler/modules/locale/org-netbeans-lib-profiler-common_zh_CN.jar
-%%T%%/lib/visualvm/profiler/modules/locale/org-netbeans-lib-profiler-ui_ja.jar
-%%T%%/lib/visualvm/profiler/modules/locale/org-netbeans-lib-profiler-ui_zh_CN.jar
-%%T%%/lib/visualvm/profiler/modules/locale/org-netbeans-lib-profiler_ja.jar
-%%T%%/lib/visualvm/profiler/modules/locale/org-netbeans-lib-profiler_zh_CN.jar
-%%T%%/lib/visualvm/profiler/modules/locale/org-netbeans-modules-profiler-oql_ja.jar
-%%T%%/lib/visualvm/profiler/modules/locale/org-netbeans-modules-profiler-oql_zh_CN.jar
-%%T%%/lib/visualvm/profiler/modules/locale/org-netbeans-modules-profiler_ja.jar
-%%T%%/lib/visualvm/profiler/modules/locale/org-netbeans-modules-profiler_zh_CN.jar
-%%T%%/lib/visualvm/profiler/modules/org-netbeans-lib-profiler-charts.jar
-%%T%%/lib/visualvm/profiler/modules/org-netbeans-lib-profiler-common.jar
-%%T%%/lib/visualvm/profiler/modules/org-netbeans-lib-profiler-ui.jar
-%%T%%/lib/visualvm/profiler/modules/org-netbeans-lib-profiler.jar
-%%T%%/lib/visualvm/profiler/modules/org-netbeans-modules-profiler-oql.jar
-%%T%%/lib/visualvm/profiler/modules/org-netbeans-modules-profiler.jar
-%%T%%/lib/visualvm/profiler/update_tracking/org-netbeans-lib-profiler-charts.xml
-%%T%%/lib/visualvm/profiler/update_tracking/org-netbeans-lib-profiler-common.xml
-%%T%%/lib/visualvm/profiler/update_tracking/org-netbeans-lib-profiler-ui.xml
-%%T%%/lib/visualvm/profiler/update_tracking/org-netbeans-lib-profiler.xml
-%%T%%/lib/visualvm/profiler/update_tracking/org-netbeans-modules-profiler-oql.xml
-%%T%%/lib/visualvm/profiler/update_tracking/org-netbeans-modules-profiler.xml
-%%T%%/lib/visualvm/visualvm/.lastModified
-%%T%%/lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-api-caching.xml
-%%T%%/lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-application-views.xml
-%%T%%/lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-application.xml
-%%T%%/lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-attach.xml
-%%T%%/lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-charts.xml
-%%T%%/lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-core.xml
-%%T%%/lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-coredump.xml
-%%T%%/lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-heapdump.xml
-%%T%%/lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-host-remote.xml
-%%T%%/lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-host-views.xml
-%%T%%/lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-host.xml
-%%T%%/lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-jmx.xml
-%%T%%/lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-jvm.xml
-%%T%%/lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-jvmstat.xml
-%%T%%/lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-modules-appui.xml
-%%T%%/lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-profiler.xml
-%%T%%/lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-profiling.xml
-%%T%%/lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-sa.xml
-%%T%%/lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-sampler.xml
-%%T%%/lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-threaddump.xml
-%%T%%/lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-tools.xml
-%%T%%/lib/visualvm/visualvm/config/Modules/com-sun-tools-visualvm-uisupport.xml
-%%T%%/lib/visualvm/visualvm/config/Modules/org-netbeans-api-visual.xml_hidden
-%%T%%/lib/visualvm/visualvm/config/Modules/org-netbeans-core-execution.xml_hidden
-%%T%%/lib/visualvm/visualvm/config/Modules/org-netbeans-core-output2.xml_hidden
-%%T%%/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-core-kit.xml_hidden
-%%T%%/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-favorites.xml_hidden
-%%T%%/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-options-keymap.xml_hidden
-%%T%%/lib/visualvm/visualvm/config/Modules/org-netbeans-modules-spi-actions.xml_hidden
-%%T%%/lib/visualvm/visualvm/config/Modules/org-openide-compat.xml_hidden
-%%T%%/lib/visualvm/visualvm/config/Modules/org-openide-options.xml_hidden
-%%T%%/lib/visualvm/visualvm/config/Modules/org-openide-util-enumerations.xml_hidden
-%%T%%/lib/visualvm/visualvm/core/com-sun-tools-visualvm-modules-startup.jar
-%%T%%/lib/visualvm/visualvm/core/locale/.svn_ja.jar
-%%T%%/lib/visualvm/visualvm/core/locale/.svn_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/core/locale/com-sun-tools-visualvm-modules-startup_ja.jar
-%%T%%/lib/visualvm/visualvm/core/locale/com-sun-tools-visualvm-modules-startup_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/core/locale/core_visualvm.jar
-%%T%%/lib/visualvm/visualvm/modules/all-wcprops
-%%T%%/lib/visualvm/visualvm/modules/com-sun-tools-visualvm-api-caching.jar
-%%T%%/lib/visualvm/visualvm/modules/com-sun-tools-visualvm-application-views.jar
-%%T%%/lib/visualvm/visualvm/modules/com-sun-tools-visualvm-application.jar
-%%T%%/lib/visualvm/visualvm/modules/com-sun-tools-visualvm-attach.jar
-%%T%%/lib/visualvm/visualvm/modules/com-sun-tools-visualvm-charts.jar
-%%T%%/lib/visualvm/visualvm/modules/com-sun-tools-visualvm-core.jar
-%%T%%/lib/visualvm/visualvm/modules/com-sun-tools-visualvm-coredump.jar
-%%T%%/lib/visualvm/visualvm/modules/com-sun-tools-visualvm-heapdump.jar
-%%T%%/lib/visualvm/visualvm/modules/com-sun-tools-visualvm-host-remote.jar
-%%T%%/lib/visualvm/visualvm/modules/com-sun-tools-visualvm-host-views.jar
-%%T%%/lib/visualvm/visualvm/modules/com-sun-tools-visualvm-host.jar
-%%T%%/lib/visualvm/visualvm/modules/com-sun-tools-visualvm-jmx.jar
-%%T%%/lib/visualvm/visualvm/modules/com-sun-tools-visualvm-jvm.jar
-%%T%%/lib/visualvm/visualvm/modules/com-sun-tools-visualvm-jvmstat.jar
-%%T%%/lib/visualvm/visualvm/modules/com-sun-tools-visualvm-modules-appui.jar
-%%T%%/lib/visualvm/visualvm/modules/com-sun-tools-visualvm-profiler.jar
-%%T%%/lib/visualvm/visualvm/modules/com-sun-tools-visualvm-profiling.jar
-%%T%%/lib/visualvm/visualvm/modules/com-sun-tools-visualvm-sa.jar
-%%T%%/lib/visualvm/visualvm/modules/com-sun-tools-visualvm-sampler.jar
-%%T%%/lib/visualvm/visualvm/modules/com-sun-tools-visualvm-threaddump.jar
-%%T%%/lib/visualvm/visualvm/modules/com-sun-tools-visualvm-tools.jar
-%%T%%/lib/visualvm/visualvm/modules/com-sun-tools-visualvm-uisupport.jar
-%%T%%/lib/visualvm/visualvm/modules/entries
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-api-caching_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-api-caching_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-application-views_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-application-views_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-application_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-application_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-attach_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-attach_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-charts_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-charts_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-core_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-core_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-coredump_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-coredump_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-heapdump_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-heapdump_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-host-remote_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-host-remote_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-host-views_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-host-views_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-host_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-host_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-jmx_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-jmx_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-jvm_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-jvm_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-jvmstat_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-jvmstat_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-modules-appui_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-modules-appui_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-profiler_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-profiler_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-profiling_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-profiling_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-sa_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-sa_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-sampler_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-sampler_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-threaddump_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-threaddump_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-tools_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-tools_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-uisupport_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/com-sun-tools-visualvm-uisupport_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/org-netbeans-core-windows_visualvm.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/org-netbeans-core_visualvm.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/org-netbeans-modules-.svn_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/org-netbeans-modules-.svn_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/org-netbeans-modules-profiler_visualvm.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/org-netbeans-modules-prop-base_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/org-netbeans-modules-prop-base_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/org-netbeans-modules-props_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/org-netbeans-modules-props_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/org-netbeans-modules-text-base_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/org-netbeans-modules-text-base_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/org-netbeans-modules-tmp_ja.jar
-%%T%%/lib/visualvm/visualvm/modules/locale/org-netbeans-modules-tmp_zh_CN.jar
-%%T%%/lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-api-caching.xml
-%%T%%/lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-application-views.xml
-%%T%%/lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-application.xml
-%%T%%/lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-attach.xml
-%%T%%/lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-charts.xml
-%%T%%/lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-core.xml
-%%T%%/lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-coredump.xml
-%%T%%/lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-heapdump.xml
-%%T%%/lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-host-remote.xml
-%%T%%/lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-host-views.xml
-%%T%%/lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-host.xml
-%%T%%/lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-jmx.xml
-%%T%%/lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-jvm.xml
-%%T%%/lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-jvmstat.xml
-%%T%%/lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-modules-appui.xml
-%%T%%/lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-modules-startup.xml
-%%T%%/lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-profiler.xml
-%%T%%/lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-profiling.xml
-%%T%%/lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-sa.xml
-%%T%%/lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-sampler.xml
-%%T%%/lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-threaddump.xml
-%%T%%/lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-tools.xml
-%%T%%/lib/visualvm/visualvm/update_tracking/com-sun-tools-visualvm-uisupport.xml
-%%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/jhat.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/jrunscript.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/jvisualvm.1
-%%T%%/man/ja_JP.eucJP/man1/keytool.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/schemagen.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/ja_JP.eucJP/man1/wsgen.1
-%%T%%/man/ja_JP.eucJP/man1/wsimport.1
-%%T%%/man/ja_JP.eucJP/man1/xjc.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/jhat.1
-%%T%%/man/man1/jinfo.1
-%%T%%/man/man1/jmap.1
-%%T%%/man/man1/jps.1
-%%T%%/man/man1/jrunscript.1
-%%T%%/man/man1/jsadebugd.1
-%%T%%/man/man1/jstack.1
-%%T%%/man/man1/jstat.1
-%%T%%/man/man1/jstatd.1
-%%T%%/man/man1/jvisualvm.1
-%%T%%/man/man1/keytool.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/schemagen.1
-%%T%%/man/man1/serialver.1
-%%T%%/man/man1/servertool.1
-%%T%%/man/man1/tnameserv.1
-%%T%%/man/man1/unpack200.1
-%%T%%/man/man1/wsgen.1
-%%T%%/man/man1/wsimport.1
-%%T%%/man/man1/xjc.1
-%%DEMO%%%%T%%/sample/SAMPLES_LICENSE
-%%DEMO%%%%T%%/sample/javac/processing/src/CheckNamesProcessor.java
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/build.properties
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/build.xml
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/docfiles/connect-local-ant-run.jpg
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/docfiles/connect-local-java-jar.jpg
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/docfiles/connect-local.jpg
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/docfiles/remote-connection-failed.jpg
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/docfiles/remote-connection.jpg
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/docfiles/scandir-config.jpg
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/docfiles/scandir-result.jpg
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/docfiles/scandir-start.jpg
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/docfiles/scandir-start2.jpg
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/index.html
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/keystore
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/logging.properties
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/manifest.mf
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/nbproject/file-targets.xml
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/nbproject/jdk.xml
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/nbproject/netbeans-targets.xml
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/nbproject/project.xml
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/DirectoryScanner.java
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/DirectoryScannerMXBean.java
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ResultLogManager.java
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ResultLogManagerMXBean.java
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirAgent.java
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirClient.java
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirConfig.java
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirConfigMXBean.java
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanManager.java
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanManagerMXBean.java
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/DirectoryScannerConfig.java
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/FileMatch.java
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ResultLogConfig.java
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ResultRecord.java
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/ScanManagerConfig.java
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/XmlConfigUtils.java
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/package.html
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/package.html
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/src/etc/access.properties
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/src/etc/management.properties
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/src/etc/password.properties
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/src/etc/testconfig.xml
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/DirectoryScannerTest.java
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/ScanDirConfigTest.java
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/ScanManagerTest.java
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/TestUtils.java
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/config/XmlConfigUtilsTest.java
-%%DEMO%%%%T%%/sample/jmx/jmx-scandir/truststore
-%%DEMO%%%%T%%/sample/jnlp/corba/GNUmakefile
-%%DEMO%%%%T%%/sample/jnlp/corba/README
-%%DEMO%%%%T%%/sample/jnlp/corba/src/core/HelloClient.java
-%%DEMO%%%%T%%/sample/jnlp/corba/src/core/HelloServer.java
-%%DEMO%%%%T%%/sample/jnlp/corba/src/stubs/HelloImpl.java
-%%DEMO%%%%T%%/sample/jnlp/corba/src/stubs/HelloInterface.java
-%%DEMO%%%%T%%/sample/jnlp/corba/war/WEB-INF/web.xml
-%%DEMO%%%%T%%/sample/jnlp/corba/war/app/helloworld.jnlp
-%%DEMO%%%%T%%/sample/jnlp/corba/war/index.html
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/README
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/GNUmakefile
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/j2re1_4_2/GNUmakefile
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/resources/javaws-1_0_1-j2re-1_4_2-linux-i586.jnlp
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/resources/version.xml_linux-i586_1.4.2
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/build/linux/minclude/linux.defs
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/build/share/Platform.gmk
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/build/share/jreinstallers/bundle.unix.gmk
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/build/share/jreinstallers/components.gmk
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/build/share/jreinstallers/installer.gmk
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/GNUmakefile
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/j2re1_4_2/GNUmakefile
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/resources/javaws-1_0_1-j2re-1_4_2-solaris-sparc.jnlp
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/resources/version.xml_solaris-sparc_1.4.2
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/build/solaris/minclude/solaris.defs
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/GNUmakefile
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/bundle.win.gmk
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/j2re1_4_2/GNUmakefile
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/resources/javaws-1_0_1-j2re-1_4_2-windows-i586.jnlp
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/resources/version.xml_windows-i586_1.4.2
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/build/win32/minclude/windows.defs
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/Config.java
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/Main.java
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/SolarisInstaller.java
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/WinRegistry.java
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/WindowsInstaller.java
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings.properties
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_de.properties
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_es.properties
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_fr.properties
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_it.properties
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_ja.properties
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_ko.properties
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_pt_BR.properties
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_sv.properties
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_zh_CN.properties
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/strings_zh_TW.properties
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources/sunlogo.png
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/src/win32/jreinstallers/WindowsInstaller.c
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/src/win32/jreinstallers/registry.cpp
-%%DEMO%%%%T%%/sample/jnlp/jreinstaller/src/win32/jreinstallers/versionChecker.c
-%%DEMO%%%%T%%/sample/jnlp/raf/GNUmakefile
-%%DEMO%%%%T%%/sample/jnlp/raf/README
-%%DEMO%%%%T%%/sample/jnlp/raf/src/randomFile.java
-%%DEMO%%%%T%%/sample/jnlp/raf/war/WEB-INF/web.xml
-%%DEMO%%%%T%%/sample/jnlp/raf/war/app/randomFile.jnlp
-%%DEMO%%%%T%%/sample/jnlp/raf/war/index.html
-%%DEMO%%%%T%%/sample/jnlp/servlet/GNUmakefile
-%%DEMO%%%%T%%/sample/jnlp/servlet/README
-%%DEMO%%%%T%%/sample/jnlp/servlet/jardiff.jar
-%%DEMO%%%%T%%/sample/jnlp/servlet/jnlp-servlet.jar
-%%DEMO%%%%T%%/sample/jnlp/servlet/jnlp.jar
-%%DEMO%%%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/JarDiff.java
-%%DEMO%%%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/JarDiffConstants.java
-%%DEMO%%%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/JarDiffPatcher.java
-%%DEMO%%%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/Patcher.java
-%%DEMO%%%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/resources/strings.properties
-%%DEMO%%%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/DownloadRequest.java
-%%DEMO%%%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/DownloadResponse.java
-%%DEMO%%%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/ErrorResponseException.java
-%%DEMO%%%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/JarDiffHandler.java
-%%DEMO%%%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/JnlpDownloadServlet.java
-%%DEMO%%%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/JnlpFileHandler.java
-%%DEMO%%%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/JnlpResource.java
-%%DEMO%%%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/Logger.java
-%%DEMO%%%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/ResourceCatalog.java
-%%DEMO%%%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/XMLAttribute.java
-%%DEMO%%%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/XMLNode.java
-%%DEMO%%%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/XMLParsing.java
-%%DEMO%%%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/resources/strings.properties
-%%DEMO%%%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/util/VersionID.java
-%%DEMO%%%%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/util/VersionString.java
-%%DEMO%%%%T%%/sample/jnlp/webpad/GNUmakefile
-%%DEMO%%%%T%%/sample/jnlp/webpad/README
-%%DEMO%%%%T%%/sample/jnlp/webpad/src/servlet/TxtServlet.java
-%%DEMO%%%%T%%/sample/jnlp/webpad/src/version1/AboutAction.java
-%%DEMO%%%%T%%/sample/jnlp/webpad/src/version1/ClipboardHandler.java
-%%DEMO%%%%T%%/sample/jnlp/webpad/src/version1/CopyAction.java
-%%DEMO%%%%T%%/sample/jnlp/webpad/src/version1/CutAction.java
-%%DEMO%%%%T%%/sample/jnlp/webpad/src/version1/ExitAction.java
-%%DEMO%%%%T%%/sample/jnlp/webpad/src/version1/FileHandler.java
-%%DEMO%%%%T%%/sample/jnlp/webpad/src/version1/HelpAction.java
-%%DEMO%%%%T%%/sample/jnlp/webpad/src/version1/HelpHandler.java
-%%DEMO%%%%T%%/sample/jnlp/webpad/src/version1/JLFAbstractAction.java
-%%DEMO%%%%T%%/sample/jnlp/webpad/src/version1/OpenAction.java
-%%DEMO%%%%T%%/sample/jnlp/webpad/src/version1/PasteAction.java
-%%DEMO%%%%T%%/sample/jnlp/webpad/src/version1/PrintAction.java
-%%DEMO%%%%T%%/sample/jnlp/webpad/src/version1/PublishAction.java
-%%DEMO%%%%T%%/sample/jnlp/webpad/src/version1/SaveAction.java
-%%DEMO%%%%T%%/sample/jnlp/webpad/src/version1/SaveAsAction.java
-%%DEMO%%%%T%%/sample/jnlp/webpad/src/version1/ShowAction.java
-%%DEMO%%%%T%%/sample/jnlp/webpad/src/version1/WebHandler.java
-%%DEMO%%%%T%%/sample/jnlp/webpad/src/version1/WebPad.java
-%%DEMO%%%%T%%/sample/jnlp/webpad/war/WEB-INF/web.xml
-%%DEMO%%%%T%%/sample/jnlp/webpad/war/app/README
-%%DEMO%%%%T%%/sample/jnlp/webpad/war/app/holidays__V1.0.jar
-%%DEMO%%%%T%%/sample/jnlp/webpad/war/app/javahelp.jnlp
-%%DEMO%%%%T%%/sample/jnlp/webpad/war/app/jhcore__V1.0.jar
-%%DEMO%%%%T%%/sample/jnlp/webpad/war/app/jlfgr__V1.0.jar
-%%DEMO%%%%T%%/sample/jnlp/webpad/war/app/version.xml
-%%DEMO%%%%T%%/sample/jnlp/webpad/war/app/webpad.jnlp
-%%DEMO%%%%T%%/sample/jnlp/webpad/war/index.html
-%%DEMO%%%%T%%/sample/nbproject/project.xml
-%%DEMO%%%%T%%/sample/nio/server/AcceptHandler.java
-%%DEMO%%%%T%%/sample/nio/server/Acceptor.java
-%%DEMO%%%%T%%/sample/nio/server/B1.java
-%%DEMO%%%%T%%/sample/nio/server/BN.java
-%%DEMO%%%%T%%/sample/nio/server/BP.java
-%%DEMO%%%%T%%/sample/nio/server/ChannelIO.java
-%%DEMO%%%%T%%/sample/nio/server/ChannelIOSecure.java
-%%DEMO%%%%T%%/sample/nio/server/Content.java
-%%DEMO%%%%T%%/sample/nio/server/Dispatcher.java
-%%DEMO%%%%T%%/sample/nio/server/Dispatcher1.java
-%%DEMO%%%%T%%/sample/nio/server/DispatcherN.java
-%%DEMO%%%%T%%/sample/nio/server/FileContent.java
-%%DEMO%%%%T%%/sample/nio/server/Handler.java
-%%DEMO%%%%T%%/sample/nio/server/MalformedRequestException.java
-%%DEMO%%%%T%%/sample/nio/server/N1.java
-%%DEMO%%%%T%%/sample/nio/server/N2.java
-%%DEMO%%%%T%%/sample/nio/server/README.txt
-%%DEMO%%%%T%%/sample/nio/server/Reply.java
-%%DEMO%%%%T%%/sample/nio/server/Request.java
-%%DEMO%%%%T%%/sample/nio/server/RequestHandler.java
-%%DEMO%%%%T%%/sample/nio/server/RequestServicer.java
-%%DEMO%%%%T%%/sample/nio/server/Sendable.java
-%%DEMO%%%%T%%/sample/nio/server/Server.java
-%%DEMO%%%%T%%/sample/nio/server/StringContent.java
-%%DEMO%%%%T%%/sample/nio/server/URLDumper.java
-%%DEMO%%%%T%%/sample/scripting/scriptpad/README.txt
-%%DEMO%%%%T%%/sample/scripting/scriptpad/build.properties
-%%DEMO%%%%T%%/sample/scripting/scriptpad/build.xml
-%%DEMO%%%%T%%/sample/scripting/scriptpad/nbproject/file-targets.xml
-%%DEMO%%%%T%%/sample/scripting/scriptpad/nbproject/jdk.xml
-%%DEMO%%%%T%%/sample/scripting/scriptpad/nbproject/netbeans-targets.xml
-%%DEMO%%%%T%%/sample/scripting/scriptpad/nbproject/project.xml
-%%DEMO%%%%T%%/sample/scripting/scriptpad/src/META-INF/manifest.mf
-%%DEMO%%%%T%%/sample/scripting/scriptpad/src/com/sun/sample/scriptpad/Main.java
-%%DEMO%%%%T%%/sample/scripting/scriptpad/src/resources/Main.js
-%%DEMO%%%%T%%/sample/scripting/scriptpad/src/resources/conc.js
-%%DEMO%%%%T%%/sample/scripting/scriptpad/src/resources/gui.js
-%%DEMO%%%%T%%/sample/scripting/scriptpad/src/resources/mm.js
-%%DEMO%%%%T%%/sample/scripting/scriptpad/src/resources/scriptpad.js
-%%DEMO%%%%T%%/sample/scripting/scriptpad/src/scripts/README.txt
-%%DEMO%%%%T%%/sample/scripting/scriptpad/src/scripts/browse.js
-%%DEMO%%%%T%%/sample/scripting/scriptpad/src/scripts/insertfile.js
-%%DEMO%%%%T%%/sample/scripting/scriptpad/src/scripts/linewrap.js
-%%DEMO%%%%T%%/sample/scripting/scriptpad/src/scripts/mail.js
-%%DEMO%%%%T%%/sample/scripting/scriptpad/src/scripts/memmonitor.js
-%%DEMO%%%%T%%/sample/scripting/scriptpad/src/scripts/memory.bat
-%%DEMO%%%%T%%/sample/scripting/scriptpad/src/scripts/memory.js
-%%DEMO%%%%T%%/sample/scripting/scriptpad/src/scripts/memory.sh
-%%DEMO%%%%T%%/sample/scripting/scriptpad/src/scripts/textcolor.js
-%%DEMO%%%%T%%/sample/webservices/EbayClient/build.properties
-%%DEMO%%%%T%%/sample/webservices/EbayClient/build.xml
-%%DEMO%%%%T%%/sample/webservices/EbayClient/eBaySvc.wsdl
-%%DEMO%%%%T%%/sample/webservices/EbayClient/ebay.properties
-%%DEMO%%%%T%%/sample/webservices/EbayClient/index.html
-%%DEMO%%%%T%%/sample/webservices/EbayClient/jax-ws-catalog.xml
-%%DEMO%%%%T%%/sample/webservices/EbayClient/manifest.mf
-%%DEMO%%%%T%%/sample/webservices/EbayClient/nbproject/file-targets.xml
-%%DEMO%%%%T%%/sample/webservices/EbayClient/nbproject/jdk.xml
-%%DEMO%%%%T%%/sample/webservices/EbayClient/nbproject/netbeans-targets.xml
-%%DEMO%%%%T%%/sample/webservices/EbayClient/nbproject/project.xml
-%%DEMO%%%%T%%/sample/webservices/EbayClient/src/ebay/client/MainGUIApp.java
-%%DEMO%%%%T%%/sample/webservices/EbayClient/src/ebay/client/ViewItemDetails.java
-%%DEMO%%%%T%%/sample/webservices/EbayClient/src/ebay/client/handler/RequesterCredentials.java
-%%DEMO%%%%T%%/sample/webservices/EbayServer/build.properties
-%%DEMO%%%%T%%/sample/webservices/EbayServer/build.xml
-%%DEMO%%%%T%%/sample/webservices/EbayServer/eBaySvc.wsdl
-%%DEMO%%%%T%%/sample/webservices/EbayServer/images/8d_2.jpg
-%%DEMO%%%%T%%/sample/webservices/EbayServer/images/Sun_Fire_E20K_Server.jpg
-%%DEMO%%%%T%%/sample/webservices/EbayServer/images/sun_blade_1000_h400px.jpg
-%%DEMO%%%%T%%/sample/webservices/EbayServer/index.html
-%%DEMO%%%%T%%/sample/webservices/EbayServer/manifest.mf
-%%DEMO%%%%T%%/sample/webservices/EbayServer/nbproject/file-targets.xml
-%%DEMO%%%%T%%/sample/webservices/EbayServer/nbproject/jdk.xml
-%%DEMO%%%%T%%/sample/webservices/EbayServer/nbproject/netbeans-targets.xml
-%%DEMO%%%%T%%/sample/webservices/EbayServer/nbproject/project.xml
-%%DEMO%%%%T%%/sample/webservices/EbayServer/src/ebay/server/Ebay.java
-%%DEMO%%%%T%%/sample/webservices/EbayServer/src/ebay/server/ImageProvider.java
-%%DEMO%%%%T%%/sample/webservices/EbayServer/src/ebay/server/Main.java
-%%T%%/src.zip
-@exec mkdir -p %D/%%T%%/db/demo/programs/localcal/lib
-@exec mkdir -p %D/%%T%%/jre/lib/applet
-@exec mkdir -p %D/%%T%%/lib/visualvm/platform/docs
-@exec %%LOCALBASE%%/bin/registervm "%D/%%T%%/bin/java # Linux-Sun-JDK%%PORTVERSION%%"
-%%DEMO%%@dirrm %%T%%/sample/webservices/EbayServer/src/ebay/server
-%%DEMO%%@dirrm %%T%%/sample/webservices/EbayServer/src/ebay
-%%DEMO%%@dirrm %%T%%/sample/webservices/EbayServer/src
-%%DEMO%%@dirrm %%T%%/sample/webservices/EbayServer/nbproject
-%%DEMO%%@dirrm %%T%%/sample/webservices/EbayServer/images
-%%DEMO%%@dirrm %%T%%/sample/webservices/EbayServer
-%%DEMO%%@dirrm %%T%%/sample/webservices/EbayClient/src/ebay/client/handler
-%%DEMO%%@dirrm %%T%%/sample/webservices/EbayClient/src/ebay/client
-%%DEMO%%@dirrm %%T%%/sample/webservices/EbayClient/src/ebay
-%%DEMO%%@dirrm %%T%%/sample/webservices/EbayClient/src
-%%DEMO%%@dirrm %%T%%/sample/webservices/EbayClient/nbproject
-%%DEMO%%@dirrm %%T%%/sample/webservices/EbayClient
-%%DEMO%%@dirrm %%T%%/sample/webservices
-%%DEMO%%@dirrm %%T%%/sample/scripting/scriptpad/src/scripts
-%%DEMO%%@dirrm %%T%%/sample/scripting/scriptpad/src/resources
-%%DEMO%%@dirrm %%T%%/sample/scripting/scriptpad/src/com/sun/sample/scriptpad
-%%DEMO%%@dirrm %%T%%/sample/scripting/scriptpad/src/com/sun/sample
-%%DEMO%%@dirrm %%T%%/sample/scripting/scriptpad/src/com/sun
-%%DEMO%%@dirrm %%T%%/sample/scripting/scriptpad/src/com
-%%DEMO%%@dirrm %%T%%/sample/scripting/scriptpad/src/META-INF
-%%DEMO%%@dirrm %%T%%/sample/scripting/scriptpad/src
-%%DEMO%%@dirrm %%T%%/sample/scripting/scriptpad/nbproject
-%%DEMO%%@dirrm %%T%%/sample/scripting/scriptpad
-%%DEMO%%@dirrm %%T%%/sample/scripting
-%%DEMO%%@dirrm %%T%%/sample/nio/server
-%%DEMO%%@dirrm %%T%%/sample/nio
-%%DEMO%%@dirrm %%T%%/sample/nbproject
-%%DEMO%%@dirrm %%T%%/sample/jnlp/webpad/war/app
-%%DEMO%%@dirrm %%T%%/sample/jnlp/webpad/war/WEB-INF
-%%DEMO%%@dirrm %%T%%/sample/jnlp/webpad/war
-%%DEMO%%@dirrm %%T%%/sample/jnlp/webpad/src/version1
-%%DEMO%%@dirrm %%T%%/sample/jnlp/webpad/src/servlet
-%%DEMO%%@dirrm %%T%%/sample/jnlp/webpad/src
-%%DEMO%%@dirrm %%T%%/sample/jnlp/webpad
-%%DEMO%%@dirrm %%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/util
-%%DEMO%%@dirrm %%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet/resources
-%%DEMO%%@dirrm %%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/servlet
-%%DEMO%%@dirrm %%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff/resources
-%%DEMO%%@dirrm %%T%%/sample/jnlp/servlet/src/classes/jnlp/sample/jardiff
-%%DEMO%%@dirrm %%T%%/sample/jnlp/servlet/src/classes/jnlp/sample
-%%DEMO%%@dirrm %%T%%/sample/jnlp/servlet/src/classes/jnlp
-%%DEMO%%@dirrm %%T%%/sample/jnlp/servlet/src/classes
-%%DEMO%%@dirrm %%T%%/sample/jnlp/servlet/src
-%%DEMO%%@dirrm %%T%%/sample/jnlp/servlet
-%%DEMO%%@dirrm %%T%%/sample/jnlp/raf/war/app
-%%DEMO%%@dirrm %%T%%/sample/jnlp/raf/war/WEB-INF
-%%DEMO%%@dirrm %%T%%/sample/jnlp/raf/war
-%%DEMO%%@dirrm %%T%%/sample/jnlp/raf/src
-%%DEMO%%@dirrm %%T%%/sample/jnlp/raf
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/src/win32/jreinstallers
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/src/win32
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller/resources
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample/JreInstaller
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp/sample
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/src/share/classes/jnlp
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/src/share/classes
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/src/share
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/src
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/build/win32/minclude
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/resources
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/build/win32/jreinstallers/j2re1_4_2
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/build/win32/jreinstallers
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/build/win32
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/build/solaris/minclude
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/resources
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers/j2re1_4_2
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/build/solaris/jreinstallers
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/build/solaris
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/build/share/jreinstallers
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/build/share
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/build/linux/minclude
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/resources
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/build/linux/jreinstallers/j2re1_4_2
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/build/linux/jreinstallers
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/build/linux
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller/build
-%%DEMO%%@dirrm %%T%%/sample/jnlp/jreinstaller
-%%DEMO%%@dirrm %%T%%/sample/jnlp/corba/war/app
-%%DEMO%%@dirrm %%T%%/sample/jnlp/corba/war/WEB-INF
-%%DEMO%%@dirrm %%T%%/sample/jnlp/corba/war
-%%DEMO%%@dirrm %%T%%/sample/jnlp/corba/src/stubs
-%%DEMO%%@dirrm %%T%%/sample/jnlp/corba/src/core
-%%DEMO%%@dirrm %%T%%/sample/jnlp/corba/src
-%%DEMO%%@dirrm %%T%%/sample/jnlp/corba
-%%DEMO%%@dirrm %%T%%/sample/jnlp
-%%DEMO%%@dirrm %%T%%/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/config
-%%DEMO%%@dirrm %%T%%/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir
-%%DEMO%%@dirrm %%T%%/sample/jmx/jmx-scandir/test/com/sun/jmx/examples
-%%DEMO%%@dirrm %%T%%/sample/jmx/jmx-scandir/test/com/sun/jmx
-%%DEMO%%@dirrm %%T%%/sample/jmx/jmx-scandir/test/com/sun
-%%DEMO%%@dirrm %%T%%/sample/jmx/jmx-scandir/test/com
-%%DEMO%%@dirrm %%T%%/sample/jmx/jmx-scandir/test
-%%DEMO%%@dirrm %%T%%/sample/jmx/jmx-scandir/src/etc
-%%DEMO%%@dirrm %%T%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config
-%%DEMO%%@dirrm %%T%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir
-%%DEMO%%@dirrm %%T%%/sample/jmx/jmx-scandir/src/com/sun/jmx/examples
-%%DEMO%%@dirrm %%T%%/sample/jmx/jmx-scandir/src/com/sun/jmx
-%%DEMO%%@dirrm %%T%%/sample/jmx/jmx-scandir/src/com/sun
-%%DEMO%%@dirrm %%T%%/sample/jmx/jmx-scandir/src/com
-%%DEMO%%@dirrm %%T%%/sample/jmx/jmx-scandir/src
-%%DEMO%%@dirrm %%T%%/sample/jmx/jmx-scandir/nbproject
-%%DEMO%%@dirrm %%T%%/sample/jmx/jmx-scandir/docfiles
-%%DEMO%%@dirrm %%T%%/sample/jmx/jmx-scandir
-%%DEMO%%@dirrm %%T%%/sample/jmx
-%%DEMO%%@dirrm %%T%%/sample/javac/processing/src
-%%DEMO%%@dirrm %%T%%/sample/javac/processing
-%%DEMO%%@dirrm %%T%%/sample/javac
-%%DEMO%%@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/visualvm/visualvm/update_tracking
-@dirrm %%T%%/lib/visualvm/visualvm/modules/locale
-@dirrm %%T%%/lib/visualvm/visualvm/modules
-@dirrm %%T%%/lib/visualvm/visualvm/core/locale
-@dirrm %%T%%/lib/visualvm/visualvm/core
-@dirrm %%T%%/lib/visualvm/visualvm/config/Modules
-@dirrm %%T%%/lib/visualvm/visualvm/config
-@dirrm %%T%%/lib/visualvm/visualvm
-@dirrm %%T%%/lib/visualvm/profiler/update_tracking
-@dirrm %%T%%/lib/visualvm/profiler/modules/locale
-@dirrm %%T%%/lib/visualvm/profiler/modules
-@dirrm %%T%%/lib/visualvm/profiler/lib/locale
-@dirrm %%T%%/lib/visualvm/profiler/lib/deployed/jdk16/linux
-@dirrm %%T%%/lib/visualvm/profiler/lib/deployed/jdk16
-@dirrm %%T%%/lib/visualvm/profiler/lib/deployed/jdk15/linux
-@dirrm %%T%%/lib/visualvm/profiler/lib/deployed/jdk15
-@dirrm %%T%%/lib/visualvm/profiler/lib/deployed
-@dirrm %%T%%/lib/visualvm/profiler/lib
-@dirrm %%T%%/lib/visualvm/profiler/config/Modules
-@dirrm %%T%%/lib/visualvm/profiler/config
-@dirrm %%T%%/lib/visualvm/profiler
-@dirrm %%T%%/lib/visualvm/platform/update_tracking
-@dirrm %%T%%/lib/visualvm/platform/modules/locale
-@dirrm %%T%%/lib/visualvm/platform/modules/ext/locale
-@dirrm %%T%%/lib/visualvm/platform/modules/ext
-@dirrm %%T%%/lib/visualvm/platform/modules
-@dirrm %%T%%/lib/visualvm/platform/lib/locale
-@dirrm %%T%%/lib/visualvm/platform/lib
-@dirrm %%T%%/lib/visualvm/platform/docs
-@dirrm %%T%%/lib/visualvm/platform/core/locale
-@dirrm %%T%%/lib/visualvm/platform/core
-@dirrm %%T%%/lib/visualvm/platform/config/Modules
-@dirrm %%T%%/lib/visualvm/platform/config/ModuleAutoDeps
-@dirrm %%T%%/lib/visualvm/platform/config
-@dirrm %%T%%/lib/visualvm/platform
-@dirrm %%T%%/lib/visualvm/etc
-@dirrm %%T%%/lib/visualvm
-@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/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/jli
-@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/desktop/mime/packages
-@dirrm %%T%%/jre/lib/desktop/mime
-@dirrm %%T%%/jre/lib/desktop/icons/hicolor/48x48/mimetypes
-@dirrm %%T%%/jre/lib/desktop/icons/hicolor/48x48/apps
-@dirrm %%T%%/jre/lib/desktop/icons/hicolor/48x48
-@dirrm %%T%%/jre/lib/desktop/icons/hicolor/16x16/mimetypes
-@dirrm %%T%%/jre/lib/desktop/icons/hicolor/16x16/apps
-@dirrm %%T%%/jre/lib/desktop/icons/hicolor/16x16
-@dirrm %%T%%/jre/lib/desktop/icons/hicolor
-@dirrm %%T%%/jre/lib/desktop/icons/LowContrast/48x48/mimetypes
-@dirrm %%T%%/jre/lib/desktop/icons/LowContrast/48x48/apps
-@dirrm %%T%%/jre/lib/desktop/icons/LowContrast/48x48
-@dirrm %%T%%/jre/lib/desktop/icons/LowContrast/16x16/mimetypes
-@dirrm %%T%%/jre/lib/desktop/icons/LowContrast/16x16/apps
-@dirrm %%T%%/jre/lib/desktop/icons/LowContrast/16x16
-@dirrm %%T%%/jre/lib/desktop/icons/LowContrast
-@dirrm %%T%%/jre/lib/desktop/icons/HighContrastInverse/48x48/mimetypes
-@dirrm %%T%%/jre/lib/desktop/icons/HighContrastInverse/48x48/apps
-@dirrm %%T%%/jre/lib/desktop/icons/HighContrastInverse/48x48
-@dirrm %%T%%/jre/lib/desktop/icons/HighContrastInverse/16x16/mimetypes
-@dirrm %%T%%/jre/lib/desktop/icons/HighContrastInverse/16x16/apps
-@dirrm %%T%%/jre/lib/desktop/icons/HighContrastInverse/16x16
-@dirrm %%T%%/jre/lib/desktop/icons/HighContrastInverse
-@dirrm %%T%%/jre/lib/desktop/icons/HighContrast/48x48/mimetypes
-@dirrm %%T%%/jre/lib/desktop/icons/HighContrast/48x48/apps
-@dirrm %%T%%/jre/lib/desktop/icons/HighContrast/48x48
-@dirrm %%T%%/jre/lib/desktop/icons/HighContrast/16x16/mimetypes
-@dirrm %%T%%/jre/lib/desktop/icons/HighContrast/16x16/apps
-@dirrm %%T%%/jre/lib/desktop/icons/HighContrast/16x16
-@dirrm %%T%%/jre/lib/desktop/icons/HighContrast
-@dirrm %%T%%/jre/lib/desktop/icons
-@dirrm %%T%%/jre/lib/desktop/applications
-@dirrm %%T%%/jre/lib/desktop
-@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
-%%DEMO%%@dirrm %%T%%/demo/scripting/jconsole-plugin/src/scripts
-%%DEMO%%@dirrm %%T%%/demo/scripting/jconsole-plugin/src/resources
-%%DEMO%%@dirrm %%T%%/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole
-%%DEMO%%@dirrm %%T%%/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting
-%%DEMO%%@dirrm %%T%%/demo/scripting/jconsole-plugin/src/com/sun/demo
-%%DEMO%%@dirrm %%T%%/demo/scripting/jconsole-plugin/src/com/sun
-%%DEMO%%@dirrm %%T%%/demo/scripting/jconsole-plugin/src/com
-%%DEMO%%@dirrm %%T%%/demo/scripting/jconsole-plugin/src/META-INF/services
-%%DEMO%%@dirrm %%T%%/demo/scripting/jconsole-plugin/src/META-INF
-%%DEMO%%@dirrm %%T%%/demo/scripting/jconsole-plugin/src
-%%DEMO%%@dirrm %%T%%/demo/scripting/jconsole-plugin
-%%DEMO%%@dirrm %%T%%/demo/scripting
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/TableExample/src
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/TableExample
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SwingSet3
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tooltip
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/toolbar
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/tabbedpane
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/splitpane
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/scrollpane
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/optionpane
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/list
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/htmldemo
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/filechooser
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/combobox
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/buttons
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/Octavo
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/misc
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub/food
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images/ImageClub
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources/images
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src/resources
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SwingSet2/src
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SwingSet2
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SwingApplet/src
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SwingApplet
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Stylepad/src/resources
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Stylepad/src
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Stylepad
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SampleTree/src/resources/images
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SampleTree/src/resources
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SampleTree/src
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/SampleTree
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Notepad/src/resources
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Notepad/src
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Notepad
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Metalworks/src/resources/HelpFiles
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Metalworks/src/resources
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Metalworks/src
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Metalworks
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Laffy
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paths
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Paint
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Mix
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Lines
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Images
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Composite
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Colors
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d/demos
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Java2D/src/java2d
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Java2D/src/images
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Java2D/src/fonts
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Java2D/src
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Java2D
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Font2DTest/src
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/Font2DTest
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/FileChooserDemo/src/resources/images
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/FileChooserDemo/src/resources
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/FileChooserDemo/src
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/FileChooserDemo
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/CodePointIM/src/resources
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/CodePointIM/src
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc/CodePointIM
-%%DEMO%%@dirrm %%T%%/demo/plugin/jfc
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/WireFrame/models
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/WireFrame
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/TicTacToe/images
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/TicTacToe/audio
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/TicTacToe
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/SpreadSheet
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/SortDemo
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/SimpleGraph
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/NervousText
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/MoleculeViewer/models
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/MoleculeViewer
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/JumpingBox/sounds
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/JumpingBox
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/ImageMap/images
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/ImageMap/audio
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/ImageMap
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/GraphicsTest
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/GraphLayout/audio
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/GraphLayout
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/Fractal
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/DrawTest
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/DitherTest
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/Clock
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/CardTest
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/Blink
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/BarChart
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/ArcTest
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/Animator/images/SimpleAnimation
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/Animator/images/Beans
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/Animator/images
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/Animator/audio
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets/Animator
-%%DEMO%%@dirrm %%T%%/demo/plugin/applets
-%%DEMO%%@dirrm %%T%%/demo/plugin
-%%DEMO%%@dirrm %%T%%/demo/nbproject/scripting/jconsole-plugin/nbproject
-%%DEMO%%@dirrm %%T%%/demo/nbproject/scripting/jconsole-plugin
-%%DEMO%%@dirrm %%T%%/demo/nbproject/scripting
-%%DEMO%%@dirrm %%T%%/demo/nbproject/management/VerboseGC/nbproject
-%%DEMO%%@dirrm %%T%%/demo/nbproject/management/VerboseGC
-%%DEMO%%@dirrm %%T%%/demo/nbproject/management/MemoryMonitor/nbproject
-%%DEMO%%@dirrm %%T%%/demo/nbproject/management/MemoryMonitor
-%%DEMO%%@dirrm %%T%%/demo/nbproject/management/JTop/nbproject
-%%DEMO%%@dirrm %%T%%/demo/nbproject/management/JTop
-%%DEMO%%@dirrm %%T%%/demo/nbproject/management/FullThreadDump/nbproject
-%%DEMO%%@dirrm %%T%%/demo/nbproject/management/FullThreadDump
-%%DEMO%%@dirrm %%T%%/demo/nbproject/management
-%%DEMO%%@dirrm %%T%%/demo/nbproject/jfc/TableExample/nbproject
-%%DEMO%%@dirrm %%T%%/demo/nbproject/jfc/TableExample
-%%DEMO%%@dirrm %%T%%/demo/nbproject/jfc/SwingSet2/nbproject
-%%DEMO%%@dirrm %%T%%/demo/nbproject/jfc/SwingSet2
-%%DEMO%%@dirrm %%T%%/demo/nbproject/jfc/SwingApplet/nbproject
-%%DEMO%%@dirrm %%T%%/demo/nbproject/jfc/SwingApplet
-%%DEMO%%@dirrm %%T%%/demo/nbproject/jfc/Stylepad/nbproject
-%%DEMO%%@dirrm %%T%%/demo/nbproject/jfc/Stylepad
-%%DEMO%%@dirrm %%T%%/demo/nbproject/jfc/SampleTree/nbproject
-%%DEMO%%@dirrm %%T%%/demo/nbproject/jfc/SampleTree
-%%DEMO%%@dirrm %%T%%/demo/nbproject/jfc/Notepad/nbproject
-%%DEMO%%@dirrm %%T%%/demo/nbproject/jfc/Notepad
-%%DEMO%%@dirrm %%T%%/demo/nbproject/jfc/Metalworks/nbproject
-%%DEMO%%@dirrm %%T%%/demo/nbproject/jfc/Metalworks
-%%DEMO%%@dirrm %%T%%/demo/nbproject/jfc/Java2D/nbproject
-%%DEMO%%@dirrm %%T%%/demo/nbproject/jfc/Java2D
-%%DEMO%%@dirrm %%T%%/demo/nbproject/jfc/Font2DTest/nbproject
-%%DEMO%%@dirrm %%T%%/demo/nbproject/jfc/Font2DTest
-%%DEMO%%@dirrm %%T%%/demo/nbproject/jfc/FileChooserDemo/nbproject
-%%DEMO%%@dirrm %%T%%/demo/nbproject/jfc/FileChooserDemo
-%%DEMO%%@dirrm %%T%%/demo/nbproject/jfc
-%%DEMO%%@dirrm %%T%%/demo/nbproject
-%%DEMO%%@dirrm %%T%%/demo/management/VerboseGC/src
-%%DEMO%%@dirrm %%T%%/demo/management/VerboseGC
-%%DEMO%%@dirrm %%T%%/demo/management/MemoryMonitor/src
-%%DEMO%%@dirrm %%T%%/demo/management/MemoryMonitor
-%%DEMO%%@dirrm %%T%%/demo/management/JTop/src/META-INF/services
-%%DEMO%%@dirrm %%T%%/demo/management/JTop/src/META-INF
-%%DEMO%%@dirrm %%T%%/demo/management/JTop/src
-%%DEMO%%@dirrm %%T%%/demo/management/JTop
-%%DEMO%%@dirrm %%T%%/demo/management/FullThreadDump/src
-%%DEMO%%@dirrm %%T%%/demo/management/FullThreadDump
-%%DEMO%%@dirrm %%T%%/demo/management
-%%DEMO%%@dirrm %%T%%/demo/jvmti/waiters/src
-%%DEMO%%@dirrm %%T%%/demo/jvmti/waiters/lib
-%%DEMO%%@dirrm %%T%%/demo/jvmti/waiters
-%%DEMO%%@dirrm %%T%%/demo/jvmti/versionCheck/src
-%%DEMO%%@dirrm %%T%%/demo/jvmti/versionCheck/lib
-%%DEMO%%@dirrm %%T%%/demo/jvmti/versionCheck
-%%DEMO%%@dirrm %%T%%/demo/jvmti/mtrace/src
-%%DEMO%%@dirrm %%T%%/demo/jvmti/mtrace/lib
-%%DEMO%%@dirrm %%T%%/demo/jvmti/mtrace
-%%DEMO%%@dirrm %%T%%/demo/jvmti/minst/src
-%%DEMO%%@dirrm %%T%%/demo/jvmti/minst/lib
-%%DEMO%%@dirrm %%T%%/demo/jvmti/minst
-%%DEMO%%@dirrm %%T%%/demo/jvmti/java_crw_demo/src
-%%DEMO%%@dirrm %%T%%/demo/jvmti/java_crw_demo
-%%DEMO%%@dirrm %%T%%/demo/jvmti/hprof/src/linux
-%%DEMO%%@dirrm %%T%%/demo/jvmti/hprof/src
-%%DEMO%%@dirrm %%T%%/demo/jvmti/hprof
-%%DEMO%%@dirrm %%T%%/demo/jvmti/heapViewer/src
-%%DEMO%%@dirrm %%T%%/demo/jvmti/heapViewer/lib
-%%DEMO%%@dirrm %%T%%/demo/jvmti/heapViewer
-%%DEMO%%@dirrm %%T%%/demo/jvmti/heapTracker/src
-%%DEMO%%@dirrm %%T%%/demo/jvmti/heapTracker/lib
-%%DEMO%%@dirrm %%T%%/demo/jvmti/heapTracker
-%%DEMO%%@dirrm %%T%%/demo/jvmti/gctest/src
-%%DEMO%%@dirrm %%T%%/demo/jvmti/gctest/lib
-%%DEMO%%@dirrm %%T%%/demo/jvmti/gctest
-%%DEMO%%@dirrm %%T%%/demo/jvmti/agent_util/src
-%%DEMO%%@dirrm %%T%%/demo/jvmti/agent_util
-%%DEMO%%@dirrm %%T%%/demo/jvmti
-%%DEMO%%@dirrm %%T%%/demo/jpda
-%%DEMO%%@dirrm %%T%%/demo/jfc/TableExample/src
-%%DEMO%%@dirrm %%T%%/demo/jfc/TableExample
-%%DEMO%%@dirrm %%T%%/demo/jfc/SwingSet3
-%%DEMO%%@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/tooltip
-%%DEMO%%@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/toolbar
-%%DEMO%%@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/tabbedpane
-%%DEMO%%@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/splitpane
-%%DEMO%%@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/scrollpane
-%%DEMO%%@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/optionpane
-%%DEMO%%@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/list
-%%DEMO%%@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/htmldemo
-%%DEMO%%@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/filechooser
-%%DEMO%%@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/combobox
-%%DEMO%%@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/buttons
-%%DEMO%%@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/Octavo
-%%DEMO%%@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/misc
-%%DEMO%%@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub/food
-%%DEMO%%@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images/ImageClub
-%%DEMO%%@dirrm %%T%%/demo/jfc/SwingSet2/src/resources/images
-%%DEMO%%@dirrm %%T%%/demo/jfc/SwingSet2/src/resources
-%%DEMO%%@dirrm %%T%%/demo/jfc/SwingSet2/src
-%%DEMO%%@dirrm %%T%%/demo/jfc/SwingSet2
-%%DEMO%%@dirrm %%T%%/demo/jfc/SwingApplet/src
-%%DEMO%%@dirrm %%T%%/demo/jfc/SwingApplet
-%%DEMO%%@dirrm %%T%%/demo/jfc/Stylepad/src/resources
-%%DEMO%%@dirrm %%T%%/demo/jfc/Stylepad/src
-%%DEMO%%@dirrm %%T%%/demo/jfc/Stylepad
-%%DEMO%%@dirrm %%T%%/demo/jfc/SampleTree/src/resources/images
-%%DEMO%%@dirrm %%T%%/demo/jfc/SampleTree/src/resources
-%%DEMO%%@dirrm %%T%%/demo/jfc/SampleTree/src
-%%DEMO%%@dirrm %%T%%/demo/jfc/SampleTree
-%%DEMO%%@dirrm %%T%%/demo/jfc/Notepad/src/resources
-%%DEMO%%@dirrm %%T%%/demo/jfc/Notepad/src
-%%DEMO%%@dirrm %%T%%/demo/jfc/Notepad
-%%DEMO%%@dirrm %%T%%/demo/jfc/Metalworks/src/resources/HelpFiles
-%%DEMO%%@dirrm %%T%%/demo/jfc/Metalworks/src/resources
-%%DEMO%%@dirrm %%T%%/demo/jfc/Metalworks/src
-%%DEMO%%@dirrm %%T%%/demo/jfc/Metalworks
-%%DEMO%%@dirrm %%T%%/demo/jfc/Laffy
-%%DEMO%%@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos/Transforms
-%%DEMO%%@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos/Paths
-%%DEMO%%@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos/Paint
-%%DEMO%%@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos/Mix
-%%DEMO%%@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos/Lines
-%%DEMO%%@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos/Images
-%%DEMO%%@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos/Fonts
-%%DEMO%%@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos/Composite
-%%DEMO%%@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos/Colors
-%%DEMO%%@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos/Clipping
-%%DEMO%%@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos/Arcs_Curves
-%%DEMO%%@dirrm %%T%%/demo/jfc/Java2D/src/java2d/demos
-%%DEMO%%@dirrm %%T%%/demo/jfc/Java2D/src/java2d
-%%DEMO%%@dirrm %%T%%/demo/jfc/Java2D/src/images
-%%DEMO%%@dirrm %%T%%/demo/jfc/Java2D/src/fonts
-%%DEMO%%@dirrm %%T%%/demo/jfc/Java2D/src
-%%DEMO%%@dirrm %%T%%/demo/jfc/Java2D
-%%DEMO%%@dirrm %%T%%/demo/jfc/Font2DTest/src
-%%DEMO%%@dirrm %%T%%/demo/jfc/Font2DTest
-%%DEMO%%@dirrm %%T%%/demo/jfc/FileChooserDemo/src/resources/images
-%%DEMO%%@dirrm %%T%%/demo/jfc/FileChooserDemo/src/resources
-%%DEMO%%@dirrm %%T%%/demo/jfc/FileChooserDemo/src
-%%DEMO%%@dirrm %%T%%/demo/jfc/FileChooserDemo
-%%DEMO%%@dirrm %%T%%/demo/jfc/CodePointIM/src/resources
-%%DEMO%%@dirrm %%T%%/demo/jfc/CodePointIM/src
-%%DEMO%%@dirrm %%T%%/demo/jfc/CodePointIM
-%%DEMO%%@dirrm %%T%%/demo/jfc
-%%DEMO%%@dirrm %%T%%/demo/applets/WireFrame/models
-%%DEMO%%@dirrm %%T%%/demo/applets/WireFrame
-%%DEMO%%@dirrm %%T%%/demo/applets/TicTacToe/images
-%%DEMO%%@dirrm %%T%%/demo/applets/TicTacToe/audio
-%%DEMO%%@dirrm %%T%%/demo/applets/TicTacToe
-%%DEMO%%@dirrm %%T%%/demo/applets/SpreadSheet
-%%DEMO%%@dirrm %%T%%/demo/applets/SortDemo
-%%DEMO%%@dirrm %%T%%/demo/applets/SimpleGraph
-%%DEMO%%@dirrm %%T%%/demo/applets/NervousText
-%%DEMO%%@dirrm %%T%%/demo/applets/MoleculeViewer/models
-%%DEMO%%@dirrm %%T%%/demo/applets/MoleculeViewer
-%%DEMO%%@dirrm %%T%%/demo/applets/JumpingBox/sounds
-%%DEMO%%@dirrm %%T%%/demo/applets/JumpingBox
-%%DEMO%%@dirrm %%T%%/demo/applets/ImageMap/images
-%%DEMO%%@dirrm %%T%%/demo/applets/ImageMap/audio
-%%DEMO%%@dirrm %%T%%/demo/applets/ImageMap
-%%DEMO%%@dirrm %%T%%/demo/applets/GraphicsTest
-%%DEMO%%@dirrm %%T%%/demo/applets/GraphLayout/audio
-%%DEMO%%@dirrm %%T%%/demo/applets/GraphLayout
-%%DEMO%%@dirrm %%T%%/demo/applets/Fractal
-%%DEMO%%@dirrm %%T%%/demo/applets/DrawTest
-%%DEMO%%@dirrm %%T%%/demo/applets/DitherTest
-%%DEMO%%@dirrm %%T%%/demo/applets/Clock
-%%DEMO%%@dirrm %%T%%/demo/applets/CardTest
-%%DEMO%%@dirrm %%T%%/demo/applets/Blink
-%%DEMO%%@dirrm %%T%%/demo/applets/BarChart
-%%DEMO%%@dirrm %%T%%/demo/applets/ArcTest
-%%DEMO%%@dirrm %%T%%/demo/applets/Animator/images/SimpleAnimation
-%%DEMO%%@dirrm %%T%%/demo/applets/Animator/images/Beans
-%%DEMO%%@dirrm %%T%%/demo/applets/Animator/images
-%%DEMO%%@dirrm %%T%%/demo/applets/Animator/audio
-%%DEMO%%@dirrm %%T%%/demo/applets/Animator
-%%DEMO%%@dirrm %%T%%/demo/applets
-%%DEMO%%@dirrm %%T%%/demo
-@dirrm %%T%%/db/lib
-@dirrm %%T%%/db/javadoc/jdbc4/resources
-@dirrm %%T%%/db/javadoc/jdbc4/org/apache/derby/vti
-@dirrm %%T%%/db/javadoc/jdbc4/org/apache/derby/tools
-@dirrm %%T%%/db/javadoc/jdbc4/org/apache/derby/security
-@dirrm %%T%%/db/javadoc/jdbc4/org/apache/derby/mbeans/drda
-@dirrm %%T%%/db/javadoc/jdbc4/org/apache/derby/mbeans
-@dirrm %%T%%/db/javadoc/jdbc4/org/apache/derby/jdbc
-@dirrm %%T%%/db/javadoc/jdbc4/org/apache/derby/drda
-@dirrm %%T%%/db/javadoc/jdbc4/org/apache/derby/authentication
-@dirrm %%T%%/db/javadoc/jdbc4/org/apache/derby
-@dirrm %%T%%/db/javadoc/jdbc4/org/apache
-@dirrm %%T%%/db/javadoc/jdbc4/org
-@dirrm %%T%%/db/javadoc/jdbc4
-@dirrm %%T%%/db/javadoc/jdbc3/resources
-@dirrm %%T%%/db/javadoc/jdbc3/org/apache/derby/vti
-@dirrm %%T%%/db/javadoc/jdbc3/org/apache/derby/tools
-@dirrm %%T%%/db/javadoc/jdbc3/org/apache/derby/security
-@dirrm %%T%%/db/javadoc/jdbc3/org/apache/derby/mbeans/drda
-@dirrm %%T%%/db/javadoc/jdbc3/org/apache/derby/mbeans
-@dirrm %%T%%/db/javadoc/jdbc3/org/apache/derby/jdbc
-@dirrm %%T%%/db/javadoc/jdbc3/org/apache/derby/drda
-@dirrm %%T%%/db/javadoc/jdbc3/org/apache/derby/authentication
-@dirrm %%T%%/db/javadoc/jdbc3/org/apache/derby
-@dirrm %%T%%/db/javadoc/jdbc3/org/apache
-@dirrm %%T%%/db/javadoc/jdbc3/org
-@dirrm %%T%%/db/javadoc/jdbc3
-@dirrm %%T%%/db/javadoc
-@dirrm %%T%%/db/docs/pdf/tuning
-@dirrm %%T%%/db/docs/pdf/tools
-@dirrm %%T%%/db/docs/pdf/ref
-@dirrm %%T%%/db/docs/pdf/getstart
-@dirrm %%T%%/db/docs/pdf/devguide
-@dirrm %%T%%/db/docs/pdf/adminguide
-@dirrm %%T%%/db/docs/pdf
-@dirrm %%T%%/db/docs/html/tuning
-@dirrm %%T%%/db/docs/html/tools
-@dirrm %%T%%/db/docs/html/ref
-@dirrm %%T%%/db/docs/html/images
-@dirrm %%T%%/db/docs/html/getstart
-@dirrm %%T%%/db/docs/html/devguide
-@dirrm %%T%%/db/docs/html/adminguide
-@dirrm %%T%%/db/docs/html
-@dirrm %%T%%/db/docs
-@dirrm %%T%%/db/demo/templates
-@dirrm %%T%%/db/demo/programs/workingwithderby
-@dirrm %%T%%/db/demo/programs/vtis/sql
-@dirrm %%T%%/db/demo/programs/vtis/java/org/apache/derbyDemo/vtis/snapshot
-@dirrm %%T%%/db/demo/programs/vtis/java/org/apache/derbyDemo/vtis/example
-@dirrm %%T%%/db/demo/programs/vtis/java/org/apache/derbyDemo/vtis/core
-@dirrm %%T%%/db/demo/programs/vtis/java/org/apache/derbyDemo/vtis
-@dirrm %%T%%/db/demo/programs/vtis/java/org/apache/derbyDemo
-@dirrm %%T%%/db/demo/programs/vtis/java/org/apache
-@dirrm %%T%%/db/demo/programs/vtis/java/org
-@dirrm %%T%%/db/demo/programs/vtis/java
-@dirrm %%T%%/db/demo/programs/vtis/data
-@dirrm %%T%%/db/demo/programs/vtis
-@dirrm %%T%%/db/demo/programs/toursdb
-@dirrm %%T%%/db/demo/programs/simplemobile
-@dirrm %%T%%/db/demo/programs/simple
-@dirrm %%T%%/db/demo/programs/scores/java/server/org/apache/derbyDemo/scores/proc
-@dirrm %%T%%/db/demo/programs/scores/java/server/org/apache/derbyDemo/scores
-@dirrm %%T%%/db/demo/programs/scores/java/server/org/apache/derbyDemo
-@dirrm %%T%%/db/demo/programs/scores/java/server/org/apache
-@dirrm %%T%%/db/demo/programs/scores/java/server/org
-@dirrm %%T%%/db/demo/programs/scores/java/server
-@dirrm %%T%%/db/demo/programs/scores/java/common/org/apache/derbyDemo/scores/util
-@dirrm %%T%%/db/demo/programs/scores/java/common/org/apache/derbyDemo/scores
-@dirrm %%T%%/db/demo/programs/scores/java/common/org/apache/derbyDemo
-@dirrm %%T%%/db/demo/programs/scores/java/common/org/apache
-@dirrm %%T%%/db/demo/programs/scores/java/common/org
-@dirrm %%T%%/db/demo/programs/scores/java/common
-@dirrm %%T%%/db/demo/programs/scores/java/client/org/apache/derbyDemo/scores/data
-@dirrm %%T%%/db/demo/programs/scores/java/client/org/apache/derbyDemo/scores/app
-@dirrm %%T%%/db/demo/programs/scores/java/client/org/apache/derbyDemo/scores
-@dirrm %%T%%/db/demo/programs/scores/java/client/org/apache/derbyDemo
-@dirrm %%T%%/db/demo/programs/scores/java/client/org/apache
-@dirrm %%T%%/db/demo/programs/scores/java/client/org
-@dirrm %%T%%/db/demo/programs/scores/java/client
-@dirrm %%T%%/db/demo/programs/scores/java
-@dirrm %%T%%/db/demo/programs/scores
-@dirrm %%T%%/db/demo/programs/nserverdemo
-@dirrm %%T%%/db/demo/programs/localcal/src/images
-@dirrm %%T%%/db/demo/programs/localcal/src
-@dirrm %%T%%/db/demo/programs/localcal/lib
-@dirrm %%T%%/db/demo/programs/localcal
-@dirrm %%T%%/db/demo/programs
-@dirrm %%T%%/db/demo/databases/toursdb/seg0
-@dirrm %%T%%/db/demo/databases/toursdb/log
-@dirrm %%T%%/db/demo/databases/toursdb
-@dirrm %%T%%/db/demo/databases
-@dirrm %%T%%/db/demo
-@dirrm %%T%%/db/bin
-@dirrm %%T%%/db
-@dirrm %%T%%/bin
-@dirrm %%T%%
diff --git a/java/linux-sun-jre16/Makefile b/java/linux-sun-jre16/Makefile
deleted file mode 100644
index 678e48638368..000000000000
--- a/java/linux-sun-jre16/Makefile
+++ /dev/null
@@ -1,76 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= jre
-PORTVERSION= ${DL_JRE_VERSION:S/_/./g}
-CATEGORIES= java
-MASTER_SITES= #
-PKGNAMEPREFIX= linux-sun-
-DISTNAME= jre-6u${JRE_REVISION:S/^0//}-linux-i586
-EXTRACT_SUFX= .bin
-
-MAINTAINER= java@FreeBSD.org
-COMMENT= Sun Java Runtime Environment 1.6 for Linux
-
-EXTRACT_DEPENDS=${LINUX_BASE_PORT}
-RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
-
-DEPRECATED= Unsupported and known for multiple security vulnerabilities
-EXPIRATION_DATE=2014-05-10
-
-NO_CDROM= License does not allow distribution with fee
-RESTRICTED= Redistribution of repackaged binaries not permitted
-PKGNAMESUFFIX= 16
-
-WRKSRC= ${WRKDIR}/jre${DL_JRE_VERSION}
-PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///} PORTVERSION=${PORTVERSION}
-
-NO_BUILD= yes
-USE_LINUX= yes
-USE_LINUX_APPS= xorglibs
-JRE_VERSION= 1.6.0
-JRE_REVISION= 45
-DL_JRE_VERSION= ${JRE_VERSION}_${JRE_REVISION}
-ONLY_FOR_ARCHS= i386 amd64
-DOWNLOAD_URL?= http://www.oracle.com/technetwork/java/javase/downloads/index.html
-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})
-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 +146 ${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:
- ${REINPLACE_CMD} -i.orig -e 's:^#!/bin/bash:#!/bin/sh:' ${WRKSRC}/bin/jcontrol
- @${FIND} ${WRKSRC} -name '*.orig' -delete
-
-# XXX: This is missing a "${BRANDELF} -t Linux <executables>".
-
-do-install:
- ${MKDIR} ${STAGEDIR}${APP_HOME}
- cd ${WRKSRC} && ${FIND} . -print \
- | ${CPIO} -pdmu -R ${LIBOWN}:${LIBGRP} ${STAGEDIR}${APP_HOME}
-
-post-install:
- ${MKDIR} ${STAGEDIR}${APP_HOME}/.systemPrefs
- ${TOUCH} ${STAGEDIR}${APP_HOME}/.systemPrefs/.system.lock
- ${TOUCH} ${STAGEDIR}${APP_HOME}/.systemPrefs/.systemRootModFile
- ${CHMOD} 644 ${STAGEDIR}${APP_HOME}/.systemPrefs/.system.lock
- ${CHMOD} 644 ${STAGEDIR}${APP_HOME}/.systemPrefs/.systemRootModFile
-
-.include <bsd.port.post.mk>
diff --git a/java/linux-sun-jre16/distinfo b/java/linux-sun-jre16/distinfo
deleted file mode 100644
index d12f2e086d0b..000000000000
--- a/java/linux-sun-jre16/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (jre-6u45-linux-i586.bin) = 6f6155623537162e169044454856c41c4443eab65bdc71eba0b90b242ecf0030
-SIZE (jre-6u45-linux-i586.bin) = 21770712
diff --git a/java/linux-sun-jre16/pkg-descr b/java/linux-sun-jre16/pkg-descr
deleted file mode 100644
index d3816b6c33a6..000000000000
--- a/java/linux-sun-jre16/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-The Sun Java Runtime Environment 1.6 for Linux.
-
-WWW: http://java.sun.com/javase/
diff --git a/java/linux-sun-jre16/pkg-message b/java/linux-sun-jre16/pkg-message
deleted file mode 100644
index e8ee3387a152..000000000000
--- a/java/linux-sun-jre16/pkg-message
+++ /dev/null
@@ -1,18 +0,0 @@
-======================================================================
-Warning: This JRE may be unstable. You are advised to use the native
-FreeBSD 1.6 JDK, in ports/java/openjdk6-jre.
-
-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-jre16/pkg-plist b/java/linux-sun-jre16/pkg-plist
deleted file mode 100644
index afd14da1bc54..000000000000
--- a/java/linux-sun-jre16/pkg-plist
+++ /dev/null
@@ -1,846 +0,0 @@
-@unexec %%LOCALBASE%%/bin/unregistervm "%D/%%T%%/bin/java"
-%%T%%/.systemPrefs/.system.lock
-%%T%%/.systemPrefs/.systemRootModFile
-%%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/jcontrol
-%%T%%/bin/keytool
-%%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
-%%T%%/lib/alt-rt.jar
-%%T%%/lib/alt-string.jar
-@exec mkdir -p %D/%%T%%/lib/applet
-%%T%%/lib/audio/soundbank.gm
-%%T%%/lib/calendars.properties
-%%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.jar
-%%T%%/lib/deploy/ffjcext.zip
-%%T%%/lib/deploy/java-icon.ico
-%%T%%/lib/deploy/messages.properties
-%%T%%/lib/deploy/messages_de.properties
-%%T%%/lib/deploy/messages_es.properties
-%%T%%/lib/deploy/messages_fr.properties
-%%T%%/lib/deploy/messages_it.properties
-%%T%%/lib/deploy/messages_ja.properties
-%%T%%/lib/deploy/messages_ko.properties
-%%T%%/lib/deploy/messages_pt_BR.properties
-%%T%%/lib/deploy/messages_sv.properties
-%%T%%/lib/deploy/messages_zh_CN.properties
-%%T%%/lib/deploy/messages_zh_HK.properties
-%%T%%/lib/deploy/messages_zh_TW.properties
-%%T%%/lib/deploy/splash.gif
-%%T%%/lib/desktop/applications/sun-java.desktop
-%%T%%/lib/desktop/applications/sun-javaws.desktop
-%%T%%/lib/desktop/applications/sun_java.desktop
-%%T%%/lib/desktop/icons/HighContrast/16x16/apps/sun-java.png
-%%T%%/lib/desktop/icons/HighContrast/16x16/apps/sun-javaws.png
-%%T%%/lib/desktop/icons/HighContrast/16x16/apps/sun-jcontrol.png
-%%T%%/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-application-x-java-archive.png
-%%T%%/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
-%%T%%/lib/desktop/icons/HighContrast/16x16/mimetypes/gnome-mime-text-x-java.png
-%%T%%/lib/desktop/icons/HighContrast/48x48/apps/sun-java.png
-%%T%%/lib/desktop/icons/HighContrast/48x48/apps/sun-javaws.png
-%%T%%/lib/desktop/icons/HighContrast/48x48/apps/sun-jcontrol.png
-%%T%%/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-application-x-java-archive.png
-%%T%%/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png
-%%T%%/lib/desktop/icons/HighContrast/48x48/mimetypes/gnome-mime-text-x-java.png
-%%T%%/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-java.png
-%%T%%/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-javaws.png
-%%T%%/lib/desktop/icons/HighContrastInverse/16x16/apps/sun-jcontrol.png
-%%T%%/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-application-x-java-archive.png
-%%T%%/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
-%%T%%/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-text-x-java.png
-%%T%%/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-java.png
-%%T%%/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-javaws.png
-%%T%%/lib/desktop/icons/HighContrastInverse/48x48/apps/sun-jcontrol.png
-%%T%%/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-application-x-java-archive.png
-%%T%%/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png
-%%T%%/lib/desktop/icons/HighContrastInverse/48x48/mimetypes/gnome-mime-text-x-java.png
-%%T%%/lib/desktop/icons/LowContrast/16x16/apps/sun-java.png
-%%T%%/lib/desktop/icons/LowContrast/16x16/apps/sun-javaws.png
-%%T%%/lib/desktop/icons/LowContrast/16x16/apps/sun-jcontrol.png
-%%T%%/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-application-x-java-archive.png
-%%T%%/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
-%%T%%/lib/desktop/icons/LowContrast/16x16/mimetypes/gnome-mime-text-x-java.png
-%%T%%/lib/desktop/icons/LowContrast/48x48/apps/sun-java.png
-%%T%%/lib/desktop/icons/LowContrast/48x48/apps/sun-javaws.png
-%%T%%/lib/desktop/icons/LowContrast/48x48/apps/sun-jcontrol.png
-%%T%%/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-application-x-java-archive.png
-%%T%%/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png
-%%T%%/lib/desktop/icons/LowContrast/48x48/mimetypes/gnome-mime-text-x-java.png
-%%T%%/lib/desktop/icons/hicolor/16x16/apps/sun-java.png
-%%T%%/lib/desktop/icons/hicolor/16x16/apps/sun-javaws.png
-%%T%%/lib/desktop/icons/hicolor/16x16/apps/sun-jcontrol.png
-%%T%%/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-java-archive.png
-%%T%%/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-application-x-java-jnlp-file.png
-%%T%%/lib/desktop/icons/hicolor/16x16/mimetypes/gnome-mime-text-x-java.png
-%%T%%/lib/desktop/icons/hicolor/48x48/apps/sun-java.png
-%%T%%/lib/desktop/icons/hicolor/48x48/apps/sun-javaws.png
-%%T%%/lib/desktop/icons/hicolor/48x48/apps/sun-jcontrol.png
-%%T%%/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-java-archive.png
-%%T%%/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-java-jnlp-file.png
-%%T%%/lib/desktop/icons/hicolor/48x48/mimetypes/gnome-mime-text-x-java.png
-%%T%%/lib/desktop/mime/packages/x-java-archive.xml
-%%T%%/lib/desktop/mime/packages/x-java-jnlp-file.xml
-%%T%%/lib/ext/dnsns.jar
-%%T%%/lib/ext/localedata.jar
-%%T%%/lib/ext/meta-index
-%%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.4.bfc
-%%T%%/lib/fontconfig.RedHat.4.properties.src
-%%T%%/lib/fontconfig.RedHat.6.bfc
-%%T%%/lib/fontconfig.RedHat.6.properties.src
-%%T%%/lib/fontconfig.RedHat.bfc
-%%T%%/lib/fontconfig.RedHat.properties.src
-%%T%%/lib/fontconfig.SuSE.11.bfc
-%%T%%/lib/fontconfig.SuSE.11.properties.src
-%%T%%/lib/fontconfig.SuSE.bfc
-%%T%%/lib/fontconfig.SuSE.properties.src
-%%T%%/lib/fontconfig.Sun.bfc
-%%T%%/lib/fontconfig.Sun.properties.src
-%%T%%/lib/fontconfig.Turbo.bfc
-%%T%%/lib/fontconfig.Turbo.properties.src
-%%T%%/lib/fontconfig.Ubuntu.bfc
-%%T%%/lib/fontconfig.Ubuntu.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/client/Xusage.txt
-%%T%%/lib/i386/client/libjsig.so
-%%T%%/lib/i386/client/libjvm.so
-%%T%%/lib/i386/headless/libmawt.so
-%%T%%/lib/i386/jli/libjli.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/libj2gss.so
-%%T%%/lib/i386/libj2pcsc.so
-%%T%%/lib/i386/libj2pkcs11.so
-%%T%%/lib/i386/libjaas_unix.so
-%%T%%/lib/i386/libjava.so
-%%T%%/lib/i386/libjava_crw_demo.so
-%%T%%/lib/i386/libjavaplugin_jni.so
-%%T%%/lib/i386/libjavaplugin_nscp.so
-%%T%%/lib/i386/libjavaplugin_nscp_gcc29.so
-%%T%%/lib/i386/libjawt.so
-%%T%%/lib/i386/libjdwp.so
-%%T%%/lib/i386/libjpeg.so
-%%T%%/lib/i386/libjsig.so
-%%T%%/lib/i386/libjsound.so
-%%T%%/lib/i386/libjsoundalsa.so
-%%T%%/lib/i386/libmanagement.so
-%%T%%/lib/i386/libmlib_image.so
-%%T%%/lib/i386/libnative_chmod.so
-%%T%%/lib/i386/libnative_chmod_g.so
-%%T%%/lib/i386/libnet.so
-%%T%%/lib/i386/libnio.so
-%%T%%/lib/i386/libnpjp2.so
-%%T%%/lib/i386/libnpt.so
-%%T%%/lib/i386/librmi.so
-%%T%%/lib/i386/libsplashscreen.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/im/indicim.jar
-%%T%%/lib/im/thaiim.jar
-%%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.png
-%%T%%/lib/images/icons/sun-java_HighContrast.png
-%%T%%/lib/images/icons/sun-java_HighContrastInverse.png
-%%T%%/lib/images/icons/sun-java_LowContrast.png
-%%T%%/lib/javaws.jar
-%%T%%/lib/jce.jar
-%%T%%/lib/jexec
-%%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.UTF-8/LC_MESSAGES/sunw_java_plugin.mo
-%%T%%/lib/locale/ko/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/LC_MESSAGES/sunw_java_plugin.mo
-%%T%%/lib/locale/zh_HK.BIG5HK/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-agent.jar
-%%T%%/lib/management/jmxremote.access
-%%T%%/lib/management/jmxremote.password.template
-%%T%%/lib/management/management.properties
-%%T%%/lib/management/snmp.acl.template
-%%T%%/lib/meta-index
-%%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/psfont.properties.ja
-%%T%%/lib/psfontj2d.properties
-%%T%%/lib/resources.jar
-%%T%%/lib/rt.jar
-%%T%%/lib/security/US_export_policy.jar
-%%T%%/lib/security/blacklist
-%%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/security/trusted.libraries
-%%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/Juba
-%%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/Bahia_Banderas
-%%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/Creston
-%%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/Matamoros
-%%T%%/lib/zi/America/Mazatlan
-%%T%%/lib/zi/America/Menominee
-%%T%%/lib/zi/America/Merida
-%%T%%/lib/zi/America/Metlakatla
-%%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/Beulah
-%%T%%/lib/zi/America/North_Dakota/Center
-%%T%%/lib/zi/America/North_Dakota/New_Salem
-%%T%%/lib/zi/America/Ojinaga
-%%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/Port_of_Spain
-%%T%%/lib/zi/America/Porto_Velho
-%%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/Santa_Isabel
-%%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/Sitka
-%%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/Macquarie
-%%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/Hebron
-%%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/Novokuznetsk
-%%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+10
-%%T%%/lib/zi/Etc/GMT+11
-%%T%%/lib/zi/Etc/GMT+12
-%%T%%/lib/zi/Etc/GMT+2
-%%T%%/lib/zi/Etc/GMT+3
-%%T%%/lib/zi/Etc/GMT+4
-%%T%%/lib/zi/Etc/GMT+5
-%%T%%/lib/zi/Etc/GMT+6
-%%T%%/lib/zi/Etc/GMT+7
-%%T%%/lib/zi/Etc/GMT+8
-%%T%%/lib/zi/Etc/GMT+9
-%%T%%/lib/zi/Etc/GMT-1
-%%T%%/lib/zi/Etc/GMT-10
-%%T%%/lib/zi/Etc/GMT-11
-%%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-3
-%%T%%/lib/zi/Etc/GMT-4
-%%T%%/lib/zi/Etc/GMT-5
-%%T%%/lib/zi/Etc/GMT-6
-%%T%%/lib/zi/Etc/GMT-7
-%%T%%/lib/zi/Etc/GMT-8
-%%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/Chuuk
-%%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/Pohnpei
-%%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/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/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/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_HK.BIG5HK/LC_MESSAGES
-@dirrm %%T%%/lib/locale/zh_HK.BIG5HK
-@dirrm %%T%%/lib/locale/zh/LC_MESSAGES
-@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/LC_MESSAGES
-@dirrm %%T%%/lib/locale/ko.UTF-8/LC_MESSAGES
-@dirrm %%T%%/lib/locale/ko.UTF-8
-@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/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/jli
-@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/desktop/mime/packages
-@dirrm %%T%%/lib/desktop/mime
-@dirrm %%T%%/lib/desktop/icons/hicolor/48x48/mimetypes
-@dirrm %%T%%/lib/desktop/icons/hicolor/48x48/apps
-@dirrm %%T%%/lib/desktop/icons/hicolor/48x48
-@dirrm %%T%%/lib/desktop/icons/hicolor/16x16/mimetypes
-@dirrm %%T%%/lib/desktop/icons/hicolor/16x16/apps
-@dirrm %%T%%/lib/desktop/icons/hicolor/16x16
-@dirrm %%T%%/lib/desktop/icons/hicolor
-@dirrm %%T%%/lib/desktop/icons/LowContrast/48x48/mimetypes
-@dirrm %%T%%/lib/desktop/icons/LowContrast/48x48/apps
-@dirrm %%T%%/lib/desktop/icons/LowContrast/48x48
-@dirrm %%T%%/lib/desktop/icons/LowContrast/16x16/mimetypes
-@dirrm %%T%%/lib/desktop/icons/LowContrast/16x16/apps
-@dirrm %%T%%/lib/desktop/icons/LowContrast/16x16
-@dirrm %%T%%/lib/desktop/icons/LowContrast
-@dirrm %%T%%/lib/desktop/icons/HighContrastInverse/48x48/mimetypes
-@dirrm %%T%%/lib/desktop/icons/HighContrastInverse/48x48/apps
-@dirrm %%T%%/lib/desktop/icons/HighContrastInverse/48x48
-@dirrm %%T%%/lib/desktop/icons/HighContrastInverse/16x16/mimetypes
-@dirrm %%T%%/lib/desktop/icons/HighContrastInverse/16x16/apps
-@dirrm %%T%%/lib/desktop/icons/HighContrastInverse/16x16
-@dirrm %%T%%/lib/desktop/icons/HighContrastInverse
-@dirrm %%T%%/lib/desktop/icons/HighContrast/48x48/mimetypes
-@dirrm %%T%%/lib/desktop/icons/HighContrast/48x48/apps
-@dirrm %%T%%/lib/desktop/icons/HighContrast/48x48
-@dirrm %%T%%/lib/desktop/icons/HighContrast/16x16/mimetypes
-@dirrm %%T%%/lib/desktop/icons/HighContrast/16x16/apps
-@dirrm %%T%%/lib/desktop/icons/HighContrast/16x16
-@dirrm %%T%%/lib/desktop/icons/HighContrast
-@dirrm %%T%%/lib/desktop/icons
-@dirrm %%T%%/lib/desktop/applications
-@dirrm %%T%%/lib/desktop
-@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%%