|
From: Markus B. <mba...@us...> - 2005-09-07 21:24:38
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23417 Modified Files: .classpath Log Message: show jruby syntaxexeptions in outline view Index: .classpath =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.core/.classpath,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** .classpath 23 Aug 2005 19:35:31 -0000 1.25 --- .classpath 7 Sep 2005 21:24:29 -0000 1.26 *************** *** 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> --- 4,8 ---- <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> |