| <?xml version="1.0" encoding="UTF-8"?> |
| <feature |
| id="org.eclipse.rmf.reqif10.pror.sdk.feature" |
| label="%featureName" |
| version="0.12.0.qualifier" |
| provider-name="%providerName" |
| plugin="org.eclipse.rmf.reqif10.pror" |
| license-feature="org.eclipse.license" |
| license-feature-version="1.0.1.qualifier"> |
| |
| <description url="http://www.example.com/description"> |
| %description |
| </description> |
| |
| <copyright url="http://www.formalmind.com"> |
| Copyright (c) 2011 Formal Mind GmbH and University of Dusseldorf. |
| 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 |
| |
| Contributors: |
| Michael Jastram - initial API and implementation |
| </copyright> |
| |
| <license url="%licenseURL"> |
| %license |
| </license> |
| |
| <url> |
| <discovery label="RMF at Eclipse.org" url="http://eclipse.org/rmf"/> |
| </url> |
| |
| <includes |
| id="org.eclipse.rmf.reqif10.pror.feature" |
| version="0.0.0"/> |
| |
| <includes |
| id="org.eclipse.rmf.reqif10.pror.feature.source" |
| version="0.0.0"/> |
| |
| <requires> |
| <import feature="org.eclipse.rmf.reqif10.sdk.feature" version="0.9.0" match="greaterOrEqual"/> |
| </requires> |
| |
| <plugin |
| id="org.eclipse.rmf.reqif10.pror.tests" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.rmf.tests.serialization" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| </feature> |