- Initial import of jdk-1.4.2

Version 1.4.2 of Java 2 Platform, Standard Edition (J2SE)

with help from many; ok naddy@ espie@
This commit is contained in:
kurt 2004-12-21 04:01:05 +00:00
parent eedfe99478
commit 9a7dc09e56
27 changed files with 5214 additions and 0 deletions

183
devel/jdk/1.4/Makefile Normal file
View File

@ -0,0 +1,183 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/21 04:01:05 kurt Exp $
# $FreeBSD: /repoman/r/pcvs/ports/java/jdk14/Makefile,v 1.79 2004/08/18 07:06:03 glewis Exp $
ONLY_FOR_ARCHS= i386
COMMENT= "Java2(TM) Standard Edition Dev Kit v${V}"
COMMENT-jre= "Java2(TM) Standard Edition Runtime Environment v${V}"
V= 1.4.2
DISTNAME= j2sdk-1_4_2
PKGNAME= jdk-${V}
PKGNAME-jre= jre-${V}
CATEGORIES= devel/jdk java
MULTI_PACKAGES= -jre
# wwws is not a typo in the following:
HOMEPAGE= http://wwws.sun.com/software/communitysource/j2se/java2/
MAINTAINER= Kurt Miller <kurt@openbsd.org>
DISTFILES= ${DISTNAME}-src-scsl.zip \
${DISTNAME}-bin-scsl.zip \
bsd-jdk14-patches-7.tar.gz
# Sun Community Source License
# http://www.sun.com/981208/scsl/principles.html
PERMIT_PACKAGE_CDROM= "SCSL"
PERMIT_PACKAGE_FTP= "SCSL"
PERMIT_DISTFILES_CDROM= "SCSL"
PERMIT_DISTFILES_FTP= "SCSL"
# TCK (Technology Compatibility Kit) covered by yet another license...
NO_REGRESS= yes
VMEM_WARNING= Yes
BUILD_DEPENDS= :gtar-*:archivers/gtar \
:zip-*:archivers/zip
RUN_DEPENDS= :zip-*:archivers/zip \
:ghostscript-fonts-*:print/ghostscript/gnu-fonts
LIB_DEPENDS= iodbc.2::databases/iodbc
USE_MOTIF= openmotif
WANTLIB= X11 Xext Xi Xm Xmu Xp Xt Xtst c m ossaudio pthread
USE_GMAKE= Yes
TAR= ${LOCALBASE}/bin/gtar
MAKE_ENV= ALT_MOTIF_DIR="${LOCALBASE}" \
OPENWINHOME="${X11BASE}" \
ALT_ODBCDIR="${LOCALBASE}/lib" \
HAVE_DPS="yes" \
DEV_ONLY="YES" \
LANG="C" \
CC="${CC}" \
CXX="${CXX}"
# Error message for distfile.
FETCH_MANUALLY= "You must manually fetch the distibution files, place"
FETCH_MANUALLY+= "them in ${FULLDISTDIR} and then run make again."
FETCH_MANUALLY+= "Get the SCSL source \& binary files:"
FETCH_MANUALLY+= " ${DISTNAME}-src-scsl.zip"
FETCH_MANUALLY+= " ${DISTNAME}-bin-scsl.zip"
FETCH_MANUALLY+= "from http://wwws.sun.com/software/communitysource/j2se/java2/download.html"
FETCH_MANUALLY+= "Get the BSD patchset file:"
FETCH_MANUALLY+= " bsd-jdk14-patches-7.tar.gz"
FETCH_MANUALLY+= "from http://www.eyesbeyond.com/freebsddom/java/jdk14.html"
FLAVORS= no_plugin no_webstart with_ipv6
PSEUDO_FLAVORS= native_bootstrap
FLAVOR?=
.if !${FLAVOR:L:Mwith_ipv6}
PATCH_LIST= disable-ipv6 patch-*
.endif
.if ${FLAVOR:L:Mnative_bootstrap}
BUILD_DEPENDS+= :jdk-1.4*:devel/jdk/1.4
MAKE_ENV+= ALT_BOOTDIR="${LOCALBASE}/${JDKHOME}"
.else
DISTFILES+= j2sdk-1_4_2-linux-i586.bin
FETCH_MANUALLY+= "Get the linux binary sdk file:"
FETCH_MANUALLY+= " j2sdk-1_4_2-linux-i586.bin"
FETCH_MANUALLY+= "from http://java.sun.com/products/archive/j2se/1.4.2/"
BUILD_DEPENDS+= :jdk-linux->=1.3.1_10:devel/jdk/1.3-linux
ALT_BOOTDIR2= ${LOCALBASE}/jdk1.3.1-linux
MAKE_ENV+= ALT_BOOTDIR="${WRKDIST}"
MAKE_ENV+= ALT_BOOTDIR2="${ALT_BOOTDIR2}"
MAKE_ENV+= MANUAL_BOOTSTRAP="yes"
LINUXFILES= j2sdk1.4.2/lib/unpack \
j2sdk1.4.2/lib/tools.pack \
j2sdk1.4.2/jre/lib/rt.pack
EXTRACT_CASES+= *.bin) \
perl -p0777 -e "s/.*?PK\03\04/PK\03\04/s" ${FULLDISTDIR}/$$archive > \
${WRKDIR}/$$archive.zip && \
unzip -j ${WRKDIR}/$$archive ${LINUXFILES} ;;
SYSCTL= ${SUDO} sysctl -w kern.emul.linux
.endif
.if !${FLAVOR:L:Mno_plugin}
BUILD_DEPENDS+= :nspr-*:devel/nspr
.else
#no plugin - no messages
MESSAGE= /dev/null
MAKE_ENV+= NO_PLUGIN="YES"
.endif
.if ${FLAVOR:L:Mno_webstart}
MAKE_ENV+= NO_JAVAWS="YES"
.endif
JDKHOME= jdk-${V}
JREHOME= jre-${V}
SUBST_VARS= JDKHOME JREHOME
# Deal with Sun's internal build structure
WRKDIST= ${WRKDIR}
WRKSRC= ${WRKDIR}/control/make
OUTPUTDIR= ${WRKDIR}/control/build/bsd-i586
JDKIMAGEDIR= ${OUTPUTDIR}/j2sdk-image
JDKIMAGEDIR_G= ${OUTPUTDIR}/j2sdk-debug-image
JREIMAGEDIR= ${OUTPUTDIR}/j2re-image
CACERTSDIRS= j2se/src/share/lib/security \
deploy/src/javaws/src/share/config
.if !${FLAVOR:L:Mnative_bootstrap}
# The removal of /tmp/unpack.log is to workaround a security issue
# described here:
# http://www.securityfocus.com/archive/1/343038
post-extract:
@sysctl -n kern.emul.linux > ${WRKDIR}/.emul_linux
@${SYSCTL}=1
@rm -f /tmp/unpack.log
@cd ${WRKDIR} && \
./unpack tools.pack tools.jar && \
./unpack rt.pack rt.jar
@rm -f /tmp/unpack.log
@mkdir -p ${OUTPUTDIR}/classes
@cd ${OUTPUTDIR} && \
${TAR} xzf ${WRKDIR}/jdk14-bootstrap-src.tar.gz
@cd ${OUTPUTDIR}/classes && \
xargs ${ALT_BOOTDIR2}/bin/jar xf ${WRKDIR}/tools.jar < ${FILESDIR}/tools_jar_class_list && \
xargs ${ALT_BOOTDIR2}/bin/jar xf ${WRKDIR}/rt.jar < ${FILESDIR}/rt_jar_class_list
.endif
pre-patch:
.for dir in ${CACERTSDIRS}
@cp -f ${FILESDIR}/cacerts ${WRKDIR}/${dir}
.endfor
@cd ${WRKDIR} && \
${CHMOD} -R u+w * && \
${PATCH} -p0 -z .orig.bsd < ${WRKDIR}/jdk14.patches
.if !${FLAVOR:L:Mnative_bootstrap}
post-patch:
@cd ${WRKDIR}/bin && \
${CHMOD} +x bootscript
.for prog in java javac javah jar
@cd ${WRKDIR}/bin && \
ln -s bootscript ${prog}
.endfor
.endif
post-build:
@rm -rf ${JDKIMAGEDIR}/demo/jfc/SwingSet2/resources \
${JDKIMAGEDIR}/demo/plugin/jfc/SwingSet2/resources \
${JDKIMAGEDIR}/man/ja \
${JDKIMAGEDIR}/man/ja_JP.eucJP \
${JREIMAGEDIR}/man/ja \
${JREIMAGEDIR}/man/ja_JP.eucJP
.if !${FLAVOR:L:Mnative_bootstrap}
@${SYSCTL}=`cat ${WRKDIR}/.emul_linux`
.endif
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/${JDKHOME}
cd ${JDKIMAGEDIR} && tar -cf - * | tar -C ${PREFIX}/${JDKHOME} -xf -
cd ${JDKIMAGEDIR_G} && tar -cf - * | tar -C ${PREFIX}/${JDKHOME} -xf -
${INSTALL_DATA_DIR} ${PREFIX}/${JREHOME}
cd ${JREIMAGEDIR} && tar -cf - * | tar -C ${PREFIX}/${JREHOME} -xf -
.include <bsd.port.mk>

12
devel/jdk/1.4/distinfo Normal file
View File

@ -0,0 +1,12 @@
MD5 (bsd-jdk14-patches-7.tar.gz) = fe76afc2dd8651350a2f0e221d928fa5
MD5 (j2sdk-1_4_2-bin-scsl.zip) = 24877ff50ae66744090c3723968bb7dc
MD5 (j2sdk-1_4_2-linux-i586.bin) = 9697495d4145b8e05ea888e03d03a3b6
MD5 (j2sdk-1_4_2-src-scsl.zip) = 387ae674dcd686f3a7a477c191aa8b65
RMD160 (bsd-jdk14-patches-7.tar.gz) = 0d9721a10ef2188cd5b8f6e84a99dee9c886370f
RMD160 (j2sdk-1_4_2-bin-scsl.zip) = 3f6cd458efcbe49d30bbd5e80167e3e5d3fe5e45
RMD160 (j2sdk-1_4_2-linux-i586.bin) = 54117d8361a7402a629c2bff93eb64f1a62f7e18
RMD160 (j2sdk-1_4_2-src-scsl.zip) = 4214219cb1a7d20e2049193d1eaf3f31c1ff6edc
SHA1 (bsd-jdk14-patches-7.tar.gz) = 168c10f94e87ac097c7ab1dc551f94eddad91e05
SHA1 (j2sdk-1_4_2-bin-scsl.zip) = 6d304be453abf477c793005d6f5b12ebc9e7be57
SHA1 (j2sdk-1_4_2-linux-i586.bin) = 723d6a1953fdb30625e4ed06977aaf57314f2aed
SHA1 (j2sdk-1_4_2-src-scsl.zip) = a48f7df999e27a23071e259bd11f2eac18d99d3c

