|
From: Christopher W. <caw...@us...> - 2006-03-29 22:38:41
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24637 Modified Files: plugin.properties Log Message: add definitive list of ruby extensions and filenames for use in core plugin Index: plugin.properties =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/plugin.properties,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** plugin.properties 22 Jul 2005 03:45:15 -0000 1.6 --- plugin.properties 29 Mar 2006 22:38:39 -0000 1.7 *************** *** 12,13 **** --- 12,17 ---- transientRubyProblemName=Transient Ruby Problem rubySourceName=Ruby Source File + + rubySource.extension=rb,rbw,cgi,fcgi,rake,rjs,rxml + rubySource.filenames=Rakefile,generate,profiler,console,server,reaper,spawner,spinner,about,destroy,plugin,benchmarker,breakpointer,runner,server,rails,tracker,update,listener,breakpointer_for_gem + |