Skip to content

Commit e914513

Browse files
committed
Bug 577522 - Use Import-Package for assertj
This will allow to more easily move to upstream dependency. Change-Id: Ibcff9762873a8081e540f4b0253ce6b5ad488af3
1 parent 6b4f9d1 commit e914513

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ui/org.eclipse.pde.junit.runtime.tests/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Require-Bundle: org.junit,
1717
org.eclipse.jdt.core;bundle-version="3.19.0",
1818
org.eclipse.debug.ui;bundle-version="3.14.200",
1919
org.eclipse.ui;bundle-version="3.114.0",
20-
org.assertj;bundle-version="3.14.0",
2120
org.eclipse.pde.ui.tests;bundle-version="3.11.500"
21+
Import-Package: org.assertj.core.api;version="3.14.0"

ui/org.eclipse.pde.ui.tests/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Require-Bundle: org.junit,
4040
org.eclipse.ui.views.log,
4141
org.eclipse.debug.core,
4242
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"
4545
Eclipse-LazyStart: true
4646
Bundle-RequiredExecutionEnvironment: JavaSE-11
4747
Eclipse-BundleShape: dir

0 commit comments

Comments
 (0)