Skip to content

Commit

Permalink
Replace o.e.test.performance dep with o.e.test
Browse files Browse the repository at this point in the history
The only reason to depend on o.e.test.performance bundle in these was
the use of Screenshots class which should have not lived in performance
test ever.
  • Loading branch information
akurtakov committed Sep 23, 2024
1 parent 9a60f52 commit 16a8ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/org.eclipse.e4.ui.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Require-Bundle: org.eclipse.emf.ecore.xmi;bundle-version="2.4.0",
org.eclipse.e4.ui.css.swt;bundle-version="0.11.0",
org.mockito.mockito-core;bundle-version="2.13.0",
org.eclipse.e4.ui.css.core;bundle-version="0.10.100",
org.eclipse.test.performance;bundle-version="3.13.0"
org.eclipse.test;bundle-version="3.6.200"
Bundle-RequiredExecutionEnvironment: JavaSE-17
Export-Package: org.eclipse.e4.ui.tests.model.test,
org.eclipse.e4.ui.tests.model.test.impl,
Expand Down
2 changes: 1 addition & 1 deletion tests/org.eclipse.jface.text.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Require-Bundle:
org.eclipse.text.tests;bundle-version="[3.5.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.29.0,4.0.0)",
org.eclipse.ui.workbench.texteditor,
org.eclipse.test.performance;bundle-version="3.13.0"
org.eclipse.test;bundle-version="3.6.200"
Bundle-RequiredExecutionEnvironment: JavaSE-17
Eclipse-BundleShape: dir
Automatic-Module-Name: org.eclipse.jface.text.tests
Expand Down

0 comments on commit 16a8ebd

Please sign in to comment.