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-03 #30

Merged
merged 1 commit into from
Aug 27, 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
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
Loading