You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by eg...@apache.org on 2003/10/03 11:18:23 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/blog/config publication.xconf

egli        2003/10/03 02:18:23

  Modified:    src/webapp/lenya/pubs/blog/config publication.xconf
  Log:
  Replaced the BlogDocumentIdToPathMapper by the
  SingleLanguageIdentityMapper (which comes with the core).
  
  Revision  Changes    Path
  1.4       +1 -1      cocoon-lenya/src/webapp/lenya/pubs/blog/config/publication.xconf
  
  Index: publication.xconf
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/blog/config/publication.xconf,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- publication.xconf	19 Aug 2003 16:24:47 -0000	1.3
  +++ publication.xconf	3 Oct 2003 09:18:23 -0000	1.4
  @@ -5,6 +5,6 @@
       <language default="true">en</language>
       <language>de</language>
     </languages>
  -  <path-mapper>org.apache.lenya.cms.publication.BlogDocumentIdToPathMapper</path-mapper>
  +  <path-mapper>org.apache.lenya.cms.publication.SingleLanguageIdentityMapper</path-mapper>
     <breadcrumb-prefix/>
   </publication>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org