[Mocklib-checkins] mocklib2 .classpath,1.3,1.4
Brought to you by:
bittwidler,
fastdragon
From: Christopher B. W. <da...@us...> - 2006-05-02 16:50:14
|
Update of /cvsroot/mocklib/mocklib2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6945 Modified Files: .classpath Log Message: corrected location of eclipse generated classes Index: .classpath =================================================================== RCS file: /cvsroot/mocklib/mocklib2/.classpath,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .classpath 18 Sep 2005 17:10:23 -0000 1.3 --- .classpath 2 May 2006 16:50:09 -0000 1.4 *************** *** 4,7 **** <classpathentry kind="lib" path="tools/ant-junit/junit.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> ! <classpathentry kind="output" path="output/eclipsegen"/> </classpath> --- 4,7 ---- <classpathentry kind="lib" path="tools/ant-junit/junit.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> ! <classpathentry kind="output" path="eclipsegen"/> </classpath> |