Skip to content

Commit 227d0fb

Browse files
committed
Create news folder for 4.37
Fixes #362
1 parent 01334bf commit 227d0fb

File tree

11 files changed

+159
-0
lines changed

11 files changed

+159
-0
lines changed

news/4.37/images/.gitkeep

Whitespace-only changes.

news/4.37/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<script src="../../project.js"></script>
6+
</head>
7+
8+
<body onload="redirect()" )></body>
9+
10+
</html>

news/4.37/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Eclipse 4.37 - New and Noteworthy
2+
3+
Welcome to the Eclipse SDK project!
4+
The Eclipse SDK project is part of the Eclipse 2025-09 simultaneous release.
5+
The Eclipse SDK and related resources can be downloaded from the [Eclipse Project downloads](https://download.eclipse.org/eclipse/downloads/) page.
6+
The Eclipse installer and other packages can be downloaded from the [IDE Downloads](https://www.eclipse.org/downloads/packages) page.
7+
8+
Here are some of the more noteworthy items available in this release.
9+
10+
- [New features in the Platform and Equinox](platform.md)
11+
- [New features for Java developers](jdt.md)
12+
- [New APIs in the Platform and Equinox](platform_isv.md)
13+
- [New features for plug-in developers](pde.md)

news/4.37/jdt.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<script src="../../project.js"></script>
6+
</head>
7+
8+
<body onload="redirect()" )></body>
9+
10+
</html>

news/4.37/jdt.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Java Development Tools - 4.37
2+
3+
<!--
4+
---
5+
## Java&trade; XX Support
6+
-->
7+
8+
<!--
9+
---
10+
## JUnit
11+
-->
12+
13+
<!--
14+
---
15+
## Java Editor
16+
-->
17+
18+
<!--
19+
---
20+
## Java Views and Dialogs
21+
-->
22+
23+
<!--
24+
---
25+
## Java Compiler
26+
-->
27+
28+
<!--
29+
---
30+
## Java Formatter
31+
-->
32+
33+
<!--
34+
---
35+
## Debug
36+
-->
37+
38+
<!--
39+
### JDT Developers
40+
-->

news/4.37/pde.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<script src="../../project.js"></script>
6+
</head>
7+
8+
<body onload="redirect()" )></body>
9+
10+
</html>

news/4.37/pde.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Plug-in Development Environment - 4.37
2+
3+
<!--
4+
## Editors
5+
-->
6+
7+
<!--
8+
## API Tools
9+
-->
10+
11+
<!--
12+
---
13+
## PDE Compiler
14+
-->

news/4.37/platform.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<script src="../../project.js"></script>
6+
</head>
7+
8+
<body onload="redirect()" )></body>
9+
10+
</html>

news/4.37/platform.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Platform and Equinox - 4.37
2+
3+
<!--
4+
---
5+
## Views, Dialogs and Toolbar
6+
-->
7+
8+
<!--
9+
---
10+
## Text Editors
11+
-->
12+
13+
<!--
14+
---
15+
## Preferences
16+
-->
17+
18+
<!--
19+
---
20+
## Themes and Styling
21+
-->
22+
23+
<!--
24+
---
25+
## Views, Dialogs and Toolbar
26+
-->
27+
28+
<!--
29+
---
30+
## General Updates
31+
-->

news/4.37/platform_isv.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<script src="../../project.js"></script>
6+
</head>
7+
8+
<body onload="redirect()" )></body>
9+
10+
</html>

0 commit comments

Comments
 (0)