diff options
author | Leif Åstrand <leif@vaadin.com> | 2011-11-03 10:51:30 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2011-11-03 10:51:30 +0200 |
commit | f2123f0defb36603fe92035b96f44e54cfee2db8 (patch) | |
tree | ea02ee0ee2358e4a1b3cc90d9e9ed10d4c03ad25 /build | |
parent | bfeb88b06e6269ab2334d2012da2ded2a9b16bba (diff) | |
download | vaadin-framework-f2123f0defb36603fe92035b96f44e54cfee2db8.tar.gz vaadin-framework-f2123f0defb36603fe92035b96f44e54cfee2db8.zip |
Don't compile the tests as they are not yet updated to use the new Root
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/build.xml b/build/build.xml index d1ba53bbba..0cad5b436e 100644 --- a/build/build.xml +++ b/build/build.xml @@ -422,8 +422,8 @@ <mkdir dir="${result-path}/classes" /> <javac source="1.5" target="1.5" classpathref="compile.classpath.server-side" destdir="${result-path}/classes" debug="true" encoding="UTF-8"> <src path="${result-path}/src/core"/> - <src path="${result-path}/src/tests"/> - <src path="${result-path}/src/junit"/> +<!-- <src path="${result-path}/src/tests"/> + <src path="${result-path}/src/junit"/> --> </javac> </target> |