Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwbeaton2005-11-30 21:51:32 +0000
committerwbeaton2005-11-30 21:51:32 +0000
commit0fb2cf2ea6ee388607d6ca0e1eab26a8c78431a8 (patch)
tree124d0ab83fb8c7da0e872c24259a6258ba996bfb /categories.xml
parente165fba547d0ed73c3413a9b5ba636275f7eef2c (diff)
downloadarticles-0fb2cf2ea6ee388607d6ca0e1eab26a8c78431a8.tar.gz
articles-0fb2cf2ea6ee388607d6ca0e1eab26a8c78431a8.tar.xz
articles-0fb2cf2ea6ee388607d6ca0e1eab26a8c78431a8.zip
Added an SWT category.
Diffstat (limited to 'categories.xml')
-rw-r--r--categories.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/categories.xml b/categories.xml
index 2d6cfee..759cfdb 100644
--- a/categories.xml
+++ b/categories.xml
@@ -17,11 +17,22 @@
<description>
<![CDATA[
These articles discuss the
- <a href="http://eclipse.org/rcp">Eclipse Rich Client Platform</a>.
+ <a href="http://eclipse.org/rcp">Eclipse Rich Client Platform</a>
+ or are in some way related to the construction of RCP applications.
]]>
</description>
</category>
+ <category id="swt">
+ <title>Simple Widget Toolkit (SWT)</title>
+ <description>
+ <![CDATA[
+ These articles discuss the
+ <a href="http://eclipse.org/swt">Simple Widget Toolkit</a>
+ and JFace.
+ ]]>
+ </description>
+ </category>
<category id="emf">
<title>Eclipse Modeling Framework</title>
<description/>

Back to the top