zxl
昨天 ceb5801b07f6ff21452a7a9bdc492f4567b0b8dc
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="utf-8"?>
<!--
 
    Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at
 
       http://www.apache.org/licenses/LICENSE-2.0
  
     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
 
-->
<config>
 
  <plugins>
    <plugin source="version.js" name="" />
    <plugin source="signavio.js" name="Signavio.Plugins.Loading" />
 
    <plugin source="loading.js" name="ORYX.Plugins.Loading" />
    <plugin source="canvasResize.js" name="ORYX.Plugins.CanvasResize">
      <notUsesIn namespace="http://b3mn.org/stencilset/xforms#"/>
    </plugin>
    
    <plugin source="renameShapes.js" name="ORYX.Plugins.RenameShapes" />
    <plugin source="processLink.js" name="ORYX.Plugins.ProcessLink">
      <requires namespace="http://b3mn.org/stencilset/bpmn1.1#"/> 
    </plugin>
      
    <!-- following plugins don't require Ext -->
    <plugin source="arrangement.js" name="ORYX.Plugins.Arrangement">
      <notUsesIn namespace="http://b3mn.org/stencilset/xforms#"/>
    </plugin>
    <plugin source="file.js" name="ORYX.Plugins.Save"/>
    <plugin source="view.js" name="ORYX.Plugins.View" />
    <plugin source="dragdropresize.js" name="ORYX.Plugins.DragDropResize" />
    <plugin source="shapeHighlighting.js" name="ORYX.Plugins.HighlightingSelectedShapes" />
    <plugin source="dragDocker.js" name="ORYX.Plugins.DragDocker">
      <notUsesIn namespace="http://b3mn.org/stencilset/xforms#" />
    </plugin>   
    <plugin source="addDocker.js" name="ORYX.Plugins.AddDocker">
      <notUsesIn namespace="http://b3mn.org/stencilset/xforms#" />
    </plugin>
    <plugin source="selectionframe.js" name="ORYX.Plugins.SelectionFrame">
      <notUsesIn namespace="http://b3mn.org/stencilset/xforms#" />
    </plugin>
    <plugin source="shapeHighlighting.js" name="ORYX.Plugins.ShapeHighlighting" />
    <plugin source="overlay.js" name="ORYX.Plugins.Overlay" />    
    <plugin source="keysMove.js" name="ORYX.Plugins.KeysMove" />
    <plugin source="Layouter/edgeLayouter.js" name="ORYX.Plugins.Layouter.EdgeLayouter" />
    
    <!-- Begin: BPMN2.0 specific plugins -->
    <plugin source="bpmn2.0/bpmn2.0.js" name="ORYX.Plugins.BPMN2_0">
      <requires namespace="http://b3mn.org/stencilset/bpmn2.0#" />
    </plugin> 
    
    <!-- End: BPMN2.0 specific plugins -->
  </plugins>
  
  <properties>
    <property group="File" index="1" />
    <property group="Edit" index="2" /> 
    <property group="Undo" index="3" />
    <property group="Alignment" index="4" />
    <property group="Group" index="5" />
    <property group="Z-Order" index="6" />
    <property group="Docker" index="7" />
    <property group="Zoom" index="8" /> 
  </properties>
</config>