Alex Lagarde | 16f2f91 | 2012-07-06 11:50:49 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | Copyright (c) 2010, 2011 Obeo. |
| 4 | All rights reserved. This program and the accompanying materials |
| 5 | are made available under the terms of the Eclipse Public License v1.0 |
| 6 | which accompanies this distribution, and is available at |
| 7 | http://www.eclipse.org/legal/epl-v10.html |
| 8 | |
| 9 | Contributors: |
| 10 | Obeo - initial API and implementation |
| 11 | --> |
| 12 | <feature |
| 13 | id="org.eclipse.mylyn.docs.intent.cdo.feature" |
| 14 | label="%featureName" |
| 15 | version="0.7.0.qualifier" |
| 16 | provider-name="%providerName" |
| 17 | plugin="org.eclipse.mylyn.docs.intent.client.ui.cdo"> |
| 18 | |
| 19 | <description> |
| 20 | %description |
| 21 | </description> |
| 22 | |
| 23 | <copyright url="%copyrightURL"> |
| 24 | %copyright |
| 25 | </copyright> |
| 26 | |
| 27 | <license url="%licenseURL"> |
| 28 | %license |
| 29 | </license> |
| 30 | |
| 31 | <url> |
| 32 | <discovery label="Orbit" url="http://download.eclipse.org/tools/orbit/downloads/drops/S20120308061416/repository/"/> |
| 33 | <discovery label="Acceleo 3.3" url="http://download.eclipse.org/modeling/m2t/acceleo/updates/interim/3.3"/> |
| 34 | <discovery label="EMF Compare 1.3" url="http://download.eclipse.org/modeling/emf/compare/updates/milestones/1.3/"/> |
| 35 | </url> |
| 36 | |
Alex Lagarde | 91f473a | 2012-07-06 16:01:41 +0200 | [diff] [blame] | 37 | <requires> |
| 38 | <import feature="org.eclipse.mylyn.docs.intent.feature" version="0.7.0.qualifier"/> |
| 39 | </requires> |
| 40 | |
Alex Lagarde | 16f2f91 | 2012-07-06 11:50:49 +0200 | [diff] [blame] | 41 | <plugin |
| 42 | id="org.eclipse.mylyn.docs.intent.collab.cdo" |
| 43 | download-size="0" |
| 44 | install-size="0" |
| 45 | version="0.0.0" |
| 46 | unpack="false"/> |
| 47 | |
| 48 | <plugin |
| 49 | id="org.eclipse.mylyn.docs.intent.client.ui.cdo" |
| 50 | download-size="0" |
| 51 | install-size="0" |
| 52 | version="0.0.0" |
| 53 | unpack="false"/> |
| 54 | |
| 55 | <plugin |
| 56 | id="org.eclipse.mylyn.docs.intent.example.cdo.server" |
| 57 | download-size="0" |
| 58 | install-size="0" |
| 59 | version="0.0.0"/> |
| 60 | |
Alex Lagarde | 22871d2 | 2012-09-21 17:53:23 +0200 | [diff] [blame] | 61 | <plugin |
| 62 | id="org.eclipse.mylyn.docs.intent.test.server" |
| 63 | download-size="0" |
| 64 | install-size="0" |
| 65 | version="0.0.0" |
| 66 | unpack="false"/> |
| 67 | |
Alex Lagarde | 16f2f91 | 2012-07-06 11:50:49 +0200 | [diff] [blame] | 68 | </feature> |