Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.help.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.help.ui/plugin.xml59
1 files changed, 0 insertions, 59 deletions
diff --git a/org.eclipse.mylyn.help.ui/plugin.xml b/org.eclipse.mylyn.help.ui/plugin.xml
deleted file mode 100644
index f5c2850bf..000000000
--- a/org.eclipse.mylyn.help.ui/plugin.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<plugin>
- <extension
- id="org.eclipse.mylyn.helpDocs"
- name="Tasks"
- point="org.eclipse.help.toc">
- <toc
- file="toc.xml"
- primary="true">
- </toc>
- <toc
- file="userguide/Mylyn Reference-toc.xml"
- primary="false">
- </toc>
- </extension>
-
- <extension
- point="org.eclipse.ui.intro.configExtension">
- <configExtension
- configId="org.eclipse.ui.intro.universalConfig"
- content="$nl$/intro/overviewExtensionContent.xml">
- </configExtension>
- <configExtension
- configId="org.eclipse.ui.intro.universalConfig"
- content="$nl$/intro/whatsnewExtensionContent.xml">
- </configExtension>
- <configExtension
- configId="org.eclipse.ui.intro.universalConfig"
- content="$nl$/intro/tutorialsExtensionContent.xml">
- </configExtension>
- </extension>
- <extension
- point="org.eclipse.ui.cheatsheets.cheatSheetContent">
- <category
- id="org.eclipse.mylyn.cheatsheet"
- name="%cheatsheet.category.name">
- </category>
- <cheatsheet
- category="org.eclipse.mylyn.cheatsheet"
- contentFile="$nl$/cheatsheets/Query.xml"
- id="org.eclipse.mylyn.cheatsheet.query"
- name="%cheatsheet.query.name">
- <description>
- %cheatsheet.query.description
- </description>
- </cheatsheet>
- <cheatsheet
- category="org.eclipse.mylyn.cheatsheet"
- contentFile="$nl$/cheatsheets/TaskFocus.xml"
- id="org.eclipse.mylyn.cheatsheet.taskfocus"
- name="%cheatsheet.taskfocus.name">
- <description>
- %cheatsheet.taskfocus.description
- </description>
- </cheatsheet>
- </extension>
-
-</plugin>

Back to the top