cvs commit: xml-cocoon2/src/java/org/apache/cocoon/util IOUtils.java

2003-01-13 Thread stephan
stephan 2003/01/13 02:27:59 Modified:src/java/org/apache/cocoon/util IOUtils.java Log: Code rewritten to compile with java 1.3. Revision ChangesPath 1.9 +26 -19xml-cocoon2/src/java/org/apache/cocoon/util/IOUtils.java Index: IOUtils.java ==

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/util IOUtils.java

2003-01-11 Thread stephan
stephan 2003/01/11 12:19:54 Modified:.changes.xml src/java/org/apache/cocoon/util IOUtils.java Log: Add patch 14700 from bugzilla, which also solves the failed IOUtils test case. Revision ChangesPath 1.335 +5 -1 xml-cocoon2/changes.xml

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/util IOUtils.java

2002-03-29 Thread vgritsenko
vgritsenko02/03/29 12:16:34 Modified:src/java/org/apache/cocoon/util IOUtils.java Log: Provide encoding-aware method for string to file IO Revision ChangesPath 1.7 +18 -2 xml-cocoon2/src/java/org/apache/cocoon/util/IOUtils.java Index: IOUtils.java ==

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/util IOUtils.java

2002-03-18 Thread cziegeler
cziegeler02/03/18 23:55:34 Modified:src/java/org/apache/cocoon/util IOUtils.java Log: Always closing streams Revision ChangesPath 1.6 +81 -73xml-cocoon2/src/java/org/apache/cocoon/util/IOUtils.java Index: IOUtils.java