Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ats.reports.efficiency/plugin.xml')
-rw-r--r--plugins/org.eclipse.osee.ats.reports.efficiency/plugin.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/org.eclipse.osee.ats.reports.efficiency/plugin.xml b/plugins/org.eclipse.osee.ats.reports.efficiency/plugin.xml
deleted file mode 100644
index 8597a245e87..00000000000
--- a/plugins/org.eclipse.osee.ats.reports.efficiency/plugin.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
- <extension
- point="org.eclipse.osee.ats.reports.AtsReportItem">
- <AtsReportItem
- classname="org.eclipse.osee.ats.reports.efficiency.ui.EfficiencyAtsReport">
- </AtsReportItem>
- </extension>
-
-</plugin>

Back to the top