You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by di...@apache.org on 2001/05/18 18:47:11 UTC

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/language/markup/xsp/java util.xsl

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:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org