Stephan Herrmann | f3a36a0 | 2010-04-01 21:25:08 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <feature |
| 3 | id="org.eclipse.objectteams.otdt.core.patch" |
Stephan Herrmann | 9850213 | 2010-04-02 14:34:38 +0000 | [diff] [blame] | 4 | label="%featureName" |
Stephan Herrmann | 8e54773 | 2012-09-22 19:24:01 +0200 | [diff] [blame] | 5 | version="2.2.0.qualifier" |
Stephan Herrmann | 9850213 | 2010-04-02 14:34:38 +0000 | [diff] [blame] | 6 | provider-name="%providerName" |
Stephan Herrmann | f3a36a0 | 2010-04-01 21:25:08 +0000 | [diff] [blame] | 7 | plugin="org.eclipse.jdt.core"> |
| 8 | |
| 9 | <description url="http://www.eclipse.org/objectteams"> |
Stephan Herrmann | 38a7fbf | 2011-09-20 10:40:58 +0000 | [diff] [blame] | 10 | This feature is NOT a regular update of the JDT, but REPLACES the |
| 11 | org.eclipse.jdt.core plugin by the corresponding version for Object Teams. |
| 12 | This change makes the JDT Core capable to handle OT/J code. |
Stephan Herrmann | f3a36a0 | 2010-04-01 21:25:08 +0000 | [diff] [blame] | 13 | </description> |
| 14 | |
| 15 | <copyright> |
| 16 | The software "Object Teams Development Tooling" (OTDT) is a result of |
| 17 | the joint project TOPPrax and has been developed in collaboration between the |
| 18 | Fraunhofer Institut für Rechnerarchitektur und Softwaretechnik (FIRST) |
| 19 | and the Technische Unversität Berlin. |
| 20 | |
| 21 | This feature contains the modified Java Development Tooling Core |
| 22 | capable of handling OT/J code. |
| 23 | |
| 24 | The copyright is held by the Technische Universität |
| 25 | and by the Fraunhofer Gesellschaft, München, Deutschland, |
| 26 | for its Fraunhofer Institut für Rechnerarchitektur und Softwaretechnik |
| 27 | (FIRST) and others. |
| 28 | |
| 29 | This software is based on Eclipse and the Java Development Tooling |
| 30 | (JDT) of which it contains parts. |
| 31 | |
| 32 | Authors: |
| 33 | Andreas Kaiser |
| 34 | Carsten Pfeiffer |
| 35 | Christine Hering |
| 36 | Christine Hundt |
| 37 | Gregor Brcan |
| 38 | Jan Wloka |
| 39 | Jaroslav Svacina |
| 40 | Joachim Hänsel |
| 41 | Jürgen Widiker |
| 42 | Karsten Meier |
| 43 | Marco Mosconi |
| 44 | Markus Witte |
| 45 | Michael Krüger |
| 46 | Ralf Anklam |
| 47 | Sascha Kolewa |
| 48 | Stephan Herrmann |
| 49 | Project Leader: |
| 50 | Stephan Herrmann |
| 51 | </copyright> |
| 52 | |
| 53 | <license url="%licenseURL"> |
| 54 | %license |
| 55 | </license> |
| 56 | |
| 57 | <url> |
Stephan Herrmann | b046a49 | 2012-08-10 16:50:55 +0200 | [diff] [blame] | 58 | <update label="Object Teams Updates" url="http://download.eclipse.org/objectteams/updates/ot2.2"/> |
Stephan Herrmann | f3a36a0 | 2010-04-01 21:25:08 +0000 | [diff] [blame] | 59 | </url> |
| 60 | |
| 61 | <requires> |
Stephan Herrmann | 4df7059 | 2013-06-07 21:38:56 +0200 | [diff] [blame] | 62 | <import feature="org.eclipse.jdt" version="3.9.0.v20130605-2000" patch="true"/> |
Stephan Herrmann | f3a36a0 | 2010-04-01 21:25:08 +0000 | [diff] [blame] | 63 | </requires> |
| 64 | |
| 65 | <plugin |
| 66 | id="org.eclipse.jdt.core" |
Stephan Herrmann | 9850213 | 2010-04-02 14:34:38 +0000 | [diff] [blame] | 67 | download-size="5614" |
| 68 | install-size="5614" |
Stephan Herrmann | b046a49 | 2012-08-10 16:50:55 +0200 | [diff] [blame] | 69 | version="3.9.0.v_OTDT_r220_qualifier" |
Stephan Herrmann | f3a36a0 | 2010-04-01 21:25:08 +0000 | [diff] [blame] | 70 | unpack="false"/> |
| 71 | |
| 72 | </feature> |