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

cvs commit: jakarta-commons/pool/xdocs/stylesheets project.xml

dirkv       2003/10/01 13:39:39

  Modified:    pool     project.properties
  Added:       pool/xdocs navigation.xml
  Removed:     pool/xdocs/stylesheets project.xml
  Log:
  use navigation.xml for menus
  
  Revision  Changes    Path
  1.6       +2 -2      jakarta-commons/pool/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/pool/project.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.properties	30 Sep 2003 19:07:26 -0000	1.5
  +++ project.properties	1 Oct 2003 20:39:39 -0000	1.6
  @@ -1,12 +1,12 @@
   maven.checkstyle.properties = checkstyle.xml
   
   # uncomment the next line to work in offline mode (no jar download & no linkcheck)
  -#maven.mode.online=
  +maven.mode.online=
   
   maven.javadoc.author=false
   maven.javadoc.links=http://java.sun.com/products/jdk/1.4/docs/api
   
  -maven.xdoc.date=left
  +maven.xdoc.date=bottom
   
   maven.compile.debug=on
   maven.compile.deprecation=off
  
  
  
  1.1                  jakarta-commons/pool/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <!DOCTYPE org.apache.commons.menus SYSTEM '../../xdocs/stylesheets/menus/org-apache-commons-menus.dtd'>
  <project name="Commons Pool">
      <title>Commons Pool</title>
      <body>
          &top-menus;
          <menu name="Commons&#xA0;Pool">
              <item name="Overview"                      href="/index.html" />
              <item name="API&#xA0;Documentation"        href="/apidocs/index.html"/>
              <item name="Developers&#xA0;Guide"         href="/guide/index.html" collapse="true">
                  <item name="Class&#xA0;Diagrams"       href="/guide/classdiagrams.html"/>
                  <item name="Sequence&#xA0;Diagrams"    href="/guide/sequencediagrams.html"/>
              </item>
              <item name="Examples"                      href="/examples.html"/>
              <item name="Downloads"                     href="/downloads.html"/>
          </menu>
          &bottom-menus;
      </body>
  </project>
  
  
  

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