diff options
Diffstat (limited to 'build/build.xml')
-rw-r--r-- | build/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index 5a0379abbe..26951271ae 100644 --- a/build/build.xml +++ b/build/build.xml @@ -547,7 +547,7 @@ <copy todir="${output-dir}/WebContent"> <fileset dir="WebContent"> <exclude name="**/.svn" /> - <!-- TODO check what is neccessary --> + <!-- TODO check what is necessary --> <!-- These are needed for running tests, but are copied during testing. --> <exclude name="VAADIN/themes/tests*"/> <exclude name="VAADIN/themes/tests-magi/**/*" /> |