Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: adca0a98d014fc79e86319c7453592938a276ed8 (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.linuxtools.changelog.cparser;singleton:=true
Bundle-Version: 2.7.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.cdt.core;bundle-version="5.2.0",
 org.eclipse.cdt.ui;bundle-version="5.2.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Fragment-Host: org.eclipse.linuxtools.changelog.core;bundle-version="2.6.3"
Import-Package: org.eclipse.core.resources
Export-Package: org.eclipse.linuxtools.internal.changelog.parsers;x-friends:="org.eclipse.linuxtools.changelog.tests"

Back to the top