]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed fileupload (removed) classpath
authorJani Laakso <jani.laakso@itmill.com>
Wed, 21 Nov 2007 10:45:01 +0000 (10:45 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Wed, 21 Nov 2007 10:45:01 +0000 (10:45 +0000)
svn changeset:2872/svn branch:trunk

build/package/.classpath

index 7adea93ee9d08bf4acb0f00301b685eac2d68418..0c070f3ae632940e71c9b4df42a4348dad6b80a0 100644 (file)
@@ -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>