You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2004/04/03 03:34:45 UTC

cvs commit: cocoon-2.1/src/documentation/xdocs/userdocs/actions script-action.xml

antonio     2004/04/02 17:34:45

  Modified:    src/documentation/xdocs/userdocs/actions script-action.xml
  Log:
  Update bsf.jar to 2.3.0 this is needed by Groovy :-D
  
  Revision  Changes    Path
  1.3       +6 -9      cocoon-2.1/src/documentation/xdocs/userdocs/actions/script-action.xml
  
  Index: script-action.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/src/documentation/xdocs/userdocs/actions/script-action.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- script-action.xml	6 Mar 2004 02:26:07 -0000	1.2
  +++ script-action.xml	3 Apr 2004 01:34:45 -0000	1.3
  @@ -107,8 +107,8 @@
           <p>The next table lists the default mapping of BSF:</p>
           <table>
             <tr>
  -            <th>Extension</th>
               <th>Script language</th>
  +            <th>Extension</th>
             </tr>
             <tr>
               <td>javascript</td>
  @@ -143,10 +143,6 @@
               <td>jss</td>
             </tr>
             <tr>
  -            <td>jscript</td>
  -            <td>jss</td>
  -          </tr>
  -          <tr>
               <td>perlscript</td>
               <td>pls</td>
             </tr>
  @@ -243,16 +239,17 @@
       </s1>
       <s1 title="History">
         <p>07-24-03: initial creation</p>
  +      <p>04-02-04: Updated to Jakarta BSF</p>
       </s1>
       <s1 title="Copyright">
  -      <p>Copyright (C) 1999-2003 The Apache Software Foundation. All rights
  +      <p>Copyright (C) 1999-2004 The Apache Software Foundation. All rights
         reserved.</p>
       </s1>
       <s1 title="See also">
         <p><!-- Links to related components pages. -->A general documentation
         about actions is available at <link href="../concepts/actions.html">Actions</link>.</p>
  -      <p>Further Documentation about BSF is available <link
  -      href="http://www-124.ibm.com/developerworks/projects/bsf">here</link>.</p>
  +      <p>Further Documentation visit <link
  +      href="http://jakarta.apache.org/bsf/index.html">Jakarta BSF Project</link>.</p>
       </s1>
     </body>
   </document>