You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2001/11/18 05:54:18 UTC

cvs commit: xml-cocoon2/documentation/xdocs faq.xml

crossley    01/11/17 20:54:18

  Modified:    documentation/xdocs faq.xml
  Log:
  Line-breaks within <source> to prevent silly left-right scroll for long lines.
  
  Revision  Changes    Path
  1.3       +2 -1      xml-cocoon2/documentation/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/faq.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- faq.xml	2001/10/25 07:49:12	1.2
  +++ faq.xml	2001/11/18 04:54:18	1.3
  @@ -630,7 +630,8 @@
       </p>
       <source>
   <![CDATA[
  -set TOMCAT_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000 
  +set TOMCAT_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE
  +    -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000 
   ]]>
       </source>
       <note>
  
  
  

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