summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2012-01-12 07:59:10 +0000
committerArtur Signell <artur.signell@itmill.com>2012-01-12 07:59:10 +0000
commit43772985746668a31ee11a709b2eb64b6b5ff1f6 (patch)
treebc753dd18bf2a12b9fb065f7aafa5b0d584900e1 /build
parent10124fe027d2613a72ce9e26bfc01ee889eb2df7 (diff)
downloadvaadin-framework-43772985746668a31ee11a709b2eb64b6b5ff1f6.tar.gz
vaadin-framework-43772985746668a31ee11a709b2eb64b6b5ff1f6.zip
#8105 Include also VaadinClasses anon classes in war. Should really be in some kind of "common" test folder
svn changeset:22596/svn branch:6.7
Diffstat (limited to 'build')
-rw-r--r--build/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index d5a06c97df..c49af9e952 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -204,7 +204,7 @@
</fileset>
<fileset dir="${result-classes-junit}">
<!-- VaadinClasses is used by both JUnit and TestBench tests -->
- <include name="**/VaadinClasses.class" />
+ <include name="**/VaadinClasses*.class" />
</fileset>
<!-- test resources -->
<fileset dir="tests/testbench">