syeshin | befd53e | 2005-07-27 18:16:40 +0000 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.0"?> |
| 3 | <!-- /******************************************************************************* |
| 4 | * Copyright (c) 2000, 2005 IBM Corporation and others. |
| 5 | * 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 | <plugin |
| 14 | name = "%Plugin.name" |
| 15 | id = "org.eclipse.wst.xmleditor.doc.user" |
| 16 | version = "0.7.0" |
| 17 | provider-name = "Eclipse.org"> |
| 18 | |
| 19 | <extension point="org.eclipse.help.toc"> |
| 20 | |
| 21 | <toc file="XMLBuildermap_toc.xml"/> |
| 22 | |
| 23 | |
| 24 | |
| 25 | </extension> |
| 26 | |
| 27 | </plugin> |