Skip to content

Commit

Permalink
Do not include o.e.m2e.tests.common in sdk feature
Browse files Browse the repository at this point in the history
This bundle is only useful for the other test bundles which are not
included in the p2 repo at all.
  • Loading branch information
akurtakov committed Oct 4, 2024
1 parent 12f6bec commit 0028f57
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions org.eclipse.m2e.sdk.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.m2e.sdk.feature"
label="%featureName"
version="2.7.0.qualifier"
version="2.7.100.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down Expand Up @@ -51,12 +51,4 @@
id="org.eclipse.m2e.pde.feature.source"
version="0.0.0"/>

<plugin
id="org.eclipse.m2e.tests.common"
version="0.0.0"/>

<plugin
id="org.eclipse.m2e.tests.common.source"
version="0.0.0"/>

</feature>

0 comments on commit 0028f57

Please sign in to comment.