blob: 6c01c5b620471f216ca44c763a3f41c91ea6d423 [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 *******************************************************************************/ -->
17<plugin
18 id="org.eclipse.wst.dtd.ui.infopop"
19 name="DTD infopops"
20 version="0.7.0"
21 provider-name="Eclipse.org">
22
23<extension point="org.eclipse.help.contexts">
24 <contexts file="EditorDtdContexts.xml" plugin ="org.eclipse.wst.dtd.ui"/>
25</extension>
26
27
28</plugin>