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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to