Skip to main content
summaryrefslogtreecommitdiffstats
blob: 03c666e2945a11fcdd2af4ff34396b150984aa41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-Name: %Bundle-Name
Bundle-ClassPath: .,bin
Bundle-Activator: org.eclipse.gmt.modisco.infra.facet.examples.kdm.Activator
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.gmt.modisco.infra.facet.examples.kdm;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.gmt.modisco.infra.common.core,
 org.eclipse.gmt.modisco.infra.query.core,
 org.eclipse.gmt.modisco.omg.kdm,
 org.eclipse.emf.ecore,
 org.eclipse.gmt.modisco.infra.facet.core,
 com.ibm.icu;bundle-version="4.2.1"
Bundle-Version: 0.12.0.qualifier

Back to the top