summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2011-11-03 10:51:30 +0200
committerLeif Åstrand <leif@vaadin.com>2011-11-03 10:51:30 +0200
commitf2123f0defb36603fe92035b96f44e54cfee2db8 (patch)
treeea02ee0ee2358e4a1b3cc90d9e9ed10d4c03ad25 /build
parentbfeb88b06e6269ab2334d2012da2ded2a9b16bba (diff)
downloadvaadin-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.xml4
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>