You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ro...@apache.org on 2004/09/02 15:57:06 UTC

cvs commit: jakarta-commons/cli project.properties

roxspring    2004/09/02 06:57:06

  Modified:    cli/xdocs navigation.xml
               cli      project.properties
  Added:       cli/xdocs navigation-pdf.xml
  Log:
  Navigation updated for v2 documentation
  PDF version separated out to exclude web only documents
  
  Revision  Changes    Path
  1.14      +20 -7     jakarta-commons/cli/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cli/xdocs/navigation.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- navigation.xml	22 Apr 2004 23:00:13 -0000	1.13
  +++ navigation.xml	2 Sep 2004 13:57:06 -0000	1.14
  @@ -23,21 +23,34 @@
   
     <body>
       <links>
  -      <item name="Jakarta Commons"                   
  +      <item name="Jakarta Commons"
               href="http://jakarta.apache.org/commons/"/>
       </links>
   
  -    <menu name="User Documentation">
  -      <item name="Introduction"      href="/introduction.html"/>
  +    <menu name="CLI2">
  +      <item name="Overview"          href="/manual/index.html"/>
  +      <item name="Options"           href="/manual/options.html"/>
  +      <item name="Builders"          href="/manual/builders.html"/>
  +      <item name="CommandLines"      href="/manual/commandlines.html"/>
  +      <item name="Validators"        href="/manual/validators.html"/>
  +      <item name="Utilities"         href="/manual/utilities.html"/>
  +    </menu>
  +
  +    <menu name="CLI1">
  +      <item name="Overview"          href="/introduction.html"/>
         <item name="Usage Scenarios"   href="/usage.html"/>
         <item name="Option Properties" href="/properties.html"/>
  -      <item name="Download"          href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-cli/v1.0/"/>
       </menu>
   
  -    <menu name="Developer Documentation">
  -      <item name="Versions and Branches" href="/versions_and_branches.html"/>
  +    <menu name="Examples">
  +      <item name="Overview"          href="/examples/index.html"/>
  +      <item name="ant"               href="/examples/ant.html"/>
  +      <item name="ls"                href="/examples/ls.html"/>
  +      <item name="cvs"               href="/examples/cvs.html"/>
  +      <item name="cp"                href="/examples/cp.html"/>
       </menu>
  -    
  +
       &common-menus;
  +
     </body>
   </project>
  
  
  
  1.1                  jakarta-commons/cli/xdocs/navigation-pdf.xml
  
  Index: navigation-pdf.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <!--
   Copyright 2002-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 org.apache.commons.menus SYSTEM '../../commons-build/menus/menus.dtd'>
  
  <project name="CLI">
  
    <title>CLI</title>
  
    <body>
      <links>
        <item name="Jakarta Commons"
              href="http://jakarta.apache.org/commons/"/>
      </links>
  
      <menu name="Command Line Interface">
        <item name="Introduction"             href="/index.html"/>
      </menu>
  
      <menu name="CLI2">
        <item name="CLI2 - Overview"          href="/manual/index.html"/>
        <item name="CLI2 - Options"           href="/manual/options.html"/>
        <item name="CLI2 - Builders"          href="/manual/builders.html"/>
        <item name="CLI2 - CommandLines"      href="/manual/commandlines.html"/>
        <item name="CLI2 - Validators"        href="/manual/validators.html"/>
        <item name="CLI2 - Utilities"         href="/manual/utilities.html"/>
      </menu>
  
      <menu name="CLI1">
        <item name="CLI1 - Overview"          href="/introduction.html"/>
        <item name="CLI1 - Usage Scenarios"   href="/usage.html"/>
        <item name="CLI1 - Option Properties" href="/properties.html"/>
      </menu>
  
      <menu name="Examples">
        <item name="Examples - Overview"          href="/examples/index.html"/>
        <item name="Examples - ant"               href="/examples/ant.html"/>
        <item name="Examples - ls"                href="/examples/ls.html"/>
        <item name="Examples - cvs"               href="/examples/cvs.html"/>
        <item name="Examples - cp"                href="/examples/cp.html"/>
      </menu>
  
    </body>
  </project>
  
  
  
  1.11      +3 -1      jakarta-commons/cli/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/cli/project.properties,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.properties	18 Aug 2004 00:44:46 -0000	1.10
  +++ project.properties	2 Sep 2004 13:57:06 -0000	1.11
  @@ -21,4 +21,6 @@
   maven.javadoc.links=http://java.sun.com/j2se/1.4/docs/api/
   
   
  -maven.jar.manifest=${basedir}/src/conf/MANIFEST.MF
  \ No newline at end of file
  +maven.jar.manifest=${basedir}/src/conf/MANIFEST.MF
  +
  +maven.pdf.navigationFile=navigation-pdf.xml
  
  
  

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