cvs commit: jakarta-commons/collections/xdocs index.xml

2004-01-24 Thread scolebourne
scolebourne2004/01/24 05:33:29

  Modified:collections/xdocs index.xml
  Log:
  Add section on bug reporting
  
  Revision  ChangesPath
  1.12  +12 -0 jakarta-commons/collections/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-commons/collections/xdocs/index.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- index.xml 14 Jan 2004 21:01:30 -  1.11
  +++ index.xml 24 Jan 2004 13:33:29 -  1.12
  @@ -69,6 +69,18 @@
   /p
   /section
   
  +section name=Bugs
  +p
  +Bugs may be reported via the Bugzilla Management system. The following links may 
prove useful:
  +/p
  +ul
  + lia href=http://issues.apache.org/bugzilla/createaccount.cgi;Create a 
Bugzilla account/a/li
  + lia 
href=http://issues.apache.org/bugzilla/enter_bug.cgi?product=Commonsamp;component=Collectionsamp;version=3.0%20Final;Submit
 a bug report/a/li
  + lia 
href=http://issues.apache.org/bugzilla/buglist.cgi?bug_status=NEWamp;bug_status=ASSIGNEDamp;bug_status=REOPENEDamp;email1=amp;emailtype1=substringamp;emailassigned_to1=1amp;email2=amp;emailtype2=substringamp;emailreporter2=1amp;bugidtype=includeamp;bug_id=amp;changedin=amp;votes=amp;chfieldfrom=amp;chfieldto=Nowamp;chfieldvalue=amp;product=Commonsamp;component=Collectionsamp;short_desc=amp;short_desc_type=allwordssubstramp;long_desc=amp;long_desc_type=allwordssubstramp;bug_file_loc=amp;bug_file_loc_type=allwordssubstramp;keywords=amp;keywords_type=anywordsamp;field0-0-0=noopamp;type0-0-0=noopamp;value0-0-0=amp;cmdtype=doitamp;newqueryname=amp;order=Reuse+same+sort+as+last+time;All
 open Collections bugs/a/li
  + lia 
href=http://issues.apache.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMEDamp;bug_status=NEWamp;bug_status=ASSIGNEDamp;bug_status=REOPENEDamp;bug_status=RESOLVEDamp;bug_status=VERIFIEDamp;bug_status=CLOSEDamp;email1=amp;emailtype1=substringamp;emailassigned_to1=1amp;email2=amp;emailtype2=substringamp;emailreporter2=1amp;bugidtype=includeamp;bug_id=amp;changedin=amp;votes=amp;chfieldfrom=amp;chfieldto=Nowamp;chfieldvalue=amp;product=Commonsamp;component=Collectionsamp;short_desc=amp;short_desc_type=allwordssubstramp;long_desc=amp;long_desc_type=allwordssubstramp;bug_file_loc=amp;bug_file_loc_type=allwordssubstramp;keywords=amp;keywords_type=anywordsamp;field0-0-0=noopamp;type0-0-0=noopamp;value0-0-0=amp;cmdtype=doitamp;newqueryname=amp;order=Reuse+same+sort+as+last+time;All
 Collections bugs/a/li
  +/ul
  +/section
  +
   /body
   /document
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/collections/xdocs index.xml

2004-01-14 Thread scolebourne
scolebourne2004/01/14 01:15:08

  Modified:collections/xdocs index.xml
  Log:
  Formatting of home page
  
  Revision  ChangesPath
  1.10  +8 -6  jakarta-commons/collections/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-commons/collections/xdocs/index.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- index.xml 10 Jan 2004 18:08:26 -  1.9
  +++ index.xml 14 Jan 2004 09:15:08 -  1.10
  @@ -15,7 +15,7 @@
   The a href=http://java.sun.com/products/j2se/1.4/docs/guide/collections/;Java 
Collections Framework/a
   was a major addition in JDK 1.2.
   It added many powerful data structures that accelerate development of most 
significant Java applications.
  -Since that time it has become the recognised standard for collection handling in 
the Java language.
  +Since that time it has become the recognised standard for collection handling in 
Java.
   /p
   p
   Commons-Collections seek to build upon the JDK classes by providing new interfaces, 
