Skip to content

Commit

Permalink
Revert "Remove blank N&N isv documentation and the link to it"
Browse files Browse the repository at this point in the history
This reverts commit 13d57c8.
  • Loading branch information
noopur2507 committed May 27, 2024
1 parent 13d57c8 commit 0e212b9
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 4 deletions.
2 changes: 0 additions & 2 deletions news/4.32/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ <h1>Eclipse 4.32 - New and Noteworthy</h1>
<ul>
<li><a href="platform.php">New features in the Platform and Equinox</a></li>
<li><a href="jdt.php">New features for Java developers</a></li>
<!--
<li><a href="platform_isv.php">New APIs in the Platform and Equinox</a></li>
-->
<li><a href="pde.php">New features for plug-in developers</a></li>
</ul>
</blockquote>
Expand Down
58 changes: 58 additions & 0 deletions news/4.32/platform_isv.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="copyright" content="Copyright (c) Eclipse contributors and others 2018, 2019. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page."/>
<meta http-equiv="Content-Language" content="en-us"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="STYLESHEET" href="news.css" type="text/css"/>
<style type="text/css">
body {max-width: 900px;}
table.news col.title {width: 30%;}
/*img {max-width: 520px;}*/
table.news {table-layout: fixed; border-collapse: collapse; width: 100%;}
table.news td {border-top: solid thin black; padding: 10px; overflow: visible;}
table.news tr {vertical-align: top;}
table.news tr td.section {font-size: 20px; font-weight: bold;}
table.news tr td.title {vertical-align: top; font-weight: bold;}
table.news tr td.content {vertical-align: top;}
ul {padding-left: 13px;}
</style>
<title>Eclipse Project 4.x - New and Noteworthy</title>
</head>

<body>
<h2>Platform and Equinox API</h2>
<ul>
<li><a href="#Platform">Platform Changes</a></li>
<li><a href="#SWT">SWT Changes</a></li>
</ul>

<!-- ****************** START OF N&N TABLE****************** -->
<table class="news">
<colgroup>
<col class="title" />
<col />
</colgroup>
<tbody>
<!-- ******************** Platform ********************** -->
<tr>
<td id="Platform" class="section" colspan="2"><h2>Platform Changes</h2></td>
</tr>
<!-- ******************** End of Platform ********************** -->

<!-- *********************** SWT *********************** -->
<tr>
<td id="SWT" class="section" colspan="2"><h2>SWT Changes</h2></td>
</tr>
<!-- *********************** End of SWT *********************** -->
<tr><td colspan="2"/></tr>
</tbody>
</table>
<!-- ****************** END OF N&N TABLE ****************** -->

<script type="text/javascript" src="scripts.js"></script>
<p style="text-align:center">
<a href="jdt.php">Previous</a> <a style="margin:1em" href=".">Up</a> <a href="pde.php">Next</a>
</p>
</body>
</html>
10 changes: 10 additions & 0 deletions news/4.32/platform_isv.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php
require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php");
require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php");
$App = new App();
$Nav = new Nav();
$Menu = new Menu();
$right_nav = FALSE;
$keyword = 'news, new and noteworthy, eclipse';
require("newsCommon.php");
2 changes: 0 additions & 2 deletions news/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ <h1>Eclipse - New and Noteworthy</h1>
<ul>
<li><a href="4.32/platform.php">New features in the Platform and Equinox</a></li>
<li><a href="4.32/jdt.php">New features for Java developers</a></li>
<!--
<li><a href="4.32/platform_isv.php">New APIs in the Platform and Equinox</a></li>
-->
<li><a href="4.32/pde.php">New features for plug-in developers</a></li>
</ul>
</blockquote>
Expand Down

0 comments on commit 0e212b9

Please sign in to comment.