-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop requiring and reexporting o.e.test in o.e.test.performance
Dependent bundles should be fixed to require what they need direclty so no need for the reexport any more.
- Loading branch information
Showing
3 changed files
with
38 additions
and
5 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
eclipse.platform.releng/bundles/org.eclipse.test.performance/.settings/.api_filters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<component id="org.eclipse.test.performance" version="2"> | ||
<resource path="META-INF/MANIFEST.MF"> | ||
<filter comment="Split package with o.e.test fixed" id="926941240"> | ||
<message_arguments> | ||
<message_argument value="3.21.0"/> | ||
<message_argument value="3.20.200"/> | ||
</message_arguments> | ||
</filter> | ||
</resource> | ||
<resource path="META-INF/MANIFEST.MF" type="org.eclipse.test.OrderedTestSuite"> | ||
<filter comment="Split package with o.e.test fixed" id="305324134"> | ||
<message_arguments> | ||
<message_argument value="org.eclipse.test.OrderedTestSuite"/> | ||
<message_argument value="org.eclipse.test.performance_3.21.0"/> | ||
</message_arguments> | ||
</filter> | ||
</resource> | ||
<resource path="META-INF/MANIFEST.MF" type="org.eclipse.test.Screenshots"> | ||
<filter comment="Split package with o.e.test fixed" id="305324134"> | ||
<message_arguments> | ||
<message_argument value="org.eclipse.test.Screenshots"/> | ||
<message_argument value="org.eclipse.test.performance_3.21.0"/> | ||
</message_arguments> | ||
</filter> | ||
</resource> | ||
<resource path="META-INF/MANIFEST.MF" type="org.eclipse.test.TracingSuite"> | ||
<filter comment="Split package with o.e.test fixed" id="305324134"> | ||
<message_arguments> | ||
<message_argument value="org.eclipse.test.TracingSuite"/> | ||
<message_argument value="org.eclipse.test.performance_3.21.0"/> | ||
</message_arguments> | ||
</filter> | ||
</resource> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters