Skip to content

Commit e3724b8

Browse files
committed
Updating site further to not point to Jakarta things
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@560789 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1883f94 commit e3724b8

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ There are two ways to build CLI, either with ant or maven.
1616

1717
Ant can be found here :
1818

19-
http://jakarta.apache.org/ant
19+
http://ant.apache.org/
2020

2121
and to build and test the system use:
2222

2323
ant dist
2424

2525
Maven can be found here :
2626

27-
http://maven.apache.org
27+
http://maven.apache.org/
2828

2929
and to build and test the system use:
3030

doap_cli.rdf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</description>
1717
<repository>
1818
<SVNRepository>
19-
<browse rdf:resource="http://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk"/>
20-
<location rdf:resource="http://svn.apache.org/repos/asf/jakarta/commons/proper/cli"/>
19+
<browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/cli/trunk"/>
20+
<location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/cli"/>
2121
</SVNRepository>
2222
</repository>
2323
<release>

xdocs/cvs-usage.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ limitations under the License.
2929
</p>
3030
<p>
3131
The project URL is:<br />
32-
<code>http://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk</code>
32+
<code>http://svn.apache.org/repos/asf/commons/proper/cli/trunk</code>
3333
</p>
3434
<p>
3535
The best way to view the repository is via the
36-
<a href="http://svn.apache.org/viewvc/jakarta/commons/proper/cli/trunk/">subversion viewer</a>.
36+
<a href="http://svn.apache.org/viewvc/commons/proper/cli/trunk/">subversion viewer</a>.
3737
</p>
3838
<p>
3939
The alternative is to use the
40-
<a href="http://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk/">native subversion</a> display.
40+
<a href="http://svn.apache.org/repos/asf/commons/proper/cli/trunk/">native subversion</a> display.
4141
</p>
4242
</section>
4343
<!-- ================================================== -->

xdocs/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The JavaDoc API documents are available online:
6060
</ul>
6161
<p>
6262
The <a href="cvs-usage.html">subversion repository</a> can be
63-
<a href="http://svn.apache.org/viewvc/jakarta/commons/proper/cli/trunk/">browsed</a>.
63+
<a href="http://svn.apache.org/viewvc/commons/proper/cli/trunk/">browsed</a>.
6464
</p>
6565
</section>
6666
<!-- ================================================== -->
@@ -71,7 +71,7 @@ The latest version is v1.1. -
7171
The <a href="upgrading-1.0-to-1.1.html">release notes</a> are also available.
7272
</p>
7373
<p>
74-
For previous releases, see the <a href="http://archive.apache.org/dist/jakarta/commons/cli/">Apache Archive</a>
74+
For previous releases, see the <a href="http://archive.apache.org/dist/commons/cli/">Apache Archive</a>
7575
</p>
7676
</section>
7777
<!-- ================================================== -->

xdocs/issue-tracking.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ limitations under the License.
3838
<ol>
3939
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310463&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=4">Search existing open bugs</a>.
4040
If you find your issue listed then please add a comment with your details.</li>
41-
<li><a href="http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/">Search the mailing list archive</a>.
41+
<li><a href="http://mail-archives.apache.org/mod_mbox/commons-dev/">Search the mailing list archive</a>.
4242
You may find your issue or idea has already been discussed.</li>
4343
<li>Decide if your issue is a bug or an enhancement.</li>
4444
<li>Submit either a <a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310463&amp;issuetype=1&amp;priority=4&amp;assignee=-1">bug report</a>

xdocs/navigation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<menu name="Commons CLI">
2929
<item name="Overview" href="/index.html"/>
3030
<item name="Download (1.1)" href="http://jakarta.apache.org/site/downloads/downloads_commons-cli.cgi"/>
31-
<item name="SVN repository" href="http://svn.apache.org/viewvc/jakarta/commons/proper/cli/trunk/"/>
31+
<item name="SVN repository" href="http://svn.apache.org/viewvc/commons/proper/cli/trunk/"/>
3232
<item name="Mailing lists" href="/mail-lists.html"/>
3333
</menu>
3434

xdocs/style/project.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@import url("http://jakarta.apache.org/style/jakarta-maven.css");
1+
@import url("http://commons.apache.org/style/commons-maven.css");

0 commit comments

Comments
 (0)