Move test resources to standard maven dirs.
This commit is contained in:
47
wise-webapp/src/test/resources/data/freemind/node-styles.mmr
Normal file
47
wise-webapp/src/test/resources/data/freemind/node-styles.mmr
Normal file
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<map version="0.9.0">
|
||||
<node TEXT="Shapes" ID="ID_0">
|
||||
<node TEXT="Node Styles" POSITION="right" ID="ID_1">
|
||||
<node TEXT="Fork" POSITION="right" ID="ID_2">
|
||||
<edge COLOR="#808080"/>
|
||||
</node>
|
||||
<node TEXT="Bubble" STYLE="bubble" POSITION="right" ID="ID_3">
|
||||
<edge COLOR="#808080"/>
|
||||
</node>
|
||||
<node TEXT="As parent" POSITION="right" ID="ID_4">
|
||||
<edge COLOR="#808080"/>
|
||||
</node>
|
||||
<node TEXT="Combined" POSITION="right" ID="ID_5">
|
||||
<edge COLOR="#808080"/>
|
||||
</node>
|
||||
</node>
|
||||
<node TEXT="Node Background Color" POSITION="left" ID="ID_6" BACKGROUND_COLOR="#f20707">
|
||||
<node TEXT="Fork" POSITION="left" ID="ID_7" BACKGROUND_COLOR="#0000cc">
|
||||
<edge COLOR="#808080"/>
|
||||
</node>
|
||||
<node TEXT="Bubble" STYLE="bubble" POSITION="left" ID="ID_8" BACKGROUND_COLOR="#ccffcc">
|
||||
<edge COLOR="#808080"/>
|
||||
</node>
|
||||
<node TEXT="As parent" POSITION="left" ID="ID_9" BACKGROUND_COLOR="#00ffff">
|
||||
<edge COLOR="#808080"/>
|
||||
</node>
|
||||
<node TEXT="Combined" POSITION="left" ID="ID_10" BACKGROUND_COLOR="#990099">
|
||||
<edge COLOR="#808080"/>
|
||||
</node>
|
||||
</node>
|
||||
<node TEXT="Node Text Color" POSITION="left" ID="ID_11" BACKGROUND_COLOR="#f20707">
|
||||
<node TEXT="Fork" POSITION="left" ID="ID_12" COLOR="#ffff00" BACKGROUND_COLOR="#0000cc">
|
||||
<edge COLOR="#808080"/>
|
||||
</node>
|
||||
<node TEXT="Bubble" STYLE="bubble" POSITION="left" ID="ID_13" COLOR="#ff6666" BACKGROUND_COLOR="#ccffcc">
|
||||
<edge COLOR="#808080"/>
|
||||
</node>
|
||||
<node TEXT="As parent" POSITION="left" ID="ID_14" COLOR="#009999" BACKGROUND_COLOR="#00ffff">
|
||||
<edge COLOR="#808080"/>
|
||||
</node>
|
||||
<node TEXT="Combined" POSITION="left" ID="ID_15" COLOR="#009999" BACKGROUND_COLOR="#990099">
|
||||
<edge COLOR="#808080"/>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</map>
|
Reference in New Issue
Block a user