summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Udrescu <bogdan@vaadin.com>2014-07-29 15:25:26 +0300
committerBogdan Udrescu <bogdan@vaadin.com>2014-07-29 15:25:26 +0300
commit10b64f824597f85a5c83784a6b82802a4c7521a0 (patch)
tree7e74912fca386148c81a4e2162e23d21f1eb2f47
parent97a115bf3981d32e601b7a794bc1087308107bcf (diff)
downloadvaadin-framework-10b64f824597f85a5c83784a6b82802a4c7521a0.tar.gz
vaadin-framework-10b64f824597f85a5c83784a6b82802a4c7521a0.zip
Fixing problem caused by release/7.2.6/39c3ab667db7ab7b2aa9cb4449e4ccad840135b3
, Parallelize ide.xml (#14276) - master/be2a71110a75bc83a7281c11b60285079e8cbffa Change-Id: I87e3cb4bb35ba5cb10ef9927f528938791a70650
-rwxr-xr-xbuild/ide.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/build/ide.xml b/build/ide.xml
index 76f37f9d2e..d6e3995373 100755
--- a/build/ide.xml
+++ b/build/ide.xml
@@ -29,19 +29,22 @@
<ivy:cachepath pathid="uitest.deps" conf="ide" />
<ivy:resolve log="download-only" file="buildhelpers/ivy.xml" />
<ivy:cachepath pathid="buildhelpers.deps" />
- <ivy:resolve log="download-only" file="gwt/ivy.xml" conf="ide" />
- <ivy:cachepath pathid="gwt.deps" conf="ide" />
<path id="classpath">
<path location="bin" />
<path location="build/classes" />
+ <path location="${gwt.user.classes}" />
+ <path location="${gwt.user.src}" />
+ <path location="${gwt.user.super.src}" />
+ <path location="${gwt.dev.classes}" />
+ <path location="${gwt.dev.super.src}" />
+ <path location="${gwt.dev.src}" />
<path refid="client-compiler.deps" />
<path refid="server.deps" />
<path refid="shared.deps" />
<path refid="uitest.deps" />
<path refid="client.deps" />
<path refid="buildhelpers.deps" />
- <path refid="gwt.deps" />
<path location="server/src" />
<path location="shared/src" />
<path location="uitest/src" />