SGF-465 - Moved project build to Maven.
Introduced Maven pom.xml basically mimicking what's been previously defined in build.gradle. Moved Asciidoctor files into places expected by the Spring Data build parent. Moved notice.txt etc. to src/main/resources. Switched to Logback for test logging.
This commit is contained in:
19
src/main/asciidoc/appendix/appendix-schema.adoc
Normal file
19
src/main/asciidoc/appendix/appendix-schema.adoc
Normal file
@@ -0,0 +1,19 @@
|
||||
[[appendix-schema]]
|
||||
[appendix]
|
||||
= Spring Data GemFire Schema
|
||||
:resourcesDir: ../../main/resources
|
||||
|
||||
== Spring Data GemFire Core Schema (gfe)
|
||||
|
||||
[source,xml]
|
||||
----
|
||||
include::{resourcesDir}/org/springframework/data/gemfire/config/spring-gemfire-1.3.xsd[]
|
||||
----
|
||||
|
||||
== Spring Data GemFire Data Access Schema (gfe-data)
|
||||
|
||||
[source,xml]
|
||||
----
|
||||
include::{resourcesDir}/org/springframework/data/gemfire/config/spring-data-gemfire-1.3.xsd[]
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user