[Pydev-cvs] org.pydev.jython .classpath,1.5,1.6
Brought to you by:
fabioz
From: Aleksandar T. <at...@us...> - 2004-07-02 02:27:07
|
Update of /cvsroot/pydev/org.pydev.jython In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14478 Modified Files: .classpath Log Message: 3.0 port, cleaning up the classpath Index: .classpath =================================================================== RCS file: /cvsroot/pydev/org.pydev.jython/.classpath,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** .classpath 14 Jun 2004 12:44:55 -0000 1.5 --- .classpath 2 Jul 2004 02:26:58 -0000 1.6 *************** *** 1,9 **** <?xml version="1.0" encoding="UTF-8"?> <classpath> ! <classpathentry exported="true" kind="lib" path="jython.jar"/> ! <classpathentry kind="src" path="/org.eclipse.core.boot"/> ! <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> --- 1,7 ---- <?xml version="1.0" encoding="UTF-8"?> <classpath> ! <classpathentry exported="true" kind="lib" path="jython.jar"/> ! <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> ! <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> ! <classpathentry kind="output" path="bin"/> </classpath> |