blob: 9dcb161777f2cb9e04987e771c4cb0e612568a82 [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"
Stephan Herrmanneceb4d82010-09-25 20:33:59 +00005 version="0.8.0.qualifier"
Stephan Herrmann98502132010-04-02 14:34:38 +00006 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 Herrmanneceb4d82010-09-25 20:33:59 +000058 <update label="Object Teams Updates" url="http://download.eclipse.org/objectteams/updates/0.8"/>
Stephan Herrmannf3a36a02010-04-01 21:25:08 +000059 </url>
60
61 <requires>
Stephan Herrmann6a246f62010-11-06 15:42:49 +000062 <import feature="org.eclipse.jdt" version="3.7.0.v20100824-0800-7z8dFb7FMTfEQ4wDz0DJlHYd9H15" 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"
Stephan Herrmannfa7c1fc2010-11-22 23:03:38 +000069 version="3.7.0.v_OTDT_r080_qualifier"
Stephan Herrmannf3a36a02010-04-01 21:25:08 +000070 unpack="false"/>
71
72</feature>