Commit Graph

1713 Commits

Author SHA1 Message Date
Henri Yandell 4524029353 Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:

    ------------------------------------------------------------------------
    r471166 | scolebourne | 2006-11-04 03:33:22 -0800 (Sat, 04 Nov 2006) | 1 line
    
    Removed Typed* containers such as TypedList and TypedMap as generics now provides type safety
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815033 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:56:16 +00:00
Henri Yandell 23c8ad066a Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:

    ------------------------------------------------------------------------
    r471202 | scolebourne | 2006-11-04 06:21:44 -0800 (Sat, 04 Nov 2006) | 1 line
    
    Remove getCollection() - use covariant decorated()
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815032 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:54:35 +00:00
Henri Yandell 0cfaaf89e5 Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:

    ------------------------------------------------------------------------
    r471579 | scolebourne | 2006-11-05 16:14:58 -0800 (Sun, 05 Nov 2006) | 1 line
    
    Generify, remove getBuffer() - use covariant decorated()
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815031 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:54:33 +00:00
Henri Yandell 18b81f0c31 Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:

    ------------------------------------------------------------------------
    r555925 | skestle | 2007-07-13 03:39:24 -0700 (Fri, 13 Jul 2007) | 2 lines
    
    Added Edwin Tellman's patch for COLLECTIONS-243.  
    It all seems pretty reasonable, and it should all be checked again as the project is worked through
    ------------------------------------------------------------------------
    r471202 | scolebourne | 2006-11-04 06:21:44 -0800 (Sat, 04 Nov 2006) | 1 line
    
    Remove getCollection() - use covariant decorated()
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815030 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:54:31 +00:00
Henri Yandell c02d4dfcbc Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:

    ------------------------------------------------------------------------
    r471579 | scolebourne | 2006-11-05 16:14:58 -0800 (Sun, 05 Nov 2006) | 1 line
    
    Generify, remove getBuffer() - use covariant decorated()
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815029 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:54:29 +00:00
Henri Yandell 94fa451d95 Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:

    ------------------------------------------------------------------------
    r814050 | sebb | 2009-09-11 15:01:25 -0700 (Fri, 11 Sep 2009) | 1 line
    
    Some minor Javadoc fixes
    ------------------------------------------------------------------------
    r471579 | scolebourne | 2006-11-05 16:14:58 -0800 (Sun, 05 Nov 2006) | 1 line
    
    Generify, remove getBuffer() - use covariant decorated()
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815028 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:54:27 +00:00
Henri Yandell 59526a1349 Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:

    ------------------------------------------------------------------------
    r471579 | scolebourne | 2006-11-05 16:14:58 -0800 (Sun, 05 Nov 2006) | 1 line
    
    Generify, remove getBuffer() - use covariant decorated()
    ------------------------------------------------------------------------
    r471173 | scolebourne | 2006-11-04 04:07:39 -0800 (Sat, 04 Nov 2006) | 1 line
    
    Abstract*Decorator - Generify and use covariant return types
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815027 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:54:25 +00:00
Henri Yandell ab847308eb Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:

    ------------------------------------------------------------------------
    r740150 | mbenson | 2009-02-02 15:24:00 -0800 (Mon, 02 Feb 2009) | 1 line
    
    make all [collections] maps implement IterableMap
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815026 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:54:23 +00:00
Henri Yandell fd10e94049 Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:

    ------------------------------------------------------------------------
    r751871 | mbenson | 2009-03-09 15:13:34 -0700 (Mon, 09 Mar 2009) | 1 line
    
    Add OrderedMap to our SortedMap implementations
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815025 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:54:21 +00:00
Henri Yandell 87bd27bed1 Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:

    ------------------------------------------------------------------------
    r471180 | scolebourne | 2006-11-04 05:27:44 -0800 (Sat, 04 Nov 2006) | 1 line
    
    Abstract*Decorator - Generify and use covariant return types
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815024 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:54:19 +00:00
Henri Yandell c1c3b44d08 Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:

    ------------------------------------------------------------------------
    r471180 | scolebourne | 2006-11-04 05:27:44 -0800 (Sat, 04 Nov 2006) | 1 line
    
    Abstract*Decorator - Generify and use covariant return types
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815023 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:55:16 +00:00
Henri Yandell 2854004d91 Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:

    ------------------------------------------------------------------------
    r468690 | scolebourne | 2006-10-28 06:03:11 -0700 (Sat, 28 Oct 2006) | 1 line
    
    COLLECTIONS-229 - Remove deprecated classes and code
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815022 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:54:16 +00:00
Henri Yandell 8bdb561312 Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:

    ------------------------------------------------------------------------
    r471180 | scolebourne | 2006-11-04 05:27:44 -0800 (Sat, 04 Nov 2006) | 1 line
    
    Abstract*Decorator - Generify and use covariant return types
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815021 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:54:14 +00:00
Henri Yandell 7941b5f452 Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:

    ------------------------------------------------------------------------
    r555925 | skestle | 2007-07-13 03:39:24 -0700 (Fri, 13 Jul 2007) | 2 lines
    
    Added Edwin Tellman's patch for COLLECTIONS-243.  
    It all seems pretty reasonable, and it should all be checked again as the project is worked through
    ------------------------------------------------------------------------
    r471166 | scolebourne | 2006-11-04 03:33:22 -0800 (Sat, 04 Nov 2006) | 1 line
    
    Removed Typed* containers such as TypedList and TypedMap as generics now provides type safety
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815020 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:54:12 +00:00
Henri Yandell 3b29dde3b5 Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:

    ------------------------------------------------------------------------
    r555925 | skestle | 2007-07-13 03:39:24 -0700 (Fri, 13 Jul 2007) | 2 lines
    
    Added Edwin Tellman's patch for COLLECTIONS-243.  
    It all seems pretty reasonable, and it should all be checked again as the project is worked through
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815019 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:54:10 +00:00
Henri Yandell 8416671c32 Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:

    ------------------------------------------------------------------------
    r555925 | skestle | 2007-07-13 03:39:24 -0700 (Fri, 13 Jul 2007) | 2 lines
    
    Added Edwin Tellman's patch for COLLECTIONS-243.  
    It all seems pretty reasonable, and it should all be checked again as the project is worked through
    ------------------------------------------------------------------------
    r471201 | scolebourne | 2006-11-04 06:17:26 -0800 (Sat, 04 Nov 2006) | 1 line
    
    Remove getBag() - use covariant decorated()
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815018 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:54:08 +00:00
Henri Yandell 6fa2bab941 Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:

    ------------------------------------------------------------------------
    r471201 | scolebourne | 2006-11-04 06:17:26 -0800 (Sat, 04 Nov 2006) | 1 line
    
    Remove getBag() - use covariant decorated()
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815017 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:54:06 +00:00
Henri Yandell 8d2b27c1d5 Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:

    ------------------------------------------------------------------------
    r555925 | skestle | 2007-07-13 03:39:24 -0700 (Fri, 13 Jul 2007) | 2 lines
    
    Added Edwin Tellman's patch for COLLECTIONS-243.  
    It all seems pretty reasonable, and it should all be checked again as the project is worked through
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815016 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:54:38 +00:00
Henri Yandell bf07130695 Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:

    ------------------------------------------------------------------------
    r555925 | skestle | 2007-07-13 03:39:24 -0700 (Fri, 13 Jul 2007) | 2 lines
    
    Added Edwin Tellman's patch for COLLECTIONS-243.  
    It all seems pretty reasonable, and it should all be checked again as the project is worked through
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815015 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:54:03 +00:00
Henri Yandell ae565ed8bc Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:

    ------------------------------------------------------------------------
    r555925 | skestle | 2007-07-13 03:39:24 -0700 (Fri, 13 Jul 2007) | 2 lines
    
    Added Edwin Tellman's patch for COLLECTIONS-243.  
    It all seems pretty reasonable, and it should all be checked again as the project is worked through
    ------------------------------------------------------------------------
    r471201 | scolebourne | 2006-11-04 06:17:26 -0800 (Sat, 04 Nov 2006) | 1 line
    
    Remove getBag() - use covariant decorated()
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815014 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:54:02 +00:00
Henri Yandell 4b28267c17 Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:

    ------------------------------------------------------------------------
    r555925 | skestle | 2007-07-13 03:39:24 -0700 (Fri, 13 Jul 2007) | 2 lines
    
    Added Edwin Tellman's patch for COLLECTIONS-243.  
    It all seems pretty reasonable, and it should all be checked again as the project is worked through
    ------------------------------------------------------------------------
    r471201 | scolebourne | 2006-11-04 06:17:26 -0800 (Sat, 04 Nov 2006) | 1 line
    
    Remove getBag() - use covariant decorated()
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815013 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:54:01 +00:00
Henri Yandell cd935e5ce4 Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:

    ------------------------------------------------------------------------
    r555925 | skestle | 2007-07-13 03:39:24 -0700 (Fri, 13 Jul 2007) | 2 lines
    
    Added Edwin Tellman's patch for COLLECTIONS-243.  
    It all seems pretty reasonable, and it should all be checked again as the project is worked through
    ------------------------------------------------------------------------
    r471201 | scolebourne | 2006-11-04 06:17:26 -0800 (Sat, 04 Nov 2006) | 1 line
    
    Remove getBag() - use covariant decorated()
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815012 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:54:00 +00:00
Henri Yandell 1258f14c7a Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified; mostly in r738956.
Also see the following revisions:

    ------------------------------------------------------------------------
    r555925 | skestle | 2007-07-13 03:39:24 -0700 (Fri, 13 Jul 2007) | 2 lines
    
    Added Edwin Tellman's patch for COLLECTIONS-243.  
    It all seems pretty reasonable, and it should all be checked again as the project is worked through
    ------------------------------------------------------------------------
    r471201 | scolebourne | 2006-11-04 06:17:26 -0800 (Sat, 04 Nov 2006) | 1 line
    
    Remove getBag() - use covariant decorated()
    ------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815011 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:53:58 +00:00
