diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-09-11 11:56:09 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-09-11 11:56:21 +0300 |
commit | 6af5665211a84ada1e798d07e2d5fc491ce7c09e (patch) | |
tree | 072b09b4fca20b031edb09cfb5d6a649a80cb58d /build | |
parent | b3d9805666a9f798554a91ea09981816b9fe9d60 (diff) | |
download | vaadin-framework-6af5665211a84ada1e798d07e2d5fc491ce7c09e.tar.gz vaadin-framework-6af5665211a84ada1e798d07e2d5fc491ce7c09e.zip |
Include uitest sources to enable compiling TestingWidgetSet
Diffstat (limited to 'build')
-rwxr-xr-x | build/ide.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/ide.xml b/build/ide.xml index f2b3214227..f8a47b6510 100755 --- a/build/ide.xml +++ b/build/ide.xml @@ -22,6 +22,7 @@ <path location="build/classes" /> <path location="server/src" /> <path location="shared/src" /> + <path location="uitest/src" /> <path location="client/src" /> </path> |