From f518411876d6830d83d051a915f0b21bdfdcb43e Mon Sep 17 00:00:00 2001 From: "Sanchez, Gabriel (gs882h)" Date: Mon, 18 Jun 2018 17:30:21 +0100 Subject: Add multi-oxm using schemaIngest library Use the schemaIngest library to have the capability to deal with multiple OXM files Issue-ID: AAI-1192 Change-Id: Icbebbf475bcf9fc3808bc79b9fa95085db46ab77 Signed-off-by: gabriel sanchez --- src/test/resources/schemaIngest.properties | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/test/resources/schemaIngest.properties (limited to 'src/test/resources/schemaIngest.properties') diff --git a/src/test/resources/schemaIngest.properties b/src/test/resources/schemaIngest.properties new file mode 100644 index 0000000..d56d2ef --- /dev/null +++ b/src/test/resources/schemaIngest.properties @@ -0,0 +1,4 @@ +# Properties for the SchemaLocationsBean +schemaConfig=NA +nodeDir=src/test/resources/oxm-reader/oxm/ +edgeDir= \ No newline at end of file -- cgit 1.2.3-korg