Author: niallp
Date: Wed Jan 16 05:26:26 2008
New Revision: 612447
URL: http://svn.apache.org/viewvc?rev=612447&view=rev
Log:
Remove Jakarta references, fix site generation errors
Added:
commons/sandbox/js2j/trunk/src/site/
commons/sandbox/js2j/trunk/src/site/site.xml (with props)
Modified:
commons/sandbox/compress/trunk/src/site/site.xml
commons/sandbox/compress/trunk/src/site/xdoc/index.xml
commons/sandbox/compress/trunk/src/site/xdoc/issue-tracking.xml
commons/sandbox/csv/trunk/src/site/site.xml
commons/sandbox/csv/trunk/src/site/xdoc/index.xml
commons/sandbox/csv/trunk/src/site/xdoc/issue-tracking.xml
commons/sandbox/exec/trunk/pom.xml
commons/sandbox/exec/trunk/src/site/site.xml
commons/sandbox/finder/trunk/src/site/site.xml
commons/sandbox/finder/trunk/src/site/xdoc/index.xml
commons/sandbox/finder/trunk/src/site/xdoc/issue-tracking.xml
commons/sandbox/i18n/trunk/src/site/site.xml
commons/sandbox/id/trunk/src/site/site.xml
commons/sandbox/id/trunk/xdocs/navigation.xml
commons/sandbox/id/trunk/xdocs/uuid.xml
commons/sandbox/javaflow/trunk/pom.xml
commons/sandbox/javaflow/trunk/src/site/site.xml
commons/sandbox/js2j/trunk/assembly/pom.xml
Modified: commons/sandbox/compress/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/compress/trunk/src/site/site.xml?rev=612447&r1=612446&r2=612447&view=diff
==============================================================================
--- commons/sandbox/compress/trunk/src/site/site.xml (original)
+++ commons/sandbox/compress/trunk/src/site/site.xml Wed Jan 16 05:26:26 2008
@@ -5,7 +5,7 @@
<menu name="Compress">
<item name="Overview" href="/index.html"/>
<item name="Download" href="/downloads.html"/>
- <item name="Wiki"
href="http://wiki.apache.org/jakarta-commons/Compress"/>
+ <item name="Wiki" href="http://wiki.apache.org/commons/Compress"/>
</menu>
<menu name="Development">
Modified: commons/sandbox/compress/trunk/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/compress/trunk/src/site/xdoc/index.xml?rev=612447&r1=612446&r2=612447&view=diff
==============================================================================
--- commons/sandbox/compress/trunk/src/site/xdoc/index.xml (original)
+++ commons/sandbox/compress/trunk/src/site/xdoc/index.xml Wed Jan 16 05:26:26
2008
@@ -34,7 +34,7 @@
<section name="Documentation">
<ul>
<li>The <a href="apidocs/index.html">Javadoc</a> of the latest SVN</li>
- <li>The <a
href="http://svn.apache.org/viewcvs/jakarta/commons/sandbox/compress/">SVN
repository</a> can be browsed.</li>
+ <li>The <a href="http://svn.apache.org/viewvc/commons/sandbox/compress/">SVN
repository</a> can be browsed.</li>
</ul>
<p>
There are also 2 example for the bzip2 API:
Modified: commons/sandbox/compress/trunk/src/site/xdoc/issue-tracking.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/compress/trunk/src/site/xdoc/issue-tracking.xml?rev=612447&r1=612446&r2=612447&view=diff
==============================================================================
--- commons/sandbox/compress/trunk/src/site/xdoc/issue-tracking.xml (original)
+++ commons/sandbox/compress/trunk/src/site/xdoc/issue-tracking.xml Wed Jan 16
05:26:26 2008
@@ -40,7 +40,7 @@
<ol>
<li><a
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310491&component=12311183&sorter/field=issuekey&sorter/order=DESC&status=1&status=4">Search
existing open bugs</a>.
If you find your issue listed then please add a comment with your
details.</li>
- <li><a
href="http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/">Search the
mailing list archive</a>.
+ <li><a href="http://mail-archives.apache.org/mod_mbox/commons-dev/">Search
the mailing list archive</a>.
You may find your issue or idea has already been discussed.</li>
<li>Decide if your issue is a bug or an enhancement.</li>
<li>Submit either a <a
href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310491&component=12311183&issuetype=1&priority=4&assignee=-1">bug
report</a>
Modified: commons/sandbox/csv/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/csv/trunk/src/site/site.xml?rev=612447&r1=612446&r2=612447&view=diff
==============================================================================
--- commons/sandbox/csv/trunk/src/site/site.xml (original)
+++ commons/sandbox/csv/trunk/src/site/site.xml Wed Jan 16 05:26:26 2008
@@ -5,7 +5,7 @@
<menu name="Commons CSV">
<item name="Overview" href="/index.html"/>
<item name="Download" href="/downloads.html"/>
- <item name="Wiki"
href="http://wiki.apache.org/jakarta-commons/CSV"/>
+ <item name="Wiki" href="http://wiki.apache.org/commons/CSV"/>
</menu>
<menu name="Development">
Modified: commons/sandbox/csv/trunk/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/csv/trunk/src/site/xdoc/index.xml?rev=612447&r1=612446&r2=612447&view=diff
==============================================================================
--- commons/sandbox/csv/trunk/src/site/xdoc/index.xml (original)
+++ commons/sandbox/csv/trunk/src/site/xdoc/index.xml Wed Jan 16 05:26:26 2008
@@ -37,8 +37,8 @@
</section>
<section name="Getting the code?">
- <p>There are currently no official downloads, and will not be until CSV
moves out of the Sandbox, but a nightly build is available from <a
href="http://people.apache.org/builds/jakarta-commons/nightly/commons-csv/">http://people.apache.org/builds/jakarta-commons/nightly/commons-csv/</a>.
</p>
- <p>The latest code may be checked out from the following url - <a
href="http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk/">http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk/</a>.
</p>
+ <p>There are currently no official downloads, and will not be until CSV
moves out of the Sandbox, but a nightly build is available from <a
href="http://people.apache.org/builds/commons/nightly/commons-csv/">http://people.apache.org/builds/commons/nightly/commons-csv/</a>.
</p>
+ <p>The latest code may be checked out from the following url - <a
href="http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk/">http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk/</a>.
</p>
</section>
<section name="Bugs?">
Modified: commons/sandbox/csv/trunk/src/site/xdoc/issue-tracking.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/csv/trunk/src/site/xdoc/issue-tracking.xml?rev=612447&r1=612446&r2=612447&view=diff
==============================================================================
--- commons/sandbox/csv/trunk/src/site/xdoc/issue-tracking.xml (original)
+++ commons/sandbox/csv/trunk/src/site/xdoc/issue-tracking.xml Wed Jan 16
05:26:26 2008
@@ -40,7 +40,7 @@
<ol>
<li><a
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310491&component=12311182&sorter/field=issuekey&sorter/order=DESC&status=1&status=4">Search
existing open bugs</a>.
If you find your issue listed then please add a comment with your
details.</li>
- <li><a
href="http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/">Search the
mailing list archive</a>.
+ <li><a href="http://mail-archives.apache.org/mod_mbox/commons-dev/">Search
the mailing list archive</a>.
You may find your issue or idea has already been discussed.</li>
<li>Decide if your issue is a bug or an enhancement.</li>
<li>Submit either a <a
href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310491&component=12311182&issuetype=1&priority=4&assignee=-1">bug
report</a>
Modified: commons/sandbox/exec/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/exec/trunk/pom.xml?rev=612447&r1=612446&r2=612447&view=diff
==============================================================================
--- commons/sandbox/exec/trunk/pom.xml (original)
+++ commons/sandbox/exec/trunk/pom.xml Wed Jan 16 05:26:26 2008
@@ -98,7 +98,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
- <version>2.0-beta-1</version>
+ <version>2.0-beta-3</version>
<reportSets>
<reportSet>
<reports>
@@ -111,6 +111,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
+ <version>2.1</version>
<configuration>
<basedir>${basedir}</basedir>
</configuration>
Modified: commons/sandbox/exec/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/exec/trunk/src/site/site.xml?rev=612447&r1=612446&r2=612447&view=diff
==============================================================================
--- commons/sandbox/exec/trunk/src/site/site.xml (original)
+++ commons/sandbox/exec/trunk/src/site/site.xml Wed Jan 16 05:26:26 2008
@@ -1,7 +1,11 @@
-<site>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="Commons CSV">
<body>
+
<menu name="Commons Exec">
- <item name="Overview" href="/index.html" />
+ <item name="Overview" href="/index.html"/>
+ <item name="Tutorial" href="/tutorial.html"/>
</menu>
+
</body>
-</site>
+</project>
Modified: commons/sandbox/finder/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/finder/trunk/src/site/site.xml?rev=612447&r1=612446&r2=612447&view=diff
==============================================================================
--- commons/sandbox/finder/trunk/src/site/site.xml (original)
+++ commons/sandbox/finder/trunk/src/site/site.xml Wed Jan 16 05:26:26 2008
@@ -5,7 +5,7 @@
<menu name="Commons Finder">
<item name="Overview" href="/index.html"/>
<item name="Download" href="/downloads.html"/>
- <item name="Wiki"
href="http://wiki.apache.org/jakarta-commons/Finder"/>
+ <item name="Wiki" href="http://wiki.apache.org/commons/Finder"/>
</menu>
<menu name="Development">
Modified: commons/sandbox/finder/trunk/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/finder/trunk/src/site/xdoc/index.xml?rev=612447&r1=612446&r2=612447&view=diff
==============================================================================
--- commons/sandbox/finder/trunk/src/site/xdoc/index.xml (original)
+++ commons/sandbox/finder/trunk/src/site/xdoc/index.xml Wed Jan 16 05:26:26
2008
@@ -27,8 +27,8 @@
</section>
<section name="Getting the code?">
- <p>There are currently no official downloads, and will not be until Finder
moves out of the Sandbox, but a nightly build is available from <a
href="http://people.apache.org/builds/jakarta-commons/nightly/commons-finder/">http://people.apache.org/builds/jakarta-commons/nightly/commons-finder/</a>.
</p>
- <p>The latest code may be checked out from the following url - <a
href="http://svn.apache.org/repos/asf/jakarta/commons/sandbox/finder/trunk/">http://svn.apache.org/repos/asf/jakarta/commons/sandbox/finder/trunk/</a>.
</p>
+ <p>There are currently no official downloads, and will not be until Finder
moves out of the Sandbox, but a nightly build is available from <a
href="http://people.apache.org/builds/commons/nightly/commons-finder/">http://people.apache.org/builds/commons/nightly/commons-finder/</a>.
</p>
+ <p>The latest code may be checked out from the following url - <a
href="http://svn.apache.org/repos/asf/commons/sandbox/finder/trunk/">http://svn.apache.org/repos/asf/commons/sandbox/finder/trunk/</a>.
</p>
</section>
<section name="Bugs?">
Modified: commons/sandbox/finder/trunk/src/site/xdoc/issue-tracking.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/finder/trunk/src/site/xdoc/issue-tracking.xml?rev=612447&r1=612446&r2=612447&view=diff
==============================================================================
--- commons/sandbox/finder/trunk/src/site/xdoc/issue-tracking.xml (original)
+++ commons/sandbox/finder/trunk/src/site/xdoc/issue-tracking.xml Wed Jan 16
05:26:26 2008
@@ -40,7 +40,7 @@
<ol>
<li><a
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310491&component=12311267&sorter/field=issuekey&sorter/order=DESC&status=1&status=4">Search
existing open bugs</a>.
If you find your issue listed then please add a comment with your
details.</li>
- <li><a
href="http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/">Search the
mailing list archive</a>.
+ <li><a href="http://mail-archives.apache.org/mod_mbox/commons-dev/">Search
the mailing list archive</a>.
You may find your issue or idea has already been discussed.</li>
<li>Decide if your issue is a bug or an enhancement.</li>
<li>Submit either a <a
href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310491&component=12311267&issuetype=1&priority=4&assignee=-1">bug
report</a>
Modified: commons/sandbox/i18n/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/i18n/trunk/src/site/site.xml?rev=612447&r1=612446&r2=612447&view=diff
==============================================================================
--- commons/sandbox/i18n/trunk/src/site/site.xml (original)
+++ commons/sandbox/i18n/trunk/src/site/site.xml Wed Jan 16 05:26:26 2008
@@ -1,4 +1,5 @@
-<site>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="Commons I18n">
<bannerRight>
<name>Commons I18n</name>
<src>/images/i18n-logo-white.png</src>
@@ -11,4 +12,4 @@
<item name="Examples" href="/examples.html" />
</menu>
</body>
-</site>
+</project>
Modified: commons/sandbox/id/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/id/trunk/src/site/site.xml?rev=612447&r1=612446&r2=612447&view=diff
==============================================================================
--- commons/sandbox/id/trunk/src/site/site.xml (original)
+++ commons/sandbox/id/trunk/src/site/site.xml Wed Jan 16 05:26:26 2008
@@ -1,4 +1,5 @@
-<site>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="Commons Id">
<bannerRight>
<name>Apache Commons Id</name>
<src>images/logo.png</src>
@@ -12,4 +13,4 @@
<item name="Downloads" href="/downloads.html"/>
</menu>
</body>
-</site>
+</project>
Modified: commons/sandbox/id/trunk/xdocs/navigation.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/id/trunk/xdocs/navigation.xml?rev=612447&r1=612446&r2=612447&view=diff
==============================================================================
--- commons/sandbox/id/trunk/xdocs/navigation.xml (original)
+++ commons/sandbox/id/trunk/xdocs/navigation.xml Wed Jan 16 05:26:26 2008
@@ -23,7 +23,7 @@
<item name="Overview" href="/index.html" />
<item name="API Documentation" href="/apidocs/index.html"/>
<item name="Source Repository (current)"
-
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/sandbox/id/trunk"/>
+ href="http://svn.apache.org/viewvc/commons/sandbox/id/"/>
<item name="Downloads" href="/downloads.html"/>
</menu>
&common-menus;
Modified: commons/sandbox/id/trunk/xdocs/uuid.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/id/trunk/xdocs/uuid.xml?rev=612447&r1=612446&r2=612447&view=diff
==============================================================================
--- commons/sandbox/id/trunk/xdocs/uuid.xml (original)
+++ commons/sandbox/id/trunk/xdocs/uuid.xml Wed Jan 16 05:26:26 2008
@@ -20,7 +20,7 @@
<author email="Commons Id Team">Commons Id Team</author>
<title>UUID Documentation</title>
</properties>
- <meta name="keyword" content="jakarta, java, commons-id, universally unique
identifier, UUID, GUID"/>
+ <meta name="keyword" content="java, commons-id, universally unique
identifier, UUID, GUID"/>
<body>
<section name="Overview">
Modified: commons/sandbox/javaflow/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/javaflow/trunk/pom.xml?rev=612447&r1=612446&r2=612447&view=diff
==============================================================================
--- commons/sandbox/javaflow/trunk/pom.xml (original)
+++ commons/sandbox/javaflow/trunk/pom.xml Wed Jan 16 05:26:26 2008
@@ -191,6 +191,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
+ <version>2.1</version>
</plugin>
<!--
Modified: commons/sandbox/javaflow/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/javaflow/trunk/src/site/site.xml?rev=612447&r1=612446&r2=612447&view=diff
==============================================================================
--- commons/sandbox/javaflow/trunk/src/site/site.xml (original)
+++ commons/sandbox/javaflow/trunk/src/site/site.xml Wed Jan 16 05:26:26 2008
@@ -1,4 +1,5 @@
-<site>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="Commons Javaflow">
<bannerRight>
<name>Commons Javaflow</name>
<src>images/javaflow-logo-white.png</src>
@@ -13,4 +14,4 @@
<item name="Ant Task" href="/antTask.html" />
</menu>
</body>
-</site>
+</project>
Modified: commons/sandbox/js2j/trunk/assembly/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/js2j/trunk/assembly/pom.xml?rev=612447&r1=612446&r2=612447&view=diff
==============================================================================
--- commons/sandbox/js2j/trunk/assembly/pom.xml (original)
+++ commons/sandbox/js2j/trunk/assembly/pom.xml Wed Jan 16 05:26:26 2008
@@ -33,10 +33,10 @@
</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/js2j/trunk/assembly</connection>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/js2j/trunk/assembly</connection>
<developerConnection>
-
scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/sandbox/js2j/trunk/assembly</developerConnection>
-
<url>http://svn.apache.org/viewcvs.cgi/jakarta/commons/sandbox/js2j/trunk/assembly</url>
+
scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/js2j/trunk/assembly</developerConnection>
+
<url>http://svn.apache.org/viewvc/commons/sandbox/js2j/trunk/assembly</url>
</scm>
<build>
Added: commons/sandbox/js2j/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/js2j/trunk/src/site/site.xml?rev=612447&view=auto
==============================================================================
--- commons/sandbox/js2j/trunk/src/site/site.xml (added)
+++ commons/sandbox/js2j/trunk/src/site/site.xml Wed Jan 16 05:26:26 2008
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="Commons JS2J">
+ <body>
+ <menu name="Commons JS2J">
+ <item name="Overview" href="/index.html" />
+ </menu>
+ </body>
+</project>
Propchange: commons/sandbox/js2j/trunk/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: commons/sandbox/js2j/trunk/src/site/site.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL