Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorddunne2011-02-16 18:19:38 +0000
committerRyan D. Brooks2011-02-16 18:19:38 +0000
commit2d9ca5f538ffb2bceb6ec59e47c3ec16ac2334fb (patch)
treec4f97625e3fc82991f9220f077235f47476e5e4c /plugins/org.eclipse.osee.ats/plugin.xml
parentbe1b52eb43f0525fd9702665db235f1d041f1f64 (diff)
downloadorg.eclipse.osee-2d9ca5f538ffb2bceb6ec59e47c3ec16ac2334fb.tar.gz
org.eclipse.osee-2d9ca5f538ffb2bceb6ec59e47c3ec16ac2334fb.tar.xz
org.eclipse.osee-2d9ca5f538ffb2bceb6ec59e47c3ec16ac2334fb.zip
refinement: AtsDsl - Convert AtsConfigManager to new WorkDefinitions
Diffstat (limited to 'plugins/org.eclipse.osee.ats/plugin.xml')
-rw-r--r--plugins/org.eclipse.osee.ats/plugin.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.ats/plugin.xml b/plugins/org.eclipse.osee.ats/plugin.xml
index 28190d5ddd6..60798ee9c8c 100644
--- a/plugins/org.eclipse.osee.ats/plugin.xml
+++ b/plugins/org.eclipse.osee.ats/plugin.xml
@@ -190,6 +190,7 @@
id="ats"
point="org.eclipse.osee.framework.ui.skynet.ArtifactRenderer">
<Renderer classname="org.eclipse.osee.ats.editor.AtsWorkflowRenderer"/>
+ <Renderer classname="org.eclipse.osee.ats.workdef.editor.AtsWorkDefinitionRenderer"/>
<Renderer
classname="org.eclipse.osee.ats.workflow.editor.AtsWorkflowConfigRenderer">
</Renderer>
@@ -284,6 +285,10 @@
name="ATS Workflow Config Editor">
</command>
<command
+ id="org.eclipse.osee.framework.ui.skynet.atsworkdef.command"
+ name="ATS Work Definition Editor">
+ </command>
+ <command
id="org.eclipse.osee.framework.ui.skynet.atstaskeditor.command"
name="ATS Task Editor">
</command>
@@ -311,6 +316,18 @@
</enabledWhen>
</handler>
<handler
+ class="org.eclipse.osee.ats.workdef.editor.AtsWorkDefinitionHandler"
+ commandId="org.eclipse.osee.framework.ui.skynet.atsworkdef.command">
+ <enabledWhen>
+ <with
+ variable="selection">
+ <count
+ value="+">
+ </count>
+ </with>
+ </enabledWhen>
+ </handler>
+ <handler
class="org.eclipse.osee.ats.handlers.AtsWorkflowConfigEditorHandler"
commandId="org.eclipse.osee.framework.ui.skynet.atsworkflowconfigeditor.command">
<enabledWhen>

Back to the top