| 2 |
<html> |
<html> |
| 3 |
<head> |
<head> |
| 4 |
<title>Eclipse Platform/Core</title> |
<title>Eclipse Platform/Core</title> |
| 5 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
<meta http-equiv="refresh" content="5;URL=http://eclipse.org/eclipse/platform-core/downloads.html"> |
|
<link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css"> |
|
| 6 |
</head> |
</head> |
| 7 |
<body> |
<body> |
| 8 |
<center> |
<center><p>The <a href="http://eclipse.org/eclipse/platform-core">Platform/Core site</a> is now |
| 9 |
<font class=indextop>core</font><br> |
at <a href="http://eclipse.org/eclipse/platform-core">http://eclipse.org/eclipse/platform-core</a>.</p> |
|
<font class=indexsub>the foundation of the platform</font><p></p> |
|
|
<a href="main.html">[home]</a> |
|
|
<a href="documents.html">[documents]</a> |
|
|
<a href="downloads.html">[downloads]</a> |
|
|
<a href="resources.html">[resources]</a> |
|
|
<a href="planning.html">[planning]</a> |
|
|
<a href="testing.html">[testing]</a> |
|
| 10 |
</center> |
</center> |
|
<br> |
|
|
<table BORDER=0 CELLPADDING=2 WIDTH="100%" > |
|
|
<tr> |
|
|
<td ALIGN=LEFT VALIGN=TOP COLSPAN="2" BGCOLOR="#0080C0"><b><font face="Arial,Helvetica" color="#FFFFFF">Downloads</font></b></td> |
|
|
</tr> |
|
|
<tr> |
|
|
<td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="images/Adarrow.gif" BORDER=0 height=16 width=16></td> |
|
|
<td><b>Examples/Contributions</b> <ul> |
|
|
<li> The auto-refresh plug-in has been integrated into the SDK and now |
|
|
is included as a part of the latest Eclipse 3.0 builds.</li> |
|
|
<li>Jed's <a href="downloads/examples/autorefresh/com.example.autorefresh-updatesite.zip"> |
|
|
Auto-refresh plug-in v2.1</a> from June 18, 2003. As <a href="http://dev.eclipse.org/mhonarc/lists/platform-core-dev/msg00260.html">described</a> |
|
|
on the platform-core-dev mailing list. For use with Eclipse 2.1 and |
|
|
greater.</li> |
|
|
<li>Jed's <a href="downloads/examples/autorefresh/com.example.autorefresh_20030207.zip">Auto-refresh |
|
|
plug-in</a> for versions of Eclipse prior to 2.1 as <a href="http://dev.eclipse.org/mhonarc/lists/platform-core-dev/msg00190.html">described</a> |
|
|
on the platform-core-dev mailing list.</li> |
|
|
<li><a href="downloads/examples/movedeletehook/MoveDeleteHookExample1.java">Move/Delete |
|
|
Hook</a> example for Team providers.</li> |
|
|
</ul> |
|
|
<p></p> |
|
|
</td> |
|
|
</tr> |
|
|
<tr> |
|
|
<td align=RIGHT valign=TOP width="2%"><img src="images/Adarrow.gif" border=0 height=16 width=16></td> |
|
|
<td><b>Spies/Tools</b><br> |
|
|
The Platform/Core team has created a group of tools which help them when |
|
|
developing code or trying to debug problems and investigate bug reports. |
|
|
They have been developed as both plug-ins and headless utilities and are |
|
|
available here for download. Also check the <a href="#updates">Update Site</a>. |
|
|
<ul> |
|
|
<li><b><img src="images/new.gif" width="31" height="14">Core Tools <a href="downloads/tools/org.eclipse.core.tools_1.3.0.zip">v1.3.0</a></b> |
|
|
- Updated version that works with the Eclipse 3.1 Release.</li> |
|
|
<li><b>Core Tools <a href="downloads/tools/org.eclipse.core.tools_1.2.0.zip">v1.2.0</a> |
|
|
</b>- Updated version that works with the Eclipse 3.1 M5a build and |
|
|
later. Note that the plug-ins in this update are shipped as JARs. Yah!</li> |
|
|
<li><b>Core Tools <a href="downloads/tools/org.eclipse.core.tools_1.1.0.zip">v1.1.0</a></b> |
|
|
- The first version of the tools to run on the Eclipse 3.0 runtime. |
|
|
This is mostly a port of the original tools but there are some new views |
|
|
(e.g., Eclipse Preferences view). There may be some issues... Works |
|
|
with org.eclipse.osgi from HEAD as of 20040505 or I builds starting |
|
|
the week of 05/10.</li> |
|
|
<li><b>Core Tools <a href="downloads/tools/org.eclipse.core.tools_1.0.2.zip">v1.0.2</a></b> |
|
|
- This is the version of the core tools plugin that you should use for |
|
|
Eclipse release 2.1. The core tools patch is not required for this version. |
|
|
This update fixes a non binary-compatible change that was made within |
|
|
org.eclipse.core.resources, and appearing in all builds since I20030128. |
|
|
Some more information has also been added to the element tree spy. Fixes |
|
|
have been added on 2003/09/23 to fix a concurrency problem.</li> |
|
|
<li><b>Core Tools Patch <a href="downloads/tools/core-tools-patch_1.0.1.zip">v1.0.1</a></b> |
|
|
- Apply this patch if you want to run the Core Tools on Eclipse builds |
|
|
earlier than I20021127 (including 2.0.*). See the Core Tools install |
|
|
notes for details. |
|
|
<li><b>Core Tools <a href="downloads/tools/org.eclipse.core.tools_1.0.0.zip">v1.0.0</a></b> |
|
|
- A series of runtime and resource related views and perspectives. The |
|
|
runtime tools allow users to look which plugins and classes are loaded, |
|
|
discover why/when they were loaded, etc. The resource tools expose the |
|
|
behaviour/performance of builders and resource change listeners as well |
|
|
as the structure of deltas, the workspace and resources. The metadata |
|
|
tools allow you to inspect the data behind the scenes. To install on |
|
|
Eclipse 2.0.* and 2.1 prior to I20021127, get the patch below. Otherwise, |
|
|
just fetch this download, follow the instructions in the <a href="downloads/tools/readme.html">readme</a> |
|
|
(also in the org.eclipse.core.tools/doc directory) and enjoy.</li> |
|
|
<li><b><a href="downloads/tools/org.eclipse.core.tools.restorer_1.0.0.zip">Workspace |
|
|
Re-Builder</a></b> - Command-line utility program for basic restoration |
|
|
of a corrupt workspace. This first version will re-create your projects |
|
|
for you but will not restore your metadata. Check out the <a href="downloads/tools/readme_restorer_1.0.0.html">readme</a> |
|
|
for more details.</li> |
|
|
<li><img src="images/new.gif" width="31" height="14"> <a href="downloads/tools/message_bundles/com.ibm.zrh.eclipse.nls_1.0.0.zip"><strong>JDT/UI |
|
|
NLS Convertor v1.0.0</strong></a> - Tool to convert your message bundle |
|
|
accessing to the new Eclipse 3.1 message bundle format. See the complete |
|
|
documentation <a href="documents/3.1/message_bundles.html">here</a>.</li> |
|
|
<li><img src="images/new.gif" width="31" height="14"> <a href="downloads/tools/org.eclipse.core.tools.buildJARS_1.0.0.zip"><strong>JAR |
|
|
Convertor v1.0.0</strong></a> - Tool which JARs the plug-ins inside |
|
|
an Eclipse install. For more information see <a href="documents/3.1/run_from_jars.html">this</a> |
|
|
page.</li> |
|
|
</ul> |
|
|
<p></p> |
|
|
</td> |
|
|
</tr> |
|
|
<tr> |
|
|
<td ALIGN=RIGHT VALIGN=TOP><img SRC="images/Adarrow.gif" BORDER=0 height=16 width=16></td> |
|
|
<td><a name="updates"></a><b>Update Site</b> <br> |
|
|
For Eclipse 3.0 we are pushing to use the update technology more |
|
|
so the Core team now has an Update Site. Add the following URL to |
|
|
the update manager:</p> |
|
|
<blockquote> |
|
|
<p>http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-core-home/updates</p> |
|
|
</blockquote> |
|
|
<p></p> |
|
|
</td> |
|
|
</tr> |
|
|
<tr> |
|
|
<td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="images/Adarrow.gif" BORDER=0 height=16 width=16></td> |
|
|
<td><b>Patches</b> |
|
|
<ul> |
|
|
<li>Patch for bug 91853. |
|
|
This patch adds extra debugging information when used in conjunction with the job examples plugin. |
|
|
The "Dump Job Information" action will now print more detailed information about the thread pool |
|
|
used to service background jobs. |
|
|
<a href="downloads/patches/bug_91853/M6/org.eclipse.core.runtime_3.1.0.jar">Patch for 3.1 M6</a>. |
|
|
<a href="downloads/patches/bug_91853/org.eclipse.core.runtime_3.1.0.jar">Patch for 3.1 M7</a>. |
|
|
</li> |
|
|
<li>Patch for bug 86846. This |
|
|
<a href="downloads/patches/bug_86846/resources.jar">patch</a> |
|
|
fixes bug 86846 for either Eclipse 3.0.1 or 3.0.2. Simply replace the resources.jar |
|
|
file in the directory eclipse/plugins/org.eclipse.core.resources_3.0.1 with the patched |
|
|
jar file. |
|
|
</li> |
|
|
</ul> |
|
|
<p></p> |
|
|
</td> |
|
|
</tr> |
|
|
<tr> |
|
|
<td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="images/Adarrow.gif" BORDER=0 height=16 width=16></td> |
|
|
<td><b>Archives</b> |
|
|
<ul> |
|
|
<li>None.</li> |
|
|
</ul> |
|
|
<p></p> |
|
|
</td> |
|
|
</tr> |
|
|
</table> |
|
|
|
|
|
|
|
| 11 |
</body> |
</body> |
| 12 |
</html> |
</html> |