]> source.dussan.org Git - vaadin-framework.git/commitdiff
Change classpath order to enable monkey patching the GWT compiler 53/453/1
authorLeif Åstrand <leif@vaadin.com>
Tue, 4 Dec 2012 13:25:13 +0000 (15:25 +0200)
committerLeif Åstrand <leif@vaadin.com>
Tue, 4 Dec 2012 13:25:13 +0000 (15:25 +0200)
Change-Id: I7fb4fa4d5f9230e8d8c00d9694fd5015892d5ced

build/ide.xml

index 3390bb8e4aa7eab4427a171caf0be71e8966c9e0..a095e9265c1d49d1cee50a02fa4113b0fdbe8757 100755 (executable)
        <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" />