|
From: <caw...@us...> - 2007-06-20 21:12:17
|
Revision: 2656
http://svn.sourceforge.net/rubyeclipse/?rev=2656&view=rev
Author: cawilliams
Date: 2007-06-20 14:12:15 -0700 (Wed, 20 Jun 2007)
Log Message:
-----------
clean up some warnings
Modified Paths:
--------------
trunk/org.rubypeople.rdt.debug.ui/src/org/rubypeople/rdt/internal/debug/ui/launcher/RubyArgumentsTab.java
Modified: trunk/org.rubypeople.rdt.debug.ui/src/org/rubypeople/rdt/internal/debug/ui/launcher/RubyArgumentsTab.java
===================================================================
--- trunk/org.rubypeople.rdt.debug.ui/src/org/rubypeople/rdt/internal/debug/ui/launcher/RubyArgumentsTab.java 2007-06-20 21:10:46 UTC (rev 2655)
+++ trunk/org.rubypeople.rdt.debug.ui/src/org/rubypeople/rdt/internal/debug/ui/launcher/RubyArgumentsTab.java 2007-06-20 21:12:15 UTC (rev 2656)
@@ -1,6 +1,5 @@
package org.rubypeople.rdt.internal.debug.ui.launcher;
-import org.eclipse.core.resources.IProject;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.debug.core.ILaunchConfiguration;
import org.eclipse.debug.core.ILaunchConfigurationWorkingCopy;
@@ -25,10 +24,10 @@
import org.rubypeople.rdt.launching.IRubyLaunchConfigurationConstants;
public class RubyArgumentsTab extends AbstractLaunchConfigurationTab {
+
protected Text interpreterArgsText, programArgsText;
protected DirectorySelector workingDirectorySelector;
protected Button useDefaultWorkingDirectoryButton;
- private IProject rubyProject ;
public RubyArgumentsTab() {
super();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|