Browse Source

Fixed output directory

tags/7.0.0.beta1
Artur Signell 12 years ago
parent
commit
ca73cf7196
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build/ide.xml

+ 1
- 1
build/ide.xml 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="" />

Loading…
Cancel
Save