From: <jh...@hy...> - 2009-12-02 03:48:29
|
Author: jhickey Date: 2009-12-01 19:48:15 -0800 (Tue, 01 Dec 2009) New Revision: 34 Modified: branches/evolution/.classpath Log: Update Eclipse classpath to new project structure Modified: branches/evolution/.classpath =================================================================== --- branches/evolution/.classpath 2009-11-16 21:19:33 UTC (rev 33) +++ branches/evolution/.classpath 2009-12-02 03:48:15 UTC (rev 34) @@ -3,8 +3,6 @@ <classpathentry kind="src" path="src"/> <classpathentry kind="lib" path="lib/servlet.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry combineaccessrules="false" kind="src" path="/HQ"/> - <classpathentry kind="lib" path="/HQ/thirdparty/lib/commons-beanutils-1.8.0.jar"/> - <classpathentry kind="lib" path="/HQ/thirdparty/lib/commons-logging-1.0.4.jar"/> + <classpathentry combineaccessrules="false" kind="src" path="/hq-web"/> <classpathentry kind="output" path="build/classes"/> </classpath> |