Skip to main content
summaryrefslogtreecommitdiffstats
blob: a61167cc96bb7f7a2e7434a4fe621fc7a50f44fd (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-Activator: org.eclipse.egf.domain.Activator
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.egf.domain;singleton:=true
Bundle-Version: 1.6.2.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: 
 org.eclipse.core.runtime,
 org.eclipse.egf.model
Export-Package: 
 org.eclipse.egf.domain,
 org.eclipse.egf.domain.emf,
 org.eclipse.egf.domain.file
Bundle-ActivationPolicy: lazy

Back to the top