blob: f0c28f188a2d9826b50790bc00b72179b8726600 [file] [log] [blame]
kpriceef160682006-08-29 18:08:31 +00001<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.0"?>
3<?NLS TYPE="org.eclipse.help.toc"?>
4<!-- /*******************************************************************************
kprice8ca223b2007-04-05 03:35:57 +00005 * Copyright (c) 2000, 2007 IBM Corporation and others.
kpriceef160682006-08-29 18:08:31 +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 *******************************************************************************/ -->
14<!-- ================================================= -->
15<!-- This is the plugin for declaring the help -->
16<!-- contributions for using the tool. -->
17<!-- ================================================= -->
18
19<plugin>
20
21<extension point="org.eclipse.help.toc">
22 <toc file="XMLBuildermap_toc.xml"/>
kpriced9e0caf2007-05-08 21:21:40 +000023 <index path="index/"/>
kpriceef160682006-08-29 18:08:31 +000024
25</extension>
26
27<extension
28 point="org.eclipse.help.index">
29 <index file="org.eclipse.wst.xmleditor.doc.userindex.xml"/>
30 </extension>
31
32</plugin>