You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2008/07/22 12:04:05 UTC

svn commit: r678697 - in /commons/proper/cli/branches/cli-1.x/src/java/org/apache/commons/cli: overview.html package.html

Author: ebourg
Date: Tue Jul 22 03:04:04 2008
New Revision: 678697

URL: http://svn.apache.org/viewvc?rev=678697&view=rev
Log:
Updated the version in the Javadoc

Modified:
    commons/proper/cli/branches/cli-1.x/src/java/org/apache/commons/cli/overview.html
    commons/proper/cli/branches/cli-1.x/src/java/org/apache/commons/cli/package.html

Modified: commons/proper/cli/branches/cli-1.x/src/java/org/apache/commons/cli/overview.html
URL: http://svn.apache.org/viewvc/commons/proper/cli/branches/cli-1.x/src/java/org/apache/commons/cli/overview.html?rev=678697&r1=678696&r2=678697&view=diff
==============================================================================
--- commons/proper/cli/branches/cli-1.x/src/java/org/apache/commons/cli/overview.html (original)
+++ commons/proper/cli/branches/cli-1.x/src/java/org/apache/commons/cli/overview.html Tue Jul 22 03:04:04 2008
@@ -1,28 +1,28 @@
 
 <body>
- 
-    <p>Commons CLI -- version ##VERSION## (##QUALITY##)</p>
 
-	<p>The commons-cli package aides in parsing command-line arguments.</p>
+    <p>Commons CLI -- version 1.2</p>
 
-	<p>Allow command-line arguments to be parsed against a descriptor of
-	valid options (long and short), potentially with arguments.</p>
+    <p>The commons-cli package aides in parsing command-line arguments.</p>
 
-	<p>command-line arguments may be of the typical <code>String[]</code>
-	form, but also may be a <code>java.util.List</code>.  Indexes allow
-	for parsing only a portion of the command-line.  Also, functionality
-	for parsing the command-line in phases is built in, allowing for
-	'cvs-style' command-lines, where some global options are specified
-	before a 'command' argument, and command-specific options are
-	specified after the command argument:
-	
-	<code>
-	<pre>
-		myApp -p &lt;port&gt; command -p &lt;printer&gt;
-	</pre>
-	</code>
-	
+    <p>Allow command-line arguments to be parsed against a descriptor of
+    valid options (long and short), potentially with arguments.</p>
 
-	<p>The homepage for the project is
-	<a href="http://jakarta.apache.org/commons/">jakarta commons/</a>
+    <p>command-line arguments may be of the typical <code>String[]</code>
+    form, but also may be a <code>java.util.List</code>.  Indexes allow
+    for parsing only a portion of the command-line.  Also, functionality
+    for parsing the command-line in phases is built in, allowing for
+    'cvs-style' command-lines, where some global options are specified
+    before a 'command' argument, and command-specific options are
+    specified after the command argument:
+
+    <code>
+    <pre>
+        myApp -p &lt;port&gt; command -p &lt;printer&gt;
+    </pre>
+    </code>
+
+
+    <p>The homepage for the project is
+    <a href="http://commons.apache.org">Apache Commons/</a>
 </body>

Modified: commons/proper/cli/branches/cli-1.x/src/java/org/apache/commons/cli/package.html
URL: http://svn.apache.org/viewvc/commons/proper/cli/branches/cli-1.x/src/java/org/apache/commons/cli/package.html?rev=678697&r1=678696&r2=678697&view=diff
==============================================================================
--- commons/proper/cli/branches/cli-1.x/src/java/org/apache/commons/cli/package.html (original)
+++ commons/proper/cli/branches/cli-1.x/src/java/org/apache/commons/cli/package.html Tue Jul 22 03:04:04 2008
@@ -1,6 +1,6 @@
 
 <body>
 
-    Commons CLI 1.0
+    Commons CLI 1.2
 
 </body>