Author: bayard Date: Fri Jul 27 21:50:00 2007 New Revision: 560495 URL: http://svn.apache.org/viewvc?view=rev&rev=560495 Log: More removal of 'Jakarta'. Removed the pre-2007 mailing archive bit. Other small fixes.
Modified: jakarta/commons/proper/commons-build/trunk/xdocs/building.xml jakarta/commons/proper/commons-build/trunk/xdocs/dormant/index.xml jakarta/commons/proper/commons-build/trunk/xdocs/mail-lists.xml jakarta/commons/proper/commons-build/trunk/xdocs/releases/index.xml jakarta/commons/proper/commons-build/trunk/xdocs/releases/prepare.xml jakarta/commons/proper/commons-build/trunk/xdocs/releases/release.xml jakarta/commons/proper/commons-build/trunk/xdocs/sandbox/index.xml jakarta/commons/proper/commons-build/trunk/xdocs/svninfo.xml Modified: jakarta/commons/proper/commons-build/trunk/xdocs/building.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-build/trunk/xdocs/building.xml?view=diff&rev=560495&r1=560494&r2=560495 ============================================================================== --- jakarta/commons/proper/commons-build/trunk/xdocs/building.xml (original) +++ jakarta/commons/proper/commons-build/trunk/xdocs/building.xml Fri Jul 27 21:50:00 2007 @@ -116,8 +116,8 @@ maven.repo.apache.releases.username (apache user name, for releases) maven.repo.apache.releases.privatekey (path to pgp signing key) </pre> - If you work only on Jakarta projects, you can add - <code> maven.remote.group=jakarta </code> + If you work only on Commons projects, you can add + <code> maven.remote.group=commons </code> otherwise this will need to be specified for each project that you want to use maven to deploy. </p> Modified: jakarta/commons/proper/commons-build/trunk/xdocs/dormant/index.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-build/trunk/xdocs/dormant/index.xml?view=diff&rev=560495&r1=560494&r2=560495 ============================================================================== --- jakarta/commons/proper/commons-build/trunk/xdocs/dormant/index.xml (original) +++ jakarta/commons/proper/commons-build/trunk/xdocs/dormant/index.xml Fri Jul 27 21:50:00 2007 @@ -27,7 +27,7 @@ <p> The Dormant is a Subversion repository for Commons components that have had little recent development activity and no individual or group - of individual Jakarta committers has emerged to champion its ultimate + of individual committers has emerged to champion its ultimate promotion to Commons Proper. </p> <p> @@ -43,7 +43,7 @@ <section name="Revival of the Dormant Components"> <p> A Commons Dormant component may be revived to the Commons Sandbox - if one or more Jakarta committers are interested in picking up + if one or more committers are interested in picking up development of the components and working towards the promotion to Commons Proper. </p> Modified: jakarta/commons/proper/commons-build/trunk/xdocs/mail-lists.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-build/trunk/xdocs/mail-lists.xml?view=diff&rev=560495&r1=560494&r2=560495 ============================================================================== --- jakarta/commons/proper/commons-build/trunk/xdocs/mail-lists.xml (original) +++ jakarta/commons/proper/commons-build/trunk/xdocs/mail-lists.xml Fri Jul 27 21:50:00 2007 @@ -37,8 +37,6 @@ <a href="mailto:[EMAIL PROTECTED]">Digest Unsubscribe</a> <br/><b>Archives</b> <a href="http://mail-archives.apache.org/mod_mbox/commons-user/">mail-archives.apache.org</a> -<br/><b>Prior to July 2007</b> -<a href="http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/">mail-archives.apache.org</a> </p> <p> This list is for developers that are using commons projects in their own projects to @@ -53,8 +51,6 @@ <a href="mailto:[EMAIL PROTECTED]">Digest Unsubscribe</a> <br/><b>Archives</b> <a href="http://mail-archives.apache.org/mod_mbox/commons-dev/">mail-archives.apache.org</a> -<br/><b>Prior to July 2007</b> -<a href="http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/">mail-archives.apache.org</a> </p> <p> This list is for developers building and releasing shareable components under Modified: jakarta/commons/proper/commons-build/trunk/xdocs/releases/index.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-build/trunk/xdocs/releases/index.xml?view=diff&rev=560495&r1=560494&r2=560495 ============================================================================== --- jakarta/commons/proper/commons-build/trunk/xdocs/releases/index.xml (original) +++ jakarta/commons/proper/commons-build/trunk/xdocs/releases/index.xml Fri Jul 27 21:50:00 2007 @@ -27,7 +27,7 @@ <section name="Releasing Commons Components"> <subsection name='Introduction'> <p> - The <em>Apache Commons</em> project differs from many other Jakarta hosted subprojects because + The <em>Apache Commons</em> project differs from many other Apache projects because it is comprised of multiple, independently released components. Therefore, the release procedure for an individual component needs to be documented so that component authors follow consistent practices. @@ -37,10 +37,6 @@ but these steps should prove sufficient for the majority of cases. Any components which deviate substantially from this procedure should document these deviations. - </p> - <p> - This document is the new, updated and revised release instructions. It describes the - (slightly more involved) procedure for creating releases for the Apache mirroring structure. </p> </subsection> <subsection name='Documentation'> Modified: jakarta/commons/proper/commons-build/trunk/xdocs/releases/prepare.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-build/trunk/xdocs/releases/prepare.xml?view=diff&rev=560495&r1=560494&r2=560495 ============================================================================== --- jakarta/commons/proper/commons-build/trunk/xdocs/releases/prepare.xml (original) +++ jakarta/commons/proper/commons-build/trunk/xdocs/releases/prepare.xml Fri Jul 27 21:50:00 2007 @@ -28,7 +28,7 @@ <p> This document contains a mixture of information, advice and examples. It is intended to be a recommendation of best practices. - Official guidelines for Jakarta and ASF releases are found elsewhere. + Official guidelines for ASF releases are found elsewhere. </p> <p> The examples below assume that preparation is being made to release version <em>1.2</em> @@ -557,7 +557,7 @@ This should contain a link to the release candidate. </p> <p> - Votes from members of the Jakarta PMC are binding, however votes from other committers, users and + Votes from members of the Commons PMC are binding, however votes from other committers, users and contributors are welcomed. If the <code>[VOTE]</code> is successful then continue. It is considered good practice to allow enough time for people to express their opinions. Modified: jakarta/commons/proper/commons-build/trunk/xdocs/releases/release.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-build/trunk/xdocs/releases/release.xml?view=diff&rev=560495&r1=560494&r2=560495 ============================================================================== --- jakarta/commons/proper/commons-build/trunk/xdocs/releases/release.xml (original) +++ jakarta/commons/proper/commons-build/trunk/xdocs/releases/release.xml Fri Jul 27 21:50:00 2007 @@ -246,10 +246,10 @@ </p> <p> Untar in a working directory (named <code>release</code>, say). - Remember to make sure that the group is <em>jakarta</em>, + Remember to make sure that the group is <em>commons</em>, that they are world readable and that they are group read-writable. <pre> - chgrp jakarta release/* + chgrp commons release/* chmod 664 release/* # rw-rw-r-- </pre> </p> @@ -259,7 +259,7 @@ <p> Change directory to the distribution directory for your component: <pre> - cd /www/www.apache.org/dist/jakarta/commons/foo/ + cd /www/www.apache.org/dist/commons/foo/ </pre> </p> <p> @@ -406,7 +406,7 @@ <subsection name='9 Test Main Site Downloads'> <p> You should now be able to get the new release from the main apache web site - (<code>http://www.apache.org/dist/jakarta/commons/foo/</code>). + (<code>http://www.apache.org/dist/commons/foo/</code>). </p> <p> Check the main directory: @@ -445,10 +445,10 @@ world). </p> <p> - Note that the files are transferred to the real jakarta web server only every + Note that the files are transferred to the real web site only every few hours, so it may be a while before you see your changes appear. However if you set your webbrowser's HTTP proxy to 209.237.227.195 port 80 and access - http://jakarta.apache.org/ you should be able to see the changes immediately. + http://commons.apache.org/ you should be able to see the changes immediately. </p> <strong>Perform Manual Fixups (if any)</strong> <p> @@ -481,7 +481,7 @@ there is nothing in the commons website that needs updating. </p> <p> - To update the jakarta-commons site: + To update the commons site: <ul> <li>check out the entire jakarta/commons/trunks-proper directory (the build process needs all the other components checked out).</li> @@ -501,7 +501,7 @@ In order for the site build to work correctly, you need to run Ant under a 1.5 JDK. Once you have checked the generated HTML files are correct, commit the changes to both the xml and HTML files, then log onto people.apache.org and in directory - /www/jakarta.apache.org run the command "svn update index.html site" to update the jakarta + /www/commons.apache.org run the command "svn update index.html site" to update the commons site. Note that the website is actually served from another machine, so it may take a few hours until those changes are transferred to the actual webserver host machine. </p> @@ -548,7 +548,7 @@ <ul> <li>[EMAIL PROTECTED]</li> <li>dev@commons.apache.org</li> - <li>[EMAIL PROTECTED]</li> + <li>[EMAIL PROTECTED]</li> </ul> </p> </subsection> @@ -611,7 +611,7 @@ </pre> <p> Release information gets published on the - <a href="http://projects.apache.org/indexes/pmc_jakarta.html">Apache project's site</a>. + <a href="http://projects.apache.org/indexes/pmc_commons.html">Apache project's site</a>. </p> </subsection> </section> @@ -624,7 +624,7 @@ </p> <p> Comments, critiques and error reports - - post them any and all to the commons-dev mailing list at jakarta.apache.org. Please prefix with [doc]. + post them any and all to the [EMAIL PROTECTED] Please prefix with [doc]. </p> </section> </body> Modified: jakarta/commons/proper/commons-build/trunk/xdocs/sandbox/index.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-build/trunk/xdocs/sandbox/index.xml?view=diff&rev=560495&r1=560494&r2=560495 ============================================================================== --- jakarta/commons/proper/commons-build/trunk/xdocs/sandbox/index.xml (original) +++ jakarta/commons/proper/commons-build/trunk/xdocs/sandbox/index.xml Fri Jul 27 21:50:00 2007 @@ -46,13 +46,13 @@ <p> A Sandbox component is considered active if there is a definite plan for promotion to the Commons Proper and there is an active group of - existing Jakarta committers working on a component. + existing committers working on a component. </p> <p> A Commons Sandbox component is considered dormant if there is little recent development activity and no individual or group of individual - Jakarta commiters has emerged to champion its ultimate promotion to + commiters has emerged to champion its ultimate promotion to Commons Proper. See the Commons <a href="http://commons.apache.org/dormant">dormant components</a> webpage for a list of Commons components currently considered dormant. Modified: jakarta/commons/proper/commons-build/trunk/xdocs/svninfo.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-build/trunk/xdocs/svninfo.xml?view=diff&rev=560495&r1=560494&r2=560495 ============================================================================== --- jakarta/commons/proper/commons-build/trunk/xdocs/svninfo.xml (original) +++ jakarta/commons/proper/commons-build/trunk/xdocs/svninfo.xml Fri Jul 27 21:50:00 2007 @@ -30,7 +30,7 @@ Most users of the source code probably don't need to have day to day access to the source code as it changes. For these users we provide easy to unpack source code downloads. See the "download" -link on the jakarta commons page. +link on the Commons page. </p> </section> @@ -130,10 +130,7 @@ </p> <p> For more information on connecting to the ASF Subversion repository, see the -Subversion section of the -<a href="http://www.apache.org/dev/version-control.html"> - Jakarta version control page -</a>. +<a href="http://www.apache.org/dev/version-control.html">ASF version control page</a>. </p> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]