implementations and utilities.
  @@ -42,14 +42,16 @@
   
   section name=Documentation
   p
  -A getting started a href=userguide.htmlUser's Guide/a is available.
  +A getting startedspan /spana href=userguide.htmlUser's Guide/a is 
available.
   /p
   p
  -The JavaDoc API documents are available online for the
  -a href=apidocs-COLLECTIONS_3_0/index.htmlcurrent release 3.0/a, the
  -a href=apidocs-COLLECTIONS_2_1/index.htmlprevious version 2.1/a, and the
  -a href=apidocs/index.htmllatest CVS/a.
  +The JavaDoc API documents are available online:
   /p
  +ul
  +liThe a href=apidocs-COLLECTIONS_3_0/index.htmlcurrent release 3.0/a/li
  +liThe a href=apidocs-COLLECTIONS_2_1/index.htmlprevious version 2.1/a/li
  +liThe a href=apidocs/index.htmllatest CVS/a/li
  +/ul
   p
   The a href=http://cvs.apache.org/viewcvs/jakarta-commons/collections/;CVS 
repository/a can be browsed.
   /p
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/collections/xdocs index.xml

2004-01-14 Thread scolebourne
scolebourne2004/01/14 13:01:30

  Modified:collections/xdocs index.xml
  Log:
  Change title
  
  Revision  ChangesPath
  1.11  +2 -2  jakarta-commons/collections/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-commons/collections/xdocs/index.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- index.xml 14 Jan 2004 09:15:08 -  1.10
  +++ index.xml 14 Jan 2004 21:01:30 -  1.11
  @@ -3,13 +3,13 @@
   document
   
properties
  -  titleCommons/title
  +  titleCommons Collections/title
 author email=[EMAIL PROTECTED]Commons Documentation Team/author
/properties
   
body
   
  -section name=The Collections Component
  +section name=Commons Collections
   
   p
   The a href=http://java.sun.com/products/j2se/1.4/docs/guide/collections/;Java 
Collections Framework/a
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/collections/xdocs index.xml

2003-12-14 Thread scolebourne
scolebourne2003/12/14 05:01:32

  Modified:collections/xdocs index.xml
  Log:
  Fix reference to moved Sun page
  
  Revision  ChangesPath
  1.6   +1 -1  jakarta-commons/collections/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-commons/collections/xdocs/index.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.xml 16 Oct 2003 20:52:03 -  1.5
  +++ index.xml 14 Dec 2003 13:01:32 -  1.6
  @@ -12,7 +12,7 @@
   section name=The Collections Component
   
   p
  -The introduction of the a 
href=http://java.sun.com/products/jdk/1.2/docs/guide/collections/;Collections 
API/a by Sun in JDK 1.2 has been a
  +The introduction of the a 
href=http://java.sun.com/products/j2se/1.3/docs/guide/collections/;Collections 
API/a by Sun in JDK 1.2 has been a
   boon to quick and effective Java programming.  Ready access to
   powerful data structures has accelerated development by reducing the
   need for custom container classes around each core object.  Most Java2
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-commons/collections/xdocs index.xml

2002-10-20 Thread bayard
bayard  2002/10/20 19:02:22

  Modified:collections/xdocs index.xml
  Log:
  Updated web page with a 2.1 link and removed the hard-coded 1.13 from the STATUS.
  
  Revision  ChangesPath
  1.2   +4 -1  jakarta-commons/collections/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-commons/collections/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml 25 Jul 2002 02:36:45 -  1.1
  +++ index.xml 21 Oct 2002 02:02:22 -  1.2
   -36,7 +36,7 
   
   section name=Documentation
   p
  -An alphabetical list of the package can be found in the a 
href=http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/collections/STATUS.html?rev=1.13;collections
  +An alphabetical list of the package can be found in the a 
href=http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/collections/STATUS.html;collections
   status document/a.
   /p
   
   -47,6 +47,9 
   
   section name=Releases
   ul
  +lia
  
+href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1/;Version
  +2.1/a/li
   lia
   
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.0/;Version
   2.0/a/li
  
  
  

--
To unsubscribe, e-mail:   mailto:commons-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org




