Skip to content

Commit 747ef48

Browse files
committed
New and Noteworthy for 4.37 (PDE changes)
1 parent ebb6634 commit 747ef48

File tree

2 files changed

+13
-105
lines changed

2 files changed

+13
-105
lines changed

org.eclipse.pde.doc.user/toc.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
<!-- Tips and Tricks -->
4747
<topic label="Tips and Tricks" href="tips/pde_tips.htm"/>
4848

49-
<!-- What's New --> <topic label="What's new" href="whatsNew/pde_whatsnew.html">
49+
<!-- What's New -->
50+
<topic label="What's new" href="whatsNew/pde_whatsnew.html">
5051
<link toc="topics_WhatsNew.xml"/>
5152
</topic>
5253

Lines changed: 11 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -1,113 +1,20 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
22
<html xmlns="http://www.w3.org/1999/xhtml">
33
<head>
4-
<meta name="copyright" content="Copyright (c) Eclipse contributors and others 2020. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page."/>
4+
<meta name="copyright" content="Copyright (c) Eclipse contributors and others 2025. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page."/>
55
<meta http-equiv="Content-Language" content="en-us"/>
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
7-
<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1" type="text/css"/>
7+
<link rel="STYLESHEET" href="../book.css" type="text/css"/>
88
<style type="text/css">
9-
body {max-width: 900px;}
10-
table.news col.title {width: 30%;}
11-
/*img {max-width: 520px;}*/
12-
table.news {table-layout: fixed; border-collapse: collapse; width: 100%;}
13-
table.news td {border-top: solid thin black; padding: 10px; overflow: visible;}
14-
table.news tr {vertical-align: top;}
15-
table.news tr td.section {font-size: 20px; font-weight: bold;}
16-
table.news tr td.title {vertical-align: top; font-weight: bold;}
17-
table.news tr td.content {vertical-align: top;}
18-
ul {padding-left: 13px;}
19-
</style>
20-
<title>What's New in 4.30 (PDE)</title>
9+
body { max-width: 900px; font-family: sans-serif; }
10+
</style>
11+
<title>Eclipse PDE What's New</title>
2112
</head>
22-
2313
<body>
24-
<h2>What's New in 4.30 (PDE)</h2>
25-
<p>Here are descriptions of some of the more interesting or significant changes made to the Plug-in Development Environment (PDE)
26-
for the 4.30 release of Eclipse. They are grouped into:</p>
27-
<ul> <!-- NOTE: Sync ../topics_WhatsNew.xml with this! -->
28-
<!--li><a href="#dialogs-wizards-views">Dialogs, Wizards and Views</a></li-->
29-
<li><a href="#editors">Editors</a></li>
30-
<!--li><a href="#APITools">API Tools</a></li-->
31-
<!--li><a href="#pde-launching">PDE Launching</a></li-->
32-
<!--li><a href="#pde-compiler">PDE Compiler</a></li-->
33-
<!--li><a href="#security">Security</a></li-->
34-
<!--li><a href="#GeneralUpdates">General Updates</a></li-->
35-
</ul>
36-
37-
<!-- ****************** START OF N&N TABLE****************** -->
38-
<table class="news">
39-
<colgroup>
40-
<col class="title" />
41-
<col />
42-
</colgroup>
43-
<tbody>
44-
<!-- ******************** Dialogs, Wizard and Views ********************** -->
45-
<!--tr>
46-
<td id="dialogs-wizards-views" class="section" colspan="2"><h2>Dialogs, Wizards and Views</h2></td>
47-
</tr-->
48-
<!-- ******************** End ofDialogs, Wizard and Views ********************** -->
49-
50-
<!-- ******************** Editors ********************** -->
51-
<tr>
52-
<td id="editors" class="section" colspan="2"><h2>Editors</h2></td>
53-
</tr>
54-
55-
<tr id="product-update-repository-name">
56-
<!-- https://github.com/eclipse-equinox/p2/issues/345 -->
57-
<!-- https://github.com/eclipse-equinox/p2/pull/353 -->
58-
<!-- https://github.com/eclipse-pde/eclipse.pde/pull/824 -->
59-
<td class="title">Support for names of product update repositories</td>
60-
<td class="content">
61-
The PDE Product Editor now supports in its <code>Updates</code> section to specify the <code>Name</code> of each update repository.
62-
In the assembled product the names will be presented to a user in the preferences under <code>Available Software Sites</code>.
63-
<p><img src="images/product_updates_names.png" alt="Product Updates with Name"/></p>
64-
</td>
65-
</tr>
66-
67-
<tr id="unnecessary-attributes-removal">
68-
<!-- https://github.com/eclipse-pde/eclipse.pde/issues/730 -->
69-
<!-- https://github.com/eclipse-pde/eclipse.pde/pull/770 -->
70-
<!-- https://github.com/eclipse-equinox/p2/pull/378 -->
71-
<!-- https://github.com/eclipse-pde/eclipse.pde/pull/882 -->
72-
<td class="title">Removed support for unnecessary attributes in Features and Products</td>
73-
<td class="content">
74-
The <code>Feature</code> editor has its support for the following attributes of <code>plugin</code> elements removed:
75-
<ul>
76-
<li><code>download-size</code></li>
77-
<li><code>install-size</code></li>
78-
<li><code>unpack</code></li>
79-
<li><code>fragment</code></li>
80-
</ul>
81-
These attributes are unused and without effect for a long time and unnecessarily increase the complexity of the editor and the size of a <code>feature.xml</code> file.
82-
They are ignored when present in an existing Feature and removed by the editor upon the next modification through the editor.
83-
<p>
84-
The <code>Product Configuration</code> editor has its support for the following attribute of <code>plugin</code> elements removed:
85-
<ul>
86-
<li><code>fragment</code></li>
87-
</ul>
88-
This attribute is unused and without effect for a long time and unnecessarily increase the size of a <code>.product</code> file.
89-
They are ignored when present in an existing Product and removed by the editor upon the next modification through the editor.
90-
</p>
91-
</td>
92-
</tr>
93-
94-
<!-- ******************** End of Editors ********************** -->
95-
96-
<!-- ******************** APITools ********************** -->
97-
<!--tr>
98-
<td id="APITools" class="section" colspan="2"><h2>API Tools</h2></td>
99-
</tr-->
100-
<!-- ******************** End of APITools ********************** -->
101-
102-
<!-- ******************** PDE Compiler ********************** -->
103-
<!--tr>
104-
<td id="pde-compiler" class="section" colspan="2"><h2>PDE Compiler</h2></td>
105-
</tr-->
106-
<!-- ******************** End of PDE Compiler ********************** -->
107-
<!--tr><td colspan="2"/></tr-->
108-
</tbody>
109-
</table>
110-
<!-- ****************** END OF N&N TABLE ****************** -->
111-
14+
<h2>Plug-in Development Environment</h2>
15+
<p>
16+
The new and noteworthy updates for Eclipse 4.37 can be found
17+
<a href="https://eclipse.dev/eclipse/news/4.37/pde.html" target="_blank">here</a>.
18+
</p>
11219
</body>
113-
</html>
20+
</html>

0 commit comments

Comments
 (0)