blob: f95c6b5b7d4550d341c62978dd060d59acd81e4d [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 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.1.2.5 2005/05/24 21:30:41 khussey Exp $
*/
-->
<feature
id="org.eclipse.uml2.sdk"
label="%feature.label"
version="1.0.3"
provider-name="%feature.provider-name">
<description>
%description
</description>
<license url="%license.url">
%license
</license>
<url>
<update label="%update.label" url="http://update.eclipse.org/updates"/>
</url>
<includes
id="org.eclipse.uml2"
version="1.0.3"
match="compatible"/>
<includes
id="org.eclipse.uml2.source"
version="1.0.3"
match="compatible"/>
<includes
id="org.eclipse.uml2.examples"
version="1.0.2"
match="compatible"/>
<includes
id="org.eclipse.uml2.doc"
version="1.0.2"
match="compatible"/>
</feature>