Re: cvs commit: jakarta-commons/collections/xdocs index.xml

2002-10-20 Thread Michael A. Smith
I think the point of the hard coded version was so that people that 
download the distribution will be linked to the proper STATUS file...

michael

[EMAIL PROTECTED] wrote:
bayard  2002/10/20 19:02:22

  Modified:collections/xdocs index.xml
  Log:
  Updated web page with a 2.1 link and removed the hard-coded 1.13 from the STATUS.
  
  Revision  ChangesPath
  1.2   +4 -1  jakarta-commons/collections/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-commons/collections/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	25 Jul 2002 02:36:45 -	1.1
  +++ index.xml	21 Oct 2002 02:02:22 -	1.2
  @@ -36,7 +36,7 @@
   
   section name=Documentation
   p
  -An alphabetical list of the package can be found in the a href=http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/collections/STATUS.html?rev=1.13;collections
  +An alphabetical list of the package can be found in the a href=http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/collections/STATUS.html;collections
   status document/a.
   /p
   
  @@ -47,6 +47,9 @@
   
   section name=Releases
   ul
  +lia
  +href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1/;Version
  +2.1/a/li
   lia
   href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.0/;Version
   2.0/a/li
  
  
  

--
To unsubscribe, e-mail:   mailto:commons-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org




--
To unsubscribe, e-mail:   mailto:commons-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org




Re: cvs commit: jakarta-commons/collections/xdocs index.xml

2002-10-20 Thread Henri Yandell
Gotya. Will link it to 1.20.

On Sun, 20 Oct 2002, Michael A. Smith wrote:

 I think the point of the hard coded version was so that people that
 download the distribution will be linked to the proper STATUS file...

 michael

 [EMAIL PROTECTED] wrote:
  bayard  2002/10/20 19:02:22
 
Modified:collections/xdocs index.xml
Log:
Updated web page with a 2.1 link and removed the hard-coded 1.13 from the STATUS.
 
Revision  ChangesPath
1.2   +4 -1  jakarta-commons/collections/xdocs/index.xml
 
Index: index.xml
===
RCS file: /home/cvs/jakarta-commons/collections/xdocs/index.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.xml 25 Jul 2002 02:36:45 -  1.1
+++ index.xml 21 Oct 2002 02:02:22 -  1.2
@@ -36,7 +36,7 @@
 
 section name=Documentation
 p
-An alphabetical list of the package can be found in the a 
href=http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/collections/STATUS.html?rev=1.13;collections
+An alphabetical list of the package can be found in the a 
href=http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/collections/STATUS.html;collections
 status document/a.
 /p
 
@@ -47,6 +47,9 @@
 
 section name=Releases
 ul
+lia

+href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1/;Version
+2.1/a/li
 lia
 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.0/;Version
 2.0/a/li
 
 
 
 
  --
  To unsubscribe, e-mail:   mailto:commons-dev-unsubscribe;jakarta.apache.org
  For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org




 --
 To unsubscribe, e-mail:   mailto:commons-dev-unsubscribe;jakarta.apache.org
 For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org




--
To unsubscribe, e-mail:   mailto:commons-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org




Re: cvs commit: jakarta-commons/collections/xdocs index.xml

2002-10-20 Thread Henri Yandell
Seems that this server has two 1.3's and a 1.1.8. So will install jdk 1.2.

Hen

On Sun, 20 Oct 2002, Michael A. Smith wrote:

 I think the point of the hard coded version was so that people that
 download the distribution will be linked to the proper STATUS file...

 michael

 [EMAIL PROTECTED] wrote:
  bayard  2002/10/20 19:02:22
 
Modified:collections/xdocs index.xml
Log:
Updated web page with a 2.1 link and removed the hard-coded 1.13 from the STATUS.
 
Revision  ChangesPath
1.2   +4 -1  jakarta-commons/collections/xdocs/index.xml
 
Index: index.xml
===
RCS file: /home/cvs/jakarta-commons/collections/xdocs/index.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.xml 25 Jul 2002 02:36:45 -  1.1
+++ index.xml 21 Oct 2002 02:02:22 -  1.2
@@ -36,7 +36,7 @@
 
 section name=Documentation
 p
