From 77bf65e9022ccd419392b8be99f9e12946173221 Mon Sep 17 00:00:00 2001 From: Vlad Mihalcea Date: Mon, 1 Aug 2016 11:14:02 +0300 Subject: [PATCH] HHH-11013 - The release task creates two documentation folders for UserGuide --- documentation/documentation.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/documentation/documentation.gradle b/documentation/documentation.gradle index 51585a319a..15bec3eb18 100644 --- a/documentation/documentation.gradle +++ b/documentation/documentation.gradle @@ -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' )