| <?xml version="1.0" encoding="UTF-8"?> |
| <feature |
| id="org.eclipse.ease.modules.team.git.feature" |
| label="EASE Git Feature (Incubation)" |
| version="0.10.0.qualifier" |
| provider-name="Eclipse.org" |
| plugin="org.eclipse.ease"> |
| |
| <description url="https://www.eclipse.org/ease"> |
| EASE modules to access Git repositories. |
| </description> |
| |
| <copyright url="http://www.example.com/copyright"> |
| Copyright (c) 2016 Christian Pontesegger |
| 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 |
| https://www.eclipse.org/legal/epl-2.0/ |
| Contributors: |
| Christian Pontesegger - initial API and implementation |
| </copyright> |
| |
| <license url="%licenseURL"> |
| %license |
| </license> |
| |
| <plugin |
| id="org.eclipse.ease.modules.team.git" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| </feature> |