| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Copyright (c) 2011, 2014 Tasktop Techonologies 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 |
| https://www.eclipse.org/legal/epl-2.0/ |
| |
| SPDX-License-Identifier: EPL-2.0 |
| |
| Contributors: |
| Tasktop Techonologies - initial API and implementation |
| --> |
| <feature |
| id="org.eclipse.mylyn.docs.development" |
| label="%featureName" |
| version="2.11.0.qualifier" |
| provider-name="%providerName" |
| plugin="org.eclipse.mylyn.wikitext.core" |
| license-feature="org.eclipse.license" |
| license-feature-version="2.0.2"> |
| |
| <description> |
| %description |
| </description> |
| |
| <copyright> |
| %copyright |
| </copyright> |
| |
| <license url="%licenseURL"> |
| %license |
| </license> |
| |
| <includes |
| id="org.eclipse.mylyn.docs.sdk" |
| version="0.0.0"/> |
| |
| </feature> |