Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmisinco2013-10-07 17:07:48 +0000
committerjmisinco2013-10-14 20:54:46 +0000
commit122f52a121d94644e22e111f463c3dce7e1f5c83 (patch)
tree69920e3fd77271f4866f1815a40392dd29c1c881 /plugins/org.eclipse.osee.ats/plugin.xml
parentcead9b1de1ab380c0021258681e776975a48f71a (diff)
downloadorg.eclipse.osee-122f52a121d94644e22e111f463c3dce7e1f5c83.tar.gz
org.eclipse.osee-122f52a121d94644e22e111f463c3dce7e1f5c83.tar.xz
org.eclipse.osee-122f52a121d94644e22e111f463c3dce7e1f5c83.zip
feature[ats_8G0FW]: Add BLAM to set HRID in AtsId attribute
Diffstat (limited to 'plugins/org.eclipse.osee.ats/plugin.xml')
-rw-r--r--plugins/org.eclipse.osee.ats/plugin.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.ats/plugin.xml b/plugins/org.eclipse.osee.ats/plugin.xml
index d2dc86d7705..db5e9114769 100644
--- a/plugins/org.eclipse.osee.ats/plugin.xml
+++ b/plugins/org.eclipse.osee.ats/plugin.xml
@@ -518,4 +518,10 @@
className="org.eclipse.osee.ats.WorkflowPortingBlam">
</Operation>
</extension>
+ <extension
+ point="org.eclipse.osee.framework.ui.skynet.BlamOperation">
+ <Operation
+ className="org.eclipse.osee.ats.health.ValidateAtsIds">
+ </Operation>
+ </extension>
</plugin>

Back to the top