HHH-11013 - The release task creates two documentation folders for UserGuide
This commit is contained in:
parent
232e0e73c0
commit
77bf65e902
|
@ -207,9 +207,6 @@ jdocbook {
|
||||||
}
|
}
|
||||||
|
|
||||||
// book-specific config
|
// book-specific config
|
||||||
userGuide {
|
|
||||||
masterSourceDocumentName = 'Hibernate_User_Guide.xml'
|
|
||||||
}
|
|
||||||
integrationsGuide {
|
integrationsGuide {
|
||||||
masterSourceDocumentName = 'Hibernate_Integrations_Guide.xml'
|
masterSourceDocumentName = 'Hibernate_Integrations_Guide.xml'
|
||||||
}
|
}
|
||||||
|
@ -218,7 +215,7 @@ jdocbook {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[ 'integrationsGuide', 'userGuide', 'mappingGuide'].each { bookName ->
|
[ 'integrationsGuide', 'mappingGuide'].each { bookName ->
|
||||||
task "stageLocalStyles_$bookName"(type: Copy) {
|
task "stageLocalStyles_$bookName"(type: Copy) {
|
||||||
into project.file( "target/docbook/stage/$bookName" )
|
into project.file( "target/docbook/stage/$bookName" )
|
||||||
from project.file( 'src/main/style' )
|
from project.file( 'src/main/style' )
|
||||||
|
|
Loading…
Reference in New Issue