syeshin | 82a4093 | 2005-09-27 20:10:55 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
syeshin | 17ed4a6 | 2005-07-25 17:10:24 +0000 | [diff] [blame] | 2 | <?eclipse version="3.0"?> |
| 3 | <!-- ================================================= --> |
| 4 | <!-- This is the plugin for declaring the help --> |
| 5 | <!-- contributions for using the tool. --> |
| 6 | <!-- ================================================= --> |
| 7 | <!-- /******************************************************************************* |
| 8 | * Copyright (c) 2000, 2005 IBM Corporation and others. |
| 9 | * All rights reserved. This program and the accompanying materials |
| 10 | * are made available under the terms of the Eclipse Public License v1.0 |
| 11 | * which accompanies this distribution, and is available at |
| 12 | * http://www.eclipse.org/legal/epl-v10.html |
| 13 | * |
| 14 | * Contributors: |
| 15 | * IBM Corporation - initial API and implementation |
| 16 | *******************************************************************************/ --> |
syeshin | 8f07783 | 2005-09-06 04:22:45 +0000 | [diff] [blame] | 17 | <plugin> |
syeshin | 17ed4a6 | 2005-07-25 17:10:24 +0000 | [diff] [blame] | 18 | |
| 19 | <extension point="org.eclipse.help.contexts"> |
| 20 | <contexts file="EditorDtdContexts.xml" plugin ="org.eclipse.wst.dtd.ui"/> |
syeshin | e14343c | 2005-09-21 14:44:48 +0000 | [diff] [blame] | 21 | <contexts file="EditorDtdContexts2.xml" plugin ="org.eclipse.wst.dtd.core"/> |
syeshin | 17ed4a6 | 2005-07-25 17:10:24 +0000 | [diff] [blame] | 22 | </extension> |
| 23 | |
| 24 | |
| 25 | </plugin> |