| <?xml version="1.0" encoding="UTF-8"?> |
| <feature |
| id="org.eclipse.emf.ecoretools.ui.capabilities" |
| label="%featureName" |
| version="3.4.0.qualifier" |
| provider-name="%providerName" |
| license-feature="org.eclipse.license" |
| license-feature-version="0.0.0"> |
| |
| <description> |
| UI Capabilities for EMFT Ecore Tools |
| </description> |
| |
| <copyright> |
| /* |
| * Copyright (c) 2009, 2010 Anyware Technologies 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> |
| |
| |
| <requires> |
| <import plugin="org.eclipse.ui"/> |
| </requires> |
| |
| <plugin |
| id="org.eclipse.emf.ecoretools.ui.capabilities" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| </feature> |