From 59155395040c54909e0df767ebc32dcfb0313577 Mon Sep 17 00:00:00 2001 From: "edburns%acm.org" Date: Sun, 4 Jun 2000 21:56:53 +0000 Subject: [PATCH] DOM really depends on the w3c dom from 20000307. Changed README. git-svn-id: svn://10.0.0.236/trunk@71489 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/java/dom/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/java/dom/README b/mozilla/java/dom/README index 12aec287c7f..6558e075d88 100644 --- a/mozilla/java/dom/README +++ b/mozilla/java/dom/README @@ -24,7 +24,8 @@ Building JDKHOME environment variable set to your JDK dir CLASSPATH environment cvariable set to contain org.w3c.dom classes. The sources can be found at - http://www.w3.org/TR/WD-DOM-Level-2/java-binding.zip + http://www.w3.org/TR/2000/CR-DOM-Level-2-20000307/java-binding.html + and the binaries can be found at http://www.mozilla.org/projects/blackwood/webclient/bin/m3/dom2-20000307.jar Solaris specific ----------------