Skip to content

Commit 063978d

Browse files
author
jantje
committed
#1268 added regression test for opening and closing projects
And for modifying the configuration files while the project is closed Not yet all data is stored in the file so some will still be in the environment vars stored by CDT but and these are currently unhandles making the cross close persistency test fail
1 parent 4e68a60 commit 063978d

File tree

2 files changed

+492
-249
lines changed

2 files changed

+492
-249
lines changed

io.sloeber.tests/META-INF/MANIFEST.MF

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ Require-Bundle: io.sloeber.core,
1212
org.junit;bundle-version="4.12.0",
1313
org.apache.commons.lang,
1414
io.sloeber.ui,
15-
org.eclipse.swt
15+
org.eclipse.swt,
16+
org.eclipse.cdt.managedbuilder.core;bundle-version="9.0.0"
1617
Bundle-ActivationPolicy: lazy
1718
Import-Package: io.sloeber.ui,
18-
io.sloeber.ui.monitor
19+
io.sloeber.ui.monitor,
20+
org.apache.commons.io;version="2.6.0"
1921
Automatic-Module-Name: io.sloeber.tests
2022
Export-Package: io.sloeber.core;x-internal:=true,
2123
io.sloeber.junit;x-internal:=true,

0 commit comments

Comments
 (0)