Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Green2015-05-15 18:41:03 +0000
committerDavid Green2015-05-15 18:41:03 +0000
commit02d43bbaf98d41fd836f815d4e03904d528ce664 (patch)
tree1ee07b452610335b97e979706b4b0c6b05fb71d1
parent6192b7976fa00dc90fe6fbafcdf2bb21e4f0d06f (diff)
downloadorg.eclipse.mylyn.docs-02d43bbaf98d41fd836f815d4e03904d528ce664.tar.gz
org.eclipse.mylyn.docs-02d43bbaf98d41fd836f815d4e03904d528ce664.tar.xz
org.eclipse.mylyn.docs-02d43bbaf98d41fd836f815d4e03904d528ce664.zip
418563: add AsciiDoc implementation to the WikiText Extras feature
Change-Id: I74c05ff344bda3f7d7ccd83c794c38dedbc0cdda Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=418563
-rw-r--r--org.eclipse.mylyn.wikitext.extras-feature/feature.properties4
-rw-r--r--org.eclipse.mylyn.wikitext.extras-feature/feature.xml15
2 files changed, 17 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.wikitext.extras-feature/feature.properties b/org.eclipse.mylyn.wikitext.extras-feature/feature.properties
index 4631c4da6..7b5091c93 100644
--- a/org.eclipse.mylyn.wikitext.extras-feature/feature.properties
+++ b/org.eclipse.mylyn.wikitext.extras-feature/feature.properties
@@ -10,6 +10,6 @@
###############################################################################
label=Mylyn WikiText Extras
description=Extensions to the Mylyn WikiText framework, which enables parsing and display of lightweight markup (wiki text).\n\
-Adds support for Markdown and Creole wiki markup.
+Adds support for AsciiDoc, a CommonMark implementation of Markdown and Creole wiki markup.
providerName=Eclipse Mylyn
-copyright=Copyright (c) 2007, 2011 David Green and others. All rights reserved. \ No newline at end of file
+copyright=Copyright (c) 2007, 2015 David Green and others. All rights reserved. \ No newline at end of file
diff --git a/org.eclipse.mylyn.wikitext.extras-feature/feature.xml b/org.eclipse.mylyn.wikitext.extras-feature/feature.xml
index 1628ee35a..f7435b4a8 100644
--- a/org.eclipse.mylyn.wikitext.extras-feature/feature.xml
+++ b/org.eclipse.mylyn.wikitext.extras-feature/feature.xml
@@ -61,4 +61,19 @@
install-size="0"
version="0.0.0"
unpack="false"/>
+
+
+ <plugin
+ id="org.eclipse.mylyn.wikitext.asciidoc.core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.mylyn.wikitext.asciidoc.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
</feature>

Back to the top