diff options
author | Artur Signell <artur@vaadin.com> | 2012-09-06 21:57:00 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-09-09 11:23:51 +0300 |
commit | ca73cf71961b84e55e482e90e1b05d4e6a1a2632 (patch) | |
tree | c44cfe5e83d5cb9c5a15d0fe799ab14f476321d8 /build | |
parent | e86c2a12153f520830b9f5c8b1d7bd65082f99a1 (diff) | |
download | vaadin-framework-ca73cf71961b84e55e482e90e1b05d4e6a1a2632.tar.gz vaadin-framework-ca73cf71961b84e55e482e90e1b05d4e6a1a2632.zip |
Fixed output directory
Diffstat (limited to 'build')
-rwxr-xr-x | build/ide.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ide.xml b/build/ide.xml index 784be9c05c..30c78e31c7 100755 --- a/build/ide.xml +++ b/build/ide.xml @@ -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="" /> |