[Jwebunit-development] jWebUnit .project,NONE,1.1 .classpath,NONE,1.1 .cvsignore,1.8,1.9
Brought to you by:
henryju
From: Nicholas N. <nne...@us...> - 2005-03-16 05:51:59
|
Update of /cvsroot/jwebunit/jWebUnit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12658 Modified Files: .cvsignore Added Files: .project .classpath Log Message: adding .classpath and .project to allow developer to easily pull down project into eclipse without having to define cp everytime. Index: .cvsignore =================================================================== RCS file: /cvsroot/jwebunit/jWebUnit/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** .cvsignore 1 Jun 2004 22:43:29 -0000 1.8 --- .cvsignore 16 Mar 2005 05:51:33 -0000 1.9 *************** *** 1,4 **** - .classpath - .project classes docgen --- 1,2 ---- --- NEW FILE: .project --- <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>jWebUnit</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> </natures> </projectDescription> --- NEW FILE: .classpath --- <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="sample"/> <classpathentry kind="src" path="test"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="lib/junit-3.8.1.jar"/> <classpathentry kind="lib" path="lib/httpunit-1.5.4.jar"/> <classpathentry kind="lib" path="lib/servletapi-2.3.jar"/> <classpathentry kind="lib" path="lib/jasper-compiler-4.1.30.jar"/> <classpathentry kind="lib" path="lib/jasper-runtime-4.1.30.jar"/> <classpathentry kind="lib" path="lib/js-1.5R4.1.jar"/> <classpathentry kind="lib" path="lib/nekohtml-0.8.1.jar"/> <classpathentry kind="lib" path="lib/org.mortbay.jetty-4.2.20.jar"/> <classpathentry kind="lib" path="lib/xercesImpl-2.6.2.jar"/> <classpathentry kind="lib" path="lib/xml-apis-1.0.b2.jar"/> <classpathentry kind="lib" path="lib/jacob.jar"/> <classpathentry kind="src" path="/jacobie"/> <classpathentry kind="output" path="bin"/> </classpath> |