This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 5444c1681d44cf8f0d28121b56682a82d10e3668 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Sep 24 16:09:29 2019 +0100 Fix spacing --- build.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.xml b/build.xml index 7d37c12..1f61ee4 100644 --- a/build.xml +++ b/build.xml @@ -1462,11 +1462,11 @@ <exclude name="org/apache/tomcat/buildutil/**"/> </javac> <copy todir="${test.classes}"> - <fileset dir="test"> - <include name="META-INF/**"/> - <include name="**/service-config.txt"/> - <include name="**/logging-non-rotatable.properties"/> - </fileset> + <fileset dir="test"> + <include name="META-INF/**"/> + <include name="**/service-config.txt"/> + <include name="**/logging-non-rotatable.properties"/> + </fileset> </copy> </target> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org