BIN
devel/jdk/1.4/files/cacerts Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,237 @@
com/sun/tools/javac/Main.class
com/sun/tools/javac/v8/CommandLine.class
com/sun/tools/javac/v8/JavaCompiler.class
com/sun/tools/javac/v8/Main$1.class
com/sun/tools/javac/v8/Main$10.class
com/sun/tools/javac/v8/Main$2.class
com/sun/tools/javac/v8/Main$3.class
com/sun/tools/javac/v8/Main$4.class
com/sun/tools/javac/v8/Main$5.class
com/sun/tools/javac/v8/Main$6.class
com/sun/tools/javac/v8/Main$7.class
com/sun/tools/javac/v8/Main$8.class
com/sun/tools/javac/v8/Main$9.class
com/sun/tools/javac/v8/Main$HiddenOption.class
com/sun/tools/javac/v8/Main$Option.class
com/sun/tools/javac/v8/Main$XOption.class
com/sun/tools/javac/v8/Main.class
com/sun/tools/javac/v8/Retro.class
com/sun/tools/javac/v8/code/ByteCodes.class
com/sun/tools/javac/v8/code/CRTFlags.class
com/sun/tools/javac/v8/code/CRTable$CRTEntry.class
com/sun/tools/javac/v8/code/CRTable$SourceComputer.class
com/sun/tools/javac/v8/code/CRTable$SourceRange.class
com/sun/tools/javac/v8/code/CRTable.class
com/sun/tools/javac/v8/code/ClassFile$NameAndType.class
com/sun/tools/javac/v8/code/ClassFile.class
com/sun/tools/javac/v8/code/ClassReader$Archive.class
com/sun/tools/javac/v8/code/ClassReader$BadClassFile.class
com/sun/tools/javac/v8/code/ClassReader$SourceCompleter.class
com/sun/tools/javac/v8/code/ClassReader.class
com/sun/tools/javac/v8/code/ClassWriter$PoolOverflow.class
com/sun/tools/javac/v8/code/ClassWriter$StringOverflow.class
com/sun/tools/javac/v8/code/ClassWriter.class
com/sun/tools/javac/v8/code/Code$Chain.class
com/sun/tools/javac/v8/code/Code$LocalVar.class
com/sun/tools/javac/v8/code/Code$Mneumonics.class
com/sun/tools/javac/v8/code/Code.class
com/sun/tools/javac/v8/code/CompleteClassReader.class
com/sun/tools/javac/v8/code/Flags.class
com/sun/tools/javac/v8/code/Kinds.class
com/sun/tools/javac/v8/code/Pool$Method.class
com/sun/tools/javac/v8/code/Pool$Variable.class
com/sun/tools/javac/v8/code/Pool.class
com/sun/tools/javac/v8/code/Scope$Entry.class
com/sun/tools/javac/v8/code/Scope$ErrorScope.class
com/sun/tools/javac/v8/code/Scope.class
com/sun/tools/javac/v8/code/Source.class
com/sun/tools/javac/v8/code/Symbol$ClassSymbol.class
com/sun/tools/javac/v8/code/Symbol$Completer.class
com/sun/tools/javac/v8/code/Symbol$CompletionFailure.class
com/sun/tools/javac/v8/code/Symbol$MethodSymbol.class
com/sun/tools/javac/v8/code/Symbol$OperatorSymbol.class
com/sun/tools/javac/v8/code/Symbol$PackageSymbol.class
com/sun/tools/javac/v8/code/Symbol$TypeSymbol.class
com/sun/tools/javac/v8/code/Symbol$VarSymbol.class
com/sun/tools/javac/v8/code/Symbol.class
com/sun/tools/javac/v8/code/Symtab$1.class
com/sun/tools/javac/v8/code/Symtab.class
com/sun/tools/javac/v8/code/Target.class
com/sun/tools/javac/v8/code/Type$1.class
com/sun/tools/javac/v8/code/Type$ArrayType.class
com/sun/tools/javac/v8/code/Type$ClassType.class
com/sun/tools/javac/v8/code/Type$ErrorType.class
com/sun/tools/javac/v8/code/Type$Mapping.class
com/sun/tools/javac/v8/code/Type$MethodType.class
com/sun/tools/javac/v8/code/Type$PackageType.class
com/sun/tools/javac/v8/code/Type.class
com/sun/tools/javac/v8/code/TypeTags.class
com/sun/tools/javac/v8/comp/Attr.class
com/sun/tools/javac/v8/comp/AttrContext.class
com/sun/tools/javac/v8/comp/AttrContextEnv.class
com/sun/tools/javac/v8/comp/Check$Validator.class
com/sun/tools/javac/v8/comp/Check.class
com/sun/tools/javac/v8/comp/ConstFold.class
com/sun/tools/javac/v8/comp/Enter$CompleteEnter.class
com/sun/tools/javac/v8/comp/Enter$MemberEnter.class
com/sun/tools/javac/v8/comp/Enter.class
com/sun/tools/javac/v8/comp/Env.class
com/sun/tools/javac/v8/comp/Flow$PendingExit.class
com/sun/tools/javac/v8/comp/Flow.class
com/sun/tools/javac/v8/comp/Gen$1$ComplexityScanner.class
com/sun/tools/javac/v8/comp/Gen$1.class
com/sun/tools/javac/v8/comp/Gen$1ComplexityScanner.class
com/sun/tools/javac/v8/comp/Gen$2.class
com/sun/tools/javac/v8/comp/Gen$GenContext.class
com/sun/tools/javac/v8/comp/Gen$GenFinalizer.class
com/sun/tools/javac/v8/comp/Gen.class
com/sun/tools/javac/v8/comp/Infer$NoInstanceException.class
com/sun/tools/javac/v8/comp/Infer.class
com/sun/tools/javac/v8/comp/Items$1.class
com/sun/tools/javac/v8/comp/Items$AssignItem.class
com/sun/tools/javac/v8/comp/Items$CondItem.class
com/sun/tools/javac/v8/comp/Items$ImmediateItem.class
com/sun/tools/javac/v8/comp/Items$IndexedItem.class
com/sun/tools/javac/v8/comp/Items$Item.class
com/sun/tools/javac/v8/comp/Items$LocalItem.class
com/sun/tools/javac/v8/comp/Items$MemberItem.class
com/sun/tools/javac/v8/comp/Items$SelfItem.class
com/sun/tools/javac/v8/comp/Items$StackItem.class
com/sun/tools/javac/v8/comp/Items$StaticItem.class
com/sun/tools/javac/v8/comp/Items.class
com/sun/tools/javac/v8/comp/Resolve$AccessError.class
com/sun/tools/javac/v8/comp/Resolve$AmbiguityError.class
com/sun/tools/javac/v8/comp/Resolve$ResolveError.class
com/sun/tools/javac/v8/comp/Resolve$StaticError.class
com/sun/tools/javac/v8/comp/Resolve.class
com/sun/tools/javac/v8/comp/Todo.class
com/sun/tools/javac/v8/comp/TransInner$ClassMap.class
com/sun/tools/javac/v8/comp/TransInner$FreeVarCollector.class
com/sun/tools/javac/v8/comp/TransInner.class
com/sun/tools/javac/v8/comp/TransTypes.class
com/sun/tools/javac/v8/parser/Keywords.class
com/sun/tools/javac/v8/parser/Parser.class
com/sun/tools/javac/v8/parser/Scanner.class
com/sun/tools/javac/v8/parser/Tokens.class
com/sun/tools/javac/v8/resources/compiler.class
com/sun/tools/javac/v8/resources/compiler_ja.class
com/sun/tools/javac/v8/resources/javac.class
com/sun/tools/javac/v8/resources/javac_ja.class
com/sun/tools/javac/v8/tree/Pretty.class
com/sun/tools/javac/v8/tree/Tree$Apply.class
com/sun/tools/javac/v8/tree/Tree$Assert.class
com/sun/tools/javac/v8/tree/Tree$Assign.class
com/sun/tools/javac/v8/tree/Tree$Assignop.class
com/sun/tools/javac/v8/tree/Tree$Binary.class
com/sun/tools/javac/v8/tree/Tree$Block.class
com/sun/tools/javac/v8/tree/Tree$Break.class
com/sun/tools/javac/v8/tree/Tree$Case.class
com/sun/tools/javac/v8/tree/Tree$Catch.class
com/sun/tools/javac/v8/tree/Tree$ClassDef.class
com/sun/tools/javac/v8/tree/Tree$Conditional.class
com/sun/tools/javac/v8/tree/Tree$Continue.class
com/sun/tools/javac/v8/tree/Tree$DoLoop.class
com/sun/tools/javac/v8/tree/Tree$Erroneous.class
com/sun/tools/javac/v8/tree/Tree$Exec.class
com/sun/tools/javac/v8/tree/Tree$Factory.class
com/sun/tools/javac/v8/tree/Tree$ForLoop.class
com/sun/tools/javac/v8/tree/Tree$Ident.class
com/sun/tools/javac/v8/tree/Tree$If.class
com/sun/tools/javac/v8/tree/Tree$Import.class
com/sun/tools/javac/v8/tree/Tree$Indexed.class
com/sun/tools/javac/v8/tree/Tree$Labelled.class
com/sun/tools/javac/v8/tree/Tree$Literal.class
com/sun/tools/javac/v8/tree/Tree$MethodDef.class
com/sun/tools/javac/v8/tree/Tree$NewArray.class
com/sun/tools/javac/v8/tree/Tree$NewClass.class
com/sun/tools/javac/v8/tree/Tree$Parens.class
com/sun/tools/javac/v8/tree/Tree$Return.class
com/sun/tools/javac/v8/tree/Tree$Select.class
com/sun/tools/javac/v8/tree/Tree$Skip.class
com/sun/tools/javac/v8/tree/Tree$Switch.class
com/sun/tools/javac/v8/tree/Tree$Synchronized.class
com/sun/tools/javac/v8/tree/Tree$Throw.class
com/sun/tools/javac/v8/tree/Tree$TopLevel.class
com/sun/tools/javac/v8/tree/Tree$Try.class
com/sun/tools/javac/v8/tree/Tree$TypeArray.class
com/sun/tools/javac/v8/tree/Tree$TypeCast.class
com/sun/tools/javac/v8/tree/Tree$TypeIdent.class
com/sun/tools/javac/v8/tree/Tree$TypeParameter.class
com/sun/tools/javac/v8/tree/Tree$TypeTest.class
com/sun/tools/javac/v8/tree/Tree$Unary.class
com/sun/tools/javac/v8/tree/Tree$VarDef.class
com/sun/tools/javac/v8/tree/Tree$Visitor.class
com/sun/tools/javac/v8/tree/Tree$WhileLoop.class
com/sun/tools/javac/v8/tree/Tree.class
com/sun/tools/javac/v8/tree/TreeInfo$1$PosScanner.class
com/sun/tools/javac/v8/tree/TreeInfo$1PosScanner.class
com/sun/tools/javac/v8/tree/TreeInfo.class
com/sun/tools/javac/v8/tree/TreeMaker.class
com/sun/tools/javac/v8/tree/TreeScanner.class
com/sun/tools/javac/v8/tree/TreeTranslator.class
com/sun/tools/javac/v8/util/Abort.class
com/sun/tools/javac/v8/util/Bits.class
com/sun/tools/javac/v8/util/ByteBuffer.class
com/sun/tools/javac/v8/util/Context$Key.class
com/sun/tools/javac/v8/util/Context.class
com/sun/tools/javac/v8/util/Convert.class
com/sun/tools/javac/v8/util/Enumeration.class
com/sun/tools/javac/v8/util/FatalError.class
com/sun/tools/javac/v8/util/FileEntry$Regular.class
com/sun/tools/javac/v8/util/FileEntry$Zipped.class
com/sun/tools/javac/v8/util/FileEntry.class
com/sun/tools/javac/v8/util/Hashtable$Entry.class
com/sun/tools/javac/v8/util/Hashtable.class
com/sun/tools/javac/v8/util/LayoutCharacters.class
com/sun/tools/javac/v8/util/List.class
com/sun/tools/javac/v8/util/ListBuffer$Enumerator.class
com/sun/tools/javac/v8/util/ListBuffer.class
com/sun/tools/javac/v8/util/Log.class
com/sun/tools/javac/v8/util/Name$Table.class
com/sun/tools/javac/v8/util/Name.class
com/sun/tools/javac/v8/util/Options.class
com/sun/tools/javac/v8/util/Pair.class
com/sun/tools/javac/v8/util/Position.class
com/sun/tools/javac/v8/util/Set$Entry.class
com/sun/tools/javac/v8/util/Set.class
com/sun/tools/javadoc/ClassDocImpl.class
com/sun/tools/javadoc/Comment$1$CommentStringParser.class
com/sun/tools/javadoc/Comment$1CommentStringParser.class
com/sun/tools/javadoc/Comment.class
com/sun/tools/javadoc/ConstructorDocImpl.class
com/sun/tools/javadoc/DocEnv.class
com/sun/tools/javadoc/DocImpl.class
com/sun/tools/javadoc/DocLocale.class
com/sun/tools/javadoc/DocletInvoker$1.class
com/sun/tools/javadoc/DocletInvoker$DocletInvokeException.class
com/sun/tools/javadoc/DocletInvoker.class
com/sun/tools/javadoc/ExecutableMemberDocImpl.class
com/sun/tools/javadoc/FieldDocImpl.class
com/sun/tools/javadoc/JavadocClassReader.class
com/sun/tools/javadoc/JavadocEnter$JavadocMemberEnter.class
com/sun/tools/javadoc/JavadocEnter.class
com/sun/tools/javadoc/JavadocTool.class
com/sun/tools/javadoc/Main.class
com/sun/tools/javadoc/MemberDocImpl.class
com/sun/tools/javadoc/Messager$ExitJavadoc.class
com/sun/tools/javadoc/Messager.class
com/sun/tools/javadoc/MethodDocImpl.class
com/sun/tools/javadoc/ModifierFilter.class
com/sun/tools/javadoc/PackageDocImpl.class
com/sun/tools/javadoc/ParamTagImpl.class
com/sun/tools/javadoc/ParameterImpl.class
com/sun/tools/javadoc/PrimitiveType.class
com/sun/tools/javadoc/ProgramElementDocImpl.class
com/sun/tools/javadoc/RootDocImpl.class
com/sun/tools/javadoc/SeeTagImpl$ParameterParseMachine.class
com/sun/tools/javadoc/SeeTagImpl.class
com/sun/tools/javadoc/SerialFieldTagImpl.class
com/sun/tools/javadoc/SerializedForm.class
com/sun/tools/javadoc/SourcePositionImpl.class
com/sun/tools/javadoc/Start.class
com/sun/tools/javadoc/TagImpl.class
com/sun/tools/javadoc/ThrowsTagImpl.class
com/sun/tools/javadoc/TypeMaker$ArrayTypeImpl.class
com/sun/tools/javadoc/TypeMaker.class
com/sun/tools/javadoc/resources/javadoc.class
com/sun/tools/javadoc/resources/javadoc_ja.class

View File

