Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-04-24 03:07:29 +0000
committerRoberto E. Escobar2012-04-24 03:07:29 +0000
commitc1fe2e6a44f64d055e341ccf9715564e182b86d6 (patch)
treec42d57cc09aa7aea6dc917e8d3cf53eaf2b8b661 /plugins/org.eclipse.osee.framework.core.dsl.integration/OSGI-INF/osee.dsl.modeling.service.xml
parente61f0abfaf278defaf779d193530a902ca8cac0f (diff)
downloadorg.eclipse.osee-0.9.9.v201204240452_SR6.tar.gz
org.eclipse.osee-0.9.9.v201204240452_SR6.tar.xz
org.eclipse.osee-0.9.9.v201204240452_SR6.zip
feature[ats_VDYBJ]: Framework access control cleanup0.9.9.v201204240452_SR6
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl.integration/OSGI-INF/osee.dsl.modeling.service.xml')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.integration/OSGI-INF/osee.dsl.modeling.service.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.integration/OSGI-INF/osee.dsl.modeling.service.xml b/plugins/org.eclipse.osee.framework.core.dsl.integration/OSGI-INF/osee.dsl.modeling.service.xml
index 1d8c7ff0dc1..fb895a817d5 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.integration/OSGI-INF/osee.dsl.modeling.service.xml
+++ b/plugins/org.eclipse.osee.framework.core.dsl.integration/OSGI-INF/osee.dsl.modeling.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" activate="start" name="org.eclipse.osee.framework.core.dsl.integration.internal.OseeModelingServiceImpl">
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="start" deactivate="stop" name="org.eclipse.osee.framework.core.dsl.integration.internal.OseeModelingServiceImpl">
<implementation class="org.eclipse.osee.framework.core.dsl.integration.internal.OseeModelingServiceImpl"/>
<service>
<provide interface="org.eclipse.osee.framework.core.services.IOseeModelingService"/>

Back to the top