diff options
author | Artur Signell <artur@vaadin.com> | 2012-12-05 10:00:20 +0000 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2012-12-05 10:00:20 +0000 |
commit | 2007f0d76511dd10125fe1de835437e6e40d126a (patch) | |
tree | 5574fcb80843b0d25ed13e83241a4578f897bd9b | |
parent | 971a88f8102060e30139b86b0bd8ff86b72b692b (diff) | |
parent | 0512014eced480fcf4f299763e83049400d81294 (diff) | |
download | vaadin-framework-2007f0d76511dd10125fe1de835437e6e40d126a.tar.gz vaadin-framework-2007f0d76511dd10125fe1de835437e6e40d126a.zip |
Merge "Change classpath order to enable monkey patching the GWT compiler"
-rwxr-xr-x | build/ide.xml | 4 |
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" /> |