blob: a5114bf93fc49b6a93035a89662d27afe52c6dbd [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
/*
* Copyright (c) 2003, 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
*
* $Id: plugin.xml,v 1.9 2005/04/04 20:06:08 khussey Exp $
*/
-->
<plugin
id="org.eclipse.uml2.tests"
name="%pluginName"
version="1.1.0"
provider-name="%providerName">
<runtime>
<library name="uml2.tests.jar"/>
</runtime>
<requires>
<import plugin="org.junit"/>
<import plugin="org.eclipse.uml2"/>
</requires>
</plugin>