diff options
-rw-r--r-- | build/package/eclipse-classpath | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/package/eclipse-classpath b/build/package/eclipse-classpath index e548d24f7c..729516fe66 100644 --- a/build/package/eclipse-classpath +++ b/build/package/eclipse-classpath @@ -5,10 +5,10 @@ <classpathentry kind="lib" path="WebContent/WEB-INF/lib/itmill-toolkit-<version></version>.jar" sourcepath="WebContent/WEB-INF/lib/itmill-toolkit-src-<version></version>.jar"/> <classpathentry kind="lib" path="gwt/gwt-servlet.jar" /> <classpathentry kind="lib" path="gwt/gwt-user.jar" /> - <classpathentry kind="lib" path="lib/demo/reservr/googlemaps_gwt.jar" /> - <classpathentry kind="lib" path="lib/jetty/jetty-6.1.5.jar"/> - <classpathentry kind="lib" path="lib/jetty/jetty-util-6.1.5.jar"/> - <classpathentry kind="lib" path="lib/jetty/servlet-api-2.5-6.1.5.jar"/> + <classpathentry kind="lib" path="WebContent/demo/lib/reservr/googlemaps_gwt.jar" /> + <classpathentry kind="lib" path="WebContent/demo/lib/jetty/jetty-6.1.5.jar"/> + <classpathentry kind="lib" path="WebContent/demo/lib/jetty/jetty-util-6.1.5.jar"/> + <classpathentry kind="lib" path="WebContent/demo/lib/jetty/servlet-api-2.5-6.1.5.jar"/> <classpathentry kind="output" path="WebContent/WEB-INF/classes"/> <platform-specific-entries></platform-specific-entries> </classpath> |