Skip to content

Commit

Permalink
Create BOM for Eclipse release 2024-03
Browse files Browse the repository at this point in the history
  • Loading branch information
jmini committed Aug 28, 2024
1 parent 546ef42 commit 23c4007
Show file tree
Hide file tree
Showing 11 changed files with 6,981 additions and 0 deletions.
991 changes: 991 additions & 0 deletions data/4.31/bnd-output.txt

Large diffs are not rendered by default.

1,767 changes: 1,767 additions & 0 deletions data/4.31/maven-artifacts.json

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions data/4.31/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.31/"

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a648340c0fc8b4f4de63d599aff3a348
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0f7c551e3b194293c609714e7a00d39b1cc7ae84
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6ddae54c34a18cc759f70a9baeaae507ddd08145b29fa0b9f2d4d8e2c84b7a1d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3f89d2a1c40b2c04cd2246c8360217142a44d402e8d3ea3fa26f17485a014ea8d3bbeceeb8d92e2a1379400651e21bb4ee420f664019c3a1e2c2120395ad61c7
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-03
| `4.31`

| 2023-12
| `4.30`

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_31() throws Exception {
Input input = new Input()
.withReleaseName("2024-03")
.withReleaseVersion("4.31")
.withUpdateSite("https://download.eclipse.org/eclipse/updates/4.31/");
new ECentralTask(input).run();
}

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

0 comments on commit 23c4007

Please sign in to comment.