Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: b7c173ae7821d4f9244a2eb6e7962de1def67be3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                                    
                             
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.examples.updatesite.client;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.ecf.internal.examples.updatesite.client.Activator
Bundle-Vendor: %plugin.provider
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.ecf.discovery;bundle-version="2.0.0",
 org.eclipse.ecf.discovery.ui;bundle-version="2.0.0",
 org.eclipse.update.ui;bundle-version="3.2.100",
 org.eclipse.ui;bundle-version="3.4.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Eclipse-LazyStart: true
Export-Package: org.eclipse.ecf.internal.examples.updatesite.client;x-internal:=true
Bundle-ActivationPolicy: lazy

Back to the top