Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Jongman2019-01-15 10:57:00 +0000
committerWim Jongman2019-01-15 10:59:46 +0000
commita8cec37b436d836484a2f62eb43443820b4ea5c4 (patch)
treee3aa1bb276283e570dade85ad8dc7a3d6886741b
parent6c8e6b467f74a592a28fc02d40583945f6320ab6 (diff)
downloadnews-a8cec37b436d836484a2f62eb43443820b4ea5c4.tar.gz
news-a8cec37b436d836484a2f62eb43443820b4ea5c4.tar.xz
news-a8cec37b436d836484a2f62eb43443820b4ea5c4.zip
Bug 50517 - Can Error Log view be moved from PDE
N&N Change-Id: Id0f91115e64bfad07e1f4c77a2de47c513b8ef32 Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
-rw-r--r--4.11/pde.html10
-rw-r--r--4.11/platform.html10
-rw-r--r--4.11/platform_isv.html13
3 files changed, 33 insertions, 0 deletions
diff --git a/4.11/pde.html b/4.11/pde.html
index e903ab7e..e5154348 100644
--- a/4.11/pde.html
+++ b/4.11/pde.html
@@ -41,6 +41,16 @@ ul {padding-left: 13px;}
<td id="dialogs-wizards-views" class="section" colspan="2"><h2>Dialogs, Wizards and Views</h2></td>
</tr>
-->
+
+ <tr id="remove-error-log"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=50517 -->
+ <td class="title">Remove of Error Log view</td>
+ <td class="content">
+ The Error Log view has been moved to the Platform project.
+ <br/>
+ <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=50517">Details can be found on bug 50517.</a>
+ </td>
+ </tr>
+
<!-- ******************** Editors ********************** -->
<tr>
<td id="editors" class="section" colspan="2"><h2>Editors</h2></td>
diff --git a/4.11/platform.html b/4.11/platform.html
index 476a95e2..8db94d4a 100644
--- a/4.11/platform.html
+++ b/4.11/platform.html
@@ -44,6 +44,16 @@ ul {padding-left: 13px;}
</td>
</tr>
-->
+
+ <tr id="add-error-log"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=50517 -->
+ <td class="title">Error Log view moved to Platform</td>
+ <td class="content">
+ The Error Log view has been moved from the PDE project to the Platform project.
+ <br/>
+ <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=50517">Details can be found on bug 50517.</a>
+ </td>
+ </tr>
+
<!-- ******************* End of Views, Dialogs and Toolbar ************************************* -->
<!-- ****************** Preferences ************************************* -->
diff --git a/4.11/platform_isv.html b/4.11/platform_isv.html
index d035b5d4..befbda6d 100644
--- a/4.11/platform_isv.html
+++ b/4.11/platform_isv.html
@@ -40,6 +40,19 @@ ul {padding-left: 13px;}
<td id="Platform" class="section" colspan="2"><h2>Platform Changes</h2></td>
</tr>
-->
+
+ <tr id="move-error-log"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=50517 -->
+ <td class="title">Error Log view moved to Platform</td>
+ <td class="content">
+ The Error Log view has been moved from the PDE project to the Platform project.
+ ISV's should examine their build infrastructure for inclusion of the <strong>org.eclipse.ui.views.log</strong>
+ plug-in. The inclusion in your own features and/or products may be redundant because this
+ view now ships with the base platform.
+ <br/>
+ <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=50517">Details can be found on bug 50517.</a>
+ </td>
+ </tr>
+
<!-- ******************** End of Platform ********************** -->
<!-- *********************** SWT *********************** -->

Back to the top