|
From: Markus B. <mba...@us...> - 2005-07-13 14:28:21
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.ui/src/org/rubypeople/rdt/internal/debug/ui/launcher In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3304/src/org/rubypeople/rdt/internal/debug/ui/launcher Modified Files: RubyApplicationShortcut.java Log Message: adaptable class moved from RubyElement to IRubyElement Index: RubyApplicationShortcut.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.ui/src/org/rubypeople/rdt/internal/debug/ui/launcher/RubyApplicationShortcut.java,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** RubyApplicationShortcut.java 5 Mar 2005 15:17:54 -0000 1.14 --- RubyApplicationShortcut.java 13 Jul 2005 14:27:48 -0000 1.15 *************** *** 69,73 **** return; } ! RubyElement rubyElement = (RubyElement) input.getAdapter(RubyElement.class); if (rubyElement == null) { log("Editor input is not a ruby file or external ruby file."); --- 69,73 ---- return; } ! RubyElement rubyElement = (RubyElement) input.getAdapter(IRubyElement.class); if (rubyElement == null) { log("Editor input is not a ruby file or external ruby file."); |