Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5afdf995ef299ed075566e71e061170c2e11cb7b (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: %pluginName
Bundle-SymbolicName: org.eclipse.text
Bundle-Version: 3.1.0
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: 
 org.eclipse.jface.text,
 org.eclipse.jface.text.link,
 org.eclipse.jface.text.projection,
 org.eclipse.jface.text.source,
 org.eclipse.jface.text.templates,
 org.eclipse.text.edits
Eclipse-AutoStart: true

Back to the top