Attached is a diff to update the installing/index.xml doc page for the 
new name for the Batik jar - batik-all-*.jar rather than batik-libs-*.jar.

Hope this helps,

Ken Bannister
Index: index.xml
===================================================================
RCS file: /home/cvspublic/xml-cocoon2/src/documentation/xdocs/installing/index.xml,v
retrieving revision 1.19
diff -u -r1.19 index.xml
--- index.xml   11 Apr 2002 13:56:24 -0000      1.19
+++ index.xml   21 Apr 2002 16:38:17 -0000
@@ -719,7 +719,7 @@
           </ul>
         </li>
 
-        <li>Copy <code>cocoon/lib/core/batik-libs-XXX.jar</code>
+        <li>Copy <code>cocoon/lib/optional/batik-all-XXX.jar</code>
           to the tomcat/common/lib directory.</li>
 
         <li>Edit <code>extra-classpath</code> parameter in the
@@ -733,7 +733,7 @@
   <param-value>/tomcat/common/lib/xalan-XXX.jar:
 /tomcat/common/lib/xercesImpl-XXX.jar:
 /tomcat/common/lib/xml-apis.jar:
-/tomcat/common/lib/batik-libs-XXX.jar</param-value>
+/tomcat/common/lib/batik-all-XXX.jar</param-value>
 </init-param>
 ]]></source>
       <p>For Windows:</p>
@@ -743,7 +743,7 @@
   <param-value>C:\tomcat\common\lib\xalan-XXX.jar;
 C:\tomcat\common\lib\xercesImpl-XXX.jar;
 C:\tomcat\common\lib\xml-apis.jar;
-C:\tomcat\common\lib\batik-libs-XXX.jar</param-value>
+C:\tomcat\common\lib\batik-all-XXX.jar</param-value>
 </init-param>
 ]]></source>
 
@@ -761,7 +761,7 @@
         </li>
 
         <li>
-          Remove xalan-XXX.jar, xercesImpl-XXX.jar, batik-libs-XXX.jar,
+          Remove xalan-XXX.jar, xercesImpl-XXX.jar, batik-all-XXX.jar,
           and xml-apis.jar from the cocoon.war archive.
         </li>
 

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to