Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 222d010a16128d00308755d2d058088e393104e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: DSF-GDB test fragment
Bundle-SymbolicName: org.eclipse.cdt.dsf.gdb.tests;singleton:=true
Bundle-Vendor: Eclipse CDT
Bundle-Version: 1.0.0.qualifier
Fragment-Host: org.eclipse.cdt.dsf.gdb
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit;bundle-version="4.8.1"
Automatic-Module-Name: org.eclipse.cdt.dsf.gdb.tests

Back to the top