Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: affb1a6521b09d89a2d437cc3c45eab3aee54fc3 (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: 6.0.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