Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2015-01-14 08:36:40 +0000
committerAlexander Kurtakov2015-01-14 08:36:40 +0000
commit42c4f0c36a665dac909fb9f5b94537f966a52f1d (patch)
tree0b0bb665eb0475bd056fec9492c3a3143900fd52 /features/org.eclipse.swt.tools.feature
parentfbe739a81370e7e29cb29aecc0952ff93ab69ca0 (diff)
downloadeclipse.platform.swt-42c4f0c36a665dac909fb9f5b94537f966a52f1d.tar.gz
eclipse.platform.swt-42c4f0c36a665dac909fb9f5b94537f966a52f1d.tar.xz
eclipse.platform.swt-42c4f0c36a665dac909fb9f5b94537f966a52f1d.zip
Bug 455570 - Include swt.tools feature in the generated repository
Apply David Williams improvements. Change-Id: Ib526981cbd37c4885bd29d7533c151caa98f0147 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'features/org.eclipse.swt.tools.feature')
-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