platform-core-home/downloads.html
Parent Directory
|
Revision Log
Revision 1.12 - (view) (download) (as text)
| 1 : | dj | 1.1 | <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> |
| 2 : | <html> | ||
| 3 : | <head> | ||
| 4 : | <title>Eclipse Platform/Core</title> | ||
| 5 : | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | ||
| 6 : | <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css"> | ||
| 7 : | </head> | ||
| 8 : | <body> | ||
| 9 : | <center> | ||
| 10 : | dj | 1.4 | <font class=indextop>core</font><br> |
| 11 : | <font class=indexsub>the foundation of the platform</font><p></p> | ||
| 12 : | dj | 1.2 | <a href="main.html">[home]</a> |
| 13 : | dj | 1.1 | <a href="documents.html">[documents]</a> |
| 14 : | <a href="downloads.html">[downloads]</a> | ||
| 15 : | <a href="resources.html">[resources]</a> | ||
| 16 : | <a href="planning.html">[planning]</a> | ||
| 17 : | <a href="testing.html">[testing]</a> | ||
| 18 : | </center> | ||
| 19 : | dj | 1.4 | <br> |
| 20 : | dj | 1.3 | <table BORDER=0 CELLPADDING=2 WIDTH="100%" > |
| 21 : | dj | 1.1 | <tr> |
| 22 : | <td ALIGN=LEFT VALIGN=TOP COLSPAN="2" BGCOLOR="#0080C0"><b><font face="Arial,Helvetica" color="#FFFFFF">Downloads</font></b></td> | ||
| 23 : | </tr> | ||
| 24 : | <tr> | ||
| 25 : | <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="images/Adarrow.gif" BORDER=0 height=16 width=16></td> | ||
| 26 : | rchaves | 1.9 | <td><b>Examples/Contributions</b> <ul> |
| 27 : | <li><img src="images/new.gif" width="31" height="14"><a href="downloads/examples/contenttype/com.examples.contenttype.ui_1.0.0.zip">Content | ||
| 28 : | Type UI plug-in</a>. A simple plug-in that contributes a preference | ||
| 29 : | page for managing content type file associations, useful for testing.</li> | ||
| 30 : | dj | 1.12 | <li> The auto-refresh plug-in has been integrated into the SDK and now |
| 31 : | is included as a part of the latest Eclipse 3.0 builds.</li> | ||
| 32 : | dj | 1.1 | <li>Jed's <a href="downloads/examples/autorefresh/com.example.autorefresh-updatesite.zip"> |
| 33 : | 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> | ||
| 34 : | on the platform-core-dev mailing list. For use with Eclipse 2.1 and | ||
| 35 : | greater.</li> | ||
| 36 : | <li>Jed's <a href="downloads/examples/autorefresh/com.example.autorefresh_20030207.zip">Auto-refresh | ||
| 37 : | 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> | ||
| 38 : | on the platform-core-dev mailing list.</li> | ||
| 39 : | <li><a href="downloads/examples/movedeletehook/MoveDeleteHookExample1.java">Move/Delete | ||
| 40 : | Hook</a> example for Team providers.</li> | ||
| 41 : | </ul> | ||
| 42 : | <p></p> | ||
| 43 : | </td> | ||
| 44 : | </tr> | ||
| 45 : | <tr> | ||
| 46 : | <td align=RIGHT valign=TOP width="2%"><img src="images/Adarrow.gif" border=0 height=16 width=16></td> | ||
| 47 : | <td><b>Spies/Tools</b><br> | ||
| 48 : | dj | 1.11 | The Platform/Core team has created a group of tools which help them when |
| 49 : | developing code or trying to debug problems and investigate bug reports. | ||
| 50 : | They have been developed as both plug-ins and headless utilities and are | ||
| 51 : | available here for download. Also check the <a href="#updates">Update Site</a>. | ||
| 52 : | dj | 1.1 | <ul> |
| 53 : | dj | 1.10 | <li><b><img src="images/new.gif" width="31" height="14">Core Tools <a href="downloads/tools/org.eclipse.core.tools_1.2.0.zip">v1.2.0</a> |
| 54 : | dj | 1.11 | </b>- Updated version that works with the Eclipse 3.1 M5a build and |
| 55 : | later. Note that the plug-ins in this update are shipped as JARs. Yah!</li> | ||
| 56 : | dj | 1.10 | <li><b>Core Tools <a href="downloads/tools/org.eclipse.core.tools_1.1.0.zip">v1.1.0</a></b> |
| 57 : | dj | 1.8 | - The first version of the tools to run on the Eclipse 3.0 runtime. |
| 58 : | This is mostly a port of the original tools but there are some new views | ||
| 59 : | (e.g., Eclipse Preferences view). There may be some issues... Works | ||
| 60 : | with org.eclipse.osgi from HEAD as of 20040505 or I builds starting | ||
| 61 : | dj | 1.1 | the week of 05/10.</li> |
| 62 : | dj | 1.12 | <li><b>Core Tools <a href="downloads/tools/org.eclipse.core.tools_1.0.2.zip">v1.0.2</a></b> |
| 63 : | - This is the version of the core tools plugin that you should use for | ||
| 64 : | Eclipse release 2.1. The core tools patch is not required for this version. | ||
| 65 : | This update fixes a non binary-compatible change that was made within | ||
| 66 : | org.eclipse.core.resources, and appearing in all builds since I20030128. | ||
| 67 : | Some more information has also been added to the element tree spy. Fixes | ||
| 68 : | have been added on 2003/09/23 to fix a concurrency problem.</li> | ||
| 69 : | <li><b>Core Tools Patch <a href="downloads/tools/core-tools-patch_1.0.1.zip">v1.0.1</a></b> | ||
| 70 : | - Apply this patch if you want to run the Core Tools on Eclipse builds | ||
| 71 : | earlier than I20021127 (including 2.0.*). See the Core Tools install | ||
| 72 : | notes for details. | ||
| 73 : | dj | 1.1 | <li><b>Core Tools <a href="downloads/tools/org.eclipse.core.tools_1.0.0.zip">v1.0.0</a></b> |
| 74 : | - A series of runtime and resource related views and perspectives. The | ||
| 75 : | runtime tools allow users to look which plugins and classes are loaded, | ||
| 76 : | discover why/when they were loaded, etc. The resource tools expose the | ||
| 77 : | behaviour/performance of builders and resource change listeners as well | ||
| 78 : | as the structure of deltas, the workspace and resources. The metadata | ||
| 79 : | tools allow you to inspect the data behind the scenes. To install on | ||
| 80 : | Eclipse 2.0.* and 2.1 prior to I20021127, get the patch below. Otherwise, | ||
| 81 : | just fetch this download, follow the instructions in the <a href="downloads/tools/readme.html">readme</a> | ||
| 82 : | (also in the org.eclipse.core.tools/doc directory) and enjoy.</li> | ||
| 83 : | <li><b><a href="downloads/tools/org.eclipse.core.tools.restorer_1.0.0.zip">Workspace | ||
| 84 : | Re-Builder</a></b> - Command-line utility program for basic restoration | ||
| 85 : | of a corrupt workspace. This first version will re-create your projects | ||
| 86 : | for you but will not restore your metadata. Check out the <a href="downloads/tools/readme_restorer_1.0.0.html">readme</a> | ||
| 87 : | for more details.</li> | ||
| 88 : | dj | 1.11 | <li><img src="images/new.gif" width="31" height="14"> <a href="downloads/tools/message_bundles/com.example.nls_1.0.0.zip"><strong>NLS |
| 89 : | dj | 1.8 | Convertor v1.0.0</strong></a> - Tool to convert your message bundle |
| 90 : | accessing to the new Eclipse 3.1 message bundle format. See the complete | ||
| 91 : | documentation <a href="documents/3.1/message_bundles.html">here</a>.</li> | ||
| 92 : | dj | 1.11 | <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 |
| 93 : | dj | 1.12 | Convertor v1.0.0</strong></a> - Tool which JARs the plug-ins inside |
| 94 : | an Eclipse install. For more information see <a href="documents/3.1/run_from_jars.html">this</a> | ||
| 95 : | dj | 1.11 | page.</li> |
| 96 : | dj | 1.1 | </ul> |
| 97 : | <p></p> | ||
| 98 : | </td> | ||
| 99 : | </tr> | ||
| 100 : | <tr> | ||
| 101 : | <td ALIGN=RIGHT VALIGN=TOP><img SRC="images/Adarrow.gif" BORDER=0 height=16 width=16></td> | ||
| 102 : | <td><a name="updates"></a><b>Update Site</b> <br> | ||
| 103 : | For Eclipse 3.0 we are pushing to use the update technology more | ||
| 104 : | so the Core team now has an Update Site. Add the following URL to | ||
| 105 : | the update manager:</p> | ||
| 106 : | <blockquote> | ||
| 107 : | <p>http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-core-home/updates</p> | ||
| 108 : | </blockquote> | ||
| 109 : | <p></p> | ||
| 110 : | </td> | ||
| 111 : | </tr> | ||
| 112 : | <tr> | ||
| 113 : | <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="images/Adarrow.gif" BORDER=0 height=16 width=16></td> | ||
| 114 : | <td><b>Patches</b> | ||
| 115 : | <ul> | ||
| 116 : | rchaves | 1.6 | <li>None.</li> |
| 117 : | dj | 1.1 | </ul> |
| 118 : | rchaves | 1.7 | <p></p> |
| 119 : | dj | 1.1 | </td> |
| 120 : | </tr> | ||
| 121 : | <tr> | ||
| 122 : | <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="images/Adarrow.gif" BORDER=0 height=16 width=16></td> | ||
| 123 : | <td><b>Archives</b> | ||
| 124 : | <ul> | ||
| 125 : | <li>None.</li> | ||
| 126 : | </ul> | ||
| 127 : | rchaves | 1.7 | <p></p> |
| 128 : | dj | 1.1 | </td> |
| 129 : | </tr> | ||
| 130 : | </table> | ||
| 131 : | |||
| 132 : | |||
| 133 : | </body> | ||
| 134 : | </html> |
| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
