]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed: when importing, eclipse might cleanup WebContent/ITMILL/widgetsets folder...
authorJani Laakso <jani.laakso@itmill.com>
Mon, 26 Nov 2007 14:17:56 +0000 (14:17 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Mon, 26 Nov 2007 14:17:56 +0000 (14:17 +0000)
Removed: <classpathentry kind="output" path="WebContent/ITMILL/widgetsets"/> from .classpath.
This was defined because it effectively removes _generated_ widgetsets folder from J2EE / Java views which is nice.

svn changeset:2969/svn branch:trunk

build/package/eclipse-classpath

index 5640b355fc87a776cbcbd64176339372231dd8c2..e548d24f7c03dc1bc7c7b02de03ca2fd880ae1c5 100644 (file)
@@ -10,6 +10,5 @@
        <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>