Skip to main content
summaryrefslogtreecommitdiffstats
blob: b4343a1d137c294b5765a85f7f7ef81d004c4fe7 (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: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.provider.irc.ui;singleton:=true
Bundle-Version: 1.0.0.v200703211937
Bundle-Activator: org.eclipse.ecf.internal.irc.ui.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.ecf.ui,
 org.eclipse.ecf,
 org.eclipse.ui,
 org.eclipse.ecf.presence
Eclipse-LazyStart: true
Export-Package: org.eclipse.ecf.internal.irc.ui;x-internal:=true,
 org.eclipse.ecf.internal.irc.ui.wizards;x-internal:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-Vendor: %plugin.provider

Back to the top