just applied it

Karol Pietrzak (RIT Student) wrote:

Hey everyone.

Attached is a patch which changes a single line of the .classpath file. It allows Eclipse users to improve the project from CVS and compile it without having to fix the broken link to /org.python.pydev.core/lib/junit.jar. Instead, since Eclipse comes with JUnit, it simply uses the one from Eclipse.

------------------------------------------------------------------------

Index: .classpath
===================================================================
RCS file: /cvsroot/pydev/org.python.pydev/.classpath,v
retrieving revision 1.12
diff -u -r1.12 .classpath
--- .classpath  24 Jun 2005 16:09:53 -0000      1.12
+++ .classpath  14 Jul 2005 19:22:48 -0000
@@ -4,6 +4,6 @@
        <classpathentry kind="src" path="tests"/>
        <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
        <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-       <classpathentry kind="lib" path="/org.python.pydev.core/lib/junit.jar"/>
+       <classpathentry kind="var" path="JUNIT_HOME/junit.jar"/>
        <classpathentry kind="output" path="bin"/>
</classpath>





-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Pydev-code mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to