[Joeq-checkins] SF.net SVN: joeq: [2473] trunk/joeq_test/.classpath
Status: Alpha
Brought to you by:
joewhaley
From: <joe...@us...> - 2006-11-06 09:32:41
|
Revision: 2473 http://svn.sourceforge.net/joeq/?rev=2473&view=rev Author: joewhaley Date: 2006-11-06 01:30:45 -0800 (Mon, 06 Nov 2006) Log Message: ----------- Remove bogus absolute reference to junit jar. Modified Paths: -------------- trunk/joeq_test/.classpath Modified: trunk/joeq_test/.classpath =================================================================== --- trunk/joeq_test/.classpath 2006-07-20 06:51:52 UTC (rev 2472) +++ trunk/joeq_test/.classpath 2006-11-06 09:30:45 UTC (rev 2473) @@ -2,8 +2,8 @@ <classpath> <classpathentry kind="src" path=""/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="lib" path="C:/eclipse/plugins/org.junit_3.8.1/junit.jar"/> <classpathentry kind="src" path="/joeq_core"/> <classpathentry kind="src" path="/joeq_native"/> + <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/> <classpathentry kind="output" path=""/> </classpath> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |