orlikowski    2004/06/14 12:42:55

  Modified:    docs     projects.html resources.html
               xdocs    resources.xml
  Log:
  Fixing the link to the JRuby/BSF documentation.
  
  PR: 27908
  
  Revision  Changes    Path
  1.10      +6 -6      jakarta-bsf/docs/projects.html
  
  Index: projects.html
  ===================================================================
  RCS file: /home/cvs/jakarta-bsf/docs/projects.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- projects.html     6 Mar 2004 16:35:59 -0000       1.9
  +++ projects.html     14 Jun 2004 19:42:55 -0000      1.10
  @@ -378,12 +378,12 @@
       </td></tr>
       <tr><td>
         <blockquote>
  -        <p>
  -       "ObjectScript is a general purpose object-oriented programming language. It 
is designed to 
  -       be simple to learn, easy to use, yet still powerful, combining the 
convenience of an 
  -       interactive interpreter with many of the features of Java, plus operator 
overloading,
  -       regular expressions, closures, XML-RPC support, etc.  And a behind the 
scenes compiler 
  -       compiles script code to JVM bytecode for faster execution."
  +                        <p>
  +          "ObjectScript is a general purpose object-oriented programming language. 
It is designed to 
  +          be simple to learn, easy to use, yet still powerful, combining the 
convenience of an 
  +          interactive interpreter with many of the features of Java, plus operator 
overloading,
  +          regular expressions, closures, XML-RPC support, etc.  And a behind the 
scenes compiler 
  +          compiles script code to JVM bytecode for faster execution."
           </p>
                                   #table (<table>
             <tr>
  
  
  
  1.10      +3 -30     jakarta-bsf/docs/resources.html
  
  Index: resources.html
  ===================================================================
  RCS file: /home/cvs/jakarta-bsf/docs/resources.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- resources.html    6 Mar 2004 16:35:59 -0000       1.9
  +++ resources.html    14 Jun 2004 19:42:55 -0000      1.10
  @@ -210,32 +210,6 @@
                                     <table border="0" cellspacing="0" cellpadding="2" 
width="100%">
       <tr><td bgcolor="#828DA6">
         <font color="#ffffff" face="arial,helvetica,sanserif">
  -        <a name="Embed Groovy in Java"><strong>Embed Groovy in Java</strong></a>
  -      </font>
  -    </td></tr>
  -    <tr><td>
  -      <blockquote>
  -                        <p>
  -        There are two ways to embed Groovy scripting inside Java code.
  -        One is to compile Groovy using the Groovy-specific API then use the objects
  -        as normal POJOs. The other is to use BSF instead.
  -        </p>
  -                                #table (<table>
  -          <tr>
  -            <th>Author:</th>
  -            <td><a href="mailto:[EMAIL PROTECTED]">James Strachan</a></td>
  -          </tr>
  -          <tr>
  -            <th>URL:</th>
  -            <td><a 
href="http://groovy.codehaus.org/bsf.html";>http://groovy.codehaus.org/bsf.html</a></td>
  -          </tr>
  -        </table>)
  -                    </blockquote>
  -    </td></tr>
  -  </table>
  -                                  <table border="0" cellspacing="0" cellpadding="2" 
width="100%">
  -    <tr><td bgcolor="#828DA6">
  -      <font color="#ffffff" face="arial,helvetica,sanserif">
           <a name="JRuby Documentation"><strong>JRuby Documentation</strong></a>
         </font>
       </td></tr>
  @@ -251,7 +225,7 @@
             </tr>
             <tr>
               <th>URL:</th>
  -            <td><a 
href="http://jruby.sourceforge.net/documentation.html";>http://jruby.sourceforge.net/documentation.html</a></td>
  +            <td><a 
href="http://jruby.sourceforge.net/doc-bsf.shtml";>http://jruby.sourceforge.net/doc-bsf.shtml</a></td>
             </tr>
           </table>)
                       </blockquote>
  @@ -265,9 +239,8 @@
       </td></tr>
       <tr><td>
         <blockquote>
  -        <p>
  -       ObjectScript can be embedded either through it's own native interface,
  -       or through BSF.
  +                        <p>
  +          ObjectScript can be embedded either through it's own native interface, or 
through BSF.
           </p>
                                   #table (<table>
             <tr>
  
  
  
  1.7       +1 -1      jakarta-bsf/xdocs/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-bsf/xdocs/resources.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- resources.xml     6 Mar 2004 16:35:59 -0000       1.6
  +++ resources.xml     14 Jun 2004 19:42:55 -0000      1.7
  @@ -171,7 +171,7 @@
             </tr>
             <tr>
               <th>URL:</th>
  -            <td><a 
href="http://jruby.sourceforge.net/documentation.html";>http://jruby.sourceforge.net/documentation.html</a></td>
  +            <td><a 
href="http://jruby.sourceforge.net/doc-bsf.shtml";>http://jruby.sourceforge.net/doc-bsf.shtml</a></td>
             </tr>
           </table>
         </subsection>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to