|
From: David C. <dc...@us...> - 2005-12-24 01:44:38
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29318 Modified Files: .classpath Log Message: Incorporate current JRuby head. Fixed bug in RubySourceFileCollectionVisitor.java that caused NullPointerException. Fixed bug where UT Failures open up class not method. Index: .classpath =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/.classpath,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** .classpath 7 Sep 2005 21:24:29 -0000 1.26 --- .classpath 24 Dec 2005 01:43:57 -0000 1.27 *************** *** 1,8 **** ! <?xml version="1.0" encoding="UTF-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 exported="true" sourcepath="/jruby/src" kind="lib" path="lib/jruby.jar"/> ! <classpathentry kind="output" path="bin"/> ! </classpath> --- 1,8 ---- ! <?xml version="1.0" encoding="UTF-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 exported="true" sourcepath="/home/dcorbin/eclipse/jruby/jruby/src" kind="lib" path="lib/jruby.jar"/> ! <classpathentry kind="output" path="bin"/> ! </classpath> |