summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-12-04 15:25:13 +0200
committerLeif Åstrand <leif@vaadin.com>2012-12-04 15:25:13 +0200
commit0512014eced480fcf4f299763e83049400d81294 (patch)
treeab614ea31074e34c596a6aba2ad2423e21824575 /build
parent4961f541a6ddeb0e94821ab8d2e279e7e1f55986 (diff)
downloadvaadin-framework-0512014eced480fcf4f299763e83049400d81294.tar.gz
vaadin-framework-0512014eced480fcf4f299763e83049400d81294.zip
Change classpath order to enable monkey patching the GWT compiler
Change-Id: I7fb4fa4d5f9230e8d8c00d9694fd5015892d5ced
Diffstat (limited to 'build')
-rwxr-xr-xbuild/ide.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/ide.xml b/build/ide.xml
index 3390bb8e4a..a095e9265c 100755
--- a/build/ide.xml
+++ b/build/ide.xml
@@ -14,11 +14,11 @@
<ivy:cachepath pathid="ivy.deps" conf="default" />
<path id="classpath">
+ <path location="bin" />
+ <path location="build/classes" />
<pathelement location="${gwt.user.jar}" />
<pathelement location="${gwt.dev.jar}" />
<path refid="ivy.deps" />
- <path location="bin" />
- <path location="build/classes" />
<path location="server/src" />
<path location="shared/src" />
<path location="uitest/src" />