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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
// release bundles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
releaseBuildDir = dir( buildDirName )
|
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 {
|
releaseCopySpec = copySpec {
|
||||||
|
@ -164,10 +164,6 @@ releaseCopySpec = copySpec {
|
||||||
from new File( parent.project( 'documentation' ).buildDir, 'docbook/publish' )
|
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') {
|
into('documentation/javadocs') {
|
||||||
from javadocBuildDir.dir
|
from javadocBuildDir.dir
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue