org.eclipse.help/plugin.xml
Parent Directory
|
Revision Log
Revision 1.78 -
(download)
(as text)
(annotate)
Tue May 26 17:59:18 2009 UTC (6 months ago) by cgoldthor
Branch: MAIN
CVS Tags: v20091019, v20091012, v20090729, v20090720, v20090727, R3_5, v20090921, v20090805_35x, v20090714_35x, v20090526, R3_5_1, HEAD
Branch point for: R3_5_maintenance
Changes since 1.77: +11 -1 lines
Tue May 26 17:59:18 2009 UTC (6 months ago) by cgoldthor
Branch: MAIN
CVS Tags: v20091019, v20091012, v20090729, v20090720, v20090727, R3_5, v20090921, v20090805_35x, v20090714_35x, v20090526, R3_5_1, HEAD
Branch point for: R3_5_maintenance
Changes since 1.77: +11 -1 lines
Update copyrights
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2005, 2006 IBM Corporation 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:
IBM Corporation - initial API and implementation
-->
<plugin>
<extension-point id="contentExtension" name="%content_extension_point_name" schema="schema/contentExtension.exsd"/>
<extension-point id="contentProducer" name="%content_producer_extension_point_name" schema="schema/contentProducer.exsd"/>
<extension-point id="contexts" name="%contexts_extension_point_name" schema="schema/contexts.exsd"/>
<extension-point id="index" name="%index_extension_point_name" schema="schema/index.exsd"/>
<extension-point id="toc" name="%toc_extension_point_name" schema="schema/toc.exsd"/>
<extension
point="org.eclipse.help.contentExtension">
<contentExtensionProvider class="org.eclipse.help.internal.extension.ContentExtensionFileProvider"/>
</extension>
<extension
point="org.eclipse.help.contexts">
<contextProvider class="org.eclipse.help.internal.context.ContextFileProvider"/>
</extension>
<extension
point="org.eclipse.help.index">
<indexProvider class="org.eclipse.help.internal.index.IndexFileProvider"/>
</extension>
<extension
point="org.eclipse.help.toc">
<tocProvider class="org.eclipse.help.internal.toc.TocFileProvider"/>
</extension>
</plugin>
| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
