From 025301d08b061482c1f046d562bf017c8cbcfe8d Mon Sep 17 00:00:00 2001 From: ChrisC Date: Tue, 31 Jan 2017 11:40:03 +0100 Subject: Initial OpenECOMP MSO commit Change-Id: Ia6a7574859480717402cc2f22534d9973a78fa6d Signed-off-by: ChrisC --- .../main/resources/customMyBatisConfiguration.xml | 32 ++++ .../src/main/resources/normalize-namespaces.xsl | 185 +++++++++++++++++++++ bpmn/MSOCoreBPMN/src/main/resources/urnMapping.xml | 44 +++++ 3 files changed, 261 insertions(+) create mode 100644 bpmn/MSOCoreBPMN/src/main/resources/customMyBatisConfiguration.xml create mode 100644 bpmn/MSOCoreBPMN/src/main/resources/normalize-namespaces.xsl create mode 100644 bpmn/MSOCoreBPMN/src/main/resources/urnMapping.xml (limited to 'bpmn/MSOCoreBPMN/src/main/resources') diff --git a/bpmn/MSOCoreBPMN/src/main/resources/customMyBatisConfiguration.xml b/bpmn/MSOCoreBPMN/src/main/resources/customMyBatisConfiguration.xml new file mode 100644 index 0000000000..2c3d5dad0a --- /dev/null +++ b/bpmn/MSOCoreBPMN/src/main/resources/customMyBatisConfiguration.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + diff --git a/bpmn/MSOCoreBPMN/src/main/resources/normalize-namespaces.xsl b/bpmn/MSOCoreBPMN/src/main/resources/normalize-namespaces.xsl new file mode 100644 index 0000000000..56c8a00987 --- /dev/null +++ b/bpmn/MSOCoreBPMN/src/main/resources/normalize-namespaces.xsl @@ -0,0 +1,185 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + : + + + + + + + + + + + + + + + + + + + + + + : + + + + + + + + + + + + + + : + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bpmn/MSOCoreBPMN/src/main/resources/urnMapping.xml b/bpmn/MSOCoreBPMN/src/main/resources/urnMapping.xml new file mode 100644 index 0000000000..fd5d586278 --- /dev/null +++ b/bpmn/MSOCoreBPMN/src/main/resources/urnMapping.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg