Skip to main content
summaryrefslogtreecommitdiffstats
blob: 002e0c4235b6e4c3212ad0d163d6cfdaec84e89b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Markers Plug-in (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ote.ui.markers;singleton:=true
Bundle-Version: 0.24.4.qualifier
Bundle-Activator: org.eclipse.osee.ote.ui.markers.MarkerPlugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.osee.framework.jdk.core,
 org.eclipse.osee.framework.plugin.core,
 org.eclipse.ui,
 org.eclipse.osee.framework.ui.plugin
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.osee.ote.ui.markers
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.eclipse.osee.framework.core.operation,
 org.eclipse.osee.framework.logging,
 org.eclipse.osee.framework.ui.ws,
 org.eclipse.osee.ote.core.framework.saxparse,
 org.eclipse.osee.ote.core.framework.saxparse.elements
Bundle-Vendor: Eclipse Open System Engineering Environment

Back to the top