Skip to content

Commit

Permalink
Create BOM for Eclipse release 2024-06 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmini authored Aug 28, 2024
1 parent 0f88d9b commit 21218a4
Show file tree
Hide file tree
Showing 11 changed files with 7,072 additions and 0 deletions.
1,018 changes: 1,018 additions & 0 deletions data/4.32/bnd-output.txt

Large diffs are not rendered by default.

1,787 changes: 1,787 additions & 0 deletions data/4.32/maven-artifacts.json

Large diffs are not rendered by default.

2,072 changes: 2,072 additions & 0 deletions data/4.32/potential-maven-artifacts.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions data/4.32/repolist.bndrun
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-standalone true
-plugin.p2 \
aQute.bnd.repository.p2.provider.P2Repository; \
url="https://download.eclipse.org/eclipse/updates/4.32/"

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d8662da680556df5fca7361dd5a009a4
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f9d2d1a78f0796de22f65e4b8acc699caca78eba
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c2678191bad9f086a71c966c36888b6417425d21a526c7dd7e31cb461dd7d63a
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
093952d014228b612b0348c6ae26dec7220b89bdebf1533850571a6d5484687420e5bc63a4546b2578349498ac728541bb159b38ef095baff030ddd1082ff117
3 changes: 3 additions & 0 deletions src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ Where `$\{eclipseReleaseVersion}` correspond to the platform version of the Ecli
| Eclipse Release Name
| Eclipse Release Version

| 2024-06
| `4.32`

| 2024-03
| `4.31`

Expand Down
9 changes: 9 additions & 0 deletions src/test/java/fr/jmini/utils/ecentral/RunTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
*/
class RunTest {

@Test
void run_4_32() throws Exception {
Input input = new Input()
.withReleaseName("2024-06")
.withReleaseVersion("4.32")
.withUpdateSite("https://download.eclipse.org/eclipse/updates/4.32/");
new ECentralTask(input).run();
}

@Test
void run_4_31() throws Exception {
Input input = new Input()
Expand Down

0 comments on commit 21218a4

Please sign in to comment.