]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.debug.graphical/plugin.xml
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.debug.graphical / plugin.xml
index 44063a0c25f461a9bbe09ca1af937d8f2af16429..afb3a5f244beae805b93d317ec174790e22117c6 100644 (file)
@@ -1,42 +1,42 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<?eclipse version="3.4"?>\r
-<plugin>\r
-   <extension\r
-         point="org.eclipse.ui.menus">\r
-      <menuContribution\r
-            locationURI="menu:org.eclipse.ui.main.menu?after=edit">\r
-         <menu\r
-               id="org.simantics.debug"\r
-               label="Debug">\r
-            <command\r
-                  commandId="org.simantics.debug.new"\r
-                  icon="icons/bug-icon4.png"\r
-                  label="New graph debugger"\r
-                  style="push">\r
-            </command>\r
-            <visibleWhen\r
-                  checkEnabled="false">\r
-               <systemTest\r
-                     property="org.simantics.debug.graphical"\r
-                     value="true">\r
-               </systemTest>\r
-            </visibleWhen>\r
-         </menu>\r
-      </menuContribution>\r
-   </extension>\r
-   <extension\r
-         point="org.eclipse.ui.commands">\r
-      <command\r
-            id="org.simantics.debug.new"\r
-            name="New Graph Debugger">\r
-      </command>\r
-   </extension>\r
-   <extension\r
-         point="org.eclipse.ui.handlers">\r
-      <handler\r
-            class="org.simantics.debug.graphical.NewGraphDebugger"\r
-            commandId="org.simantics.debug.new">\r
-      </handler>\r
-   </extension>\r
-\r
-</plugin>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+   <extension
+         point="org.eclipse.ui.menus">
+      <menuContribution
+            locationURI="menu:org.eclipse.ui.main.menu?after=edit">
+         <menu
+               id="org.simantics.debug"
+               label="Debug">
+            <command
+                  commandId="org.simantics.debug.new"
+                  icon="icons/bug-icon4.png"
+                  label="New graph debugger"
+                  style="push">
+            </command>
+            <visibleWhen
+                  checkEnabled="false">
+               <systemTest
+                     property="org.simantics.debug.graphical"
+                     value="true">
+               </systemTest>
+            </visibleWhen>
+         </menu>
+      </menuContribution>
+   </extension>
+   <extension
+         point="org.eclipse.ui.commands">
+      <command
+            id="org.simantics.debug.new"
+            name="New Graph Debugger">
+      </command>
+   </extension>
+   <extension
+         point="org.eclipse.ui.handlers">
+      <handler
+            class="org.simantics.debug.graphical.NewGraphDebugger"
+            commandId="org.simantics.debug.new">
+      </handler>
+   </extension>
+
+</plugin>