|
From: Markus B. <mba...@us...> - 2005-08-23 19:35:47
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32030 Modified Files: .classpath Log Message: source location changed for jruby files Index: .classpath =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/.classpath,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** .classpath 2 Mar 2005 00:54:04 -0000 1.24 --- .classpath 23 Aug 2005 19:35:31 -0000 1.25 *************** *** 4,8 **** <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> ! <classpathentry sourcepath="/jruby/src" kind="lib" path="lib/jruby.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --- 4,8 ---- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> ! <classpathentry sourcepath="lib/jruby.jar" kind="lib" path="lib/jruby.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |