Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Dos Santos2018-12-19 22:50:35 +0000
committerLeo Dos Santos2018-12-19 22:50:35 +0000
commitbc9003932c3bce84762caeae1dc8143cb234e24c (patch)
treeb551acce0d08439f84413be413a5c5b558fcff10
parentb8f5ba8bc60035df742272e7af19f985d98cd429 (diff)
downloadorg.eclipse.mylyn.docs-bc9003932c3bce84762caeae1dc8143cb234e24c.tar.gz
org.eclipse.mylyn.docs-bc9003932c3bce84762caeae1dc8143cb234e24c.tar.xz
org.eclipse.mylyn.docs-bc9003932c3bce84762caeae1dc8143cb234e24c.zip
542938: Include Wikitext Extras sources as part of the Wikitext SDK
feature Change-Id: Ic7c75cb6787afd7d63c3ad8e6c80f533f7851806 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=542938
-rw-r--r--wikitext/ui/org.eclipse.mylyn.wikitext.sdk-feature/feature.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/wikitext/ui/org.eclipse.mylyn.wikitext.sdk-feature/feature.xml b/wikitext/ui/org.eclipse.mylyn.wikitext.sdk-feature/feature.xml
index d6b88b98a..987be9173 100644
--- a/wikitext/ui/org.eclipse.mylyn.wikitext.sdk-feature/feature.xml
+++ b/wikitext/ui/org.eclipse.mylyn.wikitext.sdk-feature/feature.xml
@@ -197,4 +197,32 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.mylyn.wikitext.commonmark.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.mylyn.wikitext.commonmark.ui.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.mylyn.wikitext.creole.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.mylyn.wikitext.creole.ui.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top