Skip to content

Commit 2b0a94a

Browse files
committed
Use the changes-report for the release notes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/branches/cli-1.0.x@544377 13f79535-47bb-0310-9956-ffa450edef68
1 parent ed200ce commit 2b0a94a

1 file changed

Lines changed: 3 additions & 75 deletions

File tree

xdocs/index.xml

Lines changed: 3 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ as are various <a href="maven-reports.html">project reports</a>.
4040
The JavaDoc API documents are available online:
4141
</p>
4242
<ul>
43-
<li>The <a href="api-release/index.html">current release 1.0</a></li>
43+
<li>The <a href="api-release/index.html">current release 1.1</a></li>
4444
<!--li>The <a href="api-n/index.html">previous version n</a></li-->
4545
<li>The <a href="apidocs/index.html">latest SVN</a></li>
4646
</ul>
@@ -52,9 +52,9 @@ The <a href="cvs-usage.html">subversion repository</a> can be
5252
<!-- ================================================== -->
5353
<section name="Releases">
5454
<p>
55-
The latest version is v1.0. -
55+
The latest version is v1.1. -
5656
<a href="http://jakarta.apache.org/site/downloads/downloads_commons-cli.cgi">Download now!</a><br />
57-
The <a href="release_1_0.html">release notes</a> are also available.
57+
The <a href="changes-report.html#1_1">release notes</a> are also available.
5858
</p>
5959
<p>
6060
For previous releases, see the <a href="http://archive.apache.org/dist/jakarta/commons/cli/">Apache Archive</a>
@@ -73,79 +73,7 @@ so prefix your email by [cli].
7373
Issues may be reported via the <a href="issue-tracking.html">ASF JIRA</a>.
7474
</p>
7575
</section>
76-
<!-- ================================================== -->
7776

78-
<!-- <p>
79-
CLI1 was formed by the merger of ideas and code from three different
80-
libraries and allows most simple interfaces to be modelled. CLI1
81-
became increasingly difficult to maintain and develop further and so
82-
CLI2 has been developed with the goals of clearer responsibilities and
83-
being more flexible. The intention is that CLI2 should be able to
84-
model a far greater selection of interfaces and do so more completely,
85-
validating as much as possible.
86-
</p>
87-
<p>
88-
The redesigned CLI2 is rooted in the <code>org.apache.commons.cli2</code>
89-
package and the distribution retains the <code>org.apache.commons.cli</code>
90-
package so that the upgrade doesn't break old code. The CLI1 package
91-
should be regarded as deprecated to encourage the transition to the
92-
more flexible CLI2 framework but minor bug fixes and patches may be
93-
accepted to ensure that CLI1 based applications continue to function as
94-
expected.
95-
</p>
96-
<p>
97-
The rest of the documentation is split into the following three sections:
98-
<ul>
99-
<li><a href="manual/index.html">CLI2</a> - a reference manual for version 2</li>
100-
<li><a href="introduction.html">CLI1</a> - documentation for version 1 </li>
101-
<li><a href="examples/index.html">Examples</a> - a selection of worked examples demonstrating CLI2 features</li>
102-
</ul>
103-
</p>
104-
<p>
105-
The latest version of this documentation is available on the web:
106-
<ul>
107-
<li><a href="http://jakarta.apache.org/commons/cli/">http://jakarta.apache.org/commons/cli/</a></li>
108-
<li>
109-
<a href="http://jakarta.apache.org/commons/cli/commons-cli.pdf">http://jakarta.apache.org/commons/cli/commons-cli.pdf</a>
110-
<a href="http://jakarta.apache.org/commons/cli/commons-cli.pdf"><img border="0" src="images/pdf.gif"/></a>
111-
</li>
112-
</ul>
113-
</p>
114-
</section>
115-
<section name="Dependancies">
116-
<p>
117-
The generated list of <a href="dependencies.html">dependencies</a>
118-
lists the libraries needed to compile and test Commons CLI. To use
119-
the precompiled distribution none of these dependancies are strictly
120-
necessary. The following is a breakdown of what is required and when:
121-
</p>
122-
<table>
123-
<tr>
124-
<th>Library</th><th>Usage</th>
125-
</tr>
126-
<tr>
127-
<td>Java 1.2</td>
128-
<td>This is the minimum java level needed to use CLI2</td>
129-
</tr>
130-
<tr>
131-
<td>Java 1.4</td>
132-
<td>Needed if the PreferencesCommandLine is needed</td>
133-
</tr>
134-
<tr>
135-
<td>commons-lang</td>
136-
<td>Needed if the CLI1 package is being used</td>
137-
</tr>
138-
<tr>
139-
<td>jdepend</td>
140-
<td>Needed to build and test CLI2 only</td>
141-
</tr>
142-
<tr>
143-
<td>junit</td>
144-
<td>Needed to build and test CLI1 and CLI2</td>
145-
</tr>
146-
</table>
147-
</section>
148-
-->
14977
</body>
15078

15179
</document>

0 commit comments

Comments
 (0)