Skip to content

Commit

Permalink
Align name of rt.equinox.p2 submodule to actual repository name
Browse files Browse the repository at this point in the history
... which is equinox.p2
  • Loading branch information
HannesWell committed Jun 24, 2024
1 parent 9f80a6f commit e2a4768
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
[submodule "equinox"]
path = equinox
url = https://github.com/eclipse-equinox/equinox.git
[submodule "rt.equinox.p2"]
path = rt.equinox.p2
[submodule "equinox.p2"]
path = equinox.p2
url = https://github.com/eclipse-equinox/p2.git
2 changes: 1 addition & 1 deletion cje-production/streams/repositories_java23.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
equinox.binaries: master
equinox: master
rt.equinox.p2: master
equinox.p2: master
eclipse.jdt: master
eclipse.jdt.core.binaries: master
eclipse.jdt.core: BETA_JAVA23
Expand Down
2 changes: 1 addition & 1 deletion cje-production/streams/repositories_master.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
equinox.binaries: master
equinox: master
rt.equinox.p2: master
equinox.p2: master
eclipse.jdt.core.binaries: master
eclipse.jdt.core: master
eclipse.jdt.debug: master
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ eclipse.platform.ua=../../../eclipse.platform/ua
eclipse.platform.ui.bundles=../../../eclipse.platform.ui/bundles
rt.equinox.bundles.bundles=../../../equinox/bundles
rt.equinox.framework.bundles=../../../equinox/bundles
rt.equinox.p2.bundles=../../../rt.equinox.p2/bundles
rt.equinox.p2.bundles=../../../equinox.p2/bundles

eclipse.equinox.supplement=../../../rt.equinox.framework/bundles/org.eclipse.osgi/supplement

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ eclipse.platform.ui.bundles=../../../eclipse.platform.ui/bundles
eclipse.platform.update=../../../eclipse.platform/update
rt.equinox.bundles.bundles=../../../equinox/bundles
rt.equinox.framework.bundles=../../../equinox/bundles
rt.equinox.p2.bundles=../../../rt.equinox.p2/bundles
rt.equinox.p2.bundles=../../../equinox.p2/bundles
eclipse.platform.team.examples=../../../eclipse.platform/team/examples
eclipse.platform.swt.examples=../../../eclipse.platform.swt/examples
eclipse.platform.ui.examples=../../../eclipse.platform.ui/examples
Expand Down
2 changes: 1 addition & 1 deletion eclipse.platform.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<eclipse.platform.update>../../../eclipse.platform/update</eclipse.platform.update>
<rt.equinox.bundles.bundles>../../../equinox/bundles</rt.equinox.bundles.bundles>
<rt.equinox.framework.bundles>../../../equinox/bundles</rt.equinox.framework.bundles>
<rt.equinox.p2.bundles>../../../rt.equinox.p2/bundles</rt.equinox.p2.bundles>
<rt.equinox.p2.bundles>../../../equinox.p2/bundles</rt.equinox.p2.bundles>
<eclipse.pde.ui.apitools>../../../eclipse.pde/apitools</eclipse.pde.ui.apitools>
<eclipse.pde.ui.ui>../../../eclipse.pde/ui</eclipse.pde.ui.ui>
<eclipse.pde.build>../../../eclipse.pde/build</eclipse.pde.build>
Expand Down
2 changes: 1 addition & 1 deletion oomph/Platform.setup
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@
<excludedPath>eclipse.platform.ui</excludedPath>
<excludedPath>equinox</excludedPath>
<excludedPath>equinox.binaries</excludedPath>
<excludedPath>rt.equinox.p2</excludedPath>
<excludedPath>equinox.p2</excludedPath>
</sourceLocator>
</targlet>
<composedTarget>eclipse-sdk-prereqs</composedTarget>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<module>eclipse.platform.swt</module>

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

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

0 comments on commit e2a4768

Please sign in to comment.