From c1383224dfc8d081cb71ce0b5ba67032904546f0 Mon Sep 17 00:00:00 2001 From: "sdv%sparc.spb.su" Date: Fri, 23 Jun 2000 17:35:51 +0000 Subject: [PATCH] added note about cvs tag DOM_PR1 git-svn-id: svn://10.0.0.236/trunk@73079 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/java/dom/README | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/mozilla/java/dom/README b/mozilla/java/dom/README index e27198dac14..50a0614d2dd 100644 --- a/mozilla/java/dom/README +++ b/mozilla/java/dom/README @@ -13,6 +13,13 @@ Subdirectories contain Java sources, Java native methods implementation, native c++ code and Java DOM API tests respectively. +Note: + Sources that work with mozilla PR1 and earlier + versions should be checked out using DOM_PR1 tag. + + No tags are needed for the sources that work with + the latest mozilla tree. + Building ======== @@ -24,9 +31,10 @@ 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/2000/CR-DOM-Level-2-20000307/java-binding.html + (for mozilla PR1 and earlie versions) http://www.w3.org/TR/2000/CR-DOM-Level-2-20000510/java-binding.html - The binaries can be found at - http://www.mozilla.org/projects/blackwood/webclient/bin/m4/files.html + (for the latest mozilla) Solaris specific ----------------