[Pydev-cvs] org.pydev.jython .classpath,1.4,1.5
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2004-06-14 12:45:15
|
Update of /cvsroot/pydev/org.pydev.jython In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9736 Modified Files: .classpath Log Message: Changed path containing filesystem information. Index: .classpath =================================================================== RCS file: /cvsroot/pydev/org.pydev.jython/.classpath,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .classpath 14 Jun 2004 06:35:54 -0000 1.4 --- .classpath 14 Jun 2004 12:44:55 -0000 1.5 *************** *** 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> --- 5,9 ---- <classpathentry kind="src" path="/org.eclipse.core.runtime"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> ! <classpathentry kind="lib" path="jythonlib.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |