]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed output directory
authorArtur Signell <artur@vaadin.com>
Thu, 6 Sep 2012 18:57:00 +0000 (21:57 +0300)
committerArtur Signell <artur@vaadin.com>
Sun, 9 Sep 2012 08:23:51 +0000 (11:23 +0300)
build/ide.xml

index 784be9c05ce3814d3bf18becae0b5e52d19917e1..30c78e31c7faf3a2c7a7f6e73272108f15379675 100755 (executable)
@@ -56,7 +56,7 @@
        </target>
        <target name="default-widgetset">
                <property name="module" value="com.vaadin.DefaultWidgetSet" />
-               <property name="module.output.dir" location="../WebContent/VAADIN/widgetset" />
+               <property name="module.output.dir" location="WebContent/VAADIN/widgetsets" />
                <property name="style" value="PRETTY" />
                <property name="localWorkers" value="2" />
                <property name="extraParams" value="" />