blob: 6418de27786fe54d4c1b94ac1f92915e685fff30 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* <copyright>
*
* Copyright (c) 2002-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
*
* </copyright>
*
* $Id: feature.xml,v 1.2 2004/03/25 14:06:34 marcelop Exp $
*/
-->
<feature
id="org.eclipse.emf.sdk"
label="%featureName"
version="2.0.0"
image= "eclipse_update_120.jpg"
provider-name="%providerName">
<description>
%description
</description>
<license url="%licenseURL">
%license
</license>
<url>
<update url="http://update.eclipse.org/updates" label="%updateSiteName"/>
</url>
<includes
id="org.eclipse.emf"
version="2.0.0"
match="compatible"/>
<includes
id="org.eclipse.emf.source"
version="2.0.0"
match="compatible"/>
<includes
id="org.eclipse.emf.doc"
version="2.0.0"
match="compatible"/>
<includes
id="org.eclipse.xsd"
version="2.0.0"
match="compatible"/>
<includes
id="org.eclipse.xsd.source"
version="2.0.0"
match="compatible"/>
<includes
id="org.eclipse.xsd.doc"
version="2.0.0"
match="compatible"/>
<includes
id="org.eclipse.emf.ecore.sdo"
version="2.0.0"
match="compatible"/>
<includes
id="org.eclipse.emf.ecore.sdo.source"
version="2.0.0"
match="compatible"/>
<includes
id="org.eclipse.emf.ecore.sdo.doc"
version="2.0.0"
match="compatible"/>
</feature>