syeshin | f3d0d4b | 2005-07-27 18:33:03 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.0"?> |
kprice | 159fa58 | 2006-05-08 21:30:45 +0000 | [diff] [blame] | 3 | <?NLS TYPE="org.eclipse.help.toc"?> |
syeshin | f3d0d4b | 2005-07-27 18:33:03 +0000 | [diff] [blame] | 4 | <!-- /******************************************************************************* |
kprice | 4873f98 | 2007-04-05 03:39:40 +0000 | [diff] [blame] | 5 | * Copyright (c) 2000, 2007 IBM Corporation and others. |
syeshin | f3d0d4b | 2005-07-27 18:33:03 +0000 | [diff] [blame] | 6 | * 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 | *******************************************************************************/ --> |
kprice | 159fa58 | 2006-05-08 21:30:45 +0000 | [diff] [blame] | 14 | <!-- ================================================= --> |
| 15 | <!-- This is the plugin for declaring the help --> |
| 16 | <!-- contributions for using the tool. --> |
| 17 | <!-- ================================================= --> |
| 18 | |
lmandel | a0a8c63 | 2005-08-09 18:30:47 +0000 | [diff] [blame] | 19 | <plugin> |
syeshin | f3d0d4b | 2005-07-27 18:33:03 +0000 | [diff] [blame] | 20 | |
kprice | 159fa58 | 2006-05-08 21:30:45 +0000 | [diff] [blame] | 21 | <extension point="org.eclipse.help.toc"> |
| 22 | <toc file="XSDeditormap_toc.xml"/> |
| 23 | |
| 24 | </extension> |
syeshin | f3d0d4b | 2005-07-27 18:33:03 +0000 | [diff] [blame] | 25 | |
kprice | ebd5446 | 2006-05-15 22:15:20 +0000 | [diff] [blame] | 26 | <extension point="org.eclipse.help.index"> |
| 27 | <index file="org.eclipse.wst.xsdeditor.doc.userindex.xml"/> |
| 28 | </extension> |
kprice | 159fa58 | 2006-05-08 21:30:45 +0000 | [diff] [blame] | 29 | </plugin> |