Skip to content

Commit c936e15

Browse files
author
jantje
committed
add some testing for the setting of the options #1126
1 parent 2c3cf9c commit c936e15

File tree

3 files changed

+888
-145
lines changed

3 files changed

+888
-145
lines changed

io.sloeber.autoBuild.test/META-INF/MANIFEST.MF

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Test
4-
Bundle-SymbolicName: io.sloeber.autoBuild.test
4+
Bundle-SymbolicName: io.sloeber.autoBuild.test;singleton:=true
55
Bundle-Version: 4.4.2.qualifier
66
Require-Bundle: org.eclipse.cdt.core;bundle-version="7.4.200",
77
org.eclipse.equinox.registry,
@@ -14,6 +14,7 @@ Require-Bundle: org.eclipse.cdt.core;bundle-version="7.4.200",
1414
org.junit,
1515
junit-jupiter-params,
1616
org.eclipse.cdt.core.native,
17-
io.sloeber.autoBuild
17+
io.sloeber.autoBuild,
18+
org.eclipse.ui.workbench
1819
Automatic-Module-Name: io.sloeber.autoBuild.test
1920
Bundle-RequiredExecutionEnvironment: JavaSE-17

0 commit comments

Comments
 (0)