blob: 4b426b5e256078bff707b48bd19fbc7f00dc7931 [file] [log] [blame]
syeshin5a5e1102005-07-28 17:33:20 +00001<?xml version="1.0"?>
syeshina49a21e2005-09-21 14:45:35 +00002<?eclipse version="3.1"?>
syeshin5a5e1102005-07-28 17:33:20 +00003
4<!-- ================================================= -->
5<!-- This is the plugin for declaring the help -->
6<!-- contributions for using the tool. -->
7<!-- ================================================= -->
8<!-- /*******************************************************************************
9 * Copyright (c) 2000, 2005 IBM Corporation and others.
10 * All rights reserved. This program and the accompanying materials
11 * are made available under the terms of the Eclipse Public License v1.0
12 * which accompanies this distribution, and is available at
13 * http://www.eclipse.org/legal/epl-v10.html
14 *
15 * Contributors:
16 * IBM Corporation - initial API and implementation
17 *******************************************************************************/ -->
lmandela0a8c632005-08-09 18:30:47 +000018<plugin>
syeshin5a5e1102005-07-28 17:33:20 +000019
20<extension point="org.eclipse.help.contexts">
lmandela0a8c632005-08-09 18:30:47 +000021 <contexts file="EditorJspContexts.xml" plugin="org.eclipse.jst.jsp.ui"/>
syeshina49a21e2005-09-21 14:45:35 +000022 <contexts file="EditorJspContexts2.xml" plugin="org.eclipse.jst.jsp.core"/>
syeshin5a5e1102005-07-28 17:33:20 +000023</extension>
24
25
26</plugin>