Fixed bad classpath in benchmark-viewer project.
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@5201 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/eclipse/tools/benchmark-viewer/.classpath b/eclipse/tools/benchmark-viewer/.classpath
index e380468..fc34c4f 100644
--- a/eclipse/tools/benchmark-viewer/.classpath
+++ b/eclipse/tools/benchmark-viewer/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="core/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/gwt-user"/>
<classpathentry kind="var" path="GWT_TOOLS/lib/jfreechart/jfreechart-1.0.3.jar"/>