| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- | |
| Copyright (c) 2017 Exyte | |
| 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: | |
| Yuri Strot - initial API and implementation | |
| --> | |
| <feature | |
| id="org.eclipse.ui.glance.feature" | |
| label="%featureName" | |
| version="0.0.1.qualifier" | |
| provider-name="%providerName" | |
| license-feature="org.eclipse.license" | |
| license-feature-version="0.0.0"> | |
| <description> | |
| %description | |
| </description> | |
| <copyright> | |
| %copyright | |
| </copyright> | |
| <license url="%licenseURL"> | |
| %license | |
| </license> | |
| <requires> | |
| <import plugin="org.eclipse.core.runtime"/> | |
| <import plugin="org.eclipse.jface.text"/> | |
| <import plugin="org.eclipse.ui"/> | |
| <import plugin="org.eclipse.ui.editors"/> | |
| </requires> | |
| <plugin | |
| id="org.eclipse.ui.glance" | |
| download-size="0" | |
| install-size="0" | |
| version="0.0.0" | |
| unpack="false"/> | |
| </feature> |