blob: e79eaa7e8797a3f55b5ea33c79c22f6d356943a1 [file] [log] [blame]
syeshin17ed4a62005-07-25 17:10:24 +00001<?xml version="1.0"?>
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 *******************************************************************************/ -->
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"/>
21</extension>
22
23
24</plugin>