| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Copyright (c) 2010, 2011 Obeo. |
| 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: |
| Obeo - initial API and implementation |
| --> |
| <feature |
| id="org.eclipse.mylyn.docs.intent.workspace.feature" |
| label="%featureName" |
| version="0.8.0.qualifier" |
| provider-name="%providerName" |
| plugin="org.eclipse.mylyn.docs.intent.client.ui.ide"> |
| |
| <description> |
| %description |
| </description> |
| |
| <copyright url="%copyrightURL"> |
| %copyright |
| </copyright> |
| |
| <license url="%licenseURL"> |
| %license |
| </license> |
| |
| <url> |
| <discovery label="Orbit" url="http://download.eclipse.org/tools/orbit/downloads/drops/S20120308061416/repository/"/> |
| <discovery label="Acceleo 3.3" url="http://download.eclipse.org/modeling/m2t/acceleo/updates/interim/3.3"/> |
| <discovery label="EMF Compare 1.3" url="http://download.eclipse.org/modeling/emf/compare/updates/milestones/1.3/"/> |
| </url> |
| |
| <requires> |
| <import feature="org.eclipse.mylyn.docs.intent.feature" version="0.7.0.qualifier"/> |
| <import plugin="org.eclipse.mylyn.tasks.ui"/> |
| <import plugin="org.eclipse.mylyn.help.ui"/> |
| </requires> |
| |
| <plugin |
| id="org.eclipse.mylyn.docs.intent.client.ui.ide" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.mylyn.docs.intent.collab.ide" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.mylyn.docs.intent.bridge.ide.default" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.mylyn.docs.intent.idoc" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| </feature> |