Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ec1931740c9c7b2852b2efb3be1cbbd58121cdb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests
Bundle-SymbolicName: org.eclipse.cdt.arduino.core.tests
Bundle-Version: 1.0.0.qualifier
Fragment-Host: org.eclipse.cdt.arduino.core;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit;bundle-version="4.12.0"
Automatic-Module-Name: org.eclipse.cdt.arduino.core.tests

Back to the top