Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2013-03-28 14:22:02 +0000
committerRoberto E. Escobar2013-04-11 22:13:44 +0000
commit27ce368f4e9347e6c5d385045d2bd658ce8c9a3e (patch)
tree14954135b044d2ba54003728caf3595039ff5ca9 /plugins/org.eclipse.osee.ats.reports.efficiency/META-INF/MANIFEST.MF
parent9c4b39b9d203b49340c43d81fe4ed31364bf92c4 (diff)
downloadorg.eclipse.osee-27ce368f4e9347e6c5d385045d2bd658ce8c9a3e.tar.gz
org.eclipse.osee-27ce368f4e9347e6c5d385045d2bd658ce8c9a3e.tar.xz
org.eclipse.osee-27ce368f4e9347e6c5d385045d2bd658ce8c9a3e.zip
bug[ats_SM0J7]: Fix ATS services initialization and loading
AtsLoadConfig synchronization problems Fix ATS services circular dependencies Create internal AtsClientServices for each bundle Move AtsConfigUtility to core internal Remove references to AtsWorkDefinitionService and AtsQueryService Changes to launch config for console Updates for ats client service Add service-component to manifest files Create user resolver and attribute resolver service Remove the need to load dictionary in the background Move VersionsClient logic to VersionService Fix ATS bulk load synchronization Move cache provider functionality to lazyObject Remove VersionsClient static class Fix AtsTestUtil.cleanup to close editors VersionArtifactWriter to use correct artifact type Improve error logged in AtsWorkItemArtifactProviderImpl Cleanup branch after ShowMergeManagerActionTest Close Merge View if associated art is deleted Change-Id: Iaa3fed5e99a3459c292d420a93e6238c2ca599fc
Diffstat (limited to 'plugins/org.eclipse.osee.ats.reports.efficiency/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.ats.reports.efficiency/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.ats.reports.efficiency/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ats.reports.efficiency/META-INF/MANIFEST.MF
index f220ff41a0b..b803bfe973b 100644
--- a/plugins/org.eclipse.osee.ats.reports.efficiency/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.ats.reports.efficiency/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: OSEE ATS Efficiency Reports (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ats.reports.efficiency;singleton:=true
Bundle-Version: 0.11.0.qualifier
-Bundle-Activator: org.eclipse.osee.ats.reports.efficiency.Activator
+Bundle-Activator: org.eclipse.osee.ats.reports.efficiency.internal.Activator
Bundle-Vendor: Eclipse Open System Engineering Environment
Require-Bundle: org.eclipse.ui,
org.eclipse.ui.forms
@@ -13,6 +13,7 @@ Import-Package: org.eclipse.core.runtime,
org.eclipse.osee.ats,
org.eclipse.osee.ats.api.team,
org.eclipse.osee.ats.api.version,
+ org.eclipse.osee.ats.core.client,
org.eclipse.osee.ats.core.client.config,
org.eclipse.osee.ats.core.client.team,
org.eclipse.osee.ats.core.client.workflow,
@@ -29,3 +30,4 @@ Import-Package: org.eclipse.core.runtime,
org.eclipse.osee.framework.ui.skynet.results,
org.eclipse.osee.framework.ui.swt,
org.osgi.framework
+Service-Component: OSGI-INF/*.xml

Back to the top