diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-06-14 19:40:18 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-06-14 19:40:18 +0000 |
commit | cde4e70c57d9dec61e0228b3f55d2e777164c7a2 (patch) | |
tree | a8806d937e54734922f650d51c8475e805478378 /build/package/eclipse-classpath | |
parent | 616db02bc12a58147b4137b073a06903306143d0 (diff) | |
download | vaadin-framework-cde4e70c57d9dec61e0228b3f55d2e777164c7a2.tar.gz vaadin-framework-cde4e70c57d9dec61e0228b3f55d2e777164c7a2.zip |
Fixes #1803 : Release sources cannot be displayed through Eclipse after importing TK to workspace
svn changeset:4891/svn branch:trunk
Diffstat (limited to 'build/package/eclipse-classpath')
-rw-r--r-- | build/package/eclipse-classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/package/eclipse-classpath b/build/package/eclipse-classpath index 3f110ea199..24455a2048 100644 --- a/build/package/eclipse-classpath +++ b/build/package/eclipse-classpath @@ -2,7 +2,7 @@ <classpath> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="src" path="WebContent/WEB-INF/src"/> - <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="WebContent/WEB-INF/lib/itmill-toolkit-<version></version>.jar"/> <classpathentry kind="lib" path="gwt/gwt-servlet.jar" /> <classpathentry kind="lib" path="gwt/gwt-user.jar" /> <classpathentry kind="lib" path="WebContent/demo/lib/reservr/googlemaps_gwt.jar" /> |