blob: aa57fbcde23c5a77d1d5d6d9dbb8858f36294c19 [file] [log] [blame]
syeshin82a40932005-09-27 20:10:55 +00001<?xml version="1.0" encoding="UTF-8"?>
syeshin17ed4a62005-07-25 17:10:24 +00002<?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 *******************************************************************************/ -->
syeshin8f077832005-09-06 04:22:45 +000017<plugin>
syeshin17ed4a62005-07-25 17:10:24 +000018
19<extension point="org.eclipse.help.contexts">
20 <contexts file="EditorDtdContexts.xml" plugin ="org.eclipse.wst.dtd.ui"/>
syeshine14343c2005-09-21 14:44:48 +000021 <contexts file="EditorDtdContexts2.xml" plugin ="org.eclipse.wst.dtd.core"/>
syeshin17ed4a62005-07-25 17:10:24 +000022</extension>
23
24
25</plugin>