Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.swt.tools.feature/feature.properties3
-rw-r--r--features/org.eclipse.swt.tools.feature/feature.xml2
2 files changed, 3 insertions, 2 deletions
diff --git a/features/org.eclipse.swt.tools.feature/feature.properties b/features/org.eclipse.swt.tools.feature/feature.properties
index 2df2c391fb..1329d0c947 100644
--- a/features/org.eclipse.swt.tools.feature/feature.properties
+++ b/features/org.eclipse.swt.tools.feature/feature.properties
@@ -9,5 +9,6 @@
# Alexander Kurtakov <akurtako@redhat.com> - initial API and implementation
###############################################################################
featureName=SWT Tools
-description=SWT Tools Feature.
+description=SWT Tools, including Sleak, SWT Spy Plugin, and JniGen.
+descriptionURL=https://www.eclipse.org/swt/tools/
providerName=Eclipse.org \ No newline at end of file
diff --git a/features/org.eclipse.swt.tools.feature/feature.xml b/features/org.eclipse.swt.tools.feature/feature.xml
index 56f9fbf3ba..dbe8214ee0 100644
--- a/features/org.eclipse.swt.tools.feature/feature.xml
+++ b/features/org.eclipse.swt.tools.feature/feature.xml
@@ -7,7 +7,7 @@
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
- <description>
+ <description url="%descriptionURL">
%description
</description>

Back to the top