Henri Yandell d82e7ce392 ------------------------------------------------------------------------
r740148 | mbenson | 2009-02-02 15:18:16 -0800 (Mon, 02 Feb 2009) | 1 line

parameterize junit haltonfailure
------------------------------------------------------------------------
r738939 | mbenson | 2009-01-29 09:51:26 -0800 (Thu, 29 Jan 2009) | 1 line

formatting; fix junitreport by enabling XML formatter; parameterize junit forking
------------------------------------------------------------------------
r636579 | skestle | 2008-03-12 16:51:04 -0700 (Wed, 12 Mar 2008) | 1 line

Added KeyValue for creation of deprecated jar to support Hibernate (dependency of SequencedHashMap)
------------------------------------------------------------------------
r596857 | skestle | 2007-11-20 14:36:46 -0800 (Tue, 20 Nov 2007) | 3 lines

Added deprecated.jar target for accepting a 3.* version of collections and pulling out classes needed by hibernate

Jira: COLLECTIONS-277
------------------------------------------------------------------------
r595918 | niallp | 2007-11-16 23:19:43 -0800 (Fri, 16 Nov 2007) | 1 line

Port Jakarta-->Commons TLP changes to JDK5 branch
------------------------------------------------------------------------
r593382 | skestle | 2007-11-08 17:56:05 -0800 (Thu, 08 Nov 2007) | 2 lines

