This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 381321e  Fix broken back-port
381321e is described below

commit 381321e902b8ec3791eba27695cda1d4b4526002
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jun 5 11:48:41 2019 +0100

    Fix broken back-port
---
 build.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.xml b/build.xml
index 69942e0..bd11b70 100644
--- a/build.xml
+++ b/build.xml
@@ -698,6 +698,8 @@
     when loading the ResourceBundles -->
     <native2ascii src="java" dest="${tomcat.classes}" 
includes="**/LocalStrings*.properties,**/Messages*.properties" 
encoding="UTF-8"/>
 
+  </target>
+
   <target name="compile-java7" depends="compile-java6" if="java.7.home" >
     <javac sourcepath="" srcdir="java" destdir="${tomcat.classes}"
            debug="${compile.debug}"


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to