|
From: David C. <dc...@us...> - 2005-10-02 19:49:25
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.core.tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8729 Modified Files: .classpath Log Message: Refactored RubyBuilder into several smaller classes. Wrote UTs for a few of them. Began work on a SymbolIndex. Index: .classpath =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core.tests/.classpath,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** .classpath 2 Mar 2005 00:55:07 -0000 1.10 --- .classpath 1 Oct 2005 23:00:54 -0000 1.11 *************** *** 2,8 **** <classpath> <classpathentry kind="src" path="src"/> - <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> ! <classpathentry sourcepath="/org.rubypeople.rdt.core/src" kind="lib" path="/org.rubypeople.rdt.core/lib/jruby.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --- 2,7 ---- <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> ! <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="output" path="bin"/> </classpath> |