blob: e5def46431b8c74e222b9e237422a5bb8893b0bc [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
/*
* Copyright (c) 2003, 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.5.2.1 2004/07/16 19:43:27 khussey Exp $
*/
-->
<plugin
id="org.eclipse.uml2.tests"
name="%pluginName"
version="1.0.1"
provider-name="%providerName">
<runtime>
<library name="uml2.tests.jar"/>
</runtime>
<requires>
<import plugin="org.junit"/>
<import plugin="org.eclipse.uml2"/>
</requires>
</plugin>