diff options
author | Piotr Darosz <piotr.darosz@nokia.com> | 2019-03-08 14:50:29 +0100 |
---|---|---|
committer | Piotr Darosz <piotr.darosz@nokia.com> | 2019-03-11 08:10:14 +0100 |
commit | 6eb3742d1e4e4b9ff70457a5367eb9ddb367cfce (patch) | |
tree | 1b91b1782f116235f9611556412cfb1b039bb1c2 /src/test/resources/clds/util/file.xml | |
parent | 2d01f5210b6b5c8f0b6cdd99728d8b7b9f2fa886 (diff) |
Convert modules and relations to SVG
Generate SVG image from modules chain and save it to DB.
Change-Id: I0f0b065f82de9b4d2084ec51043f485401842e23
Issue-ID: CLAMP-284
Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
Diffstat (limited to 'src/test/resources/clds/util/file.xml')
-rw-r--r-- | src/test/resources/clds/util/file.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/resources/clds/util/file.xml b/src/test/resources/clds/util/file.xml new file mode 100644 index 00000000..81560bab --- /dev/null +++ b/src/test/resources/clds/util/file.xml @@ -0,0 +1,6 @@ +<note> + <to>Tove</to> + <from>Jani</from> + <heading>Reminder</heading> + <body>Message body</body> +</note> |