Skip to content

Commit

Permalink
Remove package import of o.e.test from o.e.test.performance
Browse files Browse the repository at this point in the history
- It already requires bundle org.eclipse.test so the import seems
redundant and causes problems running tests.

eclipse-platform#2369
  • Loading branch information
merks committed Sep 23, 2024
1 parent 9e0e8dd commit 77ced1e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Bundle-Activator: org.eclipse.test.internal.performance.PerformanceTestPlugin
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Import-Package: org.junit.jupiter.api,
org.junit.platform.suite.api,
org.eclipse.test
org.junit.platform.suite.api
Export-Package: org.eclipse.perfmsr.core,
org.eclipse.test.internal.performance,
org.eclipse.test.internal.performance.data,
Expand Down

0 comments on commit 77ced1e

Please sign in to comment.