[Mocklib-checkins] gwtmocklib .classpath,1.1,1.2
Brought to you by:
bittwidler,
fastdragon
From: Nobody <fas...@us...> - 2006-09-12 05:00:32
|
Update of /cvsroot/mocklib/gwtmocklib In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv18350 Modified Files: .classpath Log Message: finishing up gwtmocklib Index: .classpath =================================================================== RCS file: /cvsroot/mocklib/gwtmocklib/.classpath,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .classpath 12 Sep 2006 01:21:03 -0000 1.1 --- .classpath 12 Sep 2006 05:00:24 -0000 1.2 *************** *** 2,10 **** <classpath> <classpathentry kind="src" path="input/javasrc"/> - <classpathentry kind="src" path="input/jscript"/> <classpathentry kind="lib" path="tools/ant-junit/junit.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="lib" path="input/libinclude/gwt-user.jar"/> <classpathentry kind="lib" path="input/libexclude/servlet-api.jar"/> <classpathentry kind="output" path="eclipsegen"/> </classpath> --- 2,10 ---- <classpath> <classpathentry kind="src" path="input/javasrc"/> <classpathentry kind="lib" path="tools/ant-junit/junit.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="input/libexclude/servlet-api.jar"/> + <classpathentry kind="lib" path="tools/gwt/gwt-dev-windows.jar"/> + <classpathentry kind="lib" path="input/libexclude/gwt-user.jar"/> <classpathentry kind="output" path="eclipsegen"/> </classpath> |