platform-core-home/downloads.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.18 - (view) (download) (as text)

1 : rchaves 1.18 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 : dj 1.1 <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 : dj 1.12 <li> The auto-refresh plug-in has been integrated into the SDK and now
28 :     is included as a part of the latest Eclipse 3.0 builds.</li>
29 : dj 1.1 <li>Jed's <a href="downloads/examples/autorefresh/com.example.autorefresh-updatesite.zip">
30 :     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>
31 :     on the platform-core-dev mailing list. For use with Eclipse 2.1 and
32 :     greater.</li>
33 :     <li>Jed's <a href="downloads/examples/autorefresh/com.example.autorefresh_20030207.zip">Auto-refresh
34 :     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>
35 :     on the platform-core-dev mailing list.</li>
36 :     <li><a href="downloads/examples/movedeletehook/MoveDeleteHookExample1.java">Move/Delete
37 :     Hook</a> example for Team providers.</li>
38 :     </ul>
39 :     <p></p>
40 :     </td>
41 :     </tr>
42 :     <tr>
43 :     <td align=RIGHT valign=TOP width="2%"><img src="images/Adarrow.gif" border=0 height=16 width=16></td>
44 :     <td><b>Spies/Tools</b><br>
45 : dj 1.11 The Platform/Core team has created a group of tools which help them when
46 :     developing code or trying to debug problems and investigate bug reports.
47 :     They have been developed as both plug-ins and headless utilities and are
48 :     available here for download. Also check the <a href="#updates">Update Site</a>.
49 : dj 1.1 <ul>
50 : 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>
51 : dj 1.11 </b>- Updated version that works with the Eclipse 3.1 M5a build and
52 :     later. Note that the plug-ins in this update are shipped as JARs. Yah!</li>
53 : dj 1.10 <li><b>Core Tools <a href="downloads/tools/org.eclipse.core.tools_1.1.0.zip">v1.1.0</a></b>
54 : dj 1.8 - The first version of the tools to run on the Eclipse 3.0 runtime.
55 :     This is mostly a port of the original tools but there are some new views
56 :     (e.g., Eclipse Preferences view). There may be some issues... Works
57 :     with org.eclipse.osgi from HEAD as of 20040505 or I builds starting
58 : dj 1.1 the week of 05/10.</li>
59 : dj 1.12 <li><b>Core Tools <a href="downloads/tools/org.eclipse.core.tools_1.0.2.zip">v1.0.2</a></b>
60 :     - This is the version of the core tools plugin that you should use for
61 :     Eclipse release 2.1. The core tools patch is not required for this version.
62 :     This update fixes a non binary-compatible change that was made within
63 :     org.eclipse.core.resources, and appearing in all builds since I20030128.
64 :     Some more information has also been added to the element tree spy. Fixes
65 :     have been added on 2003/09/23 to fix a concurrency problem.</li>
66 :     <li><b>Core Tools Patch <a href="downloads/tools/core-tools-patch_1.0.1.zip">v1.0.1</a></b>
67 :     - Apply this patch if you want to run the Core Tools on Eclipse builds
68 :     earlier than I20021127 (including 2.0.*). See the Core Tools install
69 :     notes for details.
70 : dj 1.1 <li><b>Core Tools <a href="downloads/tools/org.eclipse.core.tools_1.0.0.zip">v1.0.0</a></b>
71 :     - A series of runtime and resource related views and perspectives. The
72 :     runtime tools allow users to look which plugins and classes are loaded,
73 :     discover why/when they were loaded, etc. The resource tools expose the
74 :     behaviour/performance of builders and resource change listeners as well
75 :     as the structure of deltas, the workspace and resources. The metadata
76 :     tools allow you to inspect the data behind the scenes. To install on
77 :     Eclipse 2.0.* and 2.1 prior to I20021127, get the patch below. Otherwise,
78 :     just fetch this download, follow the instructions in the <a href="downloads/tools/readme.html">readme</a>
79 :     (also in the org.eclipse.core.tools/doc directory) and enjoy.</li>
80 :     <li><b><a href="downloads/tools/org.eclipse.core.tools.restorer_1.0.0.zip">Workspace
81 :     Re-Builder</a></b> - Command-line utility program for basic restoration
82 :     of a corrupt workspace. This first version will re-create your projects
83 :     for you but will not restore your metadata. Check out the <a href="downloads/tools/readme_restorer_1.0.0.html">readme</a>
84 :     for more details.</li>
85 : dj 1.13 <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
86 :     NLS Convertor v1.0.0</strong></a> - Tool to convert your message bundle
87 : dj 1.8 accessing to the new Eclipse 3.1 message bundle format. See the complete
88 :     documentation <a href="documents/3.1/message_bundles.html">here</a>.</li>
89 : 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
90 : dj 1.12 Convertor v1.0.0</strong></a> - Tool which JARs the plug-ins inside
91 :     an Eclipse install. For more information see <a href="documents/3.1/run_from_jars.html">this</a>
92 : dj 1.11 page.</li>
93 : dj 1.1 </ul>
94 :     <p></p>
95 :     </td>
96 :     </tr>
97 :     <tr>
98 :     <td ALIGN=RIGHT VALIGN=TOP><img SRC="images/Adarrow.gif" BORDER=0 height=16 width=16></td>
99 :     <td><a name="updates"></a><b>Update Site</b> <br>
100 :     For Eclipse 3.0 we are pushing to use the update technology more
101 :     so the Core team now has an Update Site. Add the following URL to
102 :     the update manager:</p>
103 :     <blockquote>
104 :     <p>http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-core-home/updates</p>
105 :     </blockquote>
106 :     <p></p>
107 :     </td>
108 :     </tr>
109 :     <tr>
110 :     <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="images/Adarrow.gif" BORDER=0 height=16 width=16></td>
111 :     <td><b>Patches</b>
112 :     <ul>
113 : johna 1.16 <li>Patch for bug 91853.
114 : johna 1.15 This patch adds extra debugging information when used in conjunction with the job examples plugin.
115 :     The "Dump Job Information" action will now print more detailed information about the thread pool
116 : johna 1.16 used to service background jobs.
117 :     <a href="downloads/patches/bug_91853/M6/org.eclipse.core.runtime_3.1.0.jar">Patch for 3.1 M6</a>.
118 :     <a href="downloads/patches/bug_91853/org.eclipse.core.runtime_3.1.0.jar">Patch for 3.1 M7</a>.
119 :     </li>
120 :     <li>Patch for bug 86846. This
121 : johna 1.17 <a href="downloads/patches/bug_86846/resources.jar">patch</a>
122 : johna 1.16 fixes bug 86846 for either Eclipse 3.0.1 or 3.0.2. Simply replace the resources.jar
123 :     file in the directory eclipse/plugins/org.eclipse.core.resources_3.0.1 with the patched
124 :     jar file.
125 :     </li>
126 : dj 1.1 </ul>
127 : rchaves 1.7 <p></p>
128 : dj 1.1 </td>
129 :     </tr>
130 :     <tr>
131 :     <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="images/Adarrow.gif" BORDER=0 height=16 width=16></td>
132 :     <td><b>Archives</b>
133 :     <ul>
134 :     <li>None.</li>
135 :     </ul>
136 : rchaves 1.7 <p></p>
137 : dj 1.1 </td>
138 :     </tr>
139 :     </table>
140 :    
141 :    
142 :     </body>
143 :     </html>