Skip to content

Commit

Permalink
[Build] Remove unused 'partial-build' Maven profile
Browse files Browse the repository at this point in the history
Nowadays the 'build-individual-bundles' profile seems to be used for
partial builds in sub-projects.
  • Loading branch information
HannesWell committed Jan 31, 2025
1 parent 64d8b3a commit 035faf0
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -882,21 +882,6 @@
</pluginManagement>
</build>
</profile>
<profile>
<id>partial-build</id>
<activation>
<property>
<name>eclipse-sdk-repo.url</name>
</property>
</activation>
<repositories>
<repository>
<id>eclipse-sdk-repo</id>
<url>${eclipse-sdk-repo.url}</url>
<layout>p2</layout>
</repository>
</repositories>
</profile>
<profile>
<id>dependency-check</id>
<build>
Expand Down

0 comments on commit 035faf0

Please sign in to comment.