@ -0,0 +1,14 @@
$OpenBSD: disable-ipv6,v 1.1.1.1 2004/12/21 04:01:05 kurt Exp $
--- j2se/src/solaris/native/java/net/net_util_md.c.orig Tue Aug 24 09:46:38 2004
+++ j2se/src/solaris/native/java/net/net_util_md.c Tue Aug 24 09:47:08 2004
@@ -166,6 +166,10 @@ jint IPv6_supported()
int fd;
void *ipv6_fn;
+#ifdef __OpenBSD__
+ return JNI_FALSE;
+#endif
+
fd = JVM_Socket(AF_INET6, SOCK_STREAM, 0) ;
if (fd < 0) {
/*

View File

@ -0,0 +1,31 @@
$OpenBSD: patch-bin_bootscript,v 1.1.1.1 2004/12/21 04:01:05 kurt Exp $
--- bin/bootscript.orig Fri Dec 10 10:26:12 2004
+++ bin/bootscript Fri Dec 10 10:26:02 2004
@@ -0,0 +1,27 @@
+#!/bin/sh
+
+# this makes sure the sanity check passes
+case $1 in
+ -version)
+ echo 'java version "1.4.2"'
+ exit 0
+ ;;
+esac;
+
+progname=`basename $0`
+
+case $progname in
+ jar)
+ exec $ALT_BOOTDIR2/bin/jar "$@"
+ ;;
+ java|javac)
+ # for hotspot case only use
+ # java/javac in ALT_BOOTDIR2
+ case $* in
+ *hotspot*)
+ exec $ALT_BOOTDIR2/bin/$progname "$@"
+ ;;
+ esac;
+esac;
+
+exit 0

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-deploy_make_common_Defs-bsd_gmk,v 1.1.1.1 2004/12/21 04:01:05 kurt Exp $
--- deploy/make/common/Defs-bsd.gmk.orig Fri Dec 17 22:26:59 2004
+++ deploy/make/common/Defs-bsd.gmk Fri Dec 17 22:27:23 2004
@@ -8,7 +8,7 @@
include $(CONTROL_TOPDIR)/make/common/Defs-bsd.gmk
BUNDLE_SUFFIX = .zip
-CC = $(COMPILER_PATH)gcc
+CC ?= $(COMPILER_PATH)gcc
HEAD = $(USRBIN_PATH)head
EXEDIR = $(OUTPUTDIR)/bin
JUMP_EXE = $(PROTO_DIR)/javawsbin$(SUFFIX)

View File

@ -0,0 +1,15 @@
$OpenBSD: patch-hotspot_build_bsd_makefiles_adlc_make,v 1.1.1.1 2004/12/21 04:01:05 kurt Exp $
--- hotspot/build/bsd/makefiles/adlc.make.orig Fri Dec 17 16:54:08 2004
+++ hotspot/build/bsd/makefiles/adlc.make Fri Dec 17 18:31:42 2004
@@ -57,8 +57,9 @@ CFLAGS += -w
# /usr/dist/share/devpro/5.x-sparc/bin/CC
# man -M /usr/dist/share/devpro/5.x-sparc/man CC
-CPP = g++
-CC = gcc
+CXX ?= g++
+CPP = $(CXX)
+CC ?= gcc
CPPFLAGS = -DASSERT -g -o $@
# -o object file-name
# +w Additional warnings: Nonportable, Likely mistakes or inefficient

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-hotspot_build_bsd_makefiles_gcc_make,v 1.1.1.1 2004/12/21 04:01:05 kurt Exp $
--- hotspot/build/bsd/makefiles/gcc.make.orig Fri Dec 17 16:34:14 2004
+++ hotspot/build/bsd/makefiles/gcc.make Fri Dec 17 16:49:18 2004
@@ -78,9 +78,10 @@ else
#ifeq ($(FREEBSD_4STABLE), true)
#CPP = gcc
#else
-CPP = g++
+CXX ?= g++
+CPP = $(CXX)
#endif
-CC = gcc
+CC ?= gcc
endif
# XXXBSD: look into below and above linkage issues!

View File

@ -0,0 +1,18 @@
$OpenBSD: patch-j2se_make_common_Defs-bsd_gmk,v 1.1.1.1 2004/12/21 04:01:05 kurt Exp $
--- j2se/make/common/Defs-bsd.gmk.orig Fri Dec 17 16:54:16 2004
+++ j2se/make/common/Defs-bsd.gmk Fri Dec 17 18:31:01 2004
@@ -493,6 +493,14 @@ ifdef ALT_MOTIF_DIR
endif
MOTIF_LIB = $(MOTIF_DIR)/lib
+#
+# The ODBC Driver Manager libs
+# Set ALT_ODBCDIR to build with iODBC otherwise build dummy libs
+#
+ifdef ALT_ODBCDIR
+ ODBCDIR = $(ALT_ODBCDIR)
+endif
+
#
# Japanese manpages
#

View File

@ -0,0 +1,27 @@
$OpenBSD: patch-j2se_make_common_Release_gmk,v 1.1.1.1 2004/12/21 04:01:05 kurt Exp $
--- j2se/make/common/Release.gmk.orig Mon Dec 20 13:50:42 2004
+++ j2se/make/common/Release.gmk Mon Dec 20 14:20:22 2004
@@ -169,7 +169,13 @@ ifeq ($(PLATFORM), bsd)
HAVE_JA_MANPAGES = true
endif
-
+ifeq ($(PLATFORM), bsd)
+ ifeq ($(TRUE_PLATFORM), OpenBSD)
+ FILES_FROM_ARG=-I
+ else
+ FILES_FROM_ARG=-T
+ endif
+endif
#
# Targets.
#
@@ -631,7 +637,7 @@ else # SOLARIS64
$(FIND) $(SOURCES) -name SCCS -prune -o -name CVS -prune \
-o -name '*.java' \! -name '*-*' -print \
> $(ABS_TMPDIR)/src-files.list ; \
- $(TAR) cf - -T $(ABS_TMPDIR)/src-files.list | \
+ $(TAR) cf - $(FILES_FROM_ARG) $(ABS_TMPDIR)/src-files.list | \
($(CD) $(JDK_IMAGE_DIR)/src; $(TAR) xf -); \
); \
done

View File

@ -0,0 +1,43 @@
$OpenBSD: patch-j2se_make_sun_jdbc_Makefile,v 1.1.1.1 2004/12/21 04:01:05 kurt Exp $
--- j2se/make/sun/jdbc/Makefile.orig Wed Dec 15 22:20:08 2004
+++ j2se/make/sun/jdbc/Makefile Thu Dec 16 09:22:06 2004
@@ -36,9 +36,11 @@ ifeq ($(PLATFORM),linux)
endif
ifeq ($(PLATFORM),bsd)
+ifndef ODBCDIR
# on FreeBSD you may not have an odbc library
INIT = make_libs
endif
+endif
ifeq ($(PLATFORM),windows)
# Files built here do not compile with warning level 3
@@ -68,8 +70,12 @@ endif
# XXXBSD: missing symbols (-z defs)
ifeq ($(PLATFORM), bsd)
+ifdef ODBCDIR
+ LDFLAGS += -L$(ODBCDIR) -liodbc
+else
LDFLAGS += -L$(TMPDIR) -lodbcinst -lodbc
endif
+endif
ifeq ($(PLATFORM), solaris)
ifeq ($(ARCH_DATA_MODEL), 64)
@@ -111,6 +117,7 @@ clean::
endif
ifeq ($(PLATFORM), bsd)
+ifndef ODBCDIR
make_libs: $(TMPDIR)/libodbcinst.so $(TMPDIR)/libodbc.so
@@ -123,5 +130,6 @@ $(TMPDIR)/libodbc.so: dummyodbc.c $(TMPD
clean::
$(RM) -f $(TMPDIR)/libodbcinst.so $(TMPDIR)/libodbc.so
+endif
endif

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-j2se_make_tools_pack-unpack_unpack_Makefile,v 1.1.1.1 2004/12/21 04:01:05 kurt Exp $
--- j2se/make/tools/pack-unpack/unpack/Makefile.orig Sat Dec 18 06:16:04 2004
+++ j2se/make/tools/pack-unpack/unpack/Makefile Sat Dec 18 06:17:11 2004
@@ -50,7 +50,7 @@ endif #PLATFORM_{BSD,LINUX}
ifeq ($(PLATFORM), bsd)
OBJOUTPUT = -o #Caution:the space after the -o is significant!.
LNKOUTPUT = $(OBJOUTPUT)
-LINK = g++
+LINK = $(CXX)
else
OBJOUTPUT = -o #Caution:the space after the -o is significant!.
LNKOUTPUT = $(OBJOUTPUT)

View File

@ -0,0 +1,18 @@
$OpenBSD: patch-j2se_src_share_back_stream_h,v 1.1.1.1 2004/12/21 04:01:05 kurt Exp $
--- j2se/src/share/back/stream.h.orig Mon Dec 20 10:56:19 2004
+++ j2se/src/share/back/stream.h Mon Dec 20 10:59:06 2004
@@ -10,7 +10,13 @@ jfloat stream_encodeFloat(jfloat theFlo
jdouble stream_encodeDouble(jdouble d);
-#if defined(__i386) || defined(x86) || defined(ia64)
+/*
+ * XXX On BSDs this ought to check BYTE_ORDER from machine/endian.h instead.
+ * #if BYTE_ORDER == LITTLE_ENDIAN ...
+ * perhaps also use native macros from that header, but I am not sure
+ * of how standard over the various BSDs this header is.
+ */
+#if defined(__i386) || defined(x86) || defined(ia64) || defined(__i386__)
#define HOST_TO_JAVA_CHAR(x) (((x & 0xff) << 8) | ((x >> 8) & (0xff)))
#define HOST_TO_JAVA_SHORT(x) (((x & 0xff) << 8) | ((x >> 8) & (0xff)))

View File

@ -0,0 +1,38 @@
$OpenBSD: patch-j2se_src_share_classes_sun_security_provider_SeedGenerator_java,v 1.1.1.1 2004/12/21 04:01:05 kurt Exp $
--- j2se/src/share/classes/sun/security/provider/SeedGenerator.java.orig Wed Oct 13 17:03:51 2004
+++ j2se/src/share/classes/sun/security/provider/SeedGenerator.java Wed Oct 13 17:05:45 2004
@@ -30,7 +30,7 @@ package sun.security.provider;
* machine dependent, some not. This information is then hashed together
* with the 20 seed bytes.
* <P> The alternative to the above approach is to acquire seed material
- * from an entropy gathering device, such as /dev/random. This can be
+ * from an entropy gathering device, such as /dev/srandom. This can be
* accomplished by setting the value of the "securerandom.source"
* security property (in the Java security properties file) to a URL
* specifying the location of the entropy gathering device.
@@ -62,7 +62,7 @@ abstract class SeedGenerator {
private final static String PROP_EGD = "java.security.egd";
private final static String PROP_RNDSOURCE = "securerandom.source";
- final static String URL_DEV_RANDOM = "file:/dev/random";
+ final static String URL_DEV_RANDOM = "file:/dev/srandom";
// Static initializer to hook in selected or best performing generator
static {
@@ -82,13 +82,13 @@ abstract class SeedGenerator {
});
// Try the URL specifying the source
- // e.g. file:/dev/random
+ // e.g. file:/dev/srandom
//
- // The URL file:/dev/random is used to indicate the SeedGenerator
+ // The URL file:/dev/srandom is used to indicate the SeedGenerator
// using OS support, if available.
// On Windows, the causes MS CryptoAPI to be used.
// On Solaris and Linux, this is the identical to using
- // URLSeedGenerator to read from /dev/random
+ // URLSeedGenerator to read from /dev/srandom
if (egdSource.equals(URL_DEV_RANDOM)) {
try {

View File

@ -0,0 +1,17 @@
$OpenBSD: patch-j2se_src_share_lib_security_java_security,v 1.1.1.1 2004/12/21 04:01:05 kurt Exp $
--- j2se/src/share/lib/security/java.security.orig Wed Oct 13 17:06:16 2004
+++ j2se/src/share/lib/security/java.security Wed Oct 13 17:09:45 2004
@@ -59,11 +59,11 @@ security.provider.5=sun.security.jgss.Su
# On Windows systems, the URL file:/dev/random enables use of the
# Microsoft CryptoAPI seed functionality.
#
-securerandom.source=file:/dev/random
+securerandom.source=file:/dev/srandom
#
# The entropy gathering device is described as a URL and can
# also be specified with the property "java.security.egd". For example,
-# -Djava.security.egd=file:/dev/urandom
+# -Djava.security.egd=file:/dev/arandom
# Specifying this property will override the securerandom.source setting.
#

31
devel/jdk/1.4/pkg/DESCR Normal file
View File

@ -0,0 +1,31 @@
Java (TM) 2 SDK, Standard Edition
Version 1.4.2
The Java 2 SDK software includes tools useful for developing and
testing programs written in the Java programming language and
running on the Java platform. These tools are designed to be
used from the command line. Except for the appletviewer and
javaws (Java Web Start), these tools do not provide a graphical
user interface.
Flavors:
native_bootstrap
Bootstrap the jdk using a previously built and installed
devel/jdk/1.4 package. NOTE: if this flavor is used without a
previously installed devel/jdk/1.4 package, the port will
build the jdk twice!
no_plugin
The Mozilla plugin is not built.
no_webstart
Java Web Start (javaws) is not built.
with_ipv6
Build the jdk/jre with ipv6 support. When the jdk/jre is built
with this flavor, java will create only ipv6 sockets by default.
Since ipv4 to ipv6 address mapping is disabled on OpenBSD,
using ipv4 addresses will fail. Consenquently, you may only
use ipv6 addresses or you can start java with
-Djava.net.preferIPv4Stack=true and can only use ipv4
addresses.

View File

@ -0,0 +1,31 @@
Java (TM) 2 Runtime Environment, Standard Edition
Version 1.4.2
The Java(TM) 2 Runtime Environment contains the Java virtual machine,
runtime class libraries, and Java application launcher that are
necessary to run programs written in the Java programming language.
It is not a development environment and does not contain development
tools such as compilers and debuggers. For development tools, use
the Java 2 SDK, Standard Edition.
Flavors:
native_bootstrap
Bootstrap the jdk using a previously built and installed
devel/jdk/1.4 package. NOTE: if this flavor is used without a
previously installed devel/jdk/1.4 package, the port will
build the jdk twice!
no_plugin
The Mozilla plugin is not built.
no_webstart
Java Web Start (javaws) is not built.
with_ipv6
Build the jdk/jre with ipv6 support. When the jdk/jre is built
with this flavor, java will create only ipv6 sockets by default.
Since ipv4 to ipv6 address mapping is disabled on OpenBSD,
using ipv4 addresses will fail. Consenquently, you may only
use ipv6 addresses or you can start java with
-Djava.net.preferIPv4Stack=true and can only use ipv4
addresses.

12
devel/jdk/1.4/pkg/MESSAGE Normal file
View File

@ -0,0 +1,12 @@
To use the Java plugin with Mozilla or Mozilla-firefox you must create
a symbolic link from
${PREFIX}/${JDKHOME}/jre/plugin/i386/ns610/libjavaplugin_oji.so
to your local Mozilla plugins directory, which is found at
~/.mozilla/plugins/
or to the shared Mozilla plugins directory, which is found at
${PREFIX}/lib/mozilla-plugins/

View File

@ -0,0 +1,12 @@
To use the Java plugin with Mozilla or Mozilla-firefox you must create
a symbolic link from
${PREFIX}/${JREHOME}/plugin/i386/ns610/libjavaplugin_oji.so
to your local Mozilla plugins directory, which is found at
~/.mozilla/plugins/
or to the shared Mozilla plugins directory, which is found at
${PREFIX}/lib/mozilla-plugins/

View File

@ -0,0 +1,555 @@
@comment $OpenBSD: PFRAG.no-no_plugin,v 1.1.1.1 2004/12/21 04:01:06 kurt Exp $
${JDKHOME}/bin/HtmlConverter
${JDKHOME}/demo/plugin/
${JDKHOME}/demo/plugin/applets/
${JDKHOME}/demo/plugin/applets.html
${JDKHOME}/demo/plugin/applets/Animator/
${JDKHOME}/demo/plugin/applets/Animator/Animation.class
${JDKHOME}/demo/plugin/applets/Animator/AnimationFrame.class
${JDKHOME}/demo/plugin/applets/Animator/Animator.class
${JDKHOME}/demo/plugin/applets/Animator/Animator.java
${JDKHOME}/demo/plugin/applets/Animator/DescriptionFrame.class
${JDKHOME}/demo/plugin/applets/Animator/ParseException.class
${JDKHOME}/demo/plugin/applets/Animator/audio/
${JDKHOME}/demo/plugin/applets/Animator/audio/0.au
${JDKHOME}/demo/plugin/applets/Animator/audio/1.au
${JDKHOME}/demo/plugin/applets/Animator/audio/2.au
${JDKHOME}/demo/plugin/applets/Animator/audio/3.au
${JDKHOME}/demo/plugin/applets/Animator/audio/4.au
${JDKHOME}/demo/plugin/applets/Animator/audio/5.au
${JDKHOME}/demo/plugin/applets/Animator/audio/6.au
${JDKHOME}/demo/plugin/applets/Animator/audio/7.au
${JDKHOME}/demo/plugin/applets/Animator/audio/8.au
${JDKHOME}/demo/plugin/applets/Animator/audio/9.au
${JDKHOME}/demo/plugin/applets/Animator/audio/spacemusic.au
${JDKHOME}/demo/plugin/applets/Animator/example1.html
${JDKHOME}/demo/plugin/applets/Animator/example2.html
${JDKHOME}/demo/plugin/applets/Animator/example3.html
${JDKHOME}/demo/plugin/applets/Animator/example4.html
${JDKHOME}/demo/plugin/applets/Animator/images/
${JDKHOME}/demo/plugin/applets/Animator/images/Beans/
${JDKHOME}/demo/plugin/applets/Animator/images/Beans/T1.gif
${JDKHOME}/demo/plugin/applets/Animator/images/Beans/T10.gif
${JDKHOME}/demo/plugin/applets/Animator/images/Beans/T2.gif
${JDKHOME}/demo/plugin/applets/Animator/images/Beans/T3.gif
${JDKHOME}/demo/plugin/applets/Animator/images/Beans/T4.gif
${JDKHOME}/demo/plugin/applets/Animator/images/Beans/T5.gif
${JDKHOME}/demo/plugin/applets/Animator/images/Beans/T6.gif
${JDKHOME}/demo/plugin/applets/Animator/images/Beans/T7.gif
${JDKHOME}/demo/plugin/applets/Animator/images/Beans/T8.gif
${JDKHOME}/demo/plugin/applets/Animator/images/Beans/T9.gif
${JDKHOME}/demo/plugin/applets/Animator/images/SimpleAnimation/
${JDKHOME}/demo/plugin/applets/Animator/images/SimpleAnimation/T1.gif
${JDKHOME}/demo/plugin/applets/Animator/images/SimpleAnimation/T2.gif
${JDKHOME}/demo/plugin/applets/Animator/images/loading-msg.gif
${JDKHOME}/demo/plugin/applets/ArcTest/
${JDKHOME}/demo/plugin/applets/ArcTest/ArcCanvas.class
${JDKHOME}/demo/plugin/applets/ArcTest/ArcControls.class
${JDKHOME}/demo/plugin/applets/ArcTest/ArcTest.class
${JDKHOME}/demo/plugin/applets/ArcTest/ArcTest.java
${JDKHOME}/demo/plugin/applets/ArcTest/example1.html
${JDKHOME}/demo/plugin/applets/BarChart/
${JDKHOME}/demo/plugin/applets/BarChart/BarChart.class
${JDKHOME}/demo/plugin/applets/BarChart/BarChart.java
${JDKHOME}/demo/plugin/applets/BarChart/example1.html
${JDKHOME}/demo/plugin/applets/Blink/
${JDKHOME}/demo/plugin/applets/Blink/Blink$1.class
${JDKHOME}/demo/plugin/applets/Blink/Blink.class
${JDKHOME}/demo/plugin/applets/Blink/Blink.java
${JDKHOME}/demo/plugin/applets/Blink/example1.html
${JDKHOME}/demo/plugin/applets/CardTest/
${JDKHOME}/demo/plugin/applets/CardTest/CardPanel.class
${JDKHOME}/demo/plugin/applets/CardTest/CardTest.class
${JDKHOME}/demo/plugin/applets/CardTest/CardTest.java
${JDKHOME}/demo/plugin/applets/CardTest/example1.html
${JDKHOME}/demo/plugin/applets/Clock/
${JDKHOME}/demo/plugin/applets/Clock/Clock.class
${JDKHOME}/demo/plugin/applets/Clock/Clock.java
${JDKHOME}/demo/plugin/applets/Clock/example1.html
${JDKHOME}/demo/plugin/applets/DitherTest/
${JDKHOME}/demo/plugin/applets/DitherTest/DitherCanvas.class
${JDKHOME}/demo/plugin/applets/DitherTest/DitherControls.class
${JDKHOME}/demo/plugin/applets/DitherTest/DitherTest.class
${JDKHOME}/demo/plugin/applets/DitherTest/DitherTest.java
${JDKHOME}/demo/plugin/applets/DitherTest/example1.html
${JDKHOME}/demo/plugin/applets/DrawTest/
${JDKHOME}/demo/plugin/applets/DrawTest/DrawControls.class
${JDKHOME}/demo/plugin/applets/DrawTest/DrawPanel.class
${JDKHOME}/demo/plugin/applets/DrawTest/DrawTest.class
${JDKHOME}/demo/plugin/applets/DrawTest/DrawTest.java
${JDKHOME}/demo/plugin/applets/DrawTest/example1.html
${JDKHOME}/demo/plugin/applets/Fractal/
${JDKHOME}/demo/plugin/applets/Fractal/CLSFractal.class
${JDKHOME}/demo/plugin/applets/Fractal/CLSFractal.java
${JDKHOME}/demo/plugin/applets/Fractal/CLSRule.class
${JDKHOME}/demo/plugin/applets/Fractal/CLSTurtle.class
${JDKHOME}/demo/plugin/applets/Fractal/ContextLSystem.class
${JDKHOME}/demo/plugin/applets/Fractal/example1.html
${JDKHOME}/demo/plugin/applets/GraphLayout/
${JDKHOME}/demo/plugin/applets/GraphLayout/Edge.class
${JDKHOME}/demo/plugin/applets/GraphLayout/Graph.class
${JDKHOME}/demo/plugin/applets/GraphLayout/Graph.java
${JDKHOME}/demo/plugin/applets/GraphLayout/GraphPanel.class
${JDKHOME}/demo/plugin/applets/GraphLayout/Node.class
${JDKHOME}/demo/plugin/applets/GraphLayout/audio/
${JDKHOME}/demo/plugin/applets/GraphLayout/audio/computer.au
${JDKHOME}/demo/plugin/applets/GraphLayout/audio/drip.au
${JDKHOME}/demo/plugin/applets/GraphLayout/audio/gong.au
${JDKHOME}/demo/plugin/applets/GraphLayout/example1.html
${JDKHOME}/demo/plugin/applets/GraphLayout/example2.html
${JDKHOME}/demo/plugin/applets/GraphLayout/example3.html
${JDKHOME}/demo/plugin/applets/GraphLayout/example4.html
${JDKHOME}/demo/plugin/applets/GraphicsTest/
${JDKHOME}/demo/plugin/applets/GraphicsTest/AppletFrame.class
${JDKHOME}/demo/plugin/applets/GraphicsTest/AppletFrame.java
${JDKHOME}/demo/plugin/applets/GraphicsTest/ArcCard.class
${JDKHOME}/demo/plugin/applets/GraphicsTest/ArcDegreePanel.class
${JDKHOME}/demo/plugin/applets/GraphicsTest/ArcPanel.class
${JDKHOME}/demo/plugin/applets/GraphicsTest/ColorUtils.class
${JDKHOME}/demo/plugin/applets/GraphicsTest/GraphicsCards.class
${JDKHOME}/demo/plugin/applets/GraphicsTest/GraphicsPanel.class
${JDKHOME}/demo/plugin/applets/GraphicsTest/GraphicsTest.class
${JDKHOME}/demo/plugin/applets/GraphicsTest/GraphicsTest.java
${JDKHOME}/demo/plugin/applets/GraphicsTest/OvalShape.class
${JDKHOME}/demo/plugin/applets/GraphicsTest/PolygonShape.class
${JDKHOME}/demo/plugin/applets/GraphicsTest/RectShape.class
${JDKHOME}/demo/plugin/applets/GraphicsTest/RoundRectShape.class
${JDKHOME}/demo/plugin/applets/GraphicsTest/Shape.class
${JDKHOME}/demo/plugin/applets/GraphicsTest/ShapeTest.class
${JDKHOME}/demo/plugin/applets/GraphicsTest/example1.html
${JDKHOME}/demo/plugin/applets/ImageMap/
${JDKHOME}/demo/plugin/applets/ImageMap/AniArea.class
${JDKHOME}/demo/plugin/applets/ImageMap/AniArea.java
${JDKHOME}/demo/plugin/applets/ImageMap/ButtonFilter.class
${JDKHOME}/demo/plugin/applets/ImageMap/ButtonFilter.java
${JDKHOME}/demo/plugin/applets/ImageMap/ClickArea.class
${JDKHOME}/demo/plugin/applets/ImageMap/ClickArea.java
${JDKHOME}/demo/plugin/applets/ImageMap/DelayedSoundArea.class
${JDKHOME}/demo/plugin/applets/ImageMap/DelayedSoundArea.java
${JDKHOME}/demo/plugin/applets/ImageMap/HighlightArea.class
${JDKHOME}/demo/plugin/applets/ImageMap/HighlightArea.java
${JDKHOME}/demo/plugin/applets/ImageMap/HighlightFilter.class
${JDKHOME}/demo/plugin/applets/ImageMap/HighlightFilter.java
${JDKHOME}/demo/plugin/applets/ImageMap/HrefButtonArea.class
${JDKHOME}/demo/plugin/applets/ImageMap/HrefButtonArea.java
${JDKHOME}/demo/plugin/applets/ImageMap/ImageMap.class
${JDKHOME}/demo/plugin/applets/ImageMap/ImageMap.java
${JDKHOME}/demo/plugin/applets/ImageMap/ImageMapArea.class
${JDKHOME}/demo/plugin/applets/ImageMap/ImageMapArea.java
${JDKHOME}/demo/plugin/applets/ImageMap/LinkArea.class
${JDKHOME}/demo/plugin/applets/ImageMap/LinkArea.java
${JDKHOME}/demo/plugin/applets/ImageMap/NameArea.class
${JDKHOME}/demo/plugin/applets/ImageMap/NameArea.java
${JDKHOME}/demo/plugin/applets/ImageMap/RoundButtonFilter.class
${JDKHOME}/demo/plugin/applets/ImageMap/RoundButtonFilter.java
${JDKHOME}/demo/plugin/applets/ImageMap/RoundHrefButtonArea.class
${JDKHOME}/demo/plugin/applets/ImageMap/RoundHrefButtonArea.java
${JDKHOME}/demo/plugin/applets/ImageMap/SoundArea.class
${JDKHOME}/demo/plugin/applets/ImageMap/SoundArea.java
${JDKHOME}/demo/plugin/applets/ImageMap/TickerArea.class
${JDKHOME}/demo/plugin/applets/ImageMap/TickerArea.java
${JDKHOME}/demo/plugin/applets/ImageMap/audio/
${JDKHOME}/demo/plugin/applets/ImageMap/audio/chirp1.au
${JDKHOME}/demo/plugin/applets/ImageMap/audio/hi.au
${JDKHOME}/demo/plugin/applets/ImageMap/example1.html
${JDKHOME}/demo/plugin/applets/ImageMap/imagemapcheat.html
${JDKHOME}/demo/plugin/applets/ImageMap/images/
${JDKHOME}/demo/plugin/applets/ImageMap/images/jim.graham.gif
${JDKHOME}/demo/plugin/applets/ImageMap/sources.html
${JDKHOME}/demo/plugin/applets/JumpingBox/
${JDKHOME}/demo/plugin/applets/JumpingBox/JumpingBox.class
${JDKHOME}/demo/plugin/applets/JumpingBox/JumpingBox.java
${JDKHOME}/demo/plugin/applets/JumpingBox/example1.html
${JDKHOME}/demo/plugin/applets/JumpingBox/sounds/
${JDKHOME}/demo/plugin/applets/JumpingBox/sounds/adapt-or-die.au
${JDKHOME}/demo/plugin/applets/JumpingBox/sounds/cannot.be.completed.au
${JDKHOME}/demo/plugin/applets/JumpingBox/sounds/danger.au
${JDKHOME}/demo/plugin/applets/JumpingBox/sounds/ip.au
${JDKHOME}/demo/plugin/applets/JumpingBox/sounds/that.hurts.au
${JDKHOME}/demo/plugin/applets/JumpingBox/sounds/thin.bell.au
${JDKHOME}/demo/plugin/applets/JumpingBox/sounds/tiptoe.thru.the.tulips.au
${JDKHOME}/demo/plugin/applets/MoleculeViewer/
${JDKHOME}/demo/plugin/applets/MoleculeViewer/Atom.class
${JDKHOME}/demo/plugin/applets/MoleculeViewer/Matrix3D.class
${JDKHOME}/demo/plugin/applets/MoleculeViewer/Matrix3D.java
${JDKHOME}/demo/plugin/applets/MoleculeViewer/XYZApp.class
${JDKHOME}/demo/plugin/applets/MoleculeViewer/XYZApp.java
${JDKHOME}/demo/plugin/applets/MoleculeViewer/XYZChemModel.class
${JDKHOME}/demo/plugin/applets/MoleculeViewer/example1.html
${JDKHOME}/demo/plugin/applets/MoleculeViewer/example2.html
${JDKHOME}/demo/plugin/applets/MoleculeViewer/example3.html
${JDKHOME}/demo/plugin/applets/MoleculeViewer/models/
${JDKHOME}/demo/plugin/applets/MoleculeViewer/models/HyaluronicAcid.xyz
${JDKHOME}/demo/plugin/applets/MoleculeViewer/models/benzene.xyz
${JDKHOME}/demo/plugin/applets/MoleculeViewer/models/buckminsterfullerine.xyz
${JDKHOME}/demo/plugin/applets/MoleculeViewer/models/cyclohexane.xyz
${JDKHOME}/demo/plugin/applets/MoleculeViewer/models/ethane.xyz
${JDKHOME}/demo/plugin/applets/MoleculeViewer/models/water.xyz
${JDKHOME}/demo/plugin/applets/NervousText/
${JDKHOME}/demo/plugin/applets/NervousText/NervousText.class
${JDKHOME}/demo/plugin/applets/NervousText/NervousText.java
${JDKHOME}/demo/plugin/applets/NervousText/example1.html
${JDKHOME}/demo/plugin/applets/SimpleGraph/
${JDKHOME}/demo/plugin/applets/SimpleGraph/GraphApplet.class
${JDKHOME}/demo/plugin/applets/SimpleGraph/GraphApplet.java
${JDKHOME}/demo/plugin/applets/SimpleGraph/example1.html
${JDKHOME}/demo/plugin/applets/SortDemo/
${JDKHOME}/demo/plugin/applets/SortDemo/BidirBubbleSortAlgorithm.class
${JDKHOME}/demo/plugin/applets/SortDemo/BidirBubbleSortAlgorithm.java
${JDKHOME}/demo/plugin/applets/SortDemo/BubbleSortAlgorithm.class
${JDKHOME}/demo/plugin/applets/SortDemo/BubbleSortAlgorithm.java
${JDKHOME}/demo/plugin/applets/SortDemo/QSortAlgorithm.class
${JDKHOME}/demo/plugin/applets/SortDemo/QSortAlgorithm.java
${JDKHOME}/demo/plugin/applets/SortDemo/SortAlgorithm.class
${JDKHOME}/demo/plugin/applets/SortDemo/SortAlgorithm.java
${JDKHOME}/demo/plugin/applets/SortDemo/SortItem.class
${JDKHOME}/demo/plugin/applets/SortDemo/SortItem.java
${JDKHOME}/demo/plugin/applets/SortDemo/example1.html
${JDKHOME}/demo/plugin/applets/SpreadSheet/
${JDKHOME}/demo/plugin/applets/SpreadSheet/Cell.class
${JDKHOME}/demo/plugin/applets/SpreadSheet/CellUpdater.class
${JDKHOME}/demo/plugin/applets/SpreadSheet/InputField.class
${JDKHOME}/demo/plugin/applets/SpreadSheet/Node.class
${JDKHOME}/demo/plugin/applets/SpreadSheet/SpreadSheet.class
${JDKHOME}/demo/plugin/applets/SpreadSheet/SpreadSheet.java
${JDKHOME}/demo/plugin/applets/SpreadSheet/SpreadSheetInput.class
${JDKHOME}/demo/plugin/applets/SpreadSheet/example1.html
${JDKHOME}/demo/plugin/applets/TicTacToe/
${JDKHOME}/demo/plugin/applets/TicTacToe/TicTacToe.class
${JDKHOME}/demo/plugin/applets/TicTacToe/TicTacToe.java
${JDKHOME}/demo/plugin/applets/TicTacToe/audio/
${JDKHOME}/demo/plugin/applets/TicTacToe/audio/beep.au
${JDKHOME}/demo/plugin/applets/TicTacToe/audio/ding.au
${JDKHOME}/demo/plugin/applets/TicTacToe/audio/return.au
${JDKHOME}/demo/plugin/applets/TicTacToe/audio/yahoo1.au
${JDKHOME}/demo/plugin/applets/TicTacToe/audio/yahoo2.au
${JDKHOME}/demo/plugin/applets/TicTacToe/example1.html
${JDKHOME}/demo/plugin/applets/TicTacToe/images/
${JDKHOME}/demo/plugin/applets/TicTacToe/images/cross.gif
${JDKHOME}/demo/plugin/applets/TicTacToe/images/not.gif
${JDKHOME}/demo/plugin/applets/WireFrame/
${JDKHOME}/demo/plugin/applets/WireFrame/FileFormatException.class
${JDKHOME}/demo/plugin/applets/WireFrame/Matrix3D.class
${JDKHOME}/demo/plugin/applets/WireFrame/Matrix3D.java
${JDKHOME}/demo/plugin/applets/WireFrame/Model3D.class
${JDKHOME}/demo/plugin/applets/WireFrame/ThreeD.class
${JDKHOME}/demo/plugin/applets/WireFrame/ThreeD.java
${JDKHOME}/demo/plugin/applets/WireFrame/example1.html
${JDKHOME}/demo/plugin/applets/WireFrame/example2.html
${JDKHOME}/demo/plugin/applets/WireFrame/example3.html
${JDKHOME}/demo/plugin/applets/WireFrame/example4.html
${JDKHOME}/demo/plugin/applets/WireFrame/models/
${JDKHOME}/demo/plugin/applets/WireFrame/models/cube.obj
${JDKHOME}/demo/plugin/applets/WireFrame/models/dinasaur.obj
${JDKHOME}/demo/plugin/applets/WireFrame/models/hughes_500.obj
${JDKHOME}/demo/plugin/applets/WireFrame/models/knoxS.obj
${JDKHOME}/demo/plugin/jfc/
${JDKHOME}/demo/plugin/jfc/FileChooserDemo/
${JDKHOME}/demo/plugin/jfc/FileChooserDemo/FileChooserDemo.jar
${JDKHOME}/demo/plugin/jfc/FileChooserDemo/README.txt
${JDKHOME}/demo/plugin/jfc/FileChooserDemo/images/
${JDKHOME}/demo/plugin/jfc/FileChooserDemo/images/gifIcon.gif
${JDKHOME}/demo/plugin/jfc/FileChooserDemo/images/jpgIcon.jpg
${JDKHOME}/demo/plugin/jfc/FileChooserDemo/src/
${JDKHOME}/demo/plugin/jfc/FileChooserDemo/src/ExampleFileFilter.java
${JDKHOME}/demo/plugin/jfc/FileChooserDemo/src/ExampleFileView.java
${JDKHOME}/demo/plugin/jfc/FileChooserDemo/src/FileChooserDemo.java
${JDKHOME}/demo/plugin/jfc/Font2DTest/
${JDKHOME}/demo/plugin/jfc/Font2DTest/Font2DTest.html
${JDKHOME}/demo/plugin/jfc/Font2DTest/Font2DTest.jar
${JDKHOME}/demo/plugin/jfc/Font2DTest/README.txt
${JDKHOME}/demo/plugin/jfc/Font2DTest/src/
${JDKHOME}/demo/plugin/jfc/Font2DTest/src/Font2DTest.java
${JDKHOME}/demo/plugin/jfc/Font2DTest/src/Font2DTestApplet.java
${JDKHOME}/demo/plugin/jfc/Font2DTest/src/FontPanel.java
${JDKHOME}/demo/plugin/jfc/Font2DTest/src/RangeMenu.java
${JDKHOME}/demo/plugin/jfc/Java2D/
${JDKHOME}/demo/plugin/jfc/Java2D/Java2Demo.html
${JDKHOME}/demo/plugin/jfc/Java2D/Java2Demo.jar
${JDKHOME}/demo/plugin/jfc/Java2D/README.txt
${JDKHOME}/demo/plugin/jfc/Java2D/src/
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/AnimatingControlsSurface.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/AnimatingSurface.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/CloningFeature.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/ControlsSurface.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/CustomControls.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/CustomControlsContext.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/DemoFonts.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/DemoGroup.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/DemoImages.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/DemoPanel.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/GlobalControls.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/GlobalPanel.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/Intro.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/Java2Demo.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/Java2DemoApplet.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/MemoryMonitor.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/PerformanceMonitor.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/RunWindow.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/Surface.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/TextureChooser.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/Tools.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/Arcs.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/BezierAnim.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/Curves.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Arcs_Curves/Ellipses.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/Areas.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/ClipAnim.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/Intersection.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Clipping/Text.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Colors/
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Colors/BullsEye.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Colors/ColorConvert.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Colors/Rotator3D.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Composite/
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Composite/ACimages.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Composite/ACrules.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Composite/FadeAnim.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/AllFonts.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/AttributedStr.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/Highlighting.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/Outline.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Fonts/Tree.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Images/
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Images/DukeAnim.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Images/ImageOps.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Images/JPEGFlip.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Images/WarpImage.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/Caps.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/Dash.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/Joins.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Lines/LineAnim.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Mix/
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Mix/Balls.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Mix/BezierScroller.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Mix/Stars3D.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/GradAnim.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/Gradient.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/Texture.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Paint/TextureAnim.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/Append.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/CurveQuadTo.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/FillStroke.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Paths/WindingRule.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms/
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms/Rotate.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms/SelectTx.java
${JDKHOME}/demo/plugin/jfc/Java2D/src/java2d/demos/Transforms/TransformAnim.java
${JDKHOME}/demo/plugin/jfc/Metalworks/
${JDKHOME}/demo/plugin/jfc/Metalworks/HelpFiles/
${JDKHOME}/demo/plugin/jfc/Metalworks/HelpFiles/back.gif
${JDKHOME}/demo/plugin/jfc/Metalworks/HelpFiles/credits.html
${JDKHOME}/demo/plugin/jfc/Metalworks/HelpFiles/duke.gif
${JDKHOME}/demo/plugin/jfc/Metalworks/HelpFiles/javalogo.gif
${JDKHOME}/demo/plugin/jfc/Metalworks/HelpFiles/metal.html
${JDKHOME}/demo/plugin/jfc/Metalworks/HelpFiles/metalworks.html
${JDKHOME}/demo/plugin/jfc/Metalworks/HelpFiles/swing.html
${JDKHOME}/demo/plugin/jfc/Metalworks/HelpFiles/toc.html
${JDKHOME}/demo/plugin/jfc/Metalworks/Metalworks.jar
${JDKHOME}/demo/plugin/jfc/Metalworks/MyTheme.theme
${JDKHOME}/demo/plugin/jfc/Metalworks/README.txt
${JDKHOME}/demo/plugin/jfc/Metalworks/images/
${JDKHOME}/demo/plugin/jfc/Metalworks/images/palette_crop.gif
${JDKHOME}/demo/plugin/jfc/Metalworks/images/palette_draw.gif
${JDKHOME}/demo/plugin/jfc/Metalworks/images/palette_hand.gif
${JDKHOME}/demo/plugin/jfc/Metalworks/images/palette_select.gif
${JDKHOME}/demo/plugin/jfc/Metalworks/images/palette_text.gif
${JDKHOME}/demo/plugin/jfc/Metalworks/images/palette_zoom.gif
${JDKHOME}/demo/plugin/jfc/Metalworks/src/
${JDKHOME}/demo/plugin/jfc/Metalworks/src/AquaMetalTheme.java
${JDKHOME}/demo/plugin/jfc/Metalworks/src/BigContrastMetalTheme.java
${JDKHOME}/demo/plugin/jfc/Metalworks/src/ContrastMetalTheme.java
${JDKHOME}/demo/plugin/jfc/Metalworks/src/DemoMetalTheme.java
${JDKHOME}/demo/plugin/jfc/Metalworks/src/GreenMetalTheme.java
${JDKHOME}/demo/plugin/jfc/Metalworks/src/KhakiMetalTheme.java
${JDKHOME}/demo/plugin/jfc/Metalworks/src/MetalThemeMenu.java
${JDKHOME}/demo/plugin/jfc/Metalworks/src/Metalworks.java
${JDKHOME}/demo/plugin/jfc/Metalworks/src/MetalworksDocumentFrame.java
${JDKHOME}/demo/plugin/jfc/Metalworks/src/MetalworksFrame.java
${JDKHOME}/demo/plugin/jfc/Metalworks/src/MetalworksHelp.java
${JDKHOME}/demo/plugin/jfc/Metalworks/src/MetalworksInBox.java
${JDKHOME}/demo/plugin/jfc/Metalworks/src/MetalworksPrefs.java
${JDKHOME}/demo/plugin/jfc/Metalworks/src/PropertiesMetalTheme.java
${JDKHOME}/demo/plugin/jfc/Metalworks/src/UISwitchListener.java
${JDKHOME}/demo/plugin/jfc/Notepad/
${JDKHOME}/demo/plugin/jfc/Notepad/Notepad.jar
${JDKHOME}/demo/plugin/jfc/Notepad/README.txt
${JDKHOME}/demo/plugin/jfc/Notepad/resources/
${JDKHOME}/demo/plugin/jfc/Notepad/resources/Notepad.properties
${JDKHOME}/demo/plugin/jfc/Notepad/resources/Notepad_fr.properties
${JDKHOME}/demo/plugin/jfc/Notepad/resources/Notepad_sv.properties
${JDKHOME}/demo/plugin/jfc/Notepad/resources/Notepad_zh_CN.properties
${JDKHOME}/demo/plugin/jfc/Notepad/resources/copy.gif
${JDKHOME}/demo/plugin/jfc/Notepad/resources/cut.gif
${JDKHOME}/demo/plugin/jfc/Notepad/resources/new.gif
${JDKHOME}/demo/plugin/jfc/Notepad/resources/open.gif
${JDKHOME}/demo/plugin/jfc/Notepad/resources/paste.gif
${JDKHOME}/demo/plugin/jfc/Notepad/resources/save.gif
${JDKHOME}/demo/plugin/jfc/Notepad/src/
${JDKHOME}/demo/plugin/jfc/Notepad/src/ElementTreePanel.java
${JDKHOME}/demo/plugin/jfc/Notepad/src/Notepad.java
${JDKHOME}/demo/plugin/jfc/SampleTree/
${JDKHOME}/demo/plugin/jfc/SampleTree/README.txt
${JDKHOME}/demo/plugin/jfc/SampleTree/SampleTree.jar
${JDKHOME}/demo/plugin/jfc/SampleTree/images/
${JDKHOME}/demo/plugin/jfc/SampleTree/images/collapsed.gif
${JDKHOME}/demo/plugin/jfc/SampleTree/images/expanded.gif
${JDKHOME}/demo/plugin/jfc/SampleTree/src/
${JDKHOME}/demo/plugin/jfc/SampleTree/src/DynamicTreeNode.java
${JDKHOME}/demo/plugin/jfc/SampleTree/src/SampleData.java
${JDKHOME}/demo/plugin/jfc/SampleTree/src/SampleTree.java
${JDKHOME}/demo/plugin/jfc/SampleTree/src/SampleTreeCellRenderer.java
${JDKHOME}/demo/plugin/jfc/SampleTree/src/SampleTreeModel.java
${JDKHOME}/demo/plugin/jfc/Stylepad/
${JDKHOME}/demo/plugin/jfc/Stylepad/README.txt
${JDKHOME}/demo/plugin/jfc/Stylepad/Stylepad.jar
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/Notepad.properties
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/Notepad_fr.properties
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/Notepad_sv.properties
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/Notepad_zh_CN.properties
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/Stylepad.properties
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/Stylepad_sv.properties
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/Stylepad_zh_CN.properties
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/alice.gif
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/bold.gif
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/bullets.gif
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/caterpillar.gif
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/center.gif
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/copy.gif
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/cut.gif
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/fg.gif
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/hatter.gif
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/italic.gif
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/left.gif
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/new.gif
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/open.gif
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/paste.gif
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/rabbit.gif
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/rabbit2.gif
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/right.gif
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/save.gif
${JDKHOME}/demo/plugin/jfc/Stylepad/resources/underline.gif
${JDKHOME}/demo/plugin/jfc/Stylepad/src/
${JDKHOME}/demo/plugin/jfc/Stylepad/src/ElementTreePanel.java
${JDKHOME}/demo/plugin/jfc/Stylepad/src/HelloWorld.java
${JDKHOME}/demo/plugin/jfc/Stylepad/src/Notepad.java
${JDKHOME}/demo/plugin/jfc/Stylepad/src/Stylepad.java
${JDKHOME}/demo/plugin/jfc/Stylepad/src/Wonderland.java
${JDKHOME}/demo/plugin/jfc/SwingApplet/
${JDKHOME}/demo/plugin/jfc/SwingApplet/README.txt
${JDKHOME}/demo/plugin/jfc/SwingApplet/SwingApplet.html
${JDKHOME}/demo/plugin/jfc/SwingApplet/SwingApplet.jar
${JDKHOME}/demo/plugin/jfc/SwingApplet/src/
${JDKHOME}/demo/plugin/jfc/SwingApplet/src/SwingApplet.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/
${JDKHOME}/demo/plugin/jfc/SwingSet2/README.txt
${JDKHOME}/demo/plugin/jfc/SwingSet2/SwingSet2.html
${JDKHOME}/demo/plugin/jfc/SwingSet2/SwingSet2.jar
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/AquaTheme.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/BezierAnimationPanel.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/ButtonDemo.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/CharcoalTheme.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/CodeViewer.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/ColorChooserDemo.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/ComboBoxDemo.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/ContrastTheme.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/DemoModule.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/DirectionPanel.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/EmeraldTheme.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/ExampleFileFilter.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/ExampleFileView.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/FileChooserDemo.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/HtmlDemo.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/InternalFrameDemo.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/LayoutControlPanel.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/ListDemo.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/OptionPaneDemo.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/Permuter.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/ProgressBarDemo.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/RubyTheme.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/ScrollPaneDemo.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/SliderDemo.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/SplitPaneDemo.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/SwingSet2.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/SwingSet2Applet.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/TabbedPaneDemo.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/TableDemo.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/ToolTipDemo.java
${JDKHOME}/demo/plugin/jfc/SwingSet2/src/TreeDemo.java
${JDKHOME}/demo/plugin/jfc/TableExample/
${JDKHOME}/demo/plugin/jfc/TableExample/README.txt
${JDKHOME}/demo/plugin/jfc/TableExample/TableExample.jar
${JDKHOME}/demo/plugin/jfc/TableExample/src/
${JDKHOME}/demo/plugin/jfc/TableExample/src/JDBCAdapter.java
${JDKHOME}/demo/plugin/jfc/TableExample/src/OldJTable.java
${JDKHOME}/demo/plugin/jfc/TableExample/src/TableExample.java
${JDKHOME}/demo/plugin/jfc/TableExample/src/TableExample2.java
${JDKHOME}/demo/plugin/jfc/TableExample/src/TableExample3.java
${JDKHOME}/demo/plugin/jfc/TableExample/src/TableExample4.java
${JDKHOME}/demo/plugin/jfc/TableExample/src/TableMap.java
${JDKHOME}/demo/plugin/jfc/TableExample/src/TableSorter.java
${JDKHOME}/jre/ControlPanel.html
${JDKHOME}/jre/bin/ControlPanel
${JDKHOME}/jre/bin/java_vm
${JDKHOME}/jre/bin/java_vm_g
${JDKHOME}/jre/lib/${MACHINE_ARCH}/libjavaplugin_jni.so
${JDKHOME}/jre/lib/${MACHINE_ARCH}/libjavaplugin_jni_g.so
${JDKHOME}/jre/lib/locale/
${JDKHOME}/jre/lib/locale/de/
${JDKHOME}/jre/lib/locale/de/LC_MESSAGES/
${JDKHOME}/jre/lib/locale/de/LC_MESSAGES/sunw_java_plugin.mo
${JDKHOME}/jre/lib/locale/es/
${JDKHOME}/jre/lib/locale/es/LC_MESSAGES/
${JDKHOME}/jre/lib/locale/es/LC_MESSAGES/sunw_java_plugin.mo
${JDKHOME}/jre/lib/locale/fr/
${JDKHOME}/jre/lib/locale/fr/LC_MESSAGES/
${JDKHOME}/jre/lib/locale/fr/LC_MESSAGES/sunw_java_plugin.mo
${JDKHOME}/jre/lib/locale/it/
${JDKHOME}/jre/lib/locale/it/LC_MESSAGES/
${JDKHOME}/jre/lib/locale/it/LC_MESSAGES/sunw_java_plugin.mo
${JDKHOME}/jre/lib/locale/ja/
${JDKHOME}/jre/lib/locale/ja/LC_MESSAGES/
${JDKHOME}/jre/lib/locale/ja/LC_MESSAGES/sunw_java_plugin.mo
${JDKHOME}/jre/lib/locale/ko/
${JDKHOME}/jre/lib/locale/ko.UTF-8/
${JDKHOME}/jre/lib/locale/ko.UTF-8/LC_MESSAGES/
${JDKHOME}/jre/lib/locale/ko.UTF-8/LC_MESSAGES/sunw_java_plugin.mo
${JDKHOME}/jre/lib/locale/ko/LC_MESSAGES/
${JDKHOME}/jre/lib/locale/ko/LC_MESSAGES/sunw_java_plugin.mo
${JDKHOME}/jre/lib/locale/sv/
${JDKHOME}/jre/lib/locale/sv/LC_MESSAGES/
${JDKHOME}/jre/lib/locale/sv/LC_MESSAGES/sunw_java_plugin.mo
${JDKHOME}/jre/lib/locale/zh/
${JDKHOME}/jre/lib/locale/zh.GBK/
${JDKHOME}/jre/lib/locale/zh.GBK/LC_MESSAGES/
${JDKHOME}/jre/lib/locale/zh.GBK/LC_MESSAGES/sunw_java_plugin.mo
${JDKHOME}/jre/lib/locale/zh/LC_MESSAGES/
${JDKHOME}/jre/lib/locale/zh/LC_MESSAGES/sunw_java_plugin.mo
${JDKHOME}/jre/lib/locale/zh_TW/
${JDKHOME}/jre/lib/locale/zh_TW.BIG5/
${JDKHOME}/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES/
${JDKHOME}/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES/sunw_java_plugin.mo
${JDKHOME}/jre/lib/locale/zh_TW/LC_MESSAGES/
${JDKHOME}/jre/lib/locale/zh_TW/LC_MESSAGES/sunw_java_plugin.mo
${JDKHOME}/jre/lib/plugin.jar
${JDKHOME}/jre/lib/plugin_g.jar
${JDKHOME}/jre/plugin/
${JDKHOME}/jre/plugin/desktop/
${JDKHOME}/jre/plugin/desktop/sun_java.desktop
${JDKHOME}/jre/plugin/desktop/sun_java.png
${JDKHOME}/jre/plugin/${MACHINE_ARCH}/
${JDKHOME}/jre/plugin/${MACHINE_ARCH}/ns610/
${JDKHOME}/jre/plugin/${MACHINE_ARCH}/ns610/libjavaplugin_oji.so
${JDKHOME}/jre/plugin/${MACHINE_ARCH}/ns610/libjavaplugin_oji_g.so
${JDKHOME}/lib/htmlconverter.jar
${JDKHOME}/lib/htmlconverter_g.jar

View File

@ -0,0 +1,50 @@
@comment $OpenBSD: PFRAG.no-no_plugin-jre,v 1.1.1.1 2004/12/21 04:01:06 kurt Exp $
${JREHOME}/ControlPanel.html
${JREHOME}/bin/ControlPanel
${JREHOME}/bin/java_vm
${JREHOME}/lib/${MACHINE_ARCH}/libjavaplugin_jni.so
${JREHOME}/lib/locale/
${JREHOME}/lib/locale/de/
${JREHOME}/lib/locale/de/LC_MESSAGES/
${JREHOME}/lib/locale/de/LC_MESSAGES/sunw_java_plugin.mo
${JREHOME}/lib/locale/es/
${JREHOME}/lib/locale/es/LC_MESSAGES/
${JREHOME}/lib/locale/es/LC_MESSAGES/sunw_java_plugin.mo
${JREHOME}/lib/locale/fr/
${JREHOME}/lib/locale/fr/LC_MESSAGES/
${JREHOME}/lib/locale/fr/LC_MESSAGES/sunw_java_plugin.mo
${JREHOME}/lib/locale/it/
${JREHOME}/lib/locale/it/LC_MESSAGES/
${JREHOME}/lib/locale/it/LC_MESSAGES/sunw_java_plugin.mo
${JREHOME}/lib/locale/ja/
${JREHOME}/lib/locale/ja/LC_MESSAGES/
${JREHOME}/lib/locale/ja/LC_MESSAGES/sunw_java_plugin.mo
${JREHOME}/lib/locale/ko/
${JREHOME}/lib/locale/ko.UTF-8/
${JREHOME}/lib/locale/ko.UTF-8/LC_MESSAGES/
${JREHOME}/lib/locale/ko.UTF-8/LC_MESSAGES/sunw_java_plugin.mo
${JREHOME}/lib/locale/ko/LC_MESSAGES/
${JREHOME}/lib/locale/ko/LC_MESSAGES/sunw_java_plugin.mo
${JREHOME}/lib/locale/sv/
${JREHOME}/lib/locale/sv/LC_MESSAGES/
${JREHOME}/lib/locale/sv/LC_MESSAGES/sunw_java_plugin.mo
${JREHOME}/lib/locale/zh/
${JREHOME}/lib/locale/zh.GBK/
${JREHOME}/lib/locale/zh.GBK/LC_MESSAGES/
${JREHOME}/lib/locale/zh.GBK/LC_MESSAGES/sunw_java_plugin.mo
${JREHOME}/lib/locale/zh/LC_MESSAGES/
${JREHOME}/lib/locale/zh/LC_MESSAGES/sunw_java_plugin.mo
${JREHOME}/lib/locale/zh_TW/
${JREHOME}/lib/locale/zh_TW.BIG5/
${JREHOME}/lib/locale/zh_TW.BIG5/LC_MESSAGES/
${JREHOME}/lib/locale/zh_TW.BIG5/LC_MESSAGES/sunw_java_plugin.mo
${JREHOME}/lib/locale/zh_TW/LC_MESSAGES/
${JREHOME}/lib/locale/zh_TW/LC_MESSAGES/sunw_java_plugin.mo
${JREHOME}/lib/plugin.jar
${JREHOME}/plugin/
${JREHOME}/plugin/desktop/
${JREHOME}/plugin/desktop/sun_java.desktop
${JREHOME}/plugin/desktop/sun_java.png
${JREHOME}/plugin/${MACHINE_ARCH}/
${JREHOME}/plugin/${MACHINE_ARCH}/ns610/
${JREHOME}/plugin/${MACHINE_ARCH}/ns610/libjavaplugin_oji.so

View File

@ -0,0 +1,34 @@
@comment $OpenBSD: PFRAG.no-no_webstart,v 1.1.1.1 2004/12/21 04:01:06 kurt Exp $
${JDKHOME}/jre/javaws/
${JDKHOME}/jre/javaws/cacerts
${JDKHOME}/jre/javaws/javalogo52x88.gif
${JDKHOME}/jre/javaws/javaws
${JDKHOME}/jre/javaws/javaws-l10n.jar
${JDKHOME}/jre/javaws/javaws.jar
${JDKHOME}/jre/javaws/javaws.policy
${JDKHOME}/jre/javaws/javawsbin
${JDKHOME}/jre/javaws/readme.html
${JDKHOME}/jre/javaws/readme_de.html
${JDKHOME}/jre/javaws/readme_es.html
${JDKHOME}/jre/javaws/readme_fr.html
${JDKHOME}/jre/javaws/readme_it.html
${JDKHOME}/jre/javaws/readme_ja.html
${JDKHOME}/jre/javaws/readme_ko.html
${JDKHOME}/jre/javaws/readme_sv.html
${JDKHOME}/jre/javaws/readme_zh_CN.html
${JDKHOME}/jre/javaws/readme_zh_TW.html
${JDKHOME}/jre/javaws/resources/
${JDKHOME}/jre/javaws/resources/copyright.jpg
${JDKHOME}/jre/javaws/resources/messages.properties
${JDKHOME}/jre/javaws/resources/messages_de.properties
${JDKHOME}/jre/javaws/resources/messages_es.properties
${JDKHOME}/jre/javaws/resources/messages_fr.properties
${JDKHOME}/jre/javaws/resources/messages_it.properties
${JDKHOME}/jre/javaws/resources/messages_ja.properties
${JDKHOME}/jre/javaws/resources/messages_ko.properties
${JDKHOME}/jre/javaws/resources/messages_sv.properties
${JDKHOME}/jre/javaws/resources/messages_zh_CN.properties
${JDKHOME}/jre/javaws/resources/messages_zh_TW.properties
${JDKHOME}/jre/javaws/resources/miniSplash.jpg
${JDKHOME}/jre/javaws/resources/splash.jpg
${JDKHOME}/jre/javaws/sunlogo64x30.gif

View File

@ -0,0 +1,34 @@
@comment $OpenBSD: PFRAG.no-no_webstart-jre,v 1.1.1.1 2004/12/21 04:01:05 kurt Exp $
${JREHOME}/javaws/
${JREHOME}/javaws/cacerts
${JREHOME}/javaws/javalogo52x88.gif
${JREHOME}/javaws/javaws
${JREHOME}/javaws/javaws-l10n.jar
${JREHOME}/javaws/javaws.jar
${JREHOME}/javaws/javaws.policy
${JREHOME}/javaws/javawsbin
${JREHOME}/javaws/readme.html
${JREHOME}/javaws/readme_de.html
${JREHOME}/javaws/readme_es.html
${JREHOME}/javaws/readme_fr.html
${JREHOME}/javaws/readme_it.html
${JREHOME}/javaws/readme_ja.html
${JREHOME}/javaws/readme_ko.html
${JREHOME}/javaws/readme_sv.html
${JREHOME}/javaws/readme_zh_CN.html
${JREHOME}/javaws/readme_zh_TW.html
${JREHOME}/javaws/resources/
${JREHOME}/javaws/resources/copyright.jpg
${JREHOME}/javaws/resources/messages.properties
${JREHOME}/javaws/resources/messages_de.properties
${JREHOME}/javaws/resources/messages_es.properties
${JREHOME}/javaws/resources/messages_fr.properties
${JREHOME}/javaws/resources/messages_it.properties
${JREHOME}/javaws/resources/messages_ja.properties
${JREHOME}/javaws/resources/messages_ko.properties
${JREHOME}/javaws/resources/messages_sv.properties
${JREHOME}/javaws/resources/messages_zh_CN.properties
${JREHOME}/javaws/resources/messages_zh_TW.properties
${JREHOME}/javaws/resources/miniSplash.jpg
${JREHOME}/javaws/resources/splash.jpg
${JREHOME}/javaws/sunlogo64x30.gif

1172
devel/jdk/1.4/pkg/PLIST Normal file

File diff suppressed because it is too large Load Diff

552
devel/jdk/1.4/pkg/PLIST-jre Normal file
View File

@ -0,0 +1,552 @@
@comment $OpenBSD: PLIST-jre,v 1.1.1.1 2004/12/21 04:01:06 kurt Exp $
@option no-default-conflict
@conflict jre->=1.4,<1.5
${JREHOME}/
${JREHOME}/CHANGES
${JREHOME}/COPYRIGHT
${JREHOME}/LICENSE
${JREHOME}/README
${JREHOME}/Welcome.html
${JREHOME}/bin/
${JREHOME}/bin/java
${JREHOME}/bin/keytool
${JREHOME}/bin/kinit
${JREHOME}/bin/klist
${JREHOME}/bin/ktab
${JREHOME}/bin/orbd
${JREHOME}/bin/policytool
${JREHOME}/bin/rmid
${JREHOME}/bin/rmiregistry
${JREHOME}/bin/servertool
${JREHOME}/bin/tnameserv
${JREHOME}/lib/
${JREHOME}/lib/applet/
${JREHOME}/lib/audio/
${JREHOME}/lib/audio/soundbank.gm
${JREHOME}/lib/charsets.jar
${JREHOME}/lib/cmm/
${JREHOME}/lib/cmm/CIEXYZ.pf
${JREHOME}/lib/cmm/GRAY.pf
${JREHOME}/lib/cmm/LINEAR_RGB.pf
${JREHOME}/lib/cmm/PYCC.pf
${JREHOME}/lib/cmm/sRGB.pf
${JREHOME}/lib/content-types.properties
${JREHOME}/lib/ext/
${JREHOME}/lib/ext/dnsns.jar
${JREHOME}/lib/ext/ldapsec.jar
${JREHOME}/lib/ext/localedata.jar
${JREHOME}/lib/ext/sunjce_provider.jar
${JREHOME}/lib/flavormap.properties
${JREHOME}/lib/font.properties
${JREHOME}/lib/font.properties.ja
${JREHOME}/lib/font.properties.zh
${JREHOME}/lib/font.properties.zh_TW
${JREHOME}/lib/fonts/
${JREHOME}/lib/fonts/LucidaBrightDemiBold.ttf
${JREHOME}/lib/fonts/LucidaBrightDemiItalic.ttf
${JREHOME}/lib/fonts/LucidaBrightItalic.ttf
${JREHOME}/lib/fonts/LucidaBrightRegular.ttf
${JREHOME}/lib/fonts/LucidaSansDemiBold.ttf
${JREHOME}/lib/fonts/LucidaSansDemiOblique.ttf
${JREHOME}/lib/fonts/LucidaSansOblique.ttf
${JREHOME}/lib/fonts/LucidaSansRegular.ttf
${JREHOME}/lib/fonts/LucidaTypewriterBold.ttf
${JREHOME}/lib/fonts/LucidaTypewriterBoldOblique.ttf
${JREHOME}/lib/fonts/LucidaTypewriterOblique.ttf
${JREHOME}/lib/fonts/LucidaTypewriterRegular.ttf
${JREHOME}/lib/fonts/fonts.dir
${JREHOME}/lib/${MACHINE_ARCH}/
${JREHOME}/lib/${MACHINE_ARCH}/awt_robot
${JREHOME}/lib/${MACHINE_ARCH}/client/
${JREHOME}/lib/${MACHINE_ARCH}/client/Xusage.txt
${JREHOME}/lib/${MACHINE_ARCH}/client/libjsig.so
${JREHOME}/lib/${MACHINE_ARCH}/client/libjvm.so
${JREHOME}/lib/${MACHINE_ARCH}/jvm.cfg
${JREHOME}/lib/${MACHINE_ARCH}/libJdbcOdbc.so
${JREHOME}/lib/${MACHINE_ARCH}/libawt.so
${JREHOME}/lib/${MACHINE_ARCH}/libcmm.so
${JREHOME}/lib/${MACHINE_ARCH}/libdcpr.so
${JREHOME}/lib/${MACHINE_ARCH}/libdt_socket.so
${JREHOME}/lib/${MACHINE_ARCH}/libfontmanager.so
${JREHOME}/lib/${MACHINE_ARCH}/libhprof.so
${JREHOME}/lib/${MACHINE_ARCH}/libioser12.so
${JREHOME}/lib/${MACHINE_ARCH}/libjaas_unix.so
${JREHOME}/lib/${MACHINE_ARCH}/libjava.so
${JREHOME}/lib/${MACHINE_ARCH}/libjawt.so
${JREHOME}/lib/${MACHINE_ARCH}/libjcov.so
${JREHOME}/lib/${MACHINE_ARCH}/libjdwp.so
${JREHOME}/lib/${MACHINE_ARCH}/libjpeg.so
${JREHOME}/lib/${MACHINE_ARCH}/libjsig.so
${JREHOME}/lib/${MACHINE_ARCH}/libjsound.so
${JREHOME}/lib/${MACHINE_ARCH}/libmlib_image.so
${JREHOME}/lib/${MACHINE_ARCH}/libnet.so
${JREHOME}/lib/${MACHINE_ARCH}/libnio.so
${JREHOME}/lib/${MACHINE_ARCH}/librmi.so
${JREHOME}/lib/${MACHINE_ARCH}/libverify.so
${JREHOME}/lib/${MACHINE_ARCH}/libzip.so
${JREHOME}/lib/${MACHINE_ARCH}/native_threads/
${JREHOME}/lib/${MACHINE_ARCH}/native_threads/libhpi.so
${JREHOME}/lib/${MACHINE_ARCH}/server/
${JREHOME}/lib/${MACHINE_ARCH}/server/Xusage.txt
${JREHOME}/lib/${MACHINE_ARCH}/server/libjsig.so
${JREHOME}/lib/${MACHINE_ARCH}/server/libjvm.so
${JREHOME}/lib/im/
${JREHOME}/lib/im/indicim.jar
${JREHOME}/lib/im/thaiim.jar
${JREHOME}/lib/images/
${JREHOME}/lib/images/cursors/
${JREHOME}/lib/images/cursors/cursors.properties
${JREHOME}/lib/images/cursors/invalid32x32.gif
${JREHOME}/lib/images/cursors/motif_CopyDrop32x32.gif
${JREHOME}/lib/images/cursors/motif_CopyNoDrop32x32.gif
${JREHOME}/lib/images/cursors/motif_LinkDrop32x32.gif
${JREHOME}/lib/images/cursors/motif_LinkNoDrop32x32.gif
${JREHOME}/lib/images/cursors/motif_MoveDrop32x32.gif
${JREHOME}/lib/images/cursors/motif_MoveNoDrop32x32.gif
${JREHOME}/lib/jce.jar
${JREHOME}/lib/jsse.jar
${JREHOME}/lib/jvm.hprof.txt
${JREHOME}/lib/jvm.jcov.txt
${JREHOME}/lib/logging.properties
${JREHOME}/lib/psfont.properties.ja
${JREHOME}/lib/psfontj2d.properties
${JREHOME}/lib/rt.jar
${JREHOME}/lib/security/
${JREHOME}/lib/security/US_export_policy.jar
${JREHOME}/lib/security/cacerts
${JREHOME}/lib/security/java.policy
${JREHOME}/lib/security/java.security
${JREHOME}/lib/security/local_policy.jar
${JREHOME}/lib/sunrsasign.jar
${JREHOME}/lib/zi/
${JREHOME}/lib/zi/Africa/
${JREHOME}/lib/zi/Africa/Abidjan
${JREHOME}/lib/zi/Africa/Accra
${JREHOME}/lib/zi/Africa/Addis_Ababa
${JREHOME}/lib/zi/Africa/Algiers
${JREHOME}/lib/zi/Africa/Asmera
${JREHOME}/lib/zi/Africa/Bamako
${JREHOME}/lib/zi/Africa/Bangui
${JREHOME}/lib/zi/Africa/Banjul
${JREHOME}/lib/zi/Africa/Bissau
${JREHOME}/lib/zi/Africa/Blantyre
${JREHOME}/lib/zi/Africa/Brazzaville
${JREHOME}/lib/zi/Africa/Bujumbura
${JREHOME}/lib/zi/Africa/Cairo
${JREHOME}/lib/zi/Africa/Casablanca
${JREHOME}/lib/zi/Africa/Ceuta
${JREHOME}/lib/zi/Africa/Conakry
${JREHOME}/lib/zi/Africa/Dakar
${JREHOME}/lib/zi/Africa/Dar_es_Salaam
${JREHOME}/lib/zi/Africa/Djibouti
${JREHOME}/lib/zi/Africa/Douala
${JREHOME}/lib/zi/Africa/El_Aaiun
${JREHOME}/lib/zi/Africa/Freetown
${JREHOME}/lib/zi/Africa/Gaborone
${JREHOME}/lib/zi/Africa/Harare
${JREHOME}/lib/zi/Africa/Johannesburg
${JREHOME}/lib/zi/Africa/Kampala
${JREHOME}/lib/zi/Africa/Khartoum
${JREHOME}/lib/zi/Africa/Kigali
${JREHOME}/lib/zi/Africa/Kinshasa
${JREHOME}/lib/zi/Africa/Lagos
${JREHOME}/lib/zi/Africa/Libreville
${JREHOME}/lib/zi/Africa/Lome
${JREHOME}/lib/zi/Africa/Luanda
${JREHOME}/lib/zi/Africa/Lubumbashi
${JREHOME}/lib/zi/Africa/Lusaka
${JREHOME}/lib/zi/Africa/Malabo
${JREHOME}/lib/zi/Africa/Maputo
${JREHOME}/lib/zi/Africa/Maseru
${JREHOME}/lib/zi/Africa/Mbabane
${JREHOME}/lib/zi/Africa/Mogadishu
${JREHOME}/lib/zi/Africa/Monrovia
${JREHOME}/lib/zi/Africa/Nairobi
${JREHOME}/lib/zi/Africa/Ndjamena
${JREHOME}/lib/zi/Africa/Niamey
${JREHOME}/lib/zi/Africa/Nouakchott
${JREHOME}/lib/zi/Africa/Ouagadougou
${JREHOME}/lib/zi/Africa/Porto-Novo
${JREHOME}/lib/zi/Africa/Sao_Tome
${JREHOME}/lib/zi/Africa/Timbuktu
${JREHOME}/lib/zi/Africa/Tripoli
${JREHOME}/lib/zi/Africa/Tunis
${JREHOME}/lib/zi/Africa/Windhoek
${JREHOME}/lib/zi/America/
${JREHOME}/lib/zi/America/Adak
${JREHOME}/lib/zi/America/Anchorage
${JREHOME}/lib/zi/America/Anguilla
${JREHOME}/lib/zi/America/Antigua
${JREHOME}/lib/zi/America/Araguaina
${JREHOME}/lib/zi/America/Aruba
${JREHOME}/lib/zi/America/Asuncion
${JREHOME}/lib/zi/America/Barbados
${JREHOME}/lib/zi/America/Belem
${JREHOME}/lib/zi/America/Belize
${JREHOME}/lib/zi/America/Boa_Vista
${JREHOME}/lib/zi/America/Bogota
${JREHOME}/lib/zi/America/Boise
${JREHOME}/lib/zi/America/Buenos_Aires
${JREHOME}/lib/zi/America/Cambridge_Bay
${JREHOME}/lib/zi/America/Cancun
${JREHOME}/lib/zi/America/Caracas
${JREHOME}/lib/zi/America/Catamarca
${JREHOME}/lib/zi/America/Cayenne
${JREHOME}/lib/zi/America/Cayman
${JREHOME}/lib/zi/America/Chicago
${JREHOME}/lib/zi/America/Chihuahua
${JREHOME}/lib/zi/America/Cordoba
${JREHOME}/lib/zi/America/Costa_Rica
${JREHOME}/lib/zi/America/Cuiaba
${JREHOME}/lib/zi/America/Curacao
${JREHOME}/lib/zi/America/Danmarkshavn
${JREHOME}/lib/zi/America/Dawson
${JREHOME}/lib/zi/America/Dawson_Creek
${JREHOME}/lib/zi/America/Denver
${JREHOME}/lib/zi/America/Detroit
${JREHOME}/lib/zi/America/Dominica
${JREHOME}/lib/zi/America/Edmonton
${JREHOME}/lib/zi/America/Eirunepe
${JREHOME}/lib/zi/America/El_Salvador
${JREHOME}/lib/zi/America/Fortaleza
${JREHOME}/lib/zi/America/Glace_Bay
${JREHOME}/lib/zi/America/Godthab
${JREHOME}/lib/zi/America/Goose_Bay
${JREHOME}/lib/zi/America/Grand_Turk
${JREHOME}/lib/zi/America/Grenada
${JREHOME}/lib/zi/America/Guadeloupe
${JREHOME}/lib/zi/America/Guatemala
${JREHOME}/lib/zi/America/Guayaquil
${JREHOME}/lib/zi/America/Guyana
${JREHOME}/lib/zi/America/Halifax
${JREHOME}/lib/zi/America/Havana
${JREHOME}/lib/zi/America/Hermosillo
${JREHOME}/lib/zi/America/Indiana/
${JREHOME}/lib/zi/America/Indiana/Knox
${JREHOME}/lib/zi/America/Indiana/Marengo
${JREHOME}/lib/zi/America/Indiana/Vevay
${JREHOME}/lib/zi/America/Indianapolis
${JREHOME}/lib/zi/America/Inuvik
${JREHOME}/lib/zi/America/Iqaluit
${JREHOME}/lib/zi/America/Jamaica
${JREHOME}/lib/zi/America/Jujuy
${JREHOME}/lib/zi/America/Juneau
${JREHOME}/lib/zi/America/Kentucky/
${JREHOME}/lib/zi/America/Kentucky/Monticello
${JREHOME}/lib/zi/America/La_Paz
${JREHOME}/lib/zi/America/Lima
${JREHOME}/lib/zi/America/Los_Angeles
${JREHOME}/lib/zi/America/Louisville
${JREHOME}/lib/zi/America/Maceio
${JREHOME}/lib/zi/America/Managua
${JREHOME}/lib/zi/America/Manaus
${JREHOME}/lib/zi/America/Martinique
${JREHOME}/lib/zi/America/Mazatlan
${JREHOME}/lib/zi/America/Mendoza
${JREHOME}/lib/zi/America/Menominee
${JREHOME}/lib/zi/America/Merida
${JREHOME}/lib/zi/America/Mexico_City
${JREHOME}/lib/zi/America/Miquelon
${JREHOME}/lib/zi/America/Monterrey
${JREHOME}/lib/zi/America/Montevideo
${JREHOME}/lib/zi/America/Montreal
${JREHOME}/lib/zi/America/Montserrat
${JREHOME}/lib/zi/America/Nassau
${JREHOME}/lib/zi/America/New_York
${JREHOME}/lib/zi/America/Nipigon
${JREHOME}/lib/zi/America/Nome
${JREHOME}/lib/zi/America/Noronha
${JREHOME}/lib/zi/America/North_Dakota/
${JREHOME}/lib/zi/America/North_Dakota/Center
${JREHOME}/lib/zi/America/Panama
${JREHOME}/lib/zi/America/Pangnirtung
${JREHOME}/lib/zi/America/Paramaribo
${JREHOME}/lib/zi/America/Phoenix
${JREHOME}/lib/zi/America/Port-au-Prince
${JREHOME}/lib/zi/America/Port_of_Spain
${JREHOME}/lib/zi/America/Porto_Velho
${JREHOME}/lib/zi/America/Puerto_Rico
${JREHOME}/lib/zi/America/Rainy_River
${JREHOME}/lib/zi/America/Rankin_Inlet
${JREHOME}/lib/zi/America/Recife
${JREHOME}/lib/zi/America/Regina
${JREHOME}/lib/zi/America/Rio_Branco
${JREHOME}/lib/zi/America/Santiago
${JREHOME}/lib/zi/America/Santo_Domingo
${JREHOME}/lib/zi/America/Sao_Paulo
${JREHOME}/lib/zi/America/Scoresbysund
${JREHOME}/lib/zi/America/St_Johns
${JREHOME}/lib/zi/America/St_Kitts
${JREHOME}/lib/zi/America/St_Lucia
${JREHOME}/lib/zi/America/St_Thomas
${JREHOME}/lib/zi/America/St_Vincent
${JREHOME}/lib/zi/America/Swift_Current
${JREHOME}/lib/zi/America/Tegucigalpa
${JREHOME}/lib/zi/America/Thule
${JREHOME}/lib/zi/America/Thunder_Bay
${JREHOME}/lib/zi/America/Tijuana
${JREHOME}/lib/zi/America/Tortola
${JREHOME}/lib/zi/America/Vancouver
${JREHOME}/lib/zi/America/Whitehorse
${JREHOME}/lib/zi/America/Winnipeg
${JREHOME}/lib/zi/America/Yakutat
${JREHOME}/lib/zi/America/Yellowknife
${JREHOME}/lib/zi/Antarctica/
${JREHOME}/lib/zi/Antarctica/Casey
${JREHOME}/lib/zi/Antarctica/Davis
${JREHOME}/lib/zi/Antarctica/DumontDUrville
${JREHOME}/lib/zi/Antarctica/Mawson
${JREHOME}/lib/zi/Antarctica/McMurdo
${JREHOME}/lib/zi/Antarctica/Palmer
${JREHOME}/lib/zi/Antarctica/Rothera
${JREHOME}/lib/zi/Antarctica/Syowa
${JREHOME}/lib/zi/Antarctica/Vostok
${JREHOME}/lib/zi/Asia/
${JREHOME}/lib/zi/Asia/Aden
${JREHOME}/lib/zi/Asia/Almaty
${JREHOME}/lib/zi/Asia/Amman
${JREHOME}/lib/zi/Asia/Anadyr
${JREHOME}/lib/zi/Asia/Aqtau
${JREHOME}/lib/zi/Asia/Aqtobe
${JREHOME}/lib/zi/Asia/Ashgabat
${JREHOME}/lib/zi/Asia/Baghdad
${JREHOME}/lib/zi/Asia/Bahrain
${JREHOME}/lib/zi/Asia/Baku
${JREHOME}/lib/zi/Asia/Bangkok
${JREHOME}/lib/zi/Asia/Beirut
${JREHOME}/lib/zi/Asia/Bishkek
${JREHOME}/lib/zi/Asia/Brunei
${JREHOME}/lib/zi/Asia/Calcutta
${JREHOME}/lib/zi/Asia/Choibalsan
${JREHOME}/lib/zi/Asia/Chongqing
${JREHOME}/lib/zi/Asia/Colombo
${JREHOME}/lib/zi/Asia/Damascus
${JREHOME}/lib/zi/Asia/Dhaka
${JREHOME}/lib/zi/Asia/Dili
${JREHOME}/lib/zi/Asia/Dubai
${JREHOME}/lib/zi/Asia/Dushanbe
${JREHOME}/lib/zi/Asia/Gaza
${JREHOME}/lib/zi/Asia/Harbin
${JREHOME}/lib/zi/Asia/Hong_Kong
${JREHOME}/lib/zi/Asia/Hovd
${JREHOME}/lib/zi/Asia/Irkutsk
${JREHOME}/lib/zi/Asia/Jakarta
${JREHOME}/lib/zi/Asia/Jayapura
${JREHOME}/lib/zi/Asia/Jerusalem
${JREHOME}/lib/zi/Asia/Kabul
${JREHOME}/lib/zi/Asia/Kamchatka
${JREHOME}/lib/zi/Asia/Karachi
${JREHOME}/lib/zi/Asia/Kashgar
${JREHOME}/lib/zi/Asia/Katmandu
${JREHOME}/lib/zi/Asia/Krasnoyarsk
${JREHOME}/lib/zi/Asia/Kuala_Lumpur
${JREHOME}/lib/zi/Asia/Kuching
${JREHOME}/lib/zi/Asia/Kuwait
${JREHOME}/lib/zi/Asia/Macau
${JREHOME}/lib/zi/Asia/Magadan
${JREHOME}/lib/zi/Asia/Makassar
${JREHOME}/lib/zi/Asia/Manila
${JREHOME}/lib/zi/Asia/Muscat
${JREHOME}/lib/zi/Asia/Nicosia
${JREHOME}/lib/zi/Asia/Novosibirsk
${JREHOME}/lib/zi/Asia/Omsk
${JREHOME}/lib/zi/Asia/Oral
${JREHOME}/lib/zi/Asia/Phnom_Penh
${JREHOME}/lib/zi/Asia/Pontianak
${JREHOME}/lib/zi/Asia/Pyongyang
${JREHOME}/lib/zi/Asia/Qatar
${JREHOME}/lib/zi/Asia/Qyzylorda
${JREHOME}/lib/zi/Asia/Rangoon
${JREHOME}/lib/zi/Asia/Riyadh
${JREHOME}/lib/zi/Asia/Riyadh87
${JREHOME}/lib/zi/Asia/Riyadh88
${JREHOME}/lib/zi/Asia/Riyadh89
${JREHOME}/lib/zi/Asia/Saigon
${JREHOME}/lib/zi/Asia/Sakhalin
${JREHOME}/lib/zi/Asia/Samarkand
${JREHOME}/lib/zi/Asia/Seoul
${JREHOME}/lib/zi/Asia/Shanghai
${JREHOME}/lib/zi/Asia/Singapore
${JREHOME}/lib/zi/Asia/Taipei
${JREHOME}/lib/zi/Asia/Tashkent
${JREHOME}/lib/zi/Asia/Tbilisi
${JREHOME}/lib/zi/Asia/Tehran
${JREHOME}/lib/zi/Asia/Thimphu
${JREHOME}/lib/zi/Asia/Tokyo
${JREHOME}/lib/zi/Asia/Ulaanbaatar
${JREHOME}/lib/zi/Asia/Urumqi
${JREHOME}/lib/zi/Asia/Vientiane
${JREHOME}/lib/zi/Asia/Vladivostok
${JREHOME}/lib/zi/Asia/Yakutsk
${JREHOME}/lib/zi/Asia/Yekaterinburg
${JREHOME}/lib/zi/Asia/Yerevan
${JREHOME}/lib/zi/Atlantic/
${JREHOME}/lib/zi/Atlantic/Azores
${JREHOME}/lib/zi/Atlantic/Bermuda
${JREHOME}/lib/zi/Atlantic/Canary
${JREHOME}/lib/zi/Atlantic/Cape_Verde
${JREHOME}/lib/zi/Atlantic/Faeroe
${JREHOME}/lib/zi/Atlantic/Madeira
${JREHOME}/lib/zi/Atlantic/Reykjavik
${JREHOME}/lib/zi/Atlantic/South_Georgia
${JREHOME}/lib/zi/Atlantic/St_Helena
${JREHOME}/lib/zi/Atlantic/Stanley
${JREHOME}/lib/zi/Australia/
${JREHOME}/lib/zi/Australia/Adelaide
${JREHOME}/lib/zi/Australia/Brisbane
${JREHOME}/lib/zi/Australia/Broken_Hill
${JREHOME}/lib/zi/Australia/Darwin
${JREHOME}/lib/zi/Australia/Hobart
${JREHOME}/lib/zi/Australia/Lindeman
${JREHOME}/lib/zi/Australia/Lord_Howe
${JREHOME}/lib/zi/Australia/Melbourne
${JREHOME}/lib/zi/Australia/Perth
${JREHOME}/lib/zi/Australia/Sydney
${JREHOME}/lib/zi/CET
${JREHOME}/lib/zi/EET
${JREHOME}/lib/zi/Etc/
${JREHOME}/lib/zi/Etc/GMT
${JREHOME}/lib/zi/Etc/GMT+1
${JREHOME}/lib/zi/Etc/GMT+10
${JREHOME}/lib/zi/Etc/GMT+11
${JREHOME}/lib/zi/Etc/GMT+12
${JREHOME}/lib/zi/Etc/GMT+2
${JREHOME}/lib/zi/Etc/GMT+3
${JREHOME}/lib/zi/Etc/GMT+4
${JREHOME}/lib/zi/Etc/GMT+5
${JREHOME}/lib/zi/Etc/GMT+6
${JREHOME}/lib/zi/Etc/GMT+7
${JREHOME}/lib/zi/Etc/GMT+8
${JREHOME}/lib/zi/Etc/GMT+9
${JREHOME}/lib/zi/Etc/GMT-1
${JREHOME}/lib/zi/Etc/GMT-10
${JREHOME}/lib/zi/Etc/GMT-11
${JREHOME}/lib/zi/Etc/GMT-12
${JREHOME}/lib/zi/Etc/GMT-13
${JREHOME}/lib/zi/Etc/GMT-14
${JREHOME}/lib/zi/Etc/GMT-2
${JREHOME}/lib/zi/Etc/GMT-3
${JREHOME}/lib/zi/Etc/GMT-4
${JREHOME}/lib/zi/Etc/GMT-5
${JREHOME}/lib/zi/Etc/GMT-6
${JREHOME}/lib/zi/Etc/GMT-7
${JREHOME}/lib/zi/Etc/GMT-8
${JREHOME}/lib/zi/Etc/GMT-9
${JREHOME}/lib/zi/Etc/UCT
${JREHOME}/lib/zi/Etc/UTC
${JREHOME}/lib/zi/Europe/
${JREHOME}/lib/zi/Europe/Amsterdam
${JREHOME}/lib/zi/Europe/Andorra
${JREHOME}/lib/zi/Europe/Athens
${JREHOME}/lib/zi/Europe/Belfast
${JREHOME}/lib/zi/Europe/Belgrade
${JREHOME}/lib/zi/Europe/Berlin
${JREHOME}/lib/zi/Europe/Brussels
${JREHOME}/lib/zi/Europe/Bucharest
${JREHOME}/lib/zi/Europe/Budapest
${JREHOME}/lib/zi/Europe/Chisinau
${JREHOME}/lib/zi/Europe/Copenhagen
${JREHOME}/lib/zi/Europe/Dublin
${JREHOME}/lib/zi/Europe/Gibraltar
${JREHOME}/lib/zi/Europe/Helsinki
${JREHOME}/lib/zi/Europe/Istanbul
${JREHOME}/lib/zi/Europe/Kaliningrad
${JREHOME}/lib/zi/Europe/Kiev
${JREHOME}/lib/zi/Europe/Lisbon
${JREHOME}/lib/zi/Europe/London
${JREHOME}/lib/zi/Europe/Luxembourg
${JREHOME}/lib/zi/Europe/Madrid
${JREHOME}/lib/zi/Europe/Malta
${JREHOME}/lib/zi/Europe/Minsk
${JREHOME}/lib/zi/Europe/Monaco
${JREHOME}/lib/zi/Europe/Moscow
${JREHOME}/lib/zi/Europe/Oslo
${JREHOME}/lib/zi/Europe/Paris
${JREHOME}/lib/zi/Europe/Prague
${JREHOME}/lib/zi/Europe/Riga
${JREHOME}/lib/zi/Europe/Rome
${JREHOME}/lib/zi/Europe/Samara
${JREHOME}/lib/zi/Europe/Simferopol
${JREHOME}/lib/zi/Europe/Sofia
${JREHOME}/lib/zi/Europe/Stockholm
${JREHOME}/lib/zi/Europe/Tallinn
${JREHOME}/lib/zi/Europe/Tirane
${JREHOME}/lib/zi/Europe/Uzhgorod
${JREHOME}/lib/zi/Europe/Vaduz
${JREHOME}/lib/zi/Europe/Vienna
${JREHOME}/lib/zi/Europe/Vilnius
${JREHOME}/lib/zi/Europe/Warsaw
${JREHOME}/lib/zi/Europe/Zaporozhye
${JREHOME}/lib/zi/Europe/Zurich
${JREHOME}/lib/zi/GMT
${JREHOME}/lib/zi/Indian/
${JREHOME}/lib/zi/Indian/Antananarivo
${JREHOME}/lib/zi/Indian/Chagos
${JREHOME}/lib/zi/Indian/Christmas
${JREHOME}/lib/zi/Indian/Cocos
${JREHOME}/lib/zi/Indian/Comoro
${JREHOME}/lib/zi/Indian/Kerguelen
${JREHOME}/lib/zi/Indian/Mahe
${JREHOME}/lib/zi/Indian/Maldives
${JREHOME}/lib/zi/Indian/Mauritius
${JREHOME}/lib/zi/Indian/Mayotte
${JREHOME}/lib/zi/Indian/Reunion
${JREHOME}/lib/zi/MET
${JREHOME}/lib/zi/Pacific/
${JREHOME}/lib/zi/Pacific/Apia
${JREHOME}/lib/zi/Pacific/Auckland
${JREHOME}/lib/zi/Pacific/Chatham
${JREHOME}/lib/zi/Pacific/Easter
${JREHOME}/lib/zi/Pacific/Efate
${JREHOME}/lib/zi/Pacific/Enderbury
${JREHOME}/lib/zi/Pacific/Fakaofo
${JREHOME}/lib/zi/Pacific/Fiji
${JREHOME}/lib/zi/Pacific/Funafuti
${JREHOME}/lib/zi/Pacific/Galapagos
${JREHOME}/lib/zi/Pacific/Gambier
${JREHOME}/lib/zi/Pacific/Guadalcanal
${JREHOME}/lib/zi/Pacific/Guam
${JREHOME}/lib/zi/Pacific/Honolulu
${JREHOME}/lib/zi/Pacific/Johnston
${JREHOME}/lib/zi/Pacific/Kiritimati
${JREHOME}/lib/zi/Pacific/Kosrae
${JREHOME}/lib/zi/Pacific/Kwajalein
${JREHOME}/lib/zi/Pacific/Majuro
${JREHOME}/lib/zi/Pacific/Marquesas
${JREHOME}/lib/zi/Pacific/Midway
${JREHOME}/lib/zi/Pacific/Nauru
${JREHOME}/lib/zi/Pacific/Niue
${JREHOME}/lib/zi/Pacific/Norfolk
${JREHOME}/lib/zi/Pacific/Noumea
${JREHOME}/lib/zi/Pacific/Pago_Pago
${JREHOME}/lib/zi/Pacific/Palau
${JREHOME}/lib/zi/Pacific/Pitcairn
${JREHOME}/lib/zi/Pacific/Ponape
${JREHOME}/lib/zi/Pacific/Port_Moresby
${JREHOME}/lib/zi/Pacific/Rarotonga
${JREHOME}/lib/zi/Pacific/Saipan
${JREHOME}/lib/zi/Pacific/Tahiti
${JREHOME}/lib/zi/Pacific/Tarawa
${JREHOME}/lib/zi/Pacific/Tongatapu
${JREHOME}/lib/zi/Pacific/Truk
${JREHOME}/lib/zi/Pacific/Wake
${JREHOME}/lib/zi/Pacific/Wallis
${JREHOME}/lib/zi/Pacific/Yap
${JREHOME}/lib/zi/WET
${JREHOME}/lib/zi/ZoneInfoMappings
@mandir ${JREHOME}/man/
${JREHOME}/man/man1/
@man ${JREHOME}/man/man1/java.1
@man ${JREHOME}/man/man1/javaws.1
@man ${JREHOME}/man/man1/keytool.1
@man ${JREHOME}/man/man1/kinit.1
@man ${JREHOME}/man/man1/klist.1
@man ${JREHOME}/man/man1/ktab.1
@man ${JREHOME}/man/man1/orbd.1
@man ${JREHOME}/man/man1/policytool.1
@man ${JREHOME}/man/man1/rmid.1
@man ${JREHOME}/man/man1/rmiregistry.1
@man ${JREHOME}/man/man1/servertool.1
@man ${JREHOME}/man/man1/tnameserv.1
!%%no_plugin%%
!%%no_webstart%%