aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/example/model-properties/policy/modelBpmn.json
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-05-20 18:36:43 +0200
committersebdet <sebastien.determe@intl.att.com>2020-05-27 17:39:54 +0200
commit9e25792898ae648234239403374db8bb923bc180 (patch)
treeb00142fcd0f173f0af2316b7ad1d49f24611dcdc /src/test/resources/example/model-properties/policy/modelBpmn.json
parentc0ec0fc448af1c5d6eacb195e95938c921ba1bce (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/policy/modelBpmn.json')
-rw-r--r--src/test/resources/example/model-properties/policy/modelBpmn.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/test/resources/example/model-properties/policy/modelBpmn.json b/src/test/resources/example/model-properties/policy/modelBpmn.json
deleted file mode 100644
index de643a69..00000000
--- a/src/test/resources/example/model-properties/policy/modelBpmn.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "policy":
- [
- {
- "id": "Policy_",
- "from": "StartEvent_1"
- }
- ],
-
- "tca":
- [
- {
- "id": "TCA_",
- "from": ""
- }
- ]
-} \ No newline at end of file