blob: 64050d4bb17f4fecc69678e6a96384e5af3b3929 [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"
4 label="Object Teams Development Tooling"
Stephan Herrmann4b3db2c2010-04-02 17:20:48 +00005 version="0.7.0"
Stephan Herrmannf3a36a02010-04-01 21:25:08 +00006 provider-name="Eclipse Object Teams project"
7 plugin="org.eclipse.objectteams.otdt"
8 image="eclipse_update_75.jpg">
9
10 <description>
11This is a build-time-only feature for Object Teams and the Object Teams Development Tooling.
12 </description>
13
14 <copyright>
15The software &quot;Object Teams Development Tooling&quot; (OTDT) is a result of
16the joint project TOPPrax and has been developed in collaboration between the
17Fraunhofer Institut f&#252;r Rechnerarchitektur und Softwaretechnik (FIRST)
18and the Technische Unversit&#228;t Berlin.
19
20The software consists of three distinguishable parts:
21- A compiler for OT/J (Compiler),
22- A graphical user interface (GUI) and
23- A runtime environment for OT/J (Runtime).
24The copyright is held by the Technische Universit&#228;t (Compiler and Runtime)
25and by the Fraunhofer Gesellschaft, M&#252;nchen, Deutschland,
26for its Fraunhofer Institut f&#252;r Rechnerarchitektur und Softwaretechnik
27nik
28(FIRST) (Compiler and GUI) and others.
29
30This software is based on Eclipse and the Java Development Tooling
31(JDT) of which it contains parts.
32 </copyright>
33
34 <license url="%licenseURL">
35 %license
36 </license>
37
38 <requires>
39 <import plugin="org.eclipse.core.resources" version="3.4.0" match="compatible"/>
40 <import plugin="org.eclipse.core.runtime" version="3.4.0" match="compatible"/>
41 <import plugin="org.eclipse.core.filesystem"/>
42 <import plugin="org.eclipse.text"/>
43 </requires>
44
45<!-- bootstrap compiler always has the same version as the plain jdt.core => no OT-version information -->
46 <plugin
47 id="org.eclipse.jdt.core"
48 download-size="4704"
49 install-size="4704"
Stephan Herrmannfab49ee2010-04-28 11:44:26 +000050 version="3.6.0.v_A48"
Stephan Herrmannf3a36a02010-04-01 21:25:08 +000051 unpack="false"/>
52
53</feature>