Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2b082802a0f6cf5204d2d38f95e2226dc8a1a5db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CodeMinig Examples
Bundle-SymbolicName: org.eclipse.jface.text.examples
Bundle-Version: 1.0.100.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.jface.text,
 org.eclipse.core.runtime,
 org.eclipse.swt,
 org.eclipse.jface;bundle-version="3.14.0"
Automatic-Module-Name: org.eclipse.jface.text.examples

Back to the top