Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4e11f6b52d56d9328998b62ab6245fbffe473c37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests
Bundle-SymbolicName: org.eclipse.dltk.sh.core.tests
Bundle-Version: 5.11.0.qualifier
Bundle-Vendor: Eclipse DLTK
Require-Bundle: org.junit;bundle-version="4.10.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Fragment-Host: org.eclipse.dltk.sh.core

Back to the top