Skip to content

Commit

Permalink
Create BOM for Eclipse release 2023-03
Browse files Browse the repository at this point in the history
  • Loading branch information
jmini committed Aug 27, 2024
1 parent 241197c commit 80c2923
Show file tree
Hide file tree
Showing 11 changed files with 6,834 additions and 0 deletions.
928 changes: 928 additions & 0 deletions data/4.27/bnd-output.txt

Large diffs are not rendered by default.

1,747 changes: 1,747 additions & 0 deletions data/4.27/maven-artifacts.json

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
009d1819395f63286a4589b969cfbe5d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
850b6445f002d2752c8d8a79b227141031b0435f
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7837727866fe2970e780fd304e02d1006b12bf1ea93467782cbc009aea77e7d1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c848ec2d732b45830db184dfbd89753a2824c9c26f082e36dd160ec9fe2200eed3f4e3626040882a7bc9b75541c694e6535be590ae8631b2a64a03fa81e5b01b
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

| 2023-03
| `4.27`

| 2022-12
| `4.26`

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

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

0 comments on commit 80c2923

Please sign in to comment.