Author: skestle
Date: Wed Mar 12 16:51:04 2008
New Revision: 636579

URL: http://svn.apache.org/viewvc?rev=636579&view=rev
Log:
Added KeyValue for creation of deprecated jar to support Hibernate (dependency 
of SequencedHashMap)

Modified:
    commons/proper/collections/branches/collections_jdk5_branch/build.xml

Modified: commons/proper/collections/branches/collections_jdk5_branch/build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/collections/branches/collections_jdk5_branch/build.xml?rev=636579&r1=636578&r2=636579&view=diff
==============================================================================
--- commons/proper/collections/branches/collections_jdk5_branch/build.xml 
(original)
+++ commons/proper/collections/branches/collections_jdk5_branch/build.xml Wed 
Mar 12 16:51:04 2008
@@ -708,6 +708,7 @@
        <zipfileset src="${collections-3.jar}">
                        <!-- used by Hibernate -->
                <include name="**/SequencedHashMap*"/>
+                       <include name="**/KeyValue*"/> <!-- used by 
SequencedHashMap --> 
                <include name="**/LRUMap*"/>
                <include name="**/ReferenceMap*"/>
        </zipfileset>


Reply via email to