blob: 20ac018932bb1111aa5a62d8d1ea7eb413c7a2ef [file] [log] [blame]
lmandele7cf4592006-01-23 08:42:04 +00001<?xml version="1.0" encoding="UTF-8" ?>
2
3<!-- ================================================= -->
4<!-- This is the plugin for declaring the help -->
5<!-- contributions for using the tool. -->
6<!-- ================================================= -->
7<!-- /*******************************************************************************
8 * Copyright (c) 2000, 2006 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
19<extension point="org.eclipse.help.contexts">
20 <contexts file="StaticWebWizContexts.xml" plugin ="org.eclipse.wst.web.ui"/>
21</extension>
22
23
24</plugin>