You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2010/01/22 07:25:55 UTC

svn commit: r902006 - /tomcat/trunk/webapps/docs/changelog.xml

Author: kkolinko
Date: Fri Jan 22 06:25:51 2010
New Revision: 902006

URL: http://svn.apache.org/viewvc?rev=902006&view=rev
Log:
Add <?xml-stylesheet PI instruction,
and set svn:mime-type property.

The goal is to make the changelog.xml file on svn.apache.org be displayed as formatted HTML page in supporting browsers

Modified:
    tomcat/trunk/webapps/docs/changelog.xml   (contents, props changed)

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=902006&r1=902005&r2=902006&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Fri Jan 22 06:25:51 2010
@@ -18,6 +18,7 @@
 <!DOCTYPE document [
   <!ENTITY project SYSTEM "project.xml">
 ]>
+<?xml-stylesheet type="text/xsl" href="tomcat-docs.xsl"?>
 <document url="changelog.html">
 
   &project;

Propchange: tomcat/trunk/webapps/docs/changelog.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml



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