| <?xml version="1.0" encoding="UTF-8"?> |
| <feature |
| id="org.eclipse.gmf.sdk" |
| label="%featureName" |
| version="2.3.0.qualifier" |
| provider-name="%providerName" |
| image="eclipse_update_120.jpg"> |
| |
| <description url="http://www.eclipse.org/gmf"> |
| %description |
| </description> |
| |
| <copyright url="http://www.eclipse.org/legal/epl-v10.html"> |
| Copyright (c) 2005, 2008 Borland Software 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 |
| </copyright> |
| |
| <license url="%licenseURL"> |
| %license |
| </license> |
| |
| <url> |
| <update label="%updateSiteName" url="http://download.eclipse.org/modeling/gmf/updates/releases/"/> |
| </url> |
| |
| <includes |
| id="org.eclipse.gmf.tooling" |
| version="0.0.0" |
| name="%toolingFeatureName"/> |
| |
| <includes |
| id="org.eclipse.gmf.tooling.source" |
| version="0.0.0" |
| name="%toolingSourceFeatureName"/> |
| |
| <includes |
| id="org.eclipse.gmf.doc" |
| version="0.0.0" |
| name="%docFeatureName"/> |
| |
| <requires> |
| <import feature="org.eclipse.emf" version="2.6.0" match="compatible"/> |
| <import feature="org.eclipse.gef" version="3.6.0" match="compatible"/> |
| <import feature="org.eclipse.ocl" version="3.0.0" match="compatible"/> |
| <import feature="org.eclipse.emf.validation" version="1.4.0" match="compatible"/> |
| <import feature="org.eclipse.gmf.runtime.sdk" version="1.4.0" match="compatible"/> |
| </requires> |
| |
| <plugin |
| id="org.eclipse.gmf.sdk" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| </feature> |