Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmayworm2007-06-12 17:37:18 +0000
committermmayworm2007-06-12 17:37:18 +0000
commit47b37cec37910f6b53404a9f262d279d24dfe706 (patch)
tree371df118f2b834cd75891b185b675c023585982f /doc/bundles
parent1330f3838a16fc81d349de47d622237b407e4f7e (diff)
downloadorg.eclipse.ecf-47b37cec37910f6b53404a9f262d279d24dfe706.tar.gz
org.eclipse.ecf-47b37cec37910f6b53404a9f262d279d24dfe706.tar.xz
org.eclipse.ecf-47b37cec37910f6b53404a9f262d279d24dfe706.zip
What's new topic on Eclipse Welcome
Diffstat (limited to 'doc/bundles')
-rwxr-xr-xdoc/bundles/org.eclipse.ecf.doc/html/whatsNew/ecf_whatsnew.html90
1 files changed, 90 insertions, 0 deletions
diff --git a/doc/bundles/org.eclipse.ecf.doc/html/whatsNew/ecf_whatsnew.html b/doc/bundles/org.eclipse.ecf.doc/html/whatsNew/ecf_whatsnew.html
new file mode 100755
index 000000000..2e264fe0e
--- /dev/null
+++ b/doc/bundles/org.eclipse.ecf.doc/html/whatsNew/ecf_whatsnew.html
@@ -0,0 +1,90 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. 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=ISO-8859-1">
+<link rel="STYLESHEET" href="../../book.css" charset="ISO-8859-1"
+ type="text/css">
+<style type="text/css">
+td {border-top: solid thin black;}
+img[alt] {background-color:#ffdddd;}
+tr {vertical-align: top;}
+</style>
+<title>What's New in 1.0 (ECF)</title>
+<script language="JavaScript" type="text/javascript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
+</head>
+
+<body>
+<p>
+<h2>What's New in 1.0 (ECF)</h2>
+<p>Here are descriptions of some of the more interesting or significant changes made to the ECF for the 3.3 release of Eclipse. They are grouped into:</p>
+<ul>
+ <li><a href="#gsoc">Google SOC Projects</a></li>
+ <li><a href="#uiAdditionsChanges">UI Additions/Changes</a></li>
+ <li><a href="#api">API Enhancements and Documentation</a></li>
+ <li><a href="#providers">Other Providers: Skype, Yahoo, JMS</a></li>
+</ul>
+<p>
+See here for <a href="http://www.eclipse.org/ecf/NewAndNoteworthy.html">New and Noteworthy</a>.
+</p>
+<p>
+See also the <a href="../../org.eclipse.platform.doc.user/whatsNew/platform_whatsnew.html">Eclipse Platform What's New in 3.3</a>
+document for changes in the Platform.
+</p>
+
+<br>
+<!-- *************************************************** -->
+
+
+<table cellpadding="10" cellspacing="0" width="600">
+ <colgroup>
+ <col width="20%">
+ <col width="80%">
+ </colgroup>
+ <tbody>
+ <!-- *************** Google SOC Projects ************************************ -->
+ <tr>
+ <td colspan="2"><a name="gsoc"></a> <div style="font-size: 20px; font-weight: bold;">
+ Google SOC Projects</div></td>
+ </tr>
+
+ <tr>
+ <td><p align="right"><b>Google Summer of Code Projects</b></td>
+ <td>
+ <p>Great progress on the three ECF-related Google Summer of Code projects. Please take some time to try read about, download/build, try out, report bugs, and/or comment on these projects:
+ <ul>
+ <li><a href="http://wiki.eclipse.org/index.php/ECF_BitTorrent_Provider">Remy Chi Jian Suen: ECF BitTorrent Provider</a></li>
+ <li><a href="http://wiki.eclipse.org/index.php/RT_Shared_Editing">Mustafa Isik: Real-time Shared Editing</a></li>
+ <li><a href="http://wiki.eclipse.org/index.php/Shared_Code_Plugin">Marcelo Mayworm: Shared Code Plugin</a></li>
+ </ul>
+ </p>
+ <p>
+ </tr>
+ <tr>
+ <td colspan="2"><a name="uiAdditionsChanges"></a> <div style="font-size: 20px; font-weight: bold;">UI Additions/Changes</div></td>
+ </tr>
+ <tr>
+ <td colspan="2"><a name="api"></a> <div style="font-size: 20px; font-weight: bold;">API Enhancements and Documentation</div></td>
+ </tr>
+ <tr>
+ <td colspan="2"><a name="providers"></a> <div style="font-size: 20px; font-weight: bold;">Other Providers: Skype, Yahoo, JMS</div></td>
+ </tr>
+ <tr>
+ <td>&nbsp;</td>
+ <td>
+ <p>
+ <ul>
+ <li><a href="http://wiki.eclipse.org/index.php/Skype_Provider">Skype Provider</a></li>
+ <li><a href="http://ecf1.osuosl.org">Yahoo Provider</a></li>
+ <li><a href="http://ecf1.osuosl.org">JMS Provider</a></li>
+ </ul>
+ </p>
+ </tr>
+ <!-- ****************** END OF N&N TABLE ****************** -->
+ </tbody>
+</table>
+
+
+</body>
+</html>

Back to the top