platform-core-home/documents.html
Parent Directory
|
Revision Log
Revision 1.38 - (view) (download) (as text)
| 1 : | rchaves | 1.38 | <!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">Documents</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 : | <td WIDTH="98%"><b>Articles</b> | ||
| 27 : | <ul> | ||
| 28 : | prapicau | 1.10 | <li>September 2004 - <a href="http://www.eclipse.org/articles/Article-Branding/branding-your-application.html"/> Branding your application</a> by Andrew Eidsness and Pascal Rapicault</li> |
| 29 : | dj | 1.1 | <li><em>(work in progress)</em> What is a plug-in? by Debbie Wilson and |
| 30 : | Jeff McAffer</li> | ||
| 31 : | <li>January 2003 - <a href="http://www.eclipse.org/articles/Article-Builders/builders.html">Builders and Natures</a> by John Arthorne</li> | ||
| 32 : | <li>August 2002 - <a href="http://www.eclipse.org/articles/Article-Resource-deltas/resource-deltas.html">Responding | ||
| 33 : | to resource changes in the Eclipse workspace</a> by John Arthorne</li> | ||
| 34 : | </ul> | ||
| 35 : | dj | 1.16 | <p> </p> |
| 36 : | dj | 1.1 | </td> |
| 37 : | </tr> | ||
| 38 : | <tr> | ||
| 39 : | <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="images/Adarrow.gif" BORDER=0 height=16 width=16></td> | ||
| 40 : | dj | 1.30 | <td WIDTH="98%"><b>Documents/Proposals</b> <ul> |
| 41 : | <li><a href="http://dev.eclipse.org/conventions.html">Coding Conventions | ||
| 42 : | - Eclipse</a></li> | ||
| 43 : | <li><a href="documents/coding_conventions.html">Coding Conventions - Platform/Core | ||
| 44 : | Team</a></li> | ||
| 45 : | <li><a href="documents/core_formatting.xml">Code Formatting - Platform/Core | ||
| 46 : | Team Code Format Template</a></li> | ||
| 47 : | dj | 1.1 | <li><a href="docs/eclipse-remote-dev-guidelines/remote-development.html"> |
| 48 : | johna | 1.12 | Eclipse Remote Development Guidelines</a> (draft) [April 2002]</li> |
| 49 : | dj | 1.1 | <li><a href="runtime/index.html">The OSGi-based runtime</a></li> |
| 50 : | <li><a href="documents/core_overview.html">Core Overview</a></li> | ||
| 51 : | johna | 1.13 | <li><a href="documents/plugin-versioning.html">Plug-in Versioning</a></li> |
| 52 : | <li><a href="documents/update.html">Eclipse Update Site</a></li> | ||
| 53 : | dj | 1.21 | <li><a href="documents/user_settings/index.html">User Settings</a></li> |
| 54 : | dj | 1.30 | <li><a href="documents/session_tests.html">Session Test Framework</a></li> |
| 55 : | <li><a href="documents/path_changes.html">Lifting restrictions on IPath | ||
| 56 : | characters (the colon/slash problem)</a> [October 2004]</li> | ||
| 57 : | <li><a href="documents/rfc/0010/dynamic_capabilities.html">Markup to express | ||
| 58 : | bundle dynamic capabilities</a> [December 2004]</li> | ||
| 59 : | <li><a href="documents/3.1/large_scale_issues.html">Issues with large-scale | ||
| 60 : | development</a> [December 2004]</li> | ||
| 61 : | dj | 1.36 | <li><a href="documents/3.1/message_bundles.html">Message Bundles</a> [February |
| 62 : | 2005]</li> | ||
| 63 : | <li><a href="documents/3.1/run_from_jars.html">Running Eclipse from JARs</a> | ||
| 64 : | [February 2005]</li> | ||
| 65 : | dj | 1.37 | <li><img src="images/new.gif" width="31" height="14"><a href="documents/3.1/perf_stats.html"> |
| 66 : | Gathering performance statistics</a> [March 2005]</li> | ||
| 67 : | <li><img src="images/new.gif" width="31" height="14"><a href="documents/3.1/debug.html">Gathering | ||
| 68 : | Information about your plug-in</a> [June 2005]</li> | ||
| 69 : | dj | 1.1 | </ul> |
| 70 : | dj | 1.16 | <p> </p> |
| 71 : | dj | 1.1 | </td> |
| 72 : | </tr> | ||
| 73 : | dj | 1.15 | <tr> |
| 74 : | <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="images/Adarrow.gif" BORDER=0 height=16 width=16></td> | ||
| 75 : | <td><b>Active Work</b> | ||
| 76 : | <p></p> | ||
| 77 : | dj | 1.21 | Here is a list of activities that we are currently working on, along with |
| 78 : | links to their planning pages. | ||
| 79 : | dj | 1.15 | <ul> |
| 80 : | dj | 1.36 | <li><img src="images/small_check.gif"> <a href="planning/3.0/plan_content_types.html">Content |
| 81 : | dj | 1.31 | Types</a></li> |
| 82 : | dj | 1.30 | <li><img src="images/small_check.gif"> <a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-ui-home/permissions-proposal/permissions-proposal.html">File |
| 83 : | Attributes</a></li> | ||
| 84 : | dj | 1.36 | <li><img src="images/small_check.gif"> <a href="planning/3.0/plan_encoding.html">File |
| 85 : | dj | 1.31 | Encoding</a></li> |
| 86 : | dj | 1.30 | <li><img src="images/small_check.gif"> <a href="documents/history_store.html">History |
| 87 : | store</a> modifications</li> | ||
| 88 : | dj | 1.36 | <li><img src="images/small_check.gif"> User Settings/Preferences <a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-ui-home/R3_1/dynamic_teams/dynamic_teams.html">(Dynamic |
| 89 : | dj | 1.21 | Team page</a>, <a href="documents/user_settings/index.html">Core page</a>)</li> |
| 90 : | dj | 1.36 | <li><img src="images/small_check.gif"> <a href="documents/3.1/large_scale_issues.html">Issues |
| 91 : | dj | 1.30 | with large-scale development</a></li> |
| 92 : | dj | 1.36 | <li><img src="images/small_check.gif"> <a href="documents/rfc/0010/dynamic_capabilities.html">Markup |
| 93 : | dj | 1.30 | to express bundle dynamic capabilities</a></li> |
| 94 : | dj | 1.36 | <li><img src="images/small_check.gif"> <a href="documents/3.1/message_bundles.html">Message |
| 95 : | bundles</a></li> | ||
| 96 : | <li><img src="images/small_check.gif"> <a href="documents/3.1/run_from_jars.html">Running | ||
| 97 : | Eclipse from JARs</a></li> | ||
| 98 : | dj | 1.15 | </ul> |
| 99 : | <p> </p></td> | ||
| 100 : | </tr> | ||
| 101 : | dj | 1.1 | <tr> |
| 102 : | <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="images/Adarrow.gif" BORDER=0 height=16 width=16></td> | ||
| 103 : | <td WIDTH="98%"><b>Archives</b> | ||
| 104 : | <ul> | ||
| 105 : | <li><a href="documents/rfc/index.html">RFCs</a> (mostly from 2.0)</li> | ||
| 106 : | <li>Inflexible Project Structure - <a href="http://www.eclipse.org/eclipse/development/inflexible-projects-problem.html">Problem | ||
| 107 : | Definition</a>, <a href="http://www.eclipse.org/eclipse/development/towards-more-flexible-projects.html">Possible | ||
| 108 : | Solutions</a>, and the <a href="http://www.eclipse.org/eclipse/development/flexible-projects-proposal.html">Proposed | ||
| 109 : | Solution</a></li> | ||
| 110 : | <li><em>(obsolete)</em> <a href="docs/classloader-properties/classloader_properties.html">Using | ||
| 111 : | the Class Loader Properties File</a></li> | ||
| 112 : | <li><em>(obsolete)</em> <a href="docs/package-prefixes/prefixes.html">Using Package Prefixes | ||
| 113 : | in the plugin.xml</a></li> | ||
| 114 : | </ul> | ||
| 115 : | dj | 1.15 | <p></p> |
| 116 : | dj | 1.1 | </td> |
| 117 : | </tr> | ||
| 118 : | </table> | ||
| 119 : | |||
| 120 : | |||
| 121 : | </body> | ||
| 122 : | </html> |
| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
