Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 85371 invoked by uid 500); 28 Jul 2001 03:45:55 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 85359 invoked by uid 500); 28 Jul 2001 03:45:55 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 28 Jul 2001 03:42:25 -0000 Message-ID: <20010728034225.21707.qmail@icarus.apache.org> From: vgritsenko@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/xdocs i18n-transformer.xml index.xml installing.xml X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N vgritsenko 01/07/27 20:42:25 Modified: xdocs i18n-transformer.xml index.xml installing.xml Log: Oops. Make docs valid. Revision Changes Path 1.6 +2 -2 xml-cocoon2/xdocs/i18n-transformer.xml Index: i18n-transformer.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/xdocs/i18n-transformer.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- i18n-transformer.xml 2001/07/28 03:13:53 1.5 +++ i18n-transformer.xml 2001/07/28 03:42:25 1.6 @@ -322,7 +322,7 @@ java org.apache.xalan.xslt.Process -IN simple_dict.xml -XSL merge.xsl \ -OUT simple_dict_es.xml -PARAM mode keys -PARAM new-lang es -PARAM keep-lang en ]]> - (Windows users: Do not enter '\' symbol, continue typing on the same line.) +

(Windows users: Do not enter '\' symbol, continue typing on the same line.)

This will create a file simple_dict_es.xml with entries, keys and placeholders.

@@ -354,7 +354,7 @@ -OUT simple_dict_new.xml -PARAM mode merge -PARAM new-lang es \ -PARAM new-dict simple_dict_es.xml ]]> - (Windows users: Do not enter '\' symbol, continue typing on the same line.) +

(Windows users: Do not enter '\' symbol, continue typing on the same line.)

1.9 +1 -1 xml-cocoon2/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/xdocs/index.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- index.xml 2001/07/28 03:13:53 1.8 +++ index.xml 2001/07/28 03:42:25 1.9 @@ -329,7 +329,7 @@ cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic \ checkout -r cocoon_20_branch xml-cocoon2 - (Windows users: Do not enter '\' symbol, continue typing on the same line.) +

(Windows users: Do not enter '\' symbol, continue typing on the same line.)

For more information on CVS access, refer to the CVS docs on this web site.

To get the current version of @docname@ 2 you have to checkout the branch called cocoon_20_branch. The HEAD of the cvs repository is used 1.18 +2 -2 xml-cocoon2/xdocs/installing.xml Index: installing.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/xdocs/installing.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- installing.xml 2001/07/28 03:13:53 1.17 +++ installing.xml 2001/07/28 03:42:25 1.18 @@ -434,8 +434,8 @@ # Change it to Xerces for C2 JBOSS_CLASSPATH=$JBOSS_CLASSPATH:../lib/xerces-XXX.jar # Remove the following two lines -JAXP=-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.crimson.jaxp.DocumentBuilderFactoryImpl -JAXP="$JAXP -Djavax.xml.parsers.SAXParserFactory=org.apache.crimson.jaxp.SAXParserFactoryImpl" +JAXP=-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.crimson.jaxp.DocumentBuilderFactoryImpl +JAXP="$JAXP -Djavax.xml.parsers.SAXParserFactory=org.apache.crimson.jaxp.SAXParserFactoryImpl" [...] Windows users have to change run.bat accordingly. ---------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-cvs-help@xml.apache.org