From 0c54b9070a40b2fa7e826f12ec400509bfce30d5 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 2 Aug 2004 22:44:08 +0000 Subject: [PATCH] Under every situation in the world *except this one* we would want to exclude the com.sun.* packages from being DashO'd, however because we need to include Java Web Start code to do our patching we have to roll that in, and we mustn't forget the translation properties file that is also hiding in the javaws.jar. --- etc/getdown.dop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/getdown.dop b/etc/getdown.dop index 46c2add..a62e2d2 100644 --- a/etc/getdown.dop +++ b/etc/getdown.dop @@ -34,7 +34,6 @@ all -ExcludePackages: javax.* -com.sun.* -ExcludeMethods: @@ -69,3 +68,4 @@ none -IncludeNonClassFiles: dist/classes +../../lib/javaws.jar