From: jreichen <jre...@us...> - 2010-12-08 14:08:42
|
Update of /cvsroot/sageplugins/webapp In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv20092 Modified Files: .classpath Log Message: Index: .classpath =================================================================== RCS file: /cvsroot/sageplugins/webapp/.classpath,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .classpath 5 Nov 2010 03:28:14 -0000 1.2 --- .classpath 8 Dec 2010 14:08:33 -0000 1.3 *************** *** 6,10 **** <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.preview.runtimeTarget/J2EE Preview"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry combineaccessrules="false" kind="src" path="/webserver"/> <classpathentry kind="lib" path="/JettyStarter/lib/jsp-api-2.1.jar"/> <classpathentry kind="lib" path="/JettyStarter/lib/jsp-2.1.jar"/> --- 6,9 ---- *************** *** 13,16 **** --- 12,16 ---- <classpathentry kind="lib" path="/JettyStarter/lib/jetty-util-6.1.19.jar" sourcepath="/JettyStarter/jetty-6.1.19-src.zip"/> <classpathentry kind="lib" path="/JettyStarter/lib/servlet-api-2.5-6.1.19.jar" sourcepath="/JettyStarter/jetty-6.1.19-src.zip"/> + <classpathentry combineaccessrules="false" kind="src" path="/JettyStarter"/> <classpathentry kind="output" path="build/classes"/> </classpath> |