diff options
author | Mikael Vappula <mikael@vaadin.com> | 2011-11-25 18:13:10 +0200 |
---|---|---|
committer | Mikael Vappula <mikael@vaadin.com> | 2011-11-25 18:13:10 +0200 |
commit | a74248f0f3579d3fcf7933c65fec405b4b73691f (patch) | |
tree | 3edd4b7f3cd29e1f7843cbf4aefc4ff8e0f516d6 /build/build.xml | |
parent | f03183f0ea3a93308dac0dd1a208d81ba0e2fa38 (diff) | |
download | vaadin-framework-a74248f0f3579d3fcf7933c65fec405b4b73691f.tar.gz vaadin-framework-a74248f0f3579d3fcf7933c65fec405b4b73691f.zip |
Added compile time dependencies to server-side test runtime
Diffstat (limited to 'build/build.xml')
-rw-r--r-- | build/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml index 69ac1ea3db..8ea0e53c5f 100644 --- a/build/build.xml +++ b/build/build.xml @@ -958,6 +958,7 @@ <pathelement path="${result-path}/junit_emma_classes" /> <pathelement path="${result-path}/classes" /> <path refid="test.runtime.classpath"></path> + <path refid="compile.classpath"></path> </classpath> <jvmarg value="-Demma.coverage.out.file=../${result-path}/unittests.ec" /> |