Skip to content

Commit b0cf427

Browse files
committed
HHH-9998 - Continue documentation TLC
1 parent a45261e commit b0cf427

File tree

220 files changed

+327
-260
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

220 files changed

+327
-260
lines changed

documentation/documentation.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,18 +165,18 @@ jdocbook {
165165
}
166166

167167
// book-specific config
168-
manual {
169-
masterSourceDocumentName = 'Hibernate_Manual.xml'
168+
userGuide {
169+
masterSourceDocumentName = 'Hibernate_User_Guide.xml'
170170
}
171-
integration {
172-
masterSourceDocumentName = 'Hibernate_Integrations.xml'
171+
integrationsGuide {
172+
masterSourceDocumentName = 'Hibernate_Integrations_Guide.xml'
173173
}
174-
mapping {
175-
masterSourceDocumentName = 'Hibernate_Mapping.xml'
174+
mappingGuide {
175+
masterSourceDocumentName = 'Hibernate_Mapping_Guide.xml'
176176
}
177177
}
178178

179-
[ 'integration', 'manual', 'mapping'].each { bookName ->
179+
[ 'integrationsGuide', 'userGuide', 'mappingGuide'].each { bookName ->
180180
task "stageLocalStyles_$bookName"(type: Copy) {
181181
into project.file( "target/docbook/stage/$bookName" )
182182
from project.file( 'src/main/style' )

documentation/src/main/docbook/integration/en-US/Hibernate_Integrations.xml renamed to documentation/src/main/docbook/integrationsGuide/en-US/Hibernate_Integrations_Guide.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
77
-->
88
<!DOCTYPE book SYSTEM "http://docbook.org/xml/5.0/dtd/docbook.dtd" [
9-
<!ENTITY % BOOK_ENTITIES SYSTEM "Hibernate_Integrations.ent">
9+
<!ENTITY % BOOK_ENTITIES SYSTEM "Hibernate_Integrations_Guide.ent">
1010
%BOOK_ENTITIES;
1111
]>
1212

0 commit comments

Comments
 (0)