Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorddunne2011-12-02 17:24:29 +0000
committerRyan D. Brooks2011-12-02 17:24:29 +0000
commitee61efa64e3a3bb1de178264b4f2d04e183594ea (patch)
tree7669526a80f515aeb4bcc9f8cc49f696143c4f0e /plugins/org.eclipse.osee.coverage/plugin.xml
parente4fa9030c8ac1414d819cdaa7141b0c5ad6253f1 (diff)
downloadorg.eclipse.osee-ee61efa64e3a3bb1de178264b4f2d04e183594ea.tar.gz
org.eclipse.osee-ee61efa64e3a3bb1de178264b4f2d04e183594ea.tar.xz
org.eclipse.osee-ee61efa64e3a3bb1de178264b4f2d04e183594ea.zip
feature: Add TxCoveragePartitionsReportBlam to report coverage package changed per transaction
Diffstat (limited to 'plugins/org.eclipse.osee.coverage/plugin.xml')
-rw-r--r--plugins/org.eclipse.osee.coverage/plugin.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.coverage/plugin.xml b/plugins/org.eclipse.osee.coverage/plugin.xml
index 12185df0f91..1a921d50f6a 100644
--- a/plugins/org.eclipse.osee.coverage/plugin.xml
+++ b/plugins/org.eclipse.osee.coverage/plugin.xml
@@ -128,5 +128,13 @@
<Renderer
classname="org.eclipse.osee.coverage.editor.CoverageRenderer">
</Renderer>
- </extension>
+ </extension>
+ <extension
+ id="ZBranchUBranchBlam"
+ name="ZBranchUBranchBlam"
+ point="org.eclipse.osee.framework.ui.skynet.BlamOperation">
+ <Operation
+ className="org.eclipse.osee.coverage.blam.TxCoveragePartitionsReportBlam">
+ </Operation>
+ </extension>
</plugin>

Back to the top