jsdever 2003/01/25 08:24:04
Modified: httpclient RELEASE_PLAN_2_0.txt project.xml
httpclient/xdocs downloads.xml news.xml
Log:
More documentation updates ...
Revision Changes Path
1.7 +2 -2 jakarta-commons/httpclient/RELEASE_PLAN_2_0.txt
Index: RELEASE_PLAN_2_0.txt
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/RELEASE_PLAN_2_0.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- RELEASE_PLAN_2_0.txt 17 Dec 2002 01:07:59 -0000 1.6
+++ RELEASE_PLAN_2_0.txt 25 Jan 2003 16:24:04 -0000 1.7
@@ -138,7 +138,7 @@
build will be released. After a week of no changes, the last RC
build will become the 2.0 release with the following changes only:
release version, aside from:
-a) change the release tag in the build.xml/maven.xml
+a) change the release tag in the build.xml/project.xml
b) update the site documentation to indicate that there is a release
Post 2.0 Release development
1.22 +22 -16 jakarta-commons/httpclient/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/project.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- project.xml 25 Jan 2003 06:48:53 -0000 1.21
+++ project.xml 25 Jan 2003 16:24:04 -0000 1.22
@@ -10,27 +10,33 @@
<description>
Embeddable HTTP Client
</description>
- <package>org.apache.commons.httpclient.*</package>
+ <package>org.apache.commons.httpclient</package>
<logo>/images/httpclient_logo.png</logo>
+
<issueTrackingUrl><![CDATA[http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&component=HttpClient]]></issueTrackingUrl>
+
+ <siteAddress>jakarta.apache.org</siteAddress>
+ <siteDirectory>/www/jakarta.apache.org/commons/httpclient/</siteDirectory>
+
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/httpclient</distributionDirectory>
<mailingLists>
<mailingList>
<name>HttpClient Mailing List</name>
- <subscribe>
- [EMAIL PROTECTED]
- </subscribe>
- <unsubscribe>
- [EMAIL PROTECTED]
- </unsubscribe>
- <archive>
- http://www.mail-archive.com/[email protected]/
- </archive>
- <archive>
- http://marc.theaimsgroup.com/?l=httpclient-commons-dev
- </archive>
- <archive>
- http://archives.apache.org/eyebrowse/ViewLists
- </archive>
+ <subscribe> [EMAIL PROTECTED] </subscribe>
+ <unsubscribe> [EMAIL PROTECTED]
</unsubscribe>
+ <archive> http://archives.apache.org/eyebrowse/ViewLists </archive>
+ <archive> http://marc.theaimsgroup.com/?l=httpclient-commons-dev </archive>
+ </mailingList>
+ <mailingList>
+ <name>Commons Developer List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+
<archive>http://archives.apache.org/eyebrowse/SummarizeList?listId=15</archive>
+ </mailingList>
+ <mailingList>
+ <name>Commons User List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+
<archive>http://archives.apache.org/eyebrowse/SummarizeList?listId=105</archive>
</mailingList>
</mailingLists>
1.10 +2 -1 jakarta-commons/httpclient/xdocs/downloads.xml
Index: downloads.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/downloads.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- downloads.xml 19 Jul 2002 22:32:45 -0000 1.9
+++ downloads.xml 25 Jan 2003 16:24:04 -0000 1.10
@@ -14,6 +14,7 @@
The following releases are available for download:
</p>
<ul>
+ <li><a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/v2.0/">Release
2.0 Alpha 2</a> - 25 January 2003</li>
<li><a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/v2.0/">Release
2.0 Alpha 1</a> - 5 October 2001</li>
</ul>
<p>
1.11 +6 -3 jakarta-commons/httpclient/xdocs/news.xml
Index: news.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/news.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- news.xml 25 Jan 2003 05:07:58 -0000 1.10
+++ news.xml 25 Jan 2003 16:24:04 -0000 1.11
@@ -12,14 +12,17 @@
<section name="25 January 2003 - HttpClient 2.0 Alpha 2 released">
<p>After many months and a great resurgence of developers, the new build
- of HttpClient is finally here. The new group of developers has done
+ of <em>HttpClient</em> is finally here. The new group of developers
has done
extensive refactoring to move the project along the new vision.
The code base has reached a significant level of maturity and we
- expect that the coming beta builds will come quickly and that the
+ expect that the beta builds will come quickly and that the
final release of 2.0 is not far away!</p>
<p>The <em>HttpClient</em> revision 2.0 Alpha 2 is available for
<a href="downloads.html">download</a>.
+ </p>
+ <p>Also check out the new <em>HttpClient</em> logo on the maven generated
+ <a href="http://jakarta.apache.org/commons/httpclient/">website</a>!
</p>
</section>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>