Skip to main content
summaryrefslogtreecommitdiffstats
blob: 829dc1249860a5aec4f14f6e198d0704dea663d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Workspacebundlelodaer Plug-in
Bundle-SymbolicName: org.eclipse.osee.framework.ui.workspacebundleloader;singleton:=true
Bundle-Version: 0.9.3.qualifier
Bundle-Activator: org.eclipse.osee.framework.ui.workspacebundleloader.internal.Activator
Bundle-Vendor: Eclpse.org
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.core.resources,
 org.eclipse.core.runtime,
 org.eclipse.core.runtime.jobs,
 org.eclipse.osee.framework.core.operation,
 org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.framework.logging,
 org.eclipse.osee.framework.plugin.core.util,
 org.eclipse.osee.framework.ui.plugin.workspace,
 org.eclipse.swt.widgets,
 org.eclipse.ui,
 org.osgi.framework,
 org.osgi.util.tracker
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.osee.framework.ui.workspacebundleloader
Require-Bundle: org.eclipse.osgi

Back to the top