Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 930b1576394fad4572bf3f00d00c0b4e87ea88fb (plain) (blame)
1
2
3
4
5
6
7
8
9
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Javadocs Plug-in Tests
Bundle-SymbolicName: org.eclipse.linuxtools.javadocs.tests
Bundle-Version: 1.0.0.qualifier
Fragment-Host: org.eclipse.linuxtools.javadocs
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit;bundle-version="4.11.0",
 org.eclipse.core.resources;bundle-version="3.9.1"

Back to the top