Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 346d63c84080f87199b1f8793dca6594b25723d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %name
Bundle-SymbolicName: org.eclipse.update.examples; singleton:=true
Bundle-Version: 2.0.100.qualifier
Bundle-ClassPath: updateexamples.jar
Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator
Bundle-Vendor: %provider-name
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime.compatibility,
 org.eclipse.update.core,
 org.eclipse.core.runtime;bundle-version="2.1"
Bundle-ActivationPolicy: lazy

Back to the top