Fixed junit compilation to use test.support.path instead of junit.jar
      	
------------------------------------------------------------------------
r593144 | skestle | 2007-11-08 04:21:55 -0800 (Thu, 08 Nov 2007) | 3 lines

Updated CollectionUtils and test.  Probably 80-90% complete for generics.  Very open to review / patches.

Jira: COLLECTIONS-245
------------------------------------------------------------------------
r570371 | skestle | 2007-08-28 03:48:24 -0700 (Tue, 28 Aug 2007) | 1 line

Integrated emma coverage into build.xml
------------------------------------------------------------------------
r557489 | skestle | 2007-07-18 21:43:23 -0700 (Wed, 18 Jul 2007) | 1 line

Added explicit dir="${basedir}" property to the junit task to ensure that <ant> tasks referencing this build.xml from another directory will still load up the relative path test data correctly.
------------------------------------------------------------------------
r468599 | scolebourne | 2006-10-27 17:37:31 -0700 (Fri, 27 Oct 2006) | 1 line

Switch to new ASF licence format with copyright dates in NOTICE.txt
------------------------------------------------------------------------


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815010 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:51:53 +00:00
Henri Yandell de0d3728b0 Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified in r738956, r471214 and/or r471578.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815006 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:44:36 +00:00
Henri Yandell 76d2beab1a Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified in r738956.
Tabs also cleaned up in r814044.



