diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-05-20 18:36:43 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-05-27 17:39:54 +0200 |
commit | 9e25792898ae648234239403374db8bb923bc180 (patch) | |
tree | b00142fcd0f173f0af2316b7ad1d49f24611dcdc /src/test/resources/example/model-properties/tca/modelBpmn.json | |
parent | c0ec0fc448af1c5d6eacb195e95938c921ba1bce (diff) |
Create SVG in UI
Remove the SVG generation from the backend and put it in the UI. Backend removal code + clean up of test resources
Issue-ID: CLAMP-854
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ie9d6cd20f0135b459dbc85901b9a66f65002a85c
Diffstat (limited to 'src/test/resources/example/model-properties/tca/modelBpmn.json')
-rw-r--r-- | src/test/resources/example/model-properties/tca/modelBpmn.json | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/test/resources/example/model-properties/tca/modelBpmn.json b/src/test/resources/example/model-properties/tca/modelBpmn.json deleted file mode 100644 index 7358f9ade..000000000 --- a/src/test/resources/example/model-properties/tca/modelBpmn.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "vesCollector": [ - { - "id": "VesCollector_0orydnh", - "from": "StartEvent_1" - } - ], - "tca": [ - { - "id": "TCA_1jy9to4", - "from": "VesCollector_0orydnh" - } - ], - "policy": [ - { - "id": "Policy_0honxgv", - "from": "TCA_1jy9to4" - } - ] -} |