Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwbeaton2005-12-06 14:48:33 +0000
committerwbeaton2005-12-06 14:48:33 +0000
commitc163fc8fdb7af5cae07693369fe326c55dccb812 (patch)
tree7395e427086faa601f14190b3d66ba800e30bcca /Article-UI-Workbench
parent563a9c13cb5f5b0293ee9c42b86a1e63c6a2d35e (diff)
downloadarticles-c163fc8fdb7af5cae07693369fe326c55dccb812.tar.gz
articles-c163fc8fdb7af5cae07693369fe326c55dccb812.tar.xz
articles-c163fc8fdb7af5cae07693369fe326c55dccb812.zip
Added article metadata.
Diffstat (limited to 'Article-UI-Workbench')
-rw-r--r--Article-UI-Workbench/about.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/Article-UI-Workbench/about.xml b/Article-UI-Workbench/about.xml
new file mode 100644
index 0000000..f8f3b0f
--- /dev/null
+++ b/Article-UI-Workbench/about.xml
@@ -0,0 +1,21 @@
+<article link="workbench.html">
+ <title>
+ Inside the Workbench: A guide to the workbench internals
+ </title>
+ <update>
+ <date>October 20, 2005</date>
+ </update>
+ <category>platform</category>
+ <category>general</category>
+ <author>
+ <name>Stefan Xenos</name>
+ <company>IBM</company>
+ </author>
+ <description>
+ This article describes how the Eclipse 3.1 workbench works, in
+ particular the infrastructure for views and editors. The goal is
+ to teach you about important classes in the workbench, and how
+ they interact. A familiarity with the basic workbench APIs for
+ views, editors, action sets, and so forth is assumed.
+ </description>
+</article> \ No newline at end of file

Back to the top