-An alphabetical list of the package can be found in the a 
href=http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/collections/STATUS.html?rev=1.13;collections
+An alphabetical list of the package can be found in the a 
href=http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/collections/STATUS.html;collections
 status document/a.
 /p
 
@@ -47,6 +47,9 @@
 
 section name=Releases
 ul
+lia

+href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1/;Version
+2.1/a/li
 lia
 
href=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.0/;Version
 2.0/a/li
 
 
 
 
  --
  To unsubscribe, e-mail:   mailto:commons-dev-unsubscribe;jakarta.apache.org
  For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org




 --
 To unsubscribe, e-mail:   mailto:commons-dev-unsubscribe;jakarta.apache.org
 For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org




--
To unsubscribe, e-mail:   mailto:commons-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org




cvs commit: jakarta-commons/collections/xdocs index.xml

2002-10-20 Thread bayard
bayard  2002/10/20 19:11:57

  Modified:collections/xdocs index.xml
  Log:
  And linked it to the latest, which should be 1.20 by my calculating. Which is always 
susceptible, I'm a mathematician.
  
  Revision  ChangesPath
  1.3   +1 -1  jakarta-commons/collections/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-commons/collections/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml 21 Oct 2002 02:02:22 -  1.2
  +++ index.xml 21 Oct 2002 02:11:57 -  1.3
   -36,7 +36,7 
   
   section name=Documentation
   p
  -An alphabetical list of the package can be found in the a 
href=http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/collections/STATUS.html;collections
  +An alphabetical list of the package can be found in the a 
href=http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/collections/STATUS.html?rev=1.20;collections
   status document/a.
   /p
   
  
  
  

--
To unsubscribe, e-mail:   mailto:commons-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org




Re: cvs commit: jakarta-commons/collections/xdocs index.xml

2002-10-20 Thread Henri Yandell

Laugh. Typical. Is 1.19. Man I suck :)

On 21 Oct 2002 [EMAIL PROTECTED] wrote:

 bayard  2002/10/20 19:11:57

   Modified:collections/xdocs index.xml
   Log:
   And linked it to the latest, which should be 1.20 by my calculating. Which is 
always susceptible, I'm a mathematician.

   Revision  ChangesPath
   1.3   +1 -1  jakarta-commons/collections/xdocs/index.xml

   Index: index.xml
   ===
   RCS file: /home/cvs/jakarta-commons/collections/xdocs/index.xml,v
   retrieving revision 1.2
   retrieving revision 1.3
   diff -u -r1.2 -r1.3
   --- index.xml   21 Oct 2002 02:02:22 -  1.2
   +++ index.xml   21 Oct 2002 02:11:57 -  1.3
   @@ -36,7 +36,7 @@

section name=Documentation
p
   -An alphabetical list of the package can be found in the a 
href=http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/collections/STATUS.html;collections
   +An alphabetical list of the package can be found in the a 
href=http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/collections/STATUS.html?rev=1.20;collections
status document/a.
/p





 --
 To unsubscribe, e-mail:   mailto:commons-dev-unsubscribe;jakarta.apache.org
 For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org




--
To unsubscribe, e-mail:   mailto:commons-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org




cvs commit: jakarta-commons/collections/xdocs index.xml

2002-10-20 Thread bayard
bayard  2002/10/20 19:13:12

  Modified:collections/xdocs index.xml
  Log:
  okok. 1.19
  
  Revision  ChangesPath
  1.4   +1 -1  jakarta-commons/collections/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-commons/collections/xdocs/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml 21 Oct 2002 02:11:57 -  1.3
  +++ index.xml 21 Oct 2002 02:13:12 -  1.4
   -36,7 +36,7 
   
   section name=Documentation
   p
  -An alphabetical list of the package can be found in the a 
href=http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/collections/STATUS.html?rev=1.20;collections
  +An alphabetical list of the package can be found in the a 
href=http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/collections/STATUS.html?rev=1.19;collections
   status document/a.
   /p
   
  
  
  

--
To unsubscribe, e-mail:   mailto:commons-dev-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:commons-dev-help;jakarta.apache.org