HHH-11013 - The release task creates two documentation folders for UserGuide

This commit is contained in:
Vlad Mihalcea 2016-08-01 11:14:02 +03:00
parent 232e0e73c0
commit 77bf65e902
1 changed files with 1 additions and 4 deletions

View File

@ -207,9 +207,6 @@ jdocbook {
}
// book-specific config
userGuide {
masterSourceDocumentName = 'Hibernate_User_Guide.xml'
}
integrationsGuide {
masterSourceDocumentName = 'Hibernate_Integrations_Guide.xml'
}
@ -218,7 +215,7 @@ jdocbook {
}
}
[ 'integrationsGuide', 'userGuide', 'mappingGuide'].each { bookName ->
[ 'integrationsGuide', 'mappingGuide'].each { bookName ->
task "stageLocalStyles_$bookName"(type: Copy) {
into project.file( "target/docbook/stage/$bookName" )
from project.file( 'src/main/style' )