Revert "HHH-8733 - General build cleanup - hibernate-testing"

This reverts commit b692fbc307.
This commit is contained in:
Steve Ebersole 2013-11-26 17:47:53 -06:00
parent 5f0927fed6
commit 0252895354
1 changed files with 0 additions and 1 deletions

View File

@ -180,7 +180,6 @@ task testingJar(type: Jar, dependsOn: compileTestJava) {
include 'org/hibernate/testing/**'
include 'org/hibernate/testing/*'
classifier = 'testing'
includeEmptyDirs = false
}
// allow other modules to use it