Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 17c13f858f675821cf2335f82e41901f14f87685 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
Import-Package: org.apache.xerces.parsers;version="0.0.0"

Back to the top