diff --git a/hibernate-core/hibernate-core.gradle b/hibernate-core/hibernate-core.gradle index 9f656426eb..4e0a80d6e6 100644 --- a/hibernate-core/hibernate-core.gradle +++ b/hibernate-core/hibernate-core.gradle @@ -1,6 +1,8 @@ apply plugin: 'java' apply plugin: 'antlr' +// todo : we need to jar up hibernate-testing.jar from here + dependencies { compile( libraries.commons_collections ) compile( libraries.jta ) @@ -29,7 +31,6 @@ dependencies { } } - manifest.mainAttributes( 'Main-Class': 'org.hibernate.Version' ) diff --git a/testing/pom.xml b/testing/pom.xml deleted file mode 100644 index 1fb4186606..0000000000 --- a/testing/pom.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - 4.0.0 - - - org.hibernate - hibernate-parent - 3.6.0-SNAPSHOT - ../parent/pom.xml - - - org.hibernate - hibernate-testing - jar - - Hibernate Testing - Hibernate JUnit test utilities - - - - ${groupId} - hibernate-core - ${version} - - - junit - junit - - 3.8.1 - compile - - - - - - - false - src/main/java - - **/*.hbm.xml - - - - -