Skip to content

Commit

Permalink
Create BOM for Eclipse release 2023-09 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmini authored Aug 28, 2024
1 parent 055c6ed commit 227a960
Show file tree
Hide file tree
Showing 11 changed files with 6,866 additions and 0 deletions.
971 changes: 971 additions & 0 deletions data/4.29/bnd-output.txt

Large diffs are not rendered by default.

1,742 changes: 1,742 additions & 0 deletions data/4.29/maven-artifacts.json

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
109de43101ccf3e3ca4199f0b99f62be
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1cf048367976f53792a2522e85b6b1a04fe0d890
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2821e1b9eeb8659270b595202e00f4de095e99f34c4085fce004c249b8a767bb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6f956e2912f2ec81799b1210699954cad55f1a77d4b9d638517c9b11520340a46c69ee7658174e16d568c2bc1f7fb7be98c1215c39475f8e9577a7d0bf0be196
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-09
| `4.29`

| 2023-06
| `4.28`

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

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

0 comments on commit 227a960

Please sign in to comment.