diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-09 17:19:39 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-10 10:24:42 +0200 |
commit | 6c4c67234a3c2bbfea659006b9d85c2ce1375b8a (patch) | |
tree | efc73a520271d67f5abf962778b050b10f3edd72 /build | |
parent | 16eae732958e7a5841e3f46a5968fa85833da05b (diff) | |
download | vaadin-framework-6c4c67234a3c2bbfea659006b9d85c2ce1375b8a.tar.gz vaadin-framework-6c4c67234a3c2bbfea659006b9d85c2ce1375b8a.zip |
Migrate vaadin-shared build to maven
Change-Id: I4ddc5050874faeb091740ac5ab4f9cafecf5696b
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 89b26a7e7b..c7cfee151c 100755 --- a/build/ide.xml +++ b/build/ide.xml @@ -34,7 +34,7 @@ <path refid="gwt.deps" /> <path refid="uitest.deps" /> <path location="server/src" /> - <path location="shared/src" /> + <path location="shared/src/main/java" /> <path location="uitest/src" /> <path location="client/src" /> </path> |