You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by br...@apache.org on 2002/04/07 05:14:54 UTC

cvs commit: jakarta-commons-sandbox/net/xdocs code-standards.xml

brekke      02/04/06 19:14:54

  Modified:    net/xdocs code-standards.xml
  Log:
  <source/> when in <p> tags don't display.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-commons-sandbox/net/xdocs/code-standards.xml
  
  Index: code-standards.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/net/xdocs/code-standards.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- code-standards.xml	7 Apr 2002 03:04:15 -0000	1.1
  +++ code-standards.xml	7 Apr 2002 03:14:54 -0000	1.2
  @@ -87,11 +87,11 @@
   
   <p>
   In Emacs-speak, this translates to the following command:
  +</p>
   
   <source><![CDATA[
   (setq-default tab-width 4 indent-tabs-mode nil)
   ]]></source>
  -</p>
   
   <p>
   4. Unix linefeeds for all .java source code files. Other platform specific
  @@ -125,7 +125,7 @@
   </p>
   
   <source><![CDATA[
  -@version $Id: code-standards.xml,v 1.1 2002/04/07 03:04:15 brekke Exp $
  +@version $Id: code-standards.xml,v 1.2 2002/04/07 03:14:54 brekke Exp $
   ]]></source>
   
   <p>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>