platform-core-home/downloads.html

Parent Directory Parent Directory | Revision Log Revision Log


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