Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create BOM for Eclipse release 2023-06 #31

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading