You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2004/02/15 11:23:21 UTC

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

rdonkin     2004/02/15 02:23:21

  Added:       logging/xdocs navigation.xml
  Log:
    Added maven build (aimed at documentation). This isn't totally satisfactory (for example, I've stripped out the unit tests) and the user guide formatting isn't brilliant. But i feel that i want to be able to get some feedback and there are some other priorities. i'll try to get to this work later.
  
  Revision  Changes    Path
  1.1                  jakarta-commons/logging/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <!DOCTYPE project [
  <!ENTITY commons-nav SYSTEM "../../incl_nav.xml">
  ]>
  
  <project name="Logging">
  
    <title>Logging</title>
    <organizationLogo href="/images/jakarta-logo.gif">
     Jakarta
    </organizationLogo>
  
    <body>
      <links>
        <item name="Jakarta Commons"                   
              href="http://jakarta.apache.org/commons/"/>
      </links>
  
      <menu name="Commons Logging">
        <item name="Overview"
              href="/index.html"/>
        <item name="User Guide"
              href="/guide.html"/>
      </menu>
      
      &commons-nav;
  
    </body>
  </project>
  
  
  
  

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