Skip to content

Commit 21218a4

Browse files
authored
Create BOM for Eclipse release 2024-06 (#35)
1 parent 0f88d9b commit 21218a4

11 files changed

+7072
-0
lines changed

data/4.32/bnd-output.txt

+1,018
Large diffs are not rendered by default.

data/4.32/maven-artifacts.json

+1,787
Large diffs are not rendered by default.

data/4.32/potential-maven-artifacts.json

+2,072
Large diffs are not rendered by default.

data/4.32/repolist.bndrun

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-standalone true
2+
-plugin.p2 \
3+
aQute.bnd.repository.p2.provider.P2Repository; \
4+
url="https://download.eclipse.org/eclipse/updates/4.32/"

repo/fr/jmini/ecentral/eclipse-platform-dependencies/4.32/eclipse-platform-dependencies-4.32.pom

+2,175
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d8662da680556df5fca7361dd5a009a4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f9d2d1a78f0796de22f65e4b8acc699caca78eba
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c2678191bad9f086a71c966c36888b6417425d21a526c7dd7e31cb461dd7d63a
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
093952d014228b612b0348c6ae26dec7220b89bdebf1533850571a6d5484687420e5bc63a4546b2578349498ac728541bb159b38ef095baff030ddd1082ff117

src/docs/asciidoc/index.adoc

+3
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ Where `$\{eclipseReleaseVersion}` correspond to the platform version of the Ecli
7777
| Eclipse Release Name
7878
| Eclipse Release Version
7979

80+
| 2024-06
81+
| `4.32`
82+
8083
| 2024-03
8184
| `4.31`
8285

src/test/java/fr/jmini/utils/ecentral/RunTest.java

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
*/
88
class RunTest {
99

10+
@Test
11+
void run_4_32() throws Exception {
12+
Input input = new Input()
13+
.withReleaseName("2024-06")
14+
.withReleaseVersion("4.32")
15+
.withUpdateSite("https://download.eclipse.org/eclipse/updates/4.32/");
16+
new ECentralTask(input).run();
17+
}
18+
1019
@Test
1120
void run_4_31() throws Exception {
1221
Input input = new Input()

0 commit comments

Comments
 (0)