Update of /cvsroot/pydev/org.python.pydev.debug
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1948
Modified Files:
.classpath
Log Message:
Index: .classpath
===================================================================
RCS file: /cvsroot/pydev/org.python.pydev.debug/.classpath,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** .classpath 29 Mar 2004 17:03:25 -0000 1.3
--- .classpath 15 Oct 2004 12:09:54 -0000 1.4
***************
*** 1,7 ****
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
! <classpathentry kind="src" path="src/"/>
<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>
--- 1,9 ----
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
! <classpathentry kind="src" path="src/"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
! <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
! <classpathentry kind="src" path="tests"/>
! <classpathentry sourcepath="ECLIPSE_HOME/plugins/org.eclipse.jdt.source_3.0.0/src/org.junit_3.8.1/junitsrc.zip" kind="var" path="JUNIT_HOME/junit.jar"/>
! <classpathentry kind="output" path="bin"/>
</classpath>
|