瀏覽代碼

operation class

Andreas Mülder 13 年之前
父節點
當前提交
cab10e5469

+ 1 - 1
plugins/org.yakindu.sct.simulation.ui/src/org/yakindu/sct/simulation/ui/launch/StatechartLaunchShortcut.java

@@ -83,7 +83,7 @@ public class StatechartLaunchShortcut implements ILaunchShortcut,
 							.getName()));
 
 			newConfig.setAttribute(FILE_NAME, file.getFullPath().toString());
-			newConfig.setAttribute(OPERATION_CLASS, "org.yakindu.Operations");
+//			newConfig.setAttribute(OPERATION_CLASS, "org.yakindu.Operations");
 			return newConfig.doSave();
 
 		} catch (CoreException e) {