Skip to main content
summaryrefslogtreecommitdiffstats
blob: 85c2457186fe98cc2bcc4175c35bd96f4d286016 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.osee.framework.core.dsl.edit;singleton:=true
Bundle-Version: 0.17.2.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.osee.framework.core.dsl.oseeDsl.provider.OseeDslEditPlugin$Implementation
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.osee.framework.core.dsl.oseeDsl.provider
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.osee.framework.core.dsl;visibility:=reexport,
 org.eclipse.emf.edit;visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top