blob: d41aa559c1e3925b2563ad8e0519b12261406c17 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2005, 2009 IBM Corporation and others.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
-->
<plugin>
<extension
point="org.eclipse.equinox.http.registry.servlets">
<servlet
alias="/linkcheck"
class="org.eclipse.ua.tests.doc.internal.LinkCheckServlet"
httpcontextId="org.eclipse.help.webapp.help">
</servlet>
<serviceSelector
filter="(other.info=org.eclipse.help)">
</serviceSelector>
</extension>
<extension
point="org.eclipse.ui.actionSets">
<actionSet
id="org.eclipse.help.pageloader.actionSet"
label="Link Check Action Set"
visible="true">
<action
class="org.eclipse.ua.tests.doc.internal.actions.LoadTocAction"
id="org.eclipse.ua.tests.loadToc"
label="Check TOC links"
menubarPath="help/group.tutorials"
style="push">
</action>
</actionSet>
</extension>
</plugin>