blob: f405cf1e2d93c5db28ded7d27ac510cb24222234 [file] [log] [blame]
Stephan Herrmannf3a36a02010-04-01 21:25:08 +00001<?xml version="1.0" encoding="UTF-8"?>
2<feature
3 id="org.eclipse.objectteams.otdt.core.patch"
Stephan Herrmann98502132010-04-02 14:34:38 +00004 label="%featureName"
5 version="0.7.0.qualifier"
6 provider-name="%providerName"
Stephan Herrmannf3a36a02010-04-01 21:25:08 +00007 plugin="org.eclipse.jdt.core">
8
9 <description url="http://www.eclipse.org/objectteams">
10 This feature updates the org.eclipse.jdt.core plugin
11by the corresponding version for Object Teams.
12This update makes the JDT Core able to handle OT/J code.
13 </description>
14
15 <copyright>
16 The software &quot;Object Teams Development Tooling&quot; (OTDT) is a result of
17the joint project TOPPrax and has been developed in collaboration between the
18Fraunhofer Institut f&#252;r Rechnerarchitektur und Softwaretechnik (FIRST)
19and the Technische Unversit&#228;t Berlin.
20
21This feature contains the modified Java Development Tooling Core
22capable of handling OT/J code.
23
24The copyright is held by the Technische Universit&#228;t
25and by the Fraunhofer Gesellschaft, M&#252;nchen, Deutschland,
26for its Fraunhofer Institut f&#252;r Rechnerarchitektur und Softwaretechnik
27(FIRST) and others.
28
29This software is based on Eclipse and the Java Development Tooling
30(JDT) of which it contains parts.
31
32Authors:
33 Andreas Kaiser
34 Carsten Pfeiffer
35 Christine Hering
36 Christine Hundt
37 Gregor Brcan
38 Jan Wloka
39 Jaroslav Svacina
40 Joachim H&#228;nsel
41 J&#252;rgen Widiker
42 Karsten Meier
43 Marco Mosconi
44 Markus Witte
45 Michael Kr&#252;ger
46 Ralf Anklam
47 Sascha Kolewa
48 Stephan Herrmann
49Project Leader:
50 Stephan Herrmann
51 </copyright>
52
53 <license url="%licenseURL">
54 %license
55 </license>
56
57 <url>
Stephan Herrmann54fd0232010-04-21 21:39:22 +000058 <update label="Object Teams Updates" url="http://www.eclipse.org/downloads/objectteams/updates/0.7"/>
Stephan Herrmannf3a36a02010-04-01 21:25:08 +000059 </url>
60
61 <requires>
Stephan Herrmann191a6c92010-04-24 14:42:29 +000062 <import feature="org.eclipse.jdt" version="3.6.0.v20100423-0800-7z8XFSkFMTdeJCmdAmJrfkt45027" patch="true"/>
Stephan Herrmannf3a36a02010-04-01 21:25:08 +000063 </requires>
64
65 <plugin
66 id="org.eclipse.jdt.core"
Stephan Herrmann98502132010-04-02 14:34:38 +000067 download-size="5614"
68 install-size="5614"
69 version="3.6.0.v_OTDT_r070_qualifier"
Stephan Herrmannf3a36a02010-04-01 21:25:08 +000070 unpack="false"/>
71
72</feature>