From 7cf25d4b56b58dc09b34e0f393916a566f8f2e8f Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 30 Nov 2017 13:47:03 +0100 Subject: [PATCH] SGF-702 - Reduced documentation build time. We now don't include the namespace schema files into the reference documentation anymore as they span multiple pages in the PDF and thus cause heavy load in the PDF conversion trying to lay those out properly [0]. Switched to a simple link pointing to the schemas for now. [0] https://twitter.com/olivergierke/status/935818047385948160 --- src/main/asciidoc/appendix/appendix-schema.adoc | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/src/main/asciidoc/appendix/appendix-schema.adoc b/src/main/asciidoc/appendix/appendix-schema.adoc index 34749a35..93b60d98 100644 --- a/src/main/asciidoc/appendix/appendix-schema.adoc +++ b/src/main/asciidoc/appendix/appendix-schema.adoc @@ -3,17 +3,5 @@ = Spring Data GemFire Schema :resourcesDir: {basedocdir}/../resources -== Spring Data GemFire Core Schema (gfe) - -[source,xml] ----- -include::{resourcesDir}/org/springframework/data/gemfire/config/spring-gemfire-1.8.xsd[] ----- - -== Spring Data GemFire Data Access Schema (gfe-data) - -[source,xml] ----- -include::{resourcesDir}/org/springframework/data/gemfire/config/spring-data-gemfire-1.8.xsd[] ----- - +- http://www.springframework.org/schema/gemfire/spring-gemfire.xsd[Spring Data GemFire Core Schema (`gfe`-namespace)] +- http://www.springframework.org/schema/gemfire/spring-data-gemfire.xsd[Spring Data GemFire Data Access Schema (`gfe-data`-namespace)]