blob: 2a82c9a556336211b4c9fa500d0c0fc053d438b5 [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: feature.xml,v 1.3.2.3.2.1 2004/10/01 17:40:07 khussey Exp $
*/
-->
<feature
id="org.eclipse.uml2"
version="1.0.1.1"
provider-name="%feature.provider-name"
label="%feature.label"
image="eclipse_update_120.jpg">
<description>
%description
</description>
<license url="%license.url">
%license
</license>
<url>
<update label="%update.label" url="http://update.eclipse.org/updates"/>
</url>
<requires>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.emf.common"/>
<import plugin="org.eclipse.emf.ecore"/>
<import plugin="org.eclipse.emf.ecore.edit"/>
<import plugin="org.eclipse.emf.ecore.xmi"/>
<import plugin="org.eclipse.emf.edit"/>
<import plugin="org.eclipse.emf.edit.ui"/>
</requires>
<plugin
id="org.eclipse.uml2"
download-size="0"
install-size="0"
version="1.0.1.1"/>
<plugin
id="org.eclipse.uml2.edit"
download-size="0"
install-size="0"
version="1.0.1"/>
<plugin
id="org.eclipse.uml2.editor"
download-size="0"
install-size="0"
version="1.0.1"/>
<plugin
id="org.eclipse.uml2.resources"
download-size="0"
install-size="0"
version="1.0.1"/>
</feature>