| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Copyright (c) 2009 R.Dvorak and others. |
| All rights reserved. This program and the accompanying materials |
| are made available under the terms of the Eclipse Public License v2.0 |
| which accompanies this distribution, and is available at |
| http://www.eclipse.org/legal/epl-v20.html |
| |
| Contributors: |
| Radek Dvorak - initial API and implementation |
| --> |
| <feature |
| id="org.eclipse.m2m.qvt.oml.debug" |
| label="%featureName" |
| version="2.10.1.qualifier" |
| provider-name="%providerName" |
| plugin="org.eclipse.m2m.qvt.oml.debug.core" |
| license-feature="org.eclipse.license" |
| license-feature-version="0.0.0"> |
| |
| <description url="http://www.eclipse.org/mmt/qvto"> |
| %description |
| </description> |
| |
| <copyright url="http://www.eclipse.org/legal/epl-v20.html"> |
| %copyright |
| </copyright> |
| |
| <plugin |
| id="org.eclipse.m2m.qvt.oml.debug.core" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.m2m.qvt.oml.debug.ui" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| </feature> |