HHH-6082 - Incorporate EntityManager documentation into main dev guide

This commit is contained in:
Steve Ebersole 2012-02-07 00:31:25 -06:00
parent 40dc88e6c1
commit 80ae4d5724
1 changed files with 1 additions and 5 deletions

View File

@ -108,7 +108,7 @@ aggregateJavadocs.doLast {
// release bundles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
releaseBuildDir = dir( buildDirName )
task prepareReleaseBundles( dependsOn: [parent.project( 'documentation' ).tasks.buildDocs,parent.project('hibernate-entitymanager' ).tasks.buildDocs,aggregateJavadocs] )
task prepareReleaseBundles( dependsOn: [parent.project( 'documentation' ).tasks.buildDocs,aggregateJavadocs] )
releaseCopySpec = copySpec {
@ -164,10 +164,6 @@ releaseCopySpec = copySpec {
from new File( parent.project( 'documentation' ).buildDir, 'docbook/publish' )
}
into('documentation/hem') {
from new File( parent.project( 'hibernate-entitymanager' ).buildDir, 'docbook/publish' )
}
into('documentation/javadocs') {
from javadocBuildDir.dir
}