Fixed output directory

This commit is contained in:
Artur Signell 2012-09-06 21:57:00 +03:00
parent e86c2a1215
commit ca73cf7196

View File

@ -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="" />