syeshin | 5a5e110 | 2005-07-28 17:33:20 +0000 | [diff] [blame] | 1 | <?xml version="1.0"?> |
syeshin | a49a21e | 2005-09-21 14:45:35 +0000 | [diff] [blame] | 2 | <?eclipse version="3.1"?> |
syeshin | 5a5e110 | 2005-07-28 17:33:20 +0000 | [diff] [blame] | 3 | |
| 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 | *******************************************************************************/ --> |
lmandel | a0a8c63 | 2005-08-09 18:30:47 +0000 | [diff] [blame] | 18 | <plugin> |
syeshin | 5a5e110 | 2005-07-28 17:33:20 +0000 | [diff] [blame] | 19 | |
| 20 | <extension point="org.eclipse.help.contexts"> |
lmandel | a0a8c63 | 2005-08-09 18:30:47 +0000 | [diff] [blame] | 21 | <contexts file="EditorJspContexts.xml" plugin="org.eclipse.jst.jsp.ui"/> |
syeshin | a49a21e | 2005-09-21 14:45:35 +0000 | [diff] [blame] | 22 | <contexts file="EditorJspContexts2.xml" plugin="org.eclipse.jst.jsp.core"/> |
syeshin | 5a5e110 | 2005-07-28 17:33:20 +0000 | [diff] [blame] | 23 | </extension> |
| 24 | |
| 25 | |
| 26 | </plugin> |