git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815004 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:42:44 +00:00
Henri Yandell 1645a0014e Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was introduced in r738956.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@815002 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:39:48 +00:00
Henri Yandell 1e1d39521c Merging from -r468106:814127 of collections_jdk5_branch - namely where these files were removed.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@814999 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:33:20 +00:00
Henri Yandell d8e1279d0f Merging from -r468106:814127 of collections_jdk5_branch - namely this file was ported from html to txt.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@814998 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:32:28 +00:00
Henri Yandell d16bc8509f Merging from -r468106:814127 of collections_jdk5_branch - namely where this code was generified in commit r738956.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@814997 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:29:56 +00:00
Henri Yandell 1eaccf9ff1 Generifying in preparation for merge from collections_jdk5_brancH
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@814995 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:24:32 +00:00
Henri Yandell fd48137bb2 Merging from -r468106:814127 - namely adding easymock dependency, upgrading to target JDK 1.5 and upgrading JUnit to 4.3.1
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@814994 13f79535-47bb-0310-9956-ffa450edef68
2009-09-15 05:21:51 +00:00
Henri Yandell 9af237ecbe Fixing text in header after bad search and replace
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@814213 13f79535-47bb-0310-9956-ffa450edef68
2009-09-12 17:46:53 +00:00
Henri Yandell ed205c04fc Replacing '^ \* $' with '^ \*$' - to help with merging to from the jdk 15 branch
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@814128 13f79535-47bb-0310-9956-ffa450edef68
2009-09-12 09:46:44 +00:00
Henri Yandell 3c5c5def0e Shifting the license url one space to the right. All this to make merging easier from a branch
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@814126 13f79535-47bb-0310-9956-ffa450edef68
2009-09-12 09:38:27 +00:00
Henri Yandell 4753b2cbad Shifting the license header one space to the left for all java files
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@814123 13f79535-47bb-0310-9956-ffa450edef68
2009-09-12 09:32:21 +00:00
Joerg Schaible 0e4c0880cb Fix unit test.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@785853 13f79535-47bb-0310-9956-ffa450edef68
2009-06-17 23:26:23 +00:00
Sebastian Bazley 1d665f225e No reason for the array to be public (and therefore externally mutable)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@785848 13f79535-47bb-0310-9956-ffa450edef68
2009-06-17 22:41:14 +00:00
Joerg Schaible 117fdf1a6e Removing entries with the MapIterator may also result in a ConcurrentModificationException (COLLECTIONS-330).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@785844 13f79535-47bb-0310-9956-ffa450edef68
2009-06-17 22:28:09 +00:00
Joerg Schaible e5e367a2b2 Reproduce COLLECTIONS-3.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@785523 13f79535-47bb-0310-9956-ffa450edef68
2009-06-17 09:26:01 +00:00
Henri Yandell 2d728c3f22 Fixing javadoc per email from Andrew M
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@782211 13f79535-47bb-0310-9956-ffa450edef68
2009-06-06 09:01:41 +00:00
Sebastian Bazley dd13ad78b2 Re-Fix DOAP tags
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@779535 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28 10:19:40 +00:00
Sebastian Bazley 36c89a8d42 Fix DOAP tags
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@779516 13f79535-47bb-0310-9956-ffa450edef68
2009-05-28 09:57:54 +00:00
Henri Yandell f9c99b6629 RC2
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@778347 13f79535-47bb-0310-9956-ffa450edef68
2009-05-25 08:22:16 +00:00
Henri Yandell 6afdaef410 Removing span as it's not helping, and adding note on version of Java built for
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@777380 13f79535-47bb-0310-9956-ffa450edef68
2009-05-22 05:35:07 +00:00
Henri Yandell 92c2f2173e Adding blocks to put manifests in for source and javadoc jars. Also rolling back version.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@777379 13f79535-47bb-0310-9956-ffa450edef68
2009-05-22 05:34:45 +00:00
Henri Yandell 66e6a751fb Adding 3.3 history item
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@777378 13f79535-47bb-0310-9956-ffa450edef68
2009-05-22 05:33:31 +00:00
Henri Yandell 338c04c85f Removing Maven1 instructions and updating release notes link
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@777377 13f79535-47bb-0310-9956-ffa450edef68
2009-05-22 05:33:21 +00:00
Henri Yandell b606e6ebd5 Removing empty directory
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@777376 13f79535-47bb-0310-9956-ffa450edef68
2009-05-22 05:33:02 +00:00
Henri Yandell a189afc2a2 Adding license header
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@777375 13f79535-47bb-0310-9956-ffa450edef68
2009-05-22 05:32:49 +00:00