added note about cvs tag DOM_PR1

git-svn-id: svn://10.0.0.236/trunk@73079 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sdv%sparc.spb.su
2000-06-23 17:35:51 +00:00
parent 4f491022e3
commit c1383224df

View File

@@ -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
----------------