Added KeyValue for creation of deprecated jar to support Hibernate (dependency of SequencedHashMap)

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/collections_jdk5_branch@636579 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Kestle 2008-03-12 23:51:04 +00:00
parent 473e66380a
commit e3f8817527

View File

@ -708,6 +708,7 @@ limitations under the License.
<zipfileset src="${collections-3.jar}">
<!-- used by Hibernate -->
<include name="**/SequencedHashMap*"/>
<include name="**/KeyValue*"/> <!-- used by SequencedHashMap -->
<include name="**/LRUMap*"/>
<include name="**/ReferenceMap*"/>
</zipfileset>