Skip to content

Commit

Permalink
Change aggregator build to use merged equinox repo
Browse files Browse the repository at this point in the history
Switches aggregator build to use the new merged equinox repository
instead of the old split ones.
See eclipse-equinox/equinox.bundles#18
  • Loading branch information
akurtakov committed Jun 16, 2022
1 parent b288656 commit 12f9ed1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
9 changes: 3 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,9 @@
[submodule "rt.equinox.binaries"]
path = rt.equinox.binaries
url = https://github.com/eclipse-equinox/equinox.binaries.git
[submodule "rt.equinox.bundles"]
path = rt.equinox.bundles
url = https://github.com/eclipse-equinox/equinox.bundles.git
[submodule "rt.equinox.framework"]
path = rt.equinox.framework
url = https://github.com/eclipse-equinox/equinox.framework.git
[submodule "equinox"]
path = equinox
url = https://github.com/eclipse-equinox/equinox.git
[submodule "rt.equinox.p2"]
path = rt.equinox.p2
url = https://github.com/eclipse-equinox/p2.git
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@
<module>eclipse.platform.ua</module>
<module>eclipse.platform.ui.tools</module>

<module>rt.equinox.bundles</module>
<module>rt.equinox.framework</module>
<module>equinox</module>
<module>rt.equinox.p2</module>

<module>eclipse.platform.releng</module>
Expand Down

0 comments on commit 12f9ed1

Please sign in to comment.