dims        01/05/18 09:47:11

  Modified:    src/org/apache/cocoon/components/language/markup/xsp/java
                        util.xsl
  Log:
  Added java.io.FileReader per Nadine's request.
  
  Revision  Changes    Path
  1.2       +1 -0      
xml-cocoon2/src/org/apache/cocoon/components/language/markup/xsp/java/util.xsl
  
  Index: util.xsl
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/org/apache/cocoon/components/language/markup/xsp/java/util.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- util.xsl  2001/05/09 20:49:55     1.1
  +++ util.xsl  2001/05/18 16:47:09     1.2
  @@ -67,6 +67,7 @@
         <xsp:structure>
           <xsp:include>java.net.URL</xsp:include>
           <xsp:include>java.util.Date</xsp:include>
  +        <xsp:include>java.io.FileReader</xsp:include>
           <xsp:include>java.text.SimpleDateFormat</xsp:include>
           
<xsp:include>org.apache.cocoon.components.language.markup.xsp.XSPUtil</xsp:include>
         </xsp:structure>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to