Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2d02cec40e52e0f308b99998106bbea9fe3b97c2 (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: Locator Plug-in
Bundle-SymbolicName: org.eclipse.osee.framework.resource.locator.attribute;singleton:=true
Bundle-Version: 0.9.9.qualifier
Bundle-Activator: org.eclipse.osee.framework.resource.locator.attribute.Activator
Bundle-Vendor: Eclipse Open System Engineering Environment
Eclipse-ExtensibleAPI: true
Bundle-ActivationPolicy: lazy
Service-Component: OSGI-INF/locator.provider.attribute.xml
Import-Package: org.eclipse.core.runtime,
 org.eclipse.osee.framework.core.data,
 org.eclipse.osee.framework.core.exception,
 org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.framework.resource.management,
 org.eclipse.osee.framework.resource.management.exception,
 org.eclipse.osee.framework.resource.management.util,
 org.osgi.framework
Export-Package: org.eclipse.osee.framework.resource.locator.attribute
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top