|
From: Christopher W. <caw...@us...> - 2005-09-18 15:18:06
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29817/src/org/rubypeople/rdt/internal/core Modified Files: RubyScript.java RubyProject.java Log Message: clean up warnings Index: RubyScript.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/RubyScript.java,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** RubyScript.java 15 Sep 2005 02:19:50 -0000 1.14 --- RubyScript.java 18 Sep 2005 15:17:54 -0000 1.15 *************** *** 29,33 **** import java.io.IOException; import java.io.InputStreamReader; - import java.io.Reader; import java.util.Map; --- 29,32 ---- Index: RubyProject.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/RubyProject.java,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** RubyProject.java 4 Sep 2005 17:39:11 -0000 1.13 --- RubyProject.java 18 Sep 2005 15:17:54 -0000 1.14 *************** *** 22,28 **** import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.IProgressMonitor; - import org.eclipse.core.runtime.IStatus; import org.eclipse.core.runtime.Path; - import org.eclipse.core.runtime.jobs.Job; import org.rubypeople.rdt.core.ILoadpathEntry; import org.rubypeople.rdt.core.IParent; --- 22,26 ---- |