-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocument-mw-drop.otml
35 lines (30 loc) · 986 Bytes
/
document-mw-drop.otml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<otrunk id="33754150-b594-11d9-9669-0800200c9a66">
<imports>
<import class="org.concord.otrunk.OTSystem"/>
<import class="org.concord.otrunk.view.OTViewEntry"/>
<import class="org.concord.otrunk.view.OTViewService"/>
<import class="org.concord.otrunk.view.document.OTCompoundDoc"/>
<import class="org.concord.otrunk.view.document.OTTextObject"/>
<import class="org.concord.otrunkmw.OTModelerModel"/>
<import class="org.concord.framework.otrunk.view.OTFrame"/>
</imports>
<objects>
<OTSystem>
<services>
<OTViewService showLeftPanel="false">
<viewEntries>
<OTViewEntry objectClass="org.concord.otrunkmw.OTModelerModel"
viewClass="org.concord.otrunkmw.OTModelerModelView"/>
</viewEntries>
<frame>
<OTFrame width="400" height="300"/>
</frame>
</OTViewService>
</services>
<root>
<OTModelerModel local_id="mw_model"
authoredDataURL="http://www.concord.org/~sfentress/Clouds_files/Java/Drop4-EH$0.mml"/>
</root>
</OTSystem>
</objects>
</otrunk>