|
From: <caw...@us...> - 2007-09-17 20:05:33
|
Revision: 3198
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=3198&view=rev
Author: cawilliams
Date: 2007-09-17 13:04:27 -0700 (Mon, 17 Sep 2007)
Log Message:
-----------
remove unused import
Modified Paths:
--------------
trunk/org.rubypeople.rdt.debug.ui.tests/src/org/rubypeople/rdt/internal/debug/ui/TC_RubySourceLocator.java
Modified: trunk/org.rubypeople.rdt.debug.ui.tests/src/org/rubypeople/rdt/internal/debug/ui/TC_RubySourceLocator.java
===================================================================
--- trunk/org.rubypeople.rdt.debug.ui.tests/src/org/rubypeople/rdt/internal/debug/ui/TC_RubySourceLocator.java 2007-09-17 20:04:19 UTC (rev 3197)
+++ trunk/org.rubypeople.rdt.debug.ui.tests/src/org/rubypeople/rdt/internal/debug/ui/TC_RubySourceLocator.java 2007-09-17 20:04:27 UTC (rev 3198)
@@ -24,10 +24,7 @@
import org.eclipse.ui.IEditorInput;
import org.eclipse.ui.PartInitException;
import org.eclipse.ui.PlatformUI;
-import org.eclipse.ui.actions.CreateFileAction;
import org.rubypeople.rdt.internal.debug.core.model.RubyStackFrame;
-import org.rubypeople.rdt.internal.debug.ui.RdtDebugUiPlugin;
-import org.rubypeople.rdt.internal.debug.ui.RubySourceLocator;
public class TC_RubySourceLocator extends TestCase {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|