blob: 0cc8a7ba231124fc993baddc151dc71b9f652dcc [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
/*
* Copyright (c) 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* IBM - Initial API and implementation
*
* $Id: plugin.xml,v 1.1.2.1 2004/07/14 14:50:38 khussey Exp $
*/
-->
<plugin
id="org.eclipse.uml2.doc"
name="%pluginName"
version="1.0.1"
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>