blob: 7cb190aaf036475138ccbfe7fc14ff3b16ae2adf [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 Herrmann50e452f2021-02-28 00:39:58 +01005 version="2.8.2.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">
Stephan Herrmann38a7fbf2011-09-20 10:40:58 +000010 This feature is NOT a regular update of the JDT, but REPLACES the
11org.eclipse.jdt.core plugin by the corresponding version for Object Teams.
12This change makes the JDT Core capable to handle OT/J code.
Stephan Herrmannf3a36a02010-04-01 21:25:08 +000013 </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 Herrmanne71c3932020-02-27 20:51:30 +010058 <update label="Object Teams Updates" url="http://download.eclipse.org/objectteams/updates/ot2.8"/>
Stephan Herrmannf3a36a02010-04-01 21:25:08 +000059 </url>
60
61 <requires>
Stephan Herrmann469a6712022-04-02 19:52:10 +020062 <import feature="org.eclipse.jdt" version="3.18.1100.v20220308-0310" 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 Herrmann1a8d93b2022-01-16 19:37:50 +010069 version="3.29.0.OTDT_r282_qualifier"
Stephan Herrmannf3a36a02010-04-01 21:25:08 +000070 unpack="false"/>
71
Stephan Herrmannf3a36a02010-04-01 21:25:08 +000072</feature>