|
From: Christopher W. <caw...@us...> - 2006-03-28 23:08:47
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14257 Modified Files: plugin.properties Log Message: add rjs and rxml file extensions, as well as more rails script filenames Index: plugin.properties =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/plugin.properties,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** plugin.properties 25 Mar 2006 02:37:43 -0000 1.29 --- plugin.properties 28 Mar 2006 23:08:42 -0000 1.30 *************** *** 12,16 **** Browsing.projectsViewName= Projects Browsing.typesViewName= Types ! Borwesing.membersViewName = Members editorPopupExtender=Editor Popup Extender --- 12,16 ---- Browsing.projectsViewName= Projects Browsing.typesViewName= Types ! Browsing.membersViewName= Members editorPopupExtender=Editor Popup Extender *************** *** 46,51 **** EditorRubyFile.name=Ruby Editor ! EditorRubyFile.extension=rb, rbw, cgi, fcgi, rake ! EditorRubyFile.filenames=Rakefile, generate, profiler, console, server ExternalEditorRubyFile.name=Ext. Ruby Editor --- 46,51 ---- EditorRubyFile.name=Ruby Editor ! EditorRubyFile.extension=rb, rbw, cgi, fcgi, rake, rjs, rxml ! EditorRubyFile.filenames=Rakefile, generate, profiler, console, server, reaper, spawner, spinner, about, destroy ExternalEditorRubyFile.name=Ext. Ruby Editor |