diff options
author | Kevin Barnes | 2009-06-16 15:23:28 +0000 |
---|---|---|
committer | Kevin Barnes | 2009-06-16 15:23:28 +0000 |
commit | b59b814792271e024683a5fd30258358bd341ec0 (patch) | |
tree | e9053ccc6e5c4f65ac711a7d4502e62b43698faa /bundles/org.eclipse.swt.tools | |
parent | 068203499c94e5c49c47d2d552115bbff5bfa7ae (diff) | |
download | eclipse.platform.swt-b59b814792271e024683a5fd30258358bd341ec0.tar.gz eclipse.platform.swt-b59b814792271e024683a5fd30258358bd341ec0.tar.xz eclipse.platform.swt-b59b814792271e024683a5fd30258358bd341ec0.zip |
SWT Update Site.
Diffstat (limited to 'bundles/org.eclipse.swt.tools')
-rw-r--r-- | bundles/org.eclipse.swt.tools/feature/category.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt.tools/feature/category.xml b/bundles/org.eclipse.swt.tools/feature/category.xml new file mode 100644 index 0000000000..58ccaa94ed --- /dev/null +++ b/bundles/org.eclipse.swt.tools/feature/category.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<site> + <feature url="features/org.eclipse.swt.tools.feature_1.0.0.qualifier.jar" id="org.eclipse.swt.tools.feature" version="1.0.0.qualifier"> + <category name="org.eclipse.swt.tools.category"/> + </feature> + <category-def name="org.eclipse.swt.tools.category" label="SWT Tools"/> +</site> |