Author: pwang
Date: 2011-03-24 15:55:11 -0700 (Thu, 24 Mar 2011)
New Revision: 24591

Modified:
   
core3/table-import-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
Log:
updated the filter of text file (.cvs .tsv)

Modified: 
core3/table-import-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
===================================================================
--- 
core3/table-import-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
 2011-03-24 22:17:33 UTC (rev 24590)
+++ 
core3/table-import-impl/trunk/src/main/resources/META-INF/spring/bundle-context.xml
 2011-03-24 22:55:11 UTC (rev 24591)
@@ -18,7 +18,8 @@
        <bean id="attrsTableFilter_txt" 
class="org.cytoscape.io.BasicCyFileFilter">
                <constructor-arg index="0">
                        <set>
-                               <value>txt</value>
+                               <value>csv</value>
+                               <value>tsv</value>
                        </set>
                </constructor-arg>
                <constructor-arg index="1">

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to