From fcfef933daaaf771adc60aff5bd56d8adc2ccf8d Mon Sep 17 00:00:00 2001 From: jphillips Date: Wed, 23 Jun 2010 18:50:43 +0000 Subject: Commit lifecycle implementation with skynetTransaction --- plugins/org.eclipse.osee.framework.lifecycle/META-INF/MANIFEST.MF | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'plugins/org.eclipse.osee.framework.lifecycle/META-INF/MANIFEST.MF') diff --git a/plugins/org.eclipse.osee.framework.lifecycle/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.lifecycle/META-INF/MANIFEST.MF index 02a88e069cd..71b8331cbae 100644 --- a/plugins/org.eclipse.osee.framework.lifecycle/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.osee.framework.lifecycle/META-INF/MANIFEST.MF @@ -8,9 +8,13 @@ Bundle-Vendor: Eclipse.org Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Import-Package: org.eclipse.core.runtime;version="3.4.0", org.eclipse.osee.framework.core.exception, + org.eclipse.osee.framework.core.model, org.eclipse.osee.framework.core.operation, org.eclipse.osee.framework.core.util, + org.eclipse.osee.framework.database.core, org.eclipse.osee.framework.jdk.core.type, - org.osgi.framework;version="1.3.0" + org.osgi.framework;version="1.3.0", + org.osgi.util.tracker Eclipse-ExtensibleAPI: true Bundle-ActivationPolicy: lazy +Export-Package: org.eclipse.osee.framework.lifecycle -- cgit v1.2.3