Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin Dahyabhai2019-03-19 21:12:23 +0000
committerNitin Dahyabhai2019-03-19 21:12:23 +0000
commit509e84df53fe6ce6f9929f4a54fb22967f885f8a (patch)
treec012a115d7785fc19349dc23ef11267d5c933077
parent724209d9cc00a825c066f233d63042eb5b69d4ea (diff)
downloadwebtools-509e84df53fe6ce6f9929f4a54fb22967f885f8a.tar.gz
webtools-509e84df53fe6ce6f9929f4a54fb22967f885f8a.tar.xz
webtools-509e84df53fe6ce6f9929f4a54fb22967f885f8a.zip
fix index.html for release N&N
-rw-r--r--releases/3.13/NewAndNoteworthy/index.html37
1 files changed, 8 insertions, 29 deletions
diff --git a/releases/3.13/NewAndNoteworthy/index.html b/releases/3.13/NewAndNoteworthy/index.html
index 4054148d3..21fb5913f 100644
--- a/releases/3.13/NewAndNoteworthy/index.html
+++ b/releases/3.13/NewAndNoteworthy/index.html
@@ -1,29 +1,8 @@
-<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><link type="text/css" href="../../default_style.css" rel="stylesheet"><link type="text/css" href="../../webtools/wtp.css" rel="stylesheet"><title>Eclipse WTP 3.8 News</title></head><body><table border="0" cellpadding="2" cellspacing="5" width="100%"><tbody><tr><td align="left" width="60%"><font class="indextop">Eclipse Web Tools Platform 3.8 - New and Noteworthy</font><br><font class="indexsub">Eclipse WTP 3.8 News</font></td><td width="40%"><img src="../../webtools/images/wtplogosmall.jpg" align="middle" height="129" hspace="50" width="207" alt="WTP Logo" usemap="logomap"><map id="logomap" name="logomap"><area coords="0,0,207,129" href="/webtools/" alt="WTP Home"></map></td></tr></tbody></table><table border="0" cellpadding="2" cellspacing="5" width="100%"><col width="16"><col width="*"><tbody><tr><td align="right" valign="top">
- &nbsp;
- </td><td valign="top"><p>
- Here are some of the more noteworthy features available in WTP 3.8,
- also available as part of the
- <a href="http://eclipse.org/neon/">Neon</a>
- <a href="https://wiki.eclipse.org/Simultaneous_Release">Simultaneous Release</a>
- (June 22th, 2016).
- <a href="http://download.eclipse.org/webtools/downloads/">Download</a>
- it now!
- </p></td></tr><tr><td colspan="2" align="left" bgcolor="#0080c0" valign="top"><b><font color="#ffffff" face="Arial,Helvetica">Projects</font></b></td></tr><tr><td align="right" valign="top">
- &nbsp;
- </td><td valign="top"><ul>
- <li>
- <a href="jsdt.php">Javascript Tools</a>
- </li>
- <li>
- <a href="sourceediting.php">Source Editor Tools</a>
- </li>
- </ul></td></tr><tr><td align="right" valign="top">
- &nbsp;
- </td><td valign="top"><p>
- Summaries for earlier builds:
- <ul>
- <li>
- <a href="../../../development/news/">Full summaries for earlier milestones and releases.</a>
- </li>
- </ul>
- </p></td></tr></tbody></table></body></html> \ No newline at end of file
+<html>
+<head>
+<meta http-equiv="refresh" content="0; url=index.php" />
+</head>
+<body>
+<a href="index.php">This document has moved</a>
+</body>
+</html>

Back to the top