图书馆智能管理系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
3.2 KiB

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