Stephan Herrmann | 675fad5 | 2012-02-19 00:06:19 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <feature |
Stephan Herrmann | 22e099f | 2012-02-19 02:45:51 +0100 | [diff] [blame] | 3 | id="org.eclipse.objectteams.otdt.source.feature" |
Stephan Herrmann | 675fad5 | 2012-02-19 00:06:19 +0100 | [diff] [blame] | 4 | label="%featureName" |
Stephan Herrmann | e66b17e | 2018-07-26 19:21:20 +0200 | [diff] [blame] | 5 | version="2.7.1.qualifier" |
Stephan Herrmann | 675fad5 | 2012-02-19 00:06:19 +0100 | [diff] [blame] | 6 | provider-name="%providerName"> |
| 7 | |
| 8 | <description url="http://www.eclipse.org/objectteams"> |
| 9 | This Eclipse Plug-In feature supports development with Object Teams |
| 10 | and the OT/J programming language (see http://www.eclipse.org/objectteams). |
| 11 | It extends all of the Eclipse Java development tools |
| 12 | to support development with Object Teams |
| 13 | throughout all views and development activities. |
| 14 | This feature contains the sources of the OTDT. |
| 15 | </description> |
| 16 | |
| 17 | <copyright> |
| 18 | The software "Object Teams Development Tooling" (OTDT) is a result of |
| 19 | the joint project TOPPrax and has been developed in collaboration between the |
| 20 | Fraunhofer Institut für Rechnerarchitektur und Softwaretechnik (FIRST) |
| 21 | and the Technische Unversität Berlin. |
| 22 | |
| 23 | The software consists of three distinguishable parts: |
| 24 | - A compiler for OT/J (Compiler), |
| 25 | - A graphical user interface (GUI) and |
| 26 | - A runtime environment for OT/J (Runtime). |
| 27 | The copyright is held by the Technische Universität (Compiler and Runtime) |
| 28 | and by the Fraunhofer Gesellschaft, München, Deutschland, |
| 29 | for its Fraunhofer Institut für Rechnerarchitektur und Softwaretechnik |
| 30 | (FIRST) (Compiler and GUI) and others. |
| 31 | This software is based on Eclipse and the Java Development Tooling |
| 32 | (JDT) of which it contains parts. |
| 33 | Authors: |
| 34 | Andreas Kaiser |
| 35 | Carsten Pfeiffer |
| 36 | Christine Hering |
| 37 | Christine Hundt |
| 38 | Gregor Brcan |
| 39 | Jan Wloka |
| 40 | Jaroslav Svacina |
| 41 | Joachim Hänsel |
| 42 | Johannes Gebauer |
| 43 | Jürgen Widiker |
| 44 | Karsten Meier |
| 45 | Marco Mosconi |
| 46 | Markus Witte |
| 47 | Michael Krüger |
Stephan Herrmann | 6d8387c | 2015-11-10 16:07:05 +0100 | [diff] [blame] | 48 | Oliver Frank |
Stephan Herrmann | 675fad5 | 2012-02-19 00:06:19 +0100 | [diff] [blame] | 49 | Ralf Anklam |
| 50 | Sascha Kolewa |
| 51 | Stephan Herrmann |
| 52 | Project Leader: |
| 53 | Stephan Herrmann |
| 54 | </copyright> |
| 55 | |
| 56 | <license url="%licenseURL"> |
| 57 | %license |
| 58 | </license> |
| 59 | |
Stephan Herrmann | 8e5aeb1 | 2012-02-19 00:32:19 +0100 | [diff] [blame] | 60 | <plugin |
| 61 | id="org.eclipse.jdt.core.source" |
Stephan Herrmann | 22e099f | 2012-02-19 02:45:51 +0100 | [diff] [blame] | 62 | download-size="0" |
| 63 | install-size="0" |
| 64 | version="0.0.0" |
| 65 | unpack="false"/> |
| 66 | |
| 67 | <plugin |
Stephan Herrmann | e2ab770 | 2012-02-19 03:17:30 +0100 | [diff] [blame] | 68 | id="org.eclipse.objectteams.otdt.source" |
| 69 | download-size="0" |
| 70 | install-size="0" |
| 71 | version="0.0.0" |
| 72 | unpack="false"/> |
| 73 | |
| 74 | <plugin |
Stephan Herrmann | 22e099f | 2012-02-19 02:45:51 +0100 | [diff] [blame] | 75 | id="org.eclipse.objectteams.otdt.debug.source" |
| 76 | download-size="0" |
| 77 | install-size="0" |
| 78 | version="0.0.0" |
| 79 | unpack="false"/> |
| 80 | |
| 81 | <plugin |
| 82 | id="org.eclipse.objectteams.otdt.debug.ui.source" |
| 83 | download-size="0" |
| 84 | install-size="0" |
Stephan Herrmann | 8e5aeb1 | 2012-02-19 00:32:19 +0100 | [diff] [blame] | 85 | version="0.0.0" |
| 86 | unpack="false"/> |
| 87 | |
| 88 | <plugin |
Stephan Herrmann | 2dfed8b | 2012-02-19 02:05:35 +0100 | [diff] [blame] | 89 | id="org.eclipse.objectteams.otdt.ui.source" |
Stephan Herrmann | 22e099f | 2012-02-19 02:45:51 +0100 | [diff] [blame] | 90 | download-size="0" |
| 91 | install-size="0" |
| 92 | version="0.0.0" |
| 93 | unpack="false"/> |
| 94 | |
| 95 | <plugin |
| 96 | id="org.eclipse.objectteams.otdt.ui.help.source" |
| 97 | download-size="0" |
| 98 | install-size="0" |
| 99 | version="0.0.0" |
| 100 | unpack="false"/> |
| 101 | |
| 102 | <plugin |
| 103 | id="org.eclipse.objectteams.otdt.jdt.ui.source" |
| 104 | download-size="0" |
| 105 | install-size="0" |
| 106 | version="0.0.0" |
| 107 | unpack="false"/> |
| 108 | |
| 109 | <plugin |
| 110 | id="org.eclipse.objectteams.otdt.compiler.adaptor.source" |
| 111 | download-size="0" |
| 112 | install-size="0" |
| 113 | version="0.0.0" |
| 114 | unpack="false"/> |
| 115 | |
| 116 | <plugin |
| 117 | id="org.eclipse.objectteams.otdt.debug.adaptor.source" |
| 118 | download-size="0" |
| 119 | install-size="0" |
| 120 | version="0.0.0" |
| 121 | unpack="false"/> |
| 122 | |
| 123 | <plugin |
| 124 | id="org.eclipse.objectteams.otdt.pde.ui.source" |
| 125 | download-size="0" |
| 126 | install-size="0" |
| 127 | version="0.0.0" |
| 128 | unpack="false"/> |
| 129 | |
| 130 | <plugin |
| 131 | id="org.eclipse.objectteams.otdt.refactoring.source" |
| 132 | download-size="0" |
| 133 | install-size="0" |
| 134 | version="0.0.0" |
| 135 | unpack="false"/> |
| 136 | |
| 137 | <plugin |
| 138 | id="org.eclipse.objectteams.otdt.samples.source" |
| 139 | download-size="0" |
| 140 | install-size="0" |
| 141 | version="0.0.0" |
| 142 | unpack="false"/> |
| 143 | |
| 144 | <plugin |
| 145 | id="org.eclipse.objectteams.otdt.apt.source" |
| 146 | download-size="0" |
| 147 | install-size="0" |
Stephan Herrmann | 8e5aeb1 | 2012-02-19 00:32:19 +0100 | [diff] [blame] | 148 | version="0.0.0" |
| 149 | unpack="false"/> |
| 150 | |
Stephan Herrmann | 675fad5 | 2012-02-19 00:06:19 +0100 | [diff] [blame] | 151 | </feature> |