| <?xml version="1.0" encoding="UTF-8"?> |
| <feature |
| id="org.eclipse.objectteams.otdt" |
| label="Object Teams Development Tooling" |
| version="1.4.0" |
| provider-name="Eclipse Object Teams project" |
| plugin="org.eclipse.objectteams.otdt" |
| image="eclipse_update_75.jpg"> |
| |
| <description> |
| This is a build-time-only feature for Object Teams and the Object Teams Development Tooling. |
| </description> |
| |
| <copyright> |
| The software "Object Teams Development Tooling" (OTDT) is a result of |
| the joint project TOPPrax and has been developed in collaboration between the |
| Fraunhofer Institut für Rechnerarchitektur und Softwaretechnik (FIRST) |
| and the Technische Unversität Berlin. |
| |
| The software consists of three distinguishable parts: |
| - A compiler for OT/J (Compiler), |
| - A graphical user interface (GUI) and |
| - A runtime environment for OT/J (Runtime). |
| The copyright is held by the Technische Universität (Compiler and Runtime) |
| and by the Fraunhofer Gesellschaft, München, Deutschland, |
| for its Fraunhofer Institut für Rechnerarchitektur und Softwaretechnik |
| nik |
| (FIRST) (Compiler and GUI) and others. |
| |
| This software is based on Eclipse and the Java Development Tooling |
| (JDT) of which it contains parts. |
| </copyright> |
| |
| <license url="%licenseURL"> |
| %license |
| </license> |
| |
| <requires> |
| <import plugin="org.eclipse.core.resources" version="3.4.0" match="compatible"/> |
| <import plugin="org.eclipse.core.runtime" version="3.4.0" match="compatible"/> |
| <import plugin="org.eclipse.core.filesystem"/> |
| <import plugin="org.eclipse.text"/> |
| </requires> |
| |
| <!-- bootstrap compiler always has the same version as the plain jdt.core => no OT-version information --> |
| <plugin |
| id="org.eclipse.jdt.core" |
| download-size="4704" |
| install-size="4704" |
| version="3.6.0.v_A32a" |
| unpack="false"/> |
| |
| </feature> |