Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshawn.f.cook2012-07-10 22:07:09 +0000
committershawn.f.cook2012-07-11 13:51:03 +0000
commit08fd04bca860bb69a8bfc9d19bda8e5129df89ec (patch)
tree7e49d878f76ecffbf5bfc746f7ff7b836b9033ea /plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF
parent95a066826be0cd352bfeb3c1cd12bcb48c03cdda (diff)
downloadorg.eclipse.osee-08fd04bca860bb69a8bfc9d19bda8e5129df89ec.tar.gz
org.eclipse.osee-08fd04bca860bb69a8bfc9d19bda8e5129df89ec.tar.xz
org.eclipse.osee-08fd04bca860bb69a8bfc9d19bda8e5129df89ec.zip
bug[ats_3J3F2]: Fix circular reference
Caused by earlier commit. This can be combined with the earlier commit for this same action 3J3F2.
Diffstat (limited to 'plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF')
-rw-r--r--plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/attribute.adapter.service.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/attribute.adapter.service.xml b/plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/attribute.adapter.service.xml
index ffeb454707a..4b757b5b681 100644
--- a/plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/attribute.adapter.service.xml
+++ b/plugins/org.eclipse.osee.framework.skynet.core/OSGI-INF/attribute.adapter.service.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" immediate="true" name="org.eclipse.osee.framework.skynet.core.attribute.service.AttributeAdapterServiceImpl">
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="start" deactivate="stop" immediate="true" name="org.eclipse.osee.framework.skynet.core.attribute.service.AttributeAdapterServiceImpl">
<implementation class="org.eclipse.osee.framework.skynet.core.attribute.service.AttributeAdapterServiceImpl"/>
<service>
<provide interface="org.eclipse.osee.framework.skynet.core.attribute.service.AttributeAdapterService"/>

Back to the top