blob: 0cf0d6020c9f2948533d323e06b7518b2dfd3b4f [file] [log] [blame]
syeshinbefd53e2005-07-27 18:16:40 +00001<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.0"?>
kpriceef160682006-08-29 18:08:31 +00003<?NLS TYPE="org.eclipse.help.toc"?>
syeshinbefd53e2005-07-27 18:16:40 +00004<!-- /*******************************************************************************
kprice8ca223b2007-04-05 03:35:57 +00005 * Copyright (c) 2000, 2007 IBM Corporation and others.
syeshinbefd53e2005-07-27 18:16:40 +00006 * All rights reserved. This program and the accompanying materials
7 * are made available under the terms of the Eclipse Public License v1.0
8 * which accompanies this distribution, and is available at
9 * http://www.eclipse.org/legal/epl-v10.html
10 *
11 * Contributors:
12 * IBM Corporation - initial API and implementation
13 *******************************************************************************/ -->
kpriceef160682006-08-29 18:08:31 +000014<!-- ================================================= -->
15<!-- This is the plugin for declaring the help -->
16<!-- contributions for using the tool. -->
17<!-- ================================================= -->
18
lmandela0a8c632005-08-09 18:30:47 +000019<plugin>
syeshinbefd53e2005-07-27 18:16:40 +000020
kpriceef160682006-08-29 18:08:31 +000021<extension point="org.eclipse.help.toc">
22 <toc file="XMLBuildermap_toc.xml"/>
23
24</extension>
syeshinbefd53e2005-07-27 18:16:40 +000025
kpriceef160682006-08-29 18:08:31 +000026<extension
27 point="org.eclipse.help.index">
28 <index file="org.eclipse.wst.xmleditor.doc.userindex.xml"/>
29 </extension>
30
31</plugin>