|
From: Christopher W. <caw...@us...> - 2005-09-18 15:18:06
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.ui.tests/src/org/rubypeople/rdt/internal/debug/ui/tests/launcher In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29894/src/org/rubypeople/rdt/internal/debug/ui/tests/launcher Modified Files: TC_RubyApplicationShortcut.java Log Message: clean up warnings Index: TC_RubyApplicationShortcut.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.ui.tests/src/org/rubypeople/rdt/internal/debug/ui/tests/launcher/TC_RubyApplicationShortcut.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** TC_RubyApplicationShortcut.java 12 Mar 2005 15:41:19 -0000 1.10 --- TC_RubyApplicationShortcut.java 18 Sep 2005 15:17:58 -0000 1.11 *************** *** 30,34 **** import org.rubypeople.rdt.internal.launching.RubyLaunchConfigurationAttribute; import org.rubypeople.rdt.internal.launching.RubyRuntime; - import org.rubypeople.rdt.internal.ui.RubyPlugin; import org.rubypeople.rdt.ui.IRubyConstants; --- 30,33 ---- |