summaryrefslogtreecommitdiffstats
path: root/src/main/resources/clds/blueprint-parser-mapping.json
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-09-10 15:54:55 +0200
committersebdet <sebastien.determe@intl.att.com>2019-09-10 15:54:55 +0200
commitceaa2fc1fee98ca995e1952f107d098633f01eb7 (patch)
tree84c46434d16a1d65943f761939b70b61f6b2e317 /src/main/resources/clds/blueprint-parser-mapping.json
parentf0d7a9645a2b773df5d278d3858ce36a61f23645 (diff)
Removal dead files
Removal of the config files not used anymore by clamp backend Issue-ID: CLAMP-487 Change-Id: I7adc0cf3f55ceb7cd182720664118efd3c3a2319 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/main/resources/clds/blueprint-parser-mapping.json')
-rw-r--r--src/main/resources/clds/blueprint-parser-mapping.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/main/resources/clds/blueprint-parser-mapping.json b/src/main/resources/clds/blueprint-parser-mapping.json
deleted file mode 100644
index a16ef0cbc..000000000
--- a/src/main/resources/clds/blueprint-parser-mapping.json
+++ /dev/null
@@ -1,16 +0,0 @@
-[
- {
- "blueprintKey": "tca_",
- "files": {
- "bpmnXmlFilePath": "classpath:/clds/templates/bpmn/tca-template.xml",
- "svgXmlFilePath": "classpath:/clds/templates/bpmn/tca-img.xml"
- }
- },
- {
- "blueprintKey": "holmes_",
- "files": {
- "bpmnXmlFilePath": "classpath:/clds/templates/bpmn/holmes-template.xml",
- "svgXmlFilePath": "classpath:/clds/templates/bpmn/holmes-img.xml"
- }
- }
-]