You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by md...@apache.org on 2004/03/02 01:50:50 UTC

cvs commit: jakarta-commons/commons-build/menus downloads.ent menus.dtd

mdiggory    2004/03/01 16:50:50

  Modified:    commons-build/menus menus.dtd
  Added:       commons-build/menus downloads.ent
  Log:
  adding downloads navigation entity
  
  Revision  Changes    Path
  1.2       +5 -0      jakarta-commons/commons-build/menus/menus.dtd
  
  Index: menus.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/commons-build/menus/menus.dtd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- menus.dtd	28 Feb 2004 15:14:26 -0000	1.1
  +++ menus.dtd	2 Mar 2004 00:50:50 -0000	1.2
  @@ -26,9 +26,11 @@
   
       <!ENTITY apache-menu SYSTEM "apache.ent">
       <!ENTITY about-menu SYSTEM "about.ent">
  +
       <!ENTITY information-menu SYSTEM "information.ent">
       <!ENTITY community-menu SYSTEM "community.ent">
       <!ENTITY project-menu SYSTEM "project.ent">
  +    <!ENTITY downloads-menu SYSTEM "downloads.ent">
       <!ENTITY view-menu SYSTEM "view.ent">
       <!ENTITY components-menu SYSTEM "components.ent">
       <!ENTITY sandbox-menu SYSTEM "sandbox.ent">
  @@ -36,5 +38,8 @@
       <!ENTITY related-menu SYSTEM "related.ent">
   
       <!ENTITY top-menus "&apache-menu;&about-menu;">    
  +    
       <!ENTITY bottom-menus "&information-menu;&community-menu;&translations-menu;">
  +    
  +    
   
  
  
  
  1.1                  jakarta-commons/commons-build/menus/downloads.ent
  
  Index: downloads.ent
  ===================================================================
  <!--
  Downloads Menu
  -->
  <menu name="Download" type="footer">
    	<item name="Binary"
          href="http://jakarta.apache.org/site/binindex.cgi"/>
    	<item name="Source Code"
          href="http://jakarta.apache.org/site/sourceindex.cgi"/>
    	<item name="Nightly"
          href="http://cvs.apache.org/builds/jakarta-commons/nightly/"/>
  </menu>
  
  

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