[Pydev-cvs] org.pydev.jython .classpath,1.3,1.4
Brought to you by:
fabioz
From: Aleksandar T. <at...@us...> - 2004-06-14 06:36:03
|
Update of /cvsroot/pydev/org.pydev.jython In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18183 Modified Files: .classpath Log Message: Fixed the absolute include path Index: .classpath =================================================================== RCS file: /cvsroot/pydev/org.pydev.jython/.classpath,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .classpath 14 Jun 2004 01:03:42 -0000 1.3 --- .classpath 14 Jun 2004 06:35:54 -0000 1.4 *************** *** 5,9 **** <classpathentry kind="src" path="/org.eclipse.core.runtime"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> ! <classpathentry kind="lib" path="C:/jython/jythonlib.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --- 5,9 ---- <classpathentry kind="src" path="/org.eclipse.core.runtime"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> ! <classpathentry kind="lib" path="D:/pydevspace2/org.pydev.jython/jythonlib.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |