summaryrefslogtreecommitdiffstats
path: root/build/package
diff options
context:
space:
mode:
authorJani Laakso <jani.laakso@itmill.com>2007-12-03 10:38:52 +0000
committerJani Laakso <jani.laakso@itmill.com>2007-12-03 10:38:52 +0000
commit5a1f7e3e4dfcefda0b7bf3cc74011aad287a6ca2 (patch)
treee15b1d8b0dd357eb1b0400c38141c12f448c95b7 /build/package
parenteb5debfb9c32bf77fdb95a3d661842df5423e8a8 (diff)
downloadvaadin-framework-5a1f7e3e4dfcefda0b7bf3cc74011aad287a6ca2.tar.gz
vaadin-framework-5a1f7e3e4dfcefda0b7bf3cc74011aad287a6ca2.zip
Fixed classpath according new packaging.
svn changeset:3105/svn branch:trunk
Diffstat (limited to 'build/package')
-rw-r--r--build/package/eclipse-classpath8
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>