blob: f02eedef2bd9cfdcfbcafd5b2441d7871f7353df [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 Herrmann26bab672013-06-24 00:05:36 +02005 version="2.3.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">
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 Herrmannb046a492012-08-10 16:50:55 +020058 <update label="Object Teams Updates" url="http://download.eclipse.org/objectteams/updates/ot2.2"/>
Stephan Herrmannf3a36a02010-04-01 21:25:08 +000059 </url>
60
61 <requires>
Stephan Herrmann4df70592013-06-07 21:38:56 +020062 <import feature="org.eclipse.jdt" version="3.9.0.v20130605-2000" 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 Herrmann26bab672013-06-24 00:05:36 +020069 version="3.10.0.v_OTDT_r230_qualifier"
Stephan Herrmannf3a36a02010-04-01 21:25:08 +000070 unpack="false"/>
71
72</feature>