File tree 2 files changed +3
-3
lines changed
org.eclipse.pde.junit.runtime.tests/META-INF
org.eclipse.pde.ui.tests/META-INF 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ Require-Bundle: org.junit,
17
17
org.eclipse.jdt.core;bundle-version="3.19.0",
18
18
org.eclipse.debug.ui;bundle-version="3.14.200",
19
19
org.eclipse.ui;bundle-version="3.114.0",
20
- org.assertj;bundle-version="3.14.0",
21
20
org.eclipse.pde.ui.tests;bundle-version="3.11.500"
21
+ Import-Package : org.assertj.core.api;version="3.14.0"
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ Require-Bundle: org.junit,
40
40
org.eclipse.ui.views.log,
41
41
org.eclipse.debug.core,
42
42
org.eclipse.pde.genericeditor.extension,
43
- org.eclipse.equinox.simpleconfigurator.manipulator;bundle-version="2.1.300",
44
- org.assertj;bundle- version="3.14.0"
43
+ org.eclipse.equinox.simpleconfigurator.manipulator;bundle-version="2.1.300"
44
+ Import-Package : org.assertj.core.api; version="3.14.0"
45
45
Eclipse-LazyStart : true
46
46
Bundle-RequiredExecutionEnvironment : JavaSE-11
47
47
Eclipse-BundleShape : dir
You can’t perform that action at this time.
0 commit comments