diff options
Diffstat (limited to 'src/main/resources/clds/blueprint-parser-mapping.json')
-rw-r--r-- | src/main/resources/clds/blueprint-parser-mapping.json | 16 |
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" - } - } -] |