Author: kpreisser Date: Sun Oct 6 20:57:25 2013 New Revision: 1529687 URL: http://svn.apache.org/r1529687 Log: Update remaining XML files with "ISO-8859-1" encoding in the "docs" webapp to the XML-default encoding "UTF-8".
Modified: tomcat/trunk/webapps/docs/WEB-INF/web.xml tomcat/trunk/webapps/docs/appdev/project.xml tomcat/trunk/webapps/docs/appdev/sample/web/WEB-INF/web.xml tomcat/trunk/webapps/docs/architecture/project.xml tomcat/trunk/webapps/docs/config/project.xml tomcat/trunk/webapps/docs/funcspecs/project.xml tomcat/trunk/webapps/docs/project.xml tomcat/trunk/webapps/docs/tribes/project.xml Modified: tomcat/trunk/webapps/docs/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/WEB-INF/web.xml?rev=1529687&r1=1529686&r2=1529687&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/WEB-INF/web.xml (original) +++ tomcat/trunk/webapps/docs/WEB-INF/web.xml Sun Oct 6 20:57:25 2013 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with Modified: tomcat/trunk/webapps/docs/appdev/project.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/appdev/project.xml?rev=1529687&r1=1529686&r2=1529687&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/appdev/project.xml (original) +++ tomcat/trunk/webapps/docs/appdev/project.xml Sun Oct 6 20:57:25 2013 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with Modified: tomcat/trunk/webapps/docs/appdev/sample/web/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/appdev/sample/web/WEB-INF/web.xml?rev=1529687&r1=1529686&r2=1529687&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/appdev/sample/web/WEB-INF/web.xml (original) +++ tomcat/trunk/webapps/docs/appdev/sample/web/WEB-INF/web.xml Sun Oct 6 20:57:25 2013 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with Modified: tomcat/trunk/webapps/docs/architecture/project.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/architecture/project.xml?rev=1529687&r1=1529686&r2=1529687&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/architecture/project.xml (original) +++ tomcat/trunk/webapps/docs/architecture/project.xml Sun Oct 6 20:57:25 2013 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with Modified: tomcat/trunk/webapps/docs/config/project.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/project.xml?rev=1529687&r1=1529686&r2=1529687&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/project.xml (original) +++ tomcat/trunk/webapps/docs/config/project.xml Sun Oct 6 20:57:25 2013 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with Modified: tomcat/trunk/webapps/docs/funcspecs/project.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/funcspecs/project.xml?rev=1529687&r1=1529686&r2=1529687&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/funcspecs/project.xml (original) +++ tomcat/trunk/webapps/docs/funcspecs/project.xml Sun Oct 6 20:57:25 2013 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with Modified: tomcat/trunk/webapps/docs/project.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/project.xml?rev=1529687&r1=1529686&r2=1529687&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/project.xml (original) +++ tomcat/trunk/webapps/docs/project.xml Sun Oct 6 20:57:25 2013 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with Modified: tomcat/trunk/webapps/docs/tribes/project.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/tribes/project.xml?rev=1529687&r1=1529686&r2=1529687&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/tribes/project.xml (original) +++ tomcat/trunk/webapps/docs/tribes/project.xml Sun Oct 6 20:57:25 2013 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org