diff options
author | Jani Laakso <jani.laakso@itmill.com> | 2007-11-21 10:45:01 +0000 |
---|---|---|
committer | Jani Laakso <jani.laakso@itmill.com> | 2007-11-21 10:45:01 +0000 |
commit | fd09f3a92888d880eac72b11517c4a6b9a662552 (patch) | |
tree | 9f2a21abb15b4852d046f5a43c3a404944885ff5 /build | |
parent | 33c83dc581e2e020e388822618b6641f967f6d85 (diff) | |
download | vaadin-framework-fd09f3a92888d880eac72b11517c4a6b9a662552.tar.gz vaadin-framework-fd09f3a92888d880eac72b11517c4a6b9a662552.zip |
Fixed fileupload (removed) classpath
svn changeset:2872/svn branch:trunk
Diffstat (limited to 'build')
-rw-r--r-- | build/package/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/package/.classpath b/build/package/.classpath index 7adea93ee9..0c070f3ae6 100644 --- a/build/package/.classpath +++ b/build/package/.classpath @@ -3,7 +3,6 @@ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="src" path="WebContent/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/commons-fileupload-1.2.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" /> @@ -11,5 +10,6 @@ <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="output" path="WebContent/WEB-INF/classes"/> + <classpathentry kind="output" path="WebContent/ITMILL/widgetsets"/> <platform-specific-entries></platform-specific-entries> </classpath> |