Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 895d15f0e96fe5a50db4d75c137161717c23f1f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ECF Remoteservice API
Bundle-SymbolicName: org.eclipse.ecf.remoteservice
Bundle-Version: 0.9.3
Bundle-Activator: org.eclipse.ecf.remoteservice.Activator
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.ecf
Eclipse-LazyStart: true
Export-Package: org.eclipse.ecf.remoteservice,
 org.eclipse.ecf.remoteservice.events
Bundle-RequiredExecutionEnvironment: J2SE-1.4,
 CDC-1.1/Foundation-1.1

Back to the top