You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2006/03/16 18:50:12 UTC

svn commit: r386403 - in /jakarta/commons/proper/commons-build/trunk/shared-build: apache.ent menus.dtd

Author: niallp
Date: Thu Mar 16 09:50:02 2006
New Revision: 386403

URL: http://svn.apache.org/viewcvs?rev=386403&view=rev
Log:
Add apache menu for special events

Added:
    jakarta/commons/proper/commons-build/trunk/shared-build/apache.ent   (with props)
Modified:
    jakarta/commons/proper/commons-build/trunk/shared-build/menus.dtd

Added: jakarta/commons/proper/commons-build/trunk/shared-build/apache.ent
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/commons-build/trunk/shared-build/apache.ent?rev=386403&view=auto
==============================================================================
--- jakarta/commons/proper/commons-build/trunk/shared-build/apache.ent (added)
+++ jakarta/commons/proper/commons-build/trunk/shared-build/apache.ent Thu Mar 16 09:50:02 2006
@@ -0,0 +1,7 @@
+<!--
+This menu is for general Apache information, special events, ...
+<menu type="header"> 	 
+  <item name="ApacheCon US 2005" href="http://www.apachecon.com/"
+  img="http://apache.org/images/ac2005us_blue_184x90.jpg" />
+</menu>
+-->

Propchange: jakarta/commons/proper/commons-build/trunk/shared-build/apache.ent
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: jakarta/commons/proper/commons-build/trunk/shared-build/menus.dtd
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/commons-build/trunk/shared-build/menus.dtd?rev=386403&r1=386402&r2=386403&view=diff
==============================================================================
--- jakarta/commons/proper/commons-build/trunk/shared-build/menus.dtd (original)
+++ jakarta/commons/proper/commons-build/trunk/shared-build/menus.dtd Thu Mar 16 09:50:02 2006
@@ -13,15 +13,21 @@
   <title>Component</title>
   <body>
 
+    &top-menus;
+
     <menu name="Component">
       <item name="Overview"                href="/index.html"/>
       ...
     </menu>
-    ...
-    &commons;
+
+    &bottom-menus;
+
   </body>
 </project>
 
 -->
 
+    <!ENTITY apache-menu      SYSTEM "apache.ent">
     <!ENTITY commons          SYSTEM "commons.ent">
+    <!ENTITY top-menus        "&apache-menu">    
+    <!ENTITY bottom-menus     "&commons;">



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