Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn.sdk-feature/feature.properties2
-rw-r--r--org.eclipse.mylyn.sdk-feature/feature.xml14
2 files changed, 15 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.sdk-feature/feature.properties b/org.eclipse.mylyn.sdk-feature/feature.properties
index 95f93e5cb..409dec498 100644
--- a/org.eclipse.mylyn.sdk-feature/feature.properties
+++ b/org.eclipse.mylyn.sdk-feature/feature.properties
@@ -1,5 +1,5 @@
featureName=Mylyn SDK
-description=Provides sources for the Mylyn Task List, Focused UI and Integration features.
+description=Provides sources for the Mylyn Task List, Focused UI and Integration features, and sources for Mylyn WikiText.\n\Also includes the Mylyn WikiText Developer Guide.
providerName=Eclipse.org
copyright=Copyright (c) 2004, 2008 Mylyn project committers and others.
updateSiteName=Mylyn for Eclipse 3.4
diff --git a/org.eclipse.mylyn.sdk-feature/feature.xml b/org.eclipse.mylyn.sdk-feature/feature.xml
index 983f9e138..80a7429f5 100644
--- a/org.eclipse.mylyn.sdk-feature/feature.xml
+++ b/org.eclipse.mylyn.sdk-feature/feature.xml
@@ -281,4 +281,18 @@
version="0.0.0"
unpack="false"/>
+
+ <plugin
+ id="org.eclipse.mylyn.wikitext.help.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.mylyn.wikitext.help.sdk"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
</feature>

Back to the top