Skip to content
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
7 changes: 0 additions & 7 deletions .github/workflows/generateAcknowledgements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,6 @@ jobs:
}
lines.splice(startMarker + 1, endMarker - (startMarker + 1), ...contributorLines)
}
// Update last-revised date
const lastRevisedLineIndex = lines.findIndex(l => l.startsWith('Last revised: '))
lines[lastRevisedLineIndex] = 'Last revised: ' + new Date().toLocaleDateString("en-US", {
year: "numeric",
month: "long",
day: "numeric",
})
fs.writeFileSync(acknowledgementsFile, lines.join('\n'), {encoding: 'utf8'})

// Set adjustments as outputs in order to append them to the PR message
Expand Down
2 changes: 0 additions & 2 deletions news/4.38/acknowledgements.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
## Eclipse 2025-12 Acknowledgements

Last revised: October 4, 2025

We would also like to thank the users and adopters who support our efforts through a range of activities, including early testing, being a Friend of Eclipse, contracting special work, or outright employment.

A special thanks goes to [Holger Voormann](https://github.com/howlger) for his Eclipse IDE promotion videos.
Expand Down
2 changes: 0 additions & 2 deletions news/4.x-template/acknowledgements.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
## Eclipse YYYY-MM Acknowledgements

Last revised: <!-- Insert date: February 25, 2025-->

We would also like to thank the users and adopters who support our efforts through a range of activities, including early testing, being a Friend of Eclipse, contracting special work, or outright employment.

A special thanks goes to [Holger Voormann](https://github.com/howlger) for his Eclipse IDE promotion videos.
Expand Down
2 changes: 1 addition & 1 deletion news/4.x-template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

<body onload="redirect()"></body>

</html>
</html>
2 changes: 1 addition & 1 deletion news/4.x-template/jdt.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

<body onload="redirect()"></body>

</html>
</html>
2 changes: 1 addition & 1 deletion news/4.x-template/pde.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

<body onload="redirect()"></body>

</html>
</html>
2 changes: 1 addition & 1 deletion news/4.x-template/platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

<body onload="redirect()"></body>

</html>
</html>
2 changes: 1 addition & 1 deletion news/4.x-template/platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ A special thanks to everyone who [contributed to Eclipse-Platform](acknowledgeme
<!--
---
## General Updates
-->
-->
2 changes: 1 addition & 1 deletion news/4.x-template/platform_isv.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

<body onload="redirect()"></body>

</html>
</html>