diff options
Diffstat (limited to 'build')
-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" /> |