You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by to...@apache.org on 2003/10/04 18:31:30 UTC

cvs commit: jakarta-commons/codec/xdocs navigation.xml

tobrien     2003/10/04 09:31:30

  Modified:    codec/xdocs navigation.xml
  Log:
  The navigation.xml now references the commons nav with
  a relative path from the location of the navigation.xml.
  Maven-1.0-rc2 changes the way this file is referenced, using
  Maven-1.0-rc1, XML entities were located using the path
  from which a site was being generated.
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-commons/codec/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/xdocs/navigation.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- navigation.xml	25 Sep 2003 20:42:27 -0000	1.4
  +++ navigation.xml	4 Oct 2003 16:31:30 -0000	1.5
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   
   <!DOCTYPE project [
  -<!ENTITY commons-nav SYSTEM "../incl_nav.xml">
  +<!ENTITY commons-nav SYSTEM "../../incl_nav.xml">
   ]>
   
   <project name="Digester">
  
  
  

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