Skip to main content
summaryrefslogtreecommitdiffstats
blob: fda7a5833424bba0d859546d6f26b7ce4c9e15f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.egf.model.fprod;singleton:=true
Bundle-Version: 1.6.1.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.egf.model.EGFFprodPlugin$Implementation
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: 
 org.eclipse.egf.model,
 org.eclipse.egf.model.fprod,
 org.eclipse.egf.model.fprod.impl,
 org.eclipse.egf.model.fprod.util 
Require-Bundle:   
 org.eclipse.egf.model;visibility:=reexport
Bundle-ActivationPolicy: lazy

Back to the top