|
From: David C. <dc...@us...> - 2005-09-04 17:39:48
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19333/src/org/rubypeople/rdt/internal/core Modified Files: RubyProject.java Log Message: Improved auto-upgrade of projects to check for newly opened projects. Index: RubyProject.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/RubyProject.java,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** RubyProject.java 3 Sep 2005 19:05:02 -0000 1.12 --- RubyProject.java 4 Sep 2005 17:39:11 -0000 1.13 *************** *** 22,26 **** --- 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; |