You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gi...@locus.apache.org on 2000/06/13 20:46:04 UTC

cvs commit: xml-cocoon/xdocs index.xml logicsheet-concepts.xml

giacomo     00/06/13 11:46:03

  Modified:    .        Tag: xml-cocoon2 build.bat build.xml
               xdocs    Tag: xml-cocoon2 index.xml logicsheet-concepts.xml
  Log:
  Fixed some typos submitted by Hans Ulrich Niedermann
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.10.2.8  +2 -2      xml-cocoon/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.bat,v
  retrieving revision 1.10.2.7
  retrieving revision 1.10.2.8
  diff -u -r1.10.2.7 -r1.10.2.8
  --- build.bat	2000/06/13 05:06:47	1.10.2.7
  +++ build.bat	2000/06/13 18:46:00	1.10.2.8
  @@ -15,8 +15,8 @@
   set FOP=.\lib\fop_0_13_0.jar
   set SVG=.\lib\svgv_0_8.jar
   set JS=./lib/js.jar
  -set JSTYLE=./lib/jstyle.jar
  -set PARSER=./lib/parser.jar
  +set JSTYLE=.\lib\jstyle.jar
  +set PARSER=.\lib\parser.jar
   set SERVLETS=.\lib\servlet_2_2.jar
   set LOCALCLASSPATH=%ANT%;%JAVAC%;%JAXP%;%XERCES%;%XALAN%;%FOP%;%SVG%;%JS%;%JSTYLE%;%SERVLETS%;%PARSER%;%CLASSPATH%
   
  
  
  
  1.6.2.11  +1 -1      xml-cocoon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/build.xml,v
  retrieving revision 1.6.2.10
  retrieving revision 1.6.2.11
  diff -u -r1.6.2.10 -r1.6.2.11
  --- build.xml	2000/06/09 01:03:17	1.6.2.10
  +++ build.xml	2000/06/13 18:46:00	1.6.2.11
  @@ -58,7 +58,7 @@
   These are the meaningful targets for this build file:
   
    - package [default] -> creates ./build/cocoon/cocoon.jar
  - - war -> creates ./build/webapp/cocoon.war
  + - webapp -> creates ./build/webapp/cocoon.war
    - docs -> generates the HTML documentation in ./build/cocoon/docs
    - javadocs -> generates the API documentation in ./build/cocoon/javadocs
    - dist-zip -> generates the Cocoon distribution in ./dist
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.3   +1 -1      xml-cocoon/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/xdocs/index.xml,v
  retrieving revision 1.3.2.2
  retrieving revision 1.3.2.3
  diff -u -r1.3.2.2 -r1.3.2.3
  --- index.xml	2000/06/06 23:21:00	1.3.2.2
  +++ index.xml	2000/06/13 18:46:02	1.3.2.3
  @@ -17,7 +17,7 @@
     <p>
      Cocoon2 is a complete rewrite of the Cocoon XML publishing framework that
      is supposed to remove all those design constraint that emerged from the
  -   Cocoo1 experience.
  +   Cocoon1 experience.
     </p>
   
     <p>
  
  
  
  1.1.2.3   +3 -3      xml-cocoon/xdocs/Attic/logicsheet-concepts.xml
  
  Index: logicsheet-concepts.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/xdocs/Attic/logicsheet-concepts.xml,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- logicsheet-concepts.xml	2000/05/26 15:16:27	1.1.2.2
  +++ logicsheet-concepts.xml	2000/06/13 18:46:02	1.1.2.3
  @@ -47,7 +47,7 @@
     </s1>
   
     <anchor id="logicsheet"/>
  -  <s1 title="Logichseets">
  +  <s1 title="Logicsheets">
       <p>
         A <em>logicsheet</em> is an XML filter used to translate user-defined,
         dynamic markup into equivalent code embedding directives for a given
  @@ -259,7 +259,7 @@
           should they be called more than once in the current context
         </li>
         <li>
  -        If another logichseet (or the page author) has imported a class
  +        If another logicsheet (or the page author) has imported a class
           called <code>Connection</code> the generated code will produce an
           ambiguous class definition compiler error
         </li>
  @@ -473,7 +473,7 @@
         transformation as well for final code generation (descibed
         in
         <jump href="xsp-internals.html" anchor="logicsheet-generator">
  -        Logichseet Code Generators
  +        Logicsheet Code Generators
         </jump>).
       </p>