Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2015-12-15 17:06:41 +0000
committerRyan T. Baldwin2015-12-15 17:06:41 +0000
commitfad7bd1e56e6d597fa440de342e1f03f7b3a27e6 (patch)
tree0b03718c15643af17bb7116a1d7d775a835446ce /plugins/org.eclipse.osee.ats.impl/OSGI-INF/ats.notification.service.xml
parentcf9d7aa1e28328df42ec44a6275962bf9762cf4f (diff)
downloadorg.eclipse.osee-fad7bd1e56e6d597fa440de342e1f03f7b3a27e6.tar.gz
org.eclipse.osee-fad7bd1e56e6d597fa440de342e1f03f7b3a27e6.tar.xz
org.eclipse.osee-fad7bd1e56e6d597fa440de342e1f03f7b3a27e6.zip
feature[ats_ATS263323]: Remove org.eclipse.osee.ats.impl
Diffstat (limited to 'plugins/org.eclipse.osee.ats.impl/OSGI-INF/ats.notification.service.xml')
-rw-r--r--plugins/org.eclipse.osee.ats.impl/OSGI-INF/ats.notification.service.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/org.eclipse.osee.ats.impl/OSGI-INF/ats.notification.service.xml b/plugins/org.eclipse.osee.ats.impl/OSGI-INF/ats.notification.service.xml
deleted file mode 100644
index e88cb8f86be..00000000000
--- a/plugins/org.eclipse.osee.ats.impl/OSGI-INF/ats.notification.service.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0">
- <implementation class="org.eclipse.osee.ats.impl.internal.notify.AtsNotifierServiceImpl"/>
- <service>
- <provide interface="org.eclipse.osee.ats.impl.internal.notify.IAtsNotifierServer"/>
- </service>
- <reference bind="setLogger" cardinality="1..1" interface="org.eclipse.osee.logger.Log" name="Log" policy="static"/>
- <reference bind="setMailService" cardinality="1..1" interface="org.eclipse.osee.mail.api.MailService" name="MailService" policy="static"/>
- <reference bind="setUserService" cardinality="1..1" interface="org.eclipse.osee.ats.api.user.IAtsUserService" name="IAtsUserService" policy="static"/>
-</scr:component>

Back to the top