HHH-5990 - Remove non-maintained second level cache integrations

This commit is contained in:
Steve Ebersole 2011-03-09 13:55:19 -06:00
parent 7f7f073c9b
commit 329486bc69
1 changed files with 1 additions and 2 deletions

View File

@ -145,8 +145,7 @@ releaseCopySpec = copySpec {
) )
} }
['hibernate-c3p0', 'hibernate-proxool', 'hibernate-ehcache', 'hibernate-infinispan', [ 'hibernate-c3p0', 'hibernate-proxool', 'hibernate-ehcache', 'hibernate-infinispan' ].each { feature ->
'hibernate-oscache', 'hibernate-swarmcache'].each { feature ->
final String shortName = feature.substring( 'hibernate-'.length() ); final String shortName = feature.substring( 'hibernate-'.length() );
into('lib/optional/' + shortName) { into('lib/optional/' + shortName) {
from ( from (