Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan D. Brooks2020-04-17 15:57:47 +0000
committerRyan D. Brooks2020-04-17 15:57:47 +0000
commit7da4b2d131e981d307b2eeb3fc7cb2ea51a665a1 (patch)
tree7f4af91125e170a131fe6777d529811dcf4a089e /plugins/org.eclipse.osee.framework.core.dsl.ui.integration
parentd193062e1f14e43867db721270db46ce7631a170 (diff)
downloadorg.eclipse.osee-7da4b2d131e981d307b2eeb3fc7cb2ea51a665a1.tar.gz
org.eclipse.osee-7da4b2d131e981d307b2eeb3fc7cb2ea51a665a1.tar.xz
org.eclipse.osee-7da4b2d131e981d307b2eeb3fc7cb2ea51a665a1.zip
refactor[TW16935]: Use default OSGi component name
- Per OSGi Compendium Release 7 112.13.4.1, if not specified, - the name of a Component is the fully qualified type - name of the class being annotated. - https://osgi.org/specification/osgi.cmpn/7.0.0/service.component.html#org.osgi.service.component.annotations.Component Change-Id: Ic44ffafffba4d02a4810a080b3880feb13db3927
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl.ui.integration')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui.integration/OSGI-INF/artifact.data.provider.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/OSGI-INF/artifact.data.provider.xml b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/OSGI-INF/artifact.data.provider.xml
index c527b718ff8..a7142b53d7d 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/OSGI-INF/artifact.data.provider.xml
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/OSGI-INF/artifact.data.provider.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.osee.framework.core.dsl.ui.integration.internal.ArtifactDataProviderImpl">
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0">
<implementation class="org.eclipse.osee.framework.core.dsl.ui.integration.internal.ArtifactDataProviderImpl"/>
<service>
<provide interface="org.eclipse.osee.framework.core.dsl.integration.ArtifactDataProvider"/>

Back to the top