blob: 4207bcfcf93a7e9c459c4e23c842dcf7dc441ef7 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
/**
* <copyright>
*
* Copyright (c) 2002-2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM - Initial API and implementation
*
* </copyright>
*
* $Id: plugin.xml,v 1.4.2.3 2007/10/03 04:34:44 nickb Exp $
*/
-->
<plugin
id="org.eclipse.xsd.doc"
name="%pluginName"
version="2.0.3"
provider-name="%providerName">
<requires>
<import plugin="org.eclipse.core.runtime.compatibility"/>
<import plugin="org.eclipse.help"/>
</requires>
<!-- ====================================================================== -->
<!-- Define primary TOC -->
<!-- ====================================================================== -->
<extension
point="org.eclipse.help.toc">
<toc
file="toc.xml"
primary="true">
</toc>
</extension>
</plugin>