[Tbase-cvs] applications/adfundum .classpath,1.4,1.5
Status: Alpha
Brought to you by:
ron_bakker
|
From: Ron B. <ron...@us...> - 2006-03-29 21:48:04
|
Update of /cvsroot/tbase/applications/adfundum In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26177 Modified Files: .classpath Log Message: Moved jars to appropriate location Index: .classpath =================================================================== RCS file: /cvsroot/tbase/applications/adfundum/.classpath,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .classpath 29 Mar 2006 21:26:26 -0000 1.4 --- .classpath 29 Mar 2006 21:47:56 -0000 1.5 *************** *** 5,10 **** <classpathentry kind="lib" path="lib/servlet-api.jar"/> <classpathentry kind="lib" path="webapp/WEB-INF/lib/tbase-runtime-0.11.jar"/> ! <classpathentry kind="lib" path="lib/informa.jar"/> ! <classpathentry kind="lib" path="lib/jdom.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --- 5,10 ---- <classpathentry kind="lib" path="lib/servlet-api.jar"/> <classpathentry kind="lib" path="webapp/WEB-INF/lib/tbase-runtime-0.11.jar"/> ! <classpathentry kind="lib" path="webapp/WEB-INF/lib/informa.jar"/> ! <classpathentry kind="lib" path="webapp/WEB-INF/lib/jdom.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |