|
From: David C. <dc...@us...> - 2005-11-12 19:16:07
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25492/src/org/rubypeople/rdt/core Modified Files: RubyCore.java Log Message: 1) refactored RubyBuilder again, this time with better unit tests. 2) refactored Location (and SymbolIndex) to be IFile based, rather than IPath based. 3) general improvement on maintainence of the SymbolIndex. Index: RubyCore.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/src/org/rubypeople/rdt/core/RubyCore.java,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** RubyCore.java 23 Oct 2005 19:37:57 -0000 1.23 --- RubyCore.java 12 Nov 2005 19:15:59 -0000 1.24 *************** *** 13,17 **** import java.io.File; import java.util.ArrayList; - import java.util.Arrays; import java.util.List; --- 13,16 ---- |