syeshin | befd53e | 2005-07-27 18:16:40 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.0"?> |
kprice | ef16068 | 2006-08-29 18:08:31 +0000 | [diff] [blame] | 3 | <?NLS TYPE="org.eclipse.help.toc"?> |
syeshin | befd53e | 2005-07-27 18:16:40 +0000 | [diff] [blame] | 4 | <!-- /******************************************************************************* |
kprice | 8ca223b | 2007-04-05 03:35:57 +0000 | [diff] [blame^] | 5 | * Copyright (c) 2000, 2007 IBM Corporation and others. |
syeshin | befd53e | 2005-07-27 18:16:40 +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 | ef16068 | 2006-08-29 18:08:31 +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 | befd53e | 2005-07-27 18:16:40 +0000 | [diff] [blame] | 20 | |
kprice | ef16068 | 2006-08-29 18:08:31 +0000 | [diff] [blame] | 21 | <extension point="org.eclipse.help.toc"> |
| 22 | <toc file="XMLBuildermap_toc.xml"/> |
| 23 | |
| 24 | </extension> |
syeshin | befd53e | 2005-07-27 18:16:40 +0000 | [diff] [blame] | 25 | |
kprice | ef16068 | 2006-08-29 18:08:31 +0000 | [diff] [blame] | 26 | <extension |
| 27 | point="org.eclipse.help.index"> |
| 28 | <index file="org.eclipse.wst.xmleditor.doc.userindex.xml"/> |
| 29 | </extension> |
| 30 | |
| 31 | </plugin> |