Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 15c6d139992652bf6b31c5708aa2f028f6dd778b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.wikitext.commonmark.ui;singleton:=true
Bundle-Version: 3.0.40.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.mylyn.wikitext.commonmark;bundle-version="3.0.40",
 org.eclipse.mylyn.wikitext;bundle-version="3.0.40",
 org.eclipse.mylyn.wikitext.ui;bundle-version="3.0.40"
Bundle-Localization: META-INF/l10n/bundle
Automatic-Module-Name: org.eclipse.mylyn.wikitext.commonmark.ui

Back to the top