Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0016825a00a7c2560bd5d1d90f11da0f00e8dd9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Manifest-Version: 1.0
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.swt; singleton=true
Bundle-Version: 3.1.0
Bundle-ManifestVersion: 2
Bundle-Localization: plugin
Provide-Package: 
 org.eclipse.swt,
 org.eclipse.swt.accessibility,
 org.eclipse.swt.browser,
 org.eclipse.swt.custom,
 org.eclipse.swt.dnd,
 org.eclipse.swt.events,
 org.eclipse.swt.graphics,
 org.eclipse.swt.internal,
 org.eclipse.swt.awt,
 org.eclipse.swt.internal.image,
 org.eclipse.swt.layout,
 org.eclipse.swt.printing,
 org.eclipse.swt.program,
 org.eclipse.swt.widgets
Eclipse-ExtensibleAPI: true

Back to the top