Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.define/plugin.xml')
-rw-r--r--plugins/org.eclipse.osee.define/plugin.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.define/plugin.xml b/plugins/org.eclipse.osee.define/plugin.xml
index e11299ea1ca..e813aa72f4f 100644
--- a/plugins/org.eclipse.osee.define/plugin.xml
+++ b/plugins/org.eclipse.osee.define/plugin.xml
@@ -282,4 +282,10 @@
className="org.eclipse.osee.define.blam.operation.FixEmbeddedLinksBlam">
</Operation>
</extension>
+ <extension
+ point="org.eclipse.osee.framework.ui.skynet.BlamOperation">
+ <Operation
+ className="org.eclipse.osee.define.blam.operation.DataRightsImporter">
+ </Operation>
+ </extension>
</plugin>

Back to the top