HHH-9680 - hibernate-osgi module has gone cra-cra again

This commit is contained in:
Steve Ebersole 2015-03-23 15:27:02 -05:00
parent 98a4f3c67f
commit 9883d7b11a
2 changed files with 6 additions and 3 deletions

View File

@ -9,6 +9,10 @@ configurations {
} }
} }
test {
enabled = false
}
sourceSets { sourceSets {
testClientBundle testClientBundle
} }
@ -121,7 +125,7 @@ task felixProperties << {
} }
} }
propertiesFile = file("$buildDir/osgi-lib/felix-framework.properties") File propertiesFile = file("$buildDir/osgi-lib/felix-framework.properties")
// append jars wrapped using BND // append jars wrapped using BND
FileTree tree = fileTree(dir: "$buildDir/osgi-lib/bnd") FileTree tree = fileTree(dir: "$buildDir/osgi-lib/bnd")

View File

@ -3,8 +3,7 @@ include 'hibernate-testing'
include 'hibernate-entitymanager' include 'hibernate-entitymanager'
include 'hibernate-envers' include 'hibernate-envers'
// Temporarily disabled : HHH-9680 include 'hibernate-osgi'
//include 'hibernate-osgi'
include 'hibernate-c3p0' include 'hibernate-c3p0'
include 'hibernate-proxool' include 'hibernate-proxool'