You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
2
<htmlxmlns="http://www.w3.org/1999/xhtml">
3
3
<head>
4
-
<metaname="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
+
<metaname="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."/>
<tdclass="title">Removed support for unnecessary attributes in Features and Products</td>
73
-
<tdclass="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 ********************** -->
0 commit comments