Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f88c63f23ce55daad14a3caf4c38289c87bdcd0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.cdo.dawn.examples.acore;singleton:=true
Bundle-Version: 0.2.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.emf.cdo.dawn.examples.acore;version="0.2.0",
 org.eclipse.emf.cdo.dawn.examples.acore.impl;version="0.2.0",
 org.eclipse.emf.cdo.dawn.examples.acore.util;version="0.2.0",
 org.eclipse.emf.cdo.internal.dawn.examples.acore.bundle;version="0.2.0"
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",
 org.eclipse.emf.ecore;bundle-version="[2.6.0,3.0.0)";visibility:=reexport,
 org.eclipse.emf.cdo;bundle-version="[3.0.0,4.0.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy

Back to the top