blob: b39bb228b1fd9eaf39e6d2b605a1586bd3aa3d8e [file] [log] [blame]
syeshinf3d0d4b2005-07-27 18:33:03 +00001<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.0"?>
kprice159fa582006-05-08 21:30:45 +00003<?NLS TYPE="org.eclipse.help.toc"?>
syeshinf3d0d4b2005-07-27 18:33:03 +00004<!-- /*******************************************************************************
kprice4873f982007-04-05 03:39:40 +00005 * Copyright (c) 2000, 2007 IBM Corporation and others.
syeshinf3d0d4b2005-07-27 18:33:03 +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 *******************************************************************************/ -->
kprice159fa582006-05-08 21:30:45 +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>
syeshinf3d0d4b2005-07-27 18:33:03 +000020
kprice159fa582006-05-08 21:30:45 +000021<extension point="org.eclipse.help.toc">
22 <toc file="XSDeditormap_toc.xml"/>
23
24</extension>
syeshinf3d0d4b2005-07-27 18:33:03 +000025
kpriceebd54462006-05-15 22:15:20 +000026 <extension point="org.eclipse.help.index">
27 <index file="org.eclipse.wst.xsdeditor.doc.userindex.xml"/>
28</extension>
kprice159fa582006-05-08 21:30:45 +000029</plugin>