Skip to content

Commit

Permalink
Create BOM for Eclipse release 2023-06
Browse files Browse the repository at this point in the history
  • Loading branch information
jmini committed Aug 28, 2024
1 parent f2330f0 commit d991c6f
Show file tree
Hide file tree
Showing 11 changed files with 6,862 additions and 0 deletions.
967 changes: 967 additions & 0 deletions data/4.28/bnd-output.txt

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6d0b482538a1e95ee3a05dcab8bdfd77
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
65d1befa8d00c90ddb8aa98d7a3a7af2481e7c45
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
03f3a12bddede0a8b24bc8af039d35792679ebe8eeb65fe48f0685d241b44de6
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aea2c599d824f070d6884944858c8d26465da221ae9b29aa86f284b0b8f7d3912cef91ab6205dc75b340285a437c914d38b7a78f8ad64447ac5ba726a601368c
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-06
| `4.28`

| 2023-03
| `4.27`

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

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

0 comments on commit d991c6f

Please sign in to comment.