Skip to content

Commit b5a49db

Browse files
author
John Keyes
committed
added information on versions and branches
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@129951 13f79535-47bb-0310-9956-ffa450edef68
1 parent bbc7f37 commit b5a49db

2 files changed

Lines changed: 55 additions & 0 deletions

File tree

xdocs/navigation.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
<item name="Download" href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-cli/v1.0/"/>
1717
</menu>
1818

19+
<menu name="Developer Documentation">
20+
<item name="Versions and Branches" href="/versions_and_branches.html"/>
21+
</menu>
22+
1923
&commons-nav;
2024
</body>
2125
</project>

xdocs/versions_and_branches.xml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<?xml version="1.0" encoding="ISO-8859-1"?>
2+
3+
<document>
4+
5+
<properties>
6+
<author email="jbjk@mac.com">John Keyes</author>
7+
<title>Branches and Versions</title>
8+
</properties>
9+
10+
<body>
11+
<section name="Versions">
12+
<table>
13+
<tr>
14+
<th>Name</th>
15+
<th>Description</th>
16+
</tr>
17+
<tr>
18+
<td><code>CLI_1_0</code></td>
19+
<td>CLI 1.0</td>
20+
</tr>
21+
</table>
22+
</section>
23+
24+
<section name="Development Versions">
25+
<table>
26+
<tr>
27+
<th>Name</th>
28+
<th>Description</th>
29+
</tr>
30+
<tr>
31+
<td><code>CLI_1_0_BETA_1</code></td>
32+
<td>First beta release of CLI 1.0.</td>
33+
</tr>
34+
</table>
35+
</section>
36+
37+
<section name="Branches">
38+
<table>
39+
<tr>
40+
<th>Name</th>
41+
<th>Description</th>
42+
</tr>
43+
<tr>
44+
<td><code>CLI_2_DEV_BRANCH</code></td>
45+
<td>Development branch for jkeyes's CLI 2 code</td>
46+
</tr>
47+
</table>
48+
</section>
49+
</body>
50+
</document>
51+

0 commit comments

Comments
 (0)