diff options
author | Sanchez, Gabriel (gs882h) <gs882h@att.com> | 2018-06-18 17:30:21 +0100 |
---|---|---|
committer | Sanchez, Gabriel (gs882h) <gabriel.sanchez@amdocs.com> | 2018-06-18 17:36:33 +0100 |
commit | f518411876d6830d83d051a915f0b21bdfdcb43e (patch) | |
tree | 189fb1e3a7650159b0237f29d54a997b4ffbbf78 /src/test/resources/schemaIngest.properties | |
parent | 72da66902a3efaff3068ed2b3f4f7eb3bb5fe43f (diff) |
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 <gabriel.sanchez@amdocs.com>
Diffstat (limited to 'src/test/resources/schemaIngest.properties')
-rw-r--r-- | src/test/resources/schemaIngest.properties | 4 |
1 files changed, 4 insertions, 0 deletions
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 |