Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgreen2009-12-04 17:24:34 +0000
committerdgreen2009-12-04 17:24:34 +0000
commit8b7e9b6e3a0a8c3a0b07b12645ede18dbde36b3f (patch)
tree90813a432d2c17beda4aff71a3dc8a7bb87e5556 /org.eclipse.mylyn.help.ui
parent9822f140b5f034aced6a30295dba3ef8c8d30e54 (diff)
downloadorg.eclipse.mylyn.tasks-8b7e9b6e3a0a8c3a0b07b12645ede18dbde36b3f.tar.gz
org.eclipse.mylyn.tasks-8b7e9b6e3a0a8c3a0b07b12645ede18dbde36b3f.tar.xz
org.eclipse.mylyn.tasks-8b7e9b6e3a0a8c3a0b07b12645ede18dbde36b3f.zip
RESOLVED - bug 242979: generate Eclipse help from wiki user guide
https://bugs.eclipse.org/bugs/show_bug.cgi?id=242979
Diffstat (limited to 'org.eclipse.mylyn.help.ui')
-rw-r--r--org.eclipse.mylyn.help.ui/extract-markup.xsl9
1 files changed, 0 insertions, 9 deletions
diff --git a/org.eclipse.mylyn.help.ui/extract-markup.xsl b/org.eclipse.mylyn.help.ui/extract-markup.xsl
deleted file mode 100644
index 4c4e73194..000000000
--- a/org.eclipse.mylyn.help.ui/extract-markup.xsl
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:mw="http://www.mediawiki.org/xml/export-0.3/">
- <xsl:output method="text"/>
-
- <xsl:template match="/">
- <xsl:value-of select="//mw:text"/>
- </xsl:template>
-</xsl:stylesheet>

Back to the top