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
commit 97aebf8c4dbf8e0cd31d690e227a24d15a6c4bb9 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Sep 24 17:07:18 2019 +0100 Fix xml source file that wasn't using expected version replacement No special characters used in the source block so just remove the CDATA --- webapps/docs/appdev/processes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapps/docs/appdev/processes.xml b/webapps/docs/appdev/processes.xml index bd9af1d..5620c74 100644 --- a/webapps/docs/appdev/processes.xml +++ b/webapps/docs/appdev/processes.xml @@ -126,7 +126,7 @@ the sample <code>build.xml</code> script. At a minimum, you will generally need to define the <code>catalina.home</code> property defining where Tomcat is installed, and the manager application username and password. You might end up with something like this:</p> -<source><![CDATA[# Context path to install this application on +<source># Context path to install this application on app.path=/hello # Tomcat 7 installation directory @@ -134,7 +134,7 @@ catalina.home=/usr/local/apache-tomcat-7.0 # Manager webapp username and password manager.username=myusername -manager.password=mypassword]]></source> +manager.password=mypassword</source> <p>In general, you will <strong>not</strong> want to check the <code>build.properties</code> file in to the CVS repository, because it --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org