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.
		
		
		
		
		
			
		
			
				
					
					
						
							80 lines
						
					
					
						
							3.2 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							80 lines
						
					
					
						
							3.2 KiB
						
					
					
				| <?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 --> | |
| 
 | |
|     <!-- Begin: DMN1.2 specific plugins --> | |
|     <plugin source="dmn1.2/dmm1.2.js" name="ORYX.Plugins.DMN1_2"> | |
|       <requires namespace="http://b3mn.org/stencilset/dmn1.2#" /> | |
|     </plugin> | |
| 
 | |
|     <!-- End: DMN1.2 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> |