|
From: David C. <dc...@us...> - 2005-11-12 19:16:07
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25492 Modified Files: .options 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: .options =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/.options,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .options 7 Sep 2005 21:21:08 -0000 1.3 --- .options 12 Nov 2005 19:15:59 -0000 1.4 *************** *** 5,7 **** org.rubypeople.rdt.core/codeformatter=false org.rubypeople.rdt.core/rubyparser=false ! org.rubypeople.rdt.core/modelmanager=false \ No newline at end of file --- 5,9 ---- org.rubypeople.rdt.core/codeformatter=false org.rubypeople.rdt.core/rubyparser=false ! org.rubypeople.rdt.core/modelmanager=false ! org.rubypeople.rdt.core/symbolIndex=false ! org.rubypeople.rdt.core/rubyBuilder=false \ No newline at end of file |