blob: ebbb6bd13189965407d07e0dd0a2aeccaba74385 [file] [log] [blame]
syeshin17ed4a62005-07-25 17:10:24 +00001<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.0"?>
3<!-- /*******************************************************************************
kpriced9e0caf2007-05-08 21:21:40 +00004 * Copyright (c) 2001, 2007 IBM Corporation and others.
syeshin17ed4a62005-07-25 17:10:24 +00005 * All rights reserved. This program and the accompanying materials
6 * are made available under the terms of the Eclipse Public License v1.0
7 * which accompanies this distribution, and is available at
8 * http://www.eclipse.org/legal/epl-v10.html
9 *
10 * Contributors:
11 * IBM Corporation - initial API and implementation
12 *******************************************************************************/ -->
13
14<!-- ===================================================== -->
15<!-- This is the plug-in for declaring the help pages -->
16<!-- for the structured text editors (source editors). -->
17<!-- ===================================================== -->
18
lmandela0a8c632005-08-09 18:30:47 +000019<plugin>
syeshin17ed4a62005-07-25 17:10:24 +000020
lmandela0a8c632005-08-09 18:30:47 +000021 <extension point="org.eclipse.help.toc">
kpriced9e0caf2007-05-08 21:21:40 +000022 <toc file="sse_toc.xml"/>
23 <index path="index/"/>
24 </extension>
kpriceebd54462006-05-15 22:15:20 +000025 <extension point="org.eclipse.help.index">
26 <index file="org.eclipse.wst.sse.doc.userindex.xml"/>
27</extension>
syeshin17ed4a62005-07-25 17:10:24 +000028</plugin>