HHH-6082 - Incorporate EntityManager documentation into main dev guide
This commit is contained in:
parent
40dc88e6c1
commit
80ae4d5724
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue