Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0503e25bf6b6ed7dcd01e619ba606c2ce54c9a1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Updater Plug-in (Incubation)
Bundle-SymbolicName: org.eclipse.osee.framework.updater;singleton:=true
Bundle-Version: 0.9.2.qualifier
Bundle-Activator: org.eclipse.osee.framework.updater.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.update.core,
 org.eclipse.osee.framework.plugin.core,
 org.eclipse.osee.framework.jdk.core
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.osee.framework.updater,
 org.eclipse.osee.framework.updater.core
Bundle-Vendor: Eclipse.org
Bundle-ClassPath: .,
 dlResources/
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.osee.framework.logging

Back to the top