blob: f63c41365f24ed585fa39f35d7dfb0408d4caa37 [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 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: feature.xml,v 1.12 2005/03/18 21:15:40 khussey Exp $
*/
-->
<feature
id="org.eclipse.uml2.examples"
label="%feature.label"
version="1.1.0"
provider-name="%feature.provider-name"
image="eclipse_update_120.jpg">
<description>
%description
</description>
<license url="%license.url">
%license
</license>
<url>
<update label="%update.label" url="http://download.eclipse.org/tools/uml2/updates/"/>
<discovery label="%update.label" url="http://download.eclipse.org/tools/uml2/updates/"/>
</url>
<requires>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.emf.ecore.editor"/>
<import plugin="org.eclipse.emf.mapping.ecore2xml"/>
<import plugin="org.eclipse.ui.ide"/>
<import plugin="org.eclipse.uml2"/>
<import plugin="org.eclipse.uml2.editor"/>
</requires>
<plugin
id="org.eclipse.uml2.examples"
download-size="0"
install-size="0"
version="1.1.0"/>
<plugin
id="org.eclipse.uml2.examples.ui"
download-size="0"
install-size="0"
version="1.1.0"/>
<plugin
id="org.eclipse.uml2.examples.emof2ecore"
download-size="0"
install-size="0"
version="1.1.0"/>
<includes
id="org.eclipse.uml2.examples.source"
version="1.1.0"/>
</feature>