Update of /var/cvs/config/functions
In directory james.mmbase.org:/tmp/cvs-serv721

Modified Files:
        csvreader.xml 
Log Message:
class did not return with actual class


See also: http://cvs.mmbase.org/viewcvs/config/functions


Index: csvreader.xml
===================================================================
RCS file: /var/cvs/config/functions/csvreader.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- csvreader.xml       11 Jan 2009 13:43:25 -0000      1.1
+++ csvreader.xml       12 Jan 2009 16:20:14 -0000      1.2
@@ -7,7 +7,7 @@
   <function name="importcsv">
     <description>Imports the file</description>
     <type>class</type>
-    <class>org.mmbase.applications.csvreader.CSVReader</class>
+    <class>org.mmbase.util.CSVReader</class>
     <method>readCSV</method>
     <param name="filename"  type="String" description="The csv file to import" 
/>
        <param name="delimiter" type="String" description="Something other then 
a ," />
@@ -37,7 +37,7 @@
 
     </description>
     <type>class</type>
-         <class>org.mmbase.applications.csvreader.CSVReader</class>
+         <class>org.mmbase.util.CSVReader</class>
     <method>getValues</method>
        <param name="filename"  type="String" description="The csv file to 
import" />
        <param name="delimiter" type="String" description="Something other then 
a ," />
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to