You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2007/07/30 07:18:24 UTC

svn commit: r560863 - in /commons/proper/cli/trunk/xdocs/manual: commandlines.xml index.xml options.xml utilities.xml validators.xml

Author: bayard
Date: Sun Jul 29 22:18:23 2007
New Revision: 560863

URL: http://svn.apache.org/viewvc?view=rev&rev=560863
Log:
Removing dead pages and dead images

Removed:
    commons/proper/cli/trunk/xdocs/manual/commandlines.xml
    commons/proper/cli/trunk/xdocs/manual/utilities.xml
Modified:
    commons/proper/cli/trunk/xdocs/manual/index.xml
    commons/proper/cli/trunk/xdocs/manual/options.xml
    commons/proper/cli/trunk/xdocs/manual/validators.xml

Modified: commons/proper/cli/trunk/xdocs/manual/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/xdocs/manual/index.xml?view=diff&rev=560863&r1=560862&r2=560863
==============================================================================
--- commons/proper/cli/trunk/xdocs/manual/index.xml (original)
+++ commons/proper/cli/trunk/xdocs/manual/index.xml Sun Jul 29 22:18:23 2007
@@ -117,8 +117,7 @@
                     to the user in a manner typical of command line applications.  The 
                     HelpFormatter is designed with flexibility in mind so it should be possible to 
                     control exactly which structures are described to the user and what level of 
-                    detail to use.  The HelpFormatter is discussed in detail in the 
-                    <a href="utilities.html#HelpFormatter">Utilities</a> section of the manual.
+                    detail to use.  
                 </p>
                 <p>
                     Any errors that occur while parsing result in an OptionException being thrown 
@@ -183,9 +182,7 @@
                     provided that can wrap a Properties or Preferences instance as a CommandLine.
                     These can then be combined with the DefaultingCommandLine and the parsed 
                     CommandLine to provide a variety of different defaulting and overriding 
-                    scenarios.  The CommandLine interface and implementations are discussed 
-                    further in the <a href="commandlines.html">CommandLines</a> section of the 
-                    manual.
+                    scenarios.  
                 </p>
             </subsection>
         </section>

Modified: commons/proper/cli/trunk/xdocs/manual/options.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/xdocs/manual/options.xml?view=diff&rev=560863&r1=560862&r2=560863
==============================================================================
--- commons/proper/cli/trunk/xdocs/manual/options.xml (original)
+++ commons/proper/cli/trunk/xdocs/manual/options.xml Sun Jul 29 22:18:23 2007
@@ -24,7 +24,6 @@
 
   <body>
     <section name="Options">
-      <img src="../images/options.jpg"/>
       <subsection name="Option">
       <p>
         In CLI2 every element of the command line interface is modelled as an 

Modified: commons/proper/cli/trunk/xdocs/manual/validators.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/xdocs/manual/validators.xml?view=diff&rev=560863&r1=560862&r2=560863
==============================================================================
--- commons/proper/cli/trunk/xdocs/manual/validators.xml (original)
+++ commons/proper/cli/trunk/xdocs/manual/validators.xml Sun Jul 29 22:18:23 2007
@@ -41,8 +41,6 @@
         <li>URL</li>
       </ul>
       
-      <img src="../images/validators.jpg"/>
-
       <subsection name="ClassValidator">
         <p>
           The <code>ClassValidator</code> validates a value using three criteria: