aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2011-11-18 10:58:27 +0200
committerLeif Åstrand <leif@vaadin.com>2011-11-18 10:58:27 +0200
commit923892473340e2b7ff40dd087fc2587d31078528 (patch)
tree76376690ef79a89618d08d87d67130c11030867e /build
parente7297ce57aaee0c8da31dc3aec0ec41e50d4b811 (diff)
downloadvaadin-framework-923892473340e2b7ff40dd087fc2587d31078528.tar.gz
vaadin-framework-923892473340e2b7ff40dd087fc2587d31078528.zip
Include tests on the classpath again now that they can be compiled
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 9acb1045dd..b62db3d57e 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>