diff options
-rw-r--r-- | build/build.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml index 08423c276b..0aa379660d 100644 --- a/build/build.xml +++ b/build/build.xml @@ -364,6 +364,13 @@ </fileset> </copy> + <!-- Add test files to be included in test war --> + <copy todir="${output-dir}/WebContent"> + <fileset dir="WebContent"> + <include name="statictestfiles/**" /> + </fileset> + </copy> + <!-- Add servlet and portlet configuration files from WebContent --> <copy todir="${output-dir}/WebContent/WEB-INF"> <fileset dir="WebContent/WEB-INF"> |