Skip to content

Commit

Permalink
Simplify and generalize project imports in P2's Oomph setup
Browse files Browse the repository at this point in the history
The root .project file of p2 is removed via
eclipse-equinox/p2#149

The abandoned project 'org.eclipse.equinox.p2.testserver' has been
deleted as part of eclipse-equinox/p2#49
  • Loading branch information
HannesWell committed Oct 1, 2022
1 parent de39e61 commit c2c6427
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions releng/org.eclipse.equinox.releng/Equinox.setup
Original file line number Diff line number Diff line change
Expand Up @@ -269,15 +269,7 @@
<requirement
name="*"/>
<sourceLocator
rootFolder="${github.clone.equinox.p2.location/bundles}">
<excludedPath>bundles/org.eclipse.equinox.p2.testserver</excludedPath>
</sourceLocator>
<sourceLocator
rootFolder="${github.clone.equinox.p2.location/examples}"/>
<sourceLocator
rootFolder="${github.clone.equinox.p2.location/features}"/>
<sourceLocator
rootFolder="${github.clone.equinox.p2.location/org.eclipse.equinox.p2.releng}"/>
rootFolder="${github.clone.equinox.p2.location}"/>
</targlet>
</setupTask>
<setupTask
Expand Down

0 comments on commit c2c6427

Please sign in to comment.