Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0fd1a3a4a97ae5628246d2abf468d1fb79457d6c (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.linuxtools.docker.ui.tests
Bundle-Version: 1.1.0.qualifier
Export-Package: org.eclipse.linuxtools.internal.docker.ui.wizards
Require-Bundle: org.junit;bundle-version="4.12.0",
 org.eclipse.linuxtools.docker.ui;bundle-version="1.0.0",
 org.eclipse.core.runtime,
 org.hamcrest.library;bundle-version="1.3.0"

Back to the top