Skip to content

Commit

Permalink
Create BOM for Eclipse release 2022-12 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
hd42 authored Aug 27, 2024
1 parent 1efc897 commit 241197c
Show file tree
Hide file tree
Showing 11 changed files with 6,631 additions and 0 deletions.
849 changes: 849 additions & 0 deletions data/4.26/bnd-output.txt

Large diffs are not rendered by default.

1,702 changes: 1,702 additions & 0 deletions data/4.26/maven-artifacts.json

Large diffs are not rendered by default.

1,987 changes: 1,987 additions & 0 deletions data/4.26/potential-maven-artifacts.json

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
60d2e4330207c058414be534bf87d229
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3225996992702d526a076549ffdfa7fe1dbdb1ba
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5456c49c6b5029ebe33097e6a53f0deb199c8ae2378f01210054e023fd049265
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b5f122d57183632f82f36dbca5174c647e7537513a4106d99db3518eac25b11387a9c1268a2e6c229a9398531fe424fcfda861a2f80a91d23bdbc0f9202795a3
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

| 2022-12
| `4.26`

| 2022-09
| `4.25`

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

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

0 comments on commit 241197c

Please sign in to comment.