Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 148d7b9cc0d92b37a2d3973c546058baa74d65d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Control Grid SWT Renderer Tests
Bundle-SymbolicName: org.eclipse.emfforms.swt.controlgrid.test
Bundle-Version: 1.23.0.qualifier
Bundle-Vendor: Eclipse Modeling Project
Fragment-Host: org.eclipse.emfforms.swt.controlgrid;bundle-version="[1.23.0,1.24.0)"
Export-Package: org.eclipse.emfforms.spi.swt.controlgrid.renderer;version="1.23.0"
Require-Bundle: org.junit;bundle-version="[4.0.0,5.0.0)",
 org.mockito.mockito-core-hamcrest-modified;bundle-version="[1.9.5,2.0.0)",
 org.eclipse.emf.ecp.test.common;bundle-version="[1.23.0,1.24.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: org.eclipse.emfforms.swt.controlgrid.test

Back to the top