aboutsummaryrefslogtreecommitdiffstats
path: root/build/ide.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-09-06 21:57:00 +0300
committerArtur Signell <artur@vaadin.com>2012-09-09 11:23:51 +0300
commitca73cf71961b84e55e482e90e1b05d4e6a1a2632 (patch)
treec44cfe5e83d5cb9c5a15d0fe799ab14f476321d8 /build/ide.xml
parente86c2a12153f520830b9f5c8b1d7bd65082f99a1 (diff)
downloadvaadin-framework-ca73cf71961b84e55e482e90e1b05d4e6a1a2632.tar.gz
vaadin-framework-ca73cf71961b84e55e482e90e1b05d4e6a1a2632.zip
Fixed output directory
Diffstat (limited to 'build/ide.xml')
-rwxr-xr-xbuild/ide.xml2
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="" />