You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by dg...@apache.org on 2004/03/28 00:21:04 UTC

cvs commit: jakarta-commons-sandbox/resources/xdocs navigation.xml

dgraham     2004/03/27 15:21:04

  Modified:    resources/xdocs navigation.xml
  Log:
  Import Commons Sandbox navigation.
  
  Revision  Changes    Path
  1.5       +25 -8     jakarta-commons-sandbox/resources/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/resources/xdocs/navigation.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- navigation.xml	28 Feb 2004 15:23:56 -0000	1.4
  +++ navigation.xml	27 Mar 2004 23:21:04 -0000	1.5
  @@ -1,18 +1,35 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  -<!-- You'll need commons proper checked out for this to work -->
  -<!DOCTYPE org.apache.commons.menus SYSTEM '../../../jakarta-commons/commons-build/menus/menus.dtd'>
  +<!--
  +   Copyright 2003-2004 The Apache Software Foundation
  +
  +   Licensed under the Apache License, Version 2.0 (the "License");
  +   you may not use this file except in compliance with the License.
  +   You may obtain a copy of the License at
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +   See the License for the specific language governing permissions and
  +   limitations under the License.
  +-->
  +
  +<!DOCTYPE project [
  +<!ENTITY commons-nav SYSTEM "../../sandbox-build/incl_nav.xml">
  +]>
  +
   <project name="Resources">
     <title>Resources</title>
     <organizationLogo href="/images/jakarta-logo-blue.gif">Jakarta</organizationLogo>
   
     <body>
  -      &about-menu;
       <menu name="Resources">
  -      <item name="Overview"                href="/index.html"/>
  -      <item name="To Do List"              href="/todo.html"/>
  +      <item name="Overview" href="/index.html"/>
  +      <item name="To Do List" href="/todo.html"/>
       </menu>
  -        &information-menu;
  -        &community-menu;
  -        &translations-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