andyc 01/08/22 19:26:59
Modified: sources create.bat
sources/website cvs.xml
Log:
Updated CVS page to reflect the merge of the Xerces2 branch into
the main development trunk of Xerces-J.
Revision Changes Path
1.3 +2 -0 xml-site/sources/create.bat
Index: create.bat
===================================================================
RCS file: /home/cvs/xml-site/sources/create.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- create.bat 2001/01/19 23:08:21 1.2
+++ create.bat 2001/08/23 02:26:59 1.3
@@ -1,4 +1,5 @@
@echo off
+set _CLASSPATH=%CLASSPATH%
set CLASSPATH=%CLASSPATH%;..\..\xml-stylebook\bin\bsf.jar
set CLASSPATH=%CLASSPATH%;..\..\xml-stylebook\bin\bsfengines.jar
set CLASSPATH=%CLASSPATH%;..\..\xml-stylebook\bin\stylebook-1.0-b2.jar
@@ -6,3 +7,4 @@
set CLASSPATH=%CLASSPATH%;..\..\xml-stylebook\bin\xerces.jar
echo CLASSPATH=%CLASSPATH%
java org.apache.stylebook.StyleBook "targetDirectory=../targets/%1" %1.xml
../style/
+set CLASSPATH=%_CLASSPATH%
\ No newline at end of file
1.10 +8 -6 xml-site/sources/website/cvs.xml
Index: cvs.xml
===================================================================
RCS file: /home/cvs/xml-site/sources/website/cvs.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cvs.xml 2001/08/10 17:46:01 1.9
+++ cvs.xml 2001/08/23 02:26:59 1.10
@@ -74,11 +74,13 @@
<li>xml-xerces</li>
</ul>
<p>
- The Xerces2 project is a branch of the xml-xerces module. In
- order to extract the Xerces2 code, you must specify the
- "xerces_j_2" branch using the "-r" option. For example, to
- extract the Java sources for Xerces2 in a directory called
- "xerces2", enter the following commands: (each "cvs" command
+ The Xerces2 project has been merged into the main trunk of
+ the xml-xerces module. The Xerces 1.x codebase has been
+ moved to a branch of the CVS module. In
+ order to extract the Xerces 1.x code, you must specify the
+ "xerces_j_1" branch using the "-r" option. For example, to
+ extract the Java sources for Xerces 1.x in a directory called
+ "xerces1", enter the following commands: (each "cvs" command
is entered on a single line)
</p>
<source>
@@ -87,7 +89,7 @@
password: anoncvs
cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic
-checkout -d xerces2 -r xerces_j_2 xml-xerces
+checkout -d xerces1 -r xerces_j_1 xml-xerces
</source>
</s3>
</s2>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]