blob: 906f5bc03962b3f093675852f176646878822249 [file] [log] [blame]
Alex Lagarde16f2f912012-07-06 11:50:49 +02001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3Copyright (c) 2010, 2011 Obeo.
4All rights reserved. This program and the accompanying materials
5are made available under the terms of the Eclipse Public License v1.0
6which accompanies this distribution, and is available at
7http://www.eclipse.org/legal/epl-v10.html
8
9Contributors:
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 Lagarde91f473a2012-07-06 16:01:41 +020037 <requires>
38 <import feature="org.eclipse.mylyn.docs.intent.feature" version="0.7.0.qualifier"/>
39 </requires>
40
Alex Lagarde16f2f912012-07-06 11:50:49 +020041 <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 Lagarde22871d22012-09-21 17:53:23 +020061 <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 Lagarde16f2f912012-07-06 11:50:49 +020068</feature>