]> source.dussan.org Git - vaadin-framework.git/commitdiff
Use build/classes and bin to be more compatible (#9299)
authorArtur Signell <artur@vaadin.com>
Mon, 10 Sep 2012 13:12:47 +0000 (16:12 +0300)
committerArtur Signell <artur@vaadin.com>
Mon, 10 Sep 2012 13:31:04 +0000 (16:31 +0300)
build/ide.xml

index f0bc95a34f89f327fdee7f0c10ee48eec012adc4..6d710b66cb5a45ee4b00c743321e13dd205c90cc 100755 (executable)
@@ -2,7 +2,6 @@
 
 <project xmlns:antcontrib="antlib:net.sf.antcontrib" xmlns:artifact="antlib:org.apache.maven.artifact.ant" xmlns:ivy="antlib:org.apache.ivy.ant" name="Build script for IDE users" basedir=".." default="theme-and-default-widgetset">
        <!-- FIXME, should use 7.0-SNAPSHOT of client compiler -->
-       <property name="classes" location="bin" />
        <property name="work.dir" location="work" />
        <property name="gwt.root" location="${basedir}/../trunk" />
        <property name="gwt.lib.dir" location="${gwt.root}/build/lib" />
@@ -18,7 +17,8 @@
                <pathelement location="${gwt.dev.jar}" />
                <path refid="ivy.deps" />
                <path refid="ivy.deps2" />
-               <path location="${classes}" />
+               <path location="bin" />
+               <path location="build/classes" />
                <path location="server/src" />
                <path location="shared/src" />
                <path location="client/src" />