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:
Oliver Gierke
2016-01-28 14:22:45 +01:00
parent c543109197
commit 4a6adbadb6
33 changed files with 187 additions and 72 deletions

View 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[]
----