Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.help.sdk/plugin.xml')
-rw-r--r--org.eclipse.mylyn.help.sdk/plugin.xml41
1 files changed, 0 insertions, 41 deletions
diff --git a/org.eclipse.mylyn.help.sdk/plugin.xml b/org.eclipse.mylyn.help.sdk/plugin.xml
deleted file mode 100644
index a83eb3477..000000000
--- a/org.eclipse.mylyn.help.sdk/plugin.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?><!--
- Copyright (c) 2009 Tasktop Technologies and others.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/legal/epl-v10.html
-
- Contributors:
- Tasktop Technologies - initial API and implementation
- -->
-
-<plugin>
- <extension
- id="org.eclipse.mylyn.help.sdk.toc"
- point="org.eclipse.help.toc">
- <toc
- file="toc.xml"
- primary="true">
- </toc>
- <toc
- file="toc-reference.xml"
- primary="false">
- </toc>
- </extension>
- <extension point="org.eclipse.pde.core.javadoc">
- <javadoc path="reference/api">
- <plugin id="org.eclipse.mylyn.commons.core" />
- <plugin id="org.eclipse.mylyn.commons.net" />
- <plugin id="org.eclipse.mylyn.context.core" />
- <plugin id="org.eclipse.mylyn.context.ui" />
- <plugin id="org.eclipse.mylyn.ide.ui" />
- <plugin id="org.eclipse.mylyn.monitor.core" />
- <plugin id="org.eclipse.mylyn.monitor.ui" />
- <plugin id="org.eclipse.mylyn.resources.ui" />
- <plugin id="org.eclipse.mylyn.tasks.core" />
- <plugin id="org.eclipse.mylyn.tasks.ui" />
- <plugin id="org.eclipse.mylyn.team.ui" />
- </javadoc>
- </extension>
-</plugin>

Back to the top