You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2003/11/19 02:18:58 UTC

cvs commit: cocoon-2.1/src/documentation/xdocs/userdocs/xsp xsp-internals.xml

joerg       2003/11/18 17:18:58

  Modified:    lib      jars.xml
               src/documentation/xdocs/userdocs/xsp xsp-internals.xml
  Log:
  JStyle is now AStyle - though the codebase has unfortunately completely changed (C++).
  
  Revision  Changes    Path
  1.123     +2 -2      cocoon-2.1/lib/jars.xml
  
  Index: jars.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/lib/jars.xml,v
  retrieving revision 1.122
  retrieving revision 1.123
  diff -u -r1.122 -r1.123
  --- jars.xml	9 Nov 2003 18:36:01 -0000	1.122
  +++ jars.xml	19 Nov 2003 01:18:58 -0000	1.123
  @@ -490,7 +490,7 @@
       </description>
       <used-by>Cocoon</used-by>
       <lib>optional/jstyle.jar</lib>
  -    <homepage>http://www.redrival.com/greenrd/java/jstyle/</homepage>
  +    <homepage>http://astyle.sourceforge.net/</homepage>
     </file>
   
     <file>
  
  
  
  1.4       +2 -4      cocoon-2.1/src/documentation/xdocs/userdocs/xsp/xsp-internals.xml
  
  Index: xsp-internals.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/xsp/xsp-internals.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- xsp-internals.xml	12 Oct 2003 13:04:50 -0000	1.3
  +++ xsp-internals.xml	19 Nov 2003 01:18:58 -0000	1.4
  @@ -536,13 +536,11 @@
   
        <note>
          Currently,
  -       <link href="http://www.bigfoot.com/~davidsont/jstyle">Jstyle</link>
  +       <link href="http://astyle.sourceforge.net/">Jstyle</link>
          is being used for Java source formatting. This open source project
          appears to be stagnated and lacks advanced formatting options
          present in other (unfortunately, not open-sourced) products like
  -       <link href="http://home.wtal.de/software-solutions/jindent/">
  -         Jindent
  -       </link>.
  +       <link href="http://www.jindent.com/">Jindent</link>.
        </note>
      </s2>