You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2003/04/02 06:32:48 UTC

cvs commit: cocoon-2.0/src/webapp/samples/poi sitemap.xmap

crossley    2003/04/01 20:32:48

  Modified:    src/webapp/samples/poi sitemap.xmap
  Log:
  No point specifying mime-type because it is hard-coded in the java source.
  Submitted by: Joerg Heinicke <joerg.heinicke.at.gmx.de>
  Submitted by: Neil Bacon <nbacon.at.pinnaclesoftware.com.au>
  PR: 18164, 18548
  
  Revision  Changes    Path
  1.2       +1 -1      cocoon-2.0/src/webapp/samples/poi/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-2.0/src/webapp/samples/poi/sitemap.xmap,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sitemap.xmap	9 Mar 2003 00:06:32 -0000	1.1
  +++ sitemap.xmap	2 Apr 2003 04:32:48 -0000	1.2
  @@ -6,7 +6,7 @@
     <map:transformers default="xslt"/>
     <map:readers default="resource"/>
     <map:serializers default="html">
  -    <map:serializer name="xls" src="org.apache.cocoon.serialization.HSSFSerializer" mime-type="application/vnd.ms-excel"/>
  +    <map:serializer name="xls" src="org.apache.cocoon.serialization.HSSFSerializer"/>
     </map:serializers>
     <map:matchers default="wildcard"/>
     <map:selectors default="browser"/>