Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2011-05-15 00:40:01 +0000
committerStephan Herrmann2011-05-15 00:40:01 +0000
commitadfb200feb45c087160aa7bcb07315eb606c78b9 (patch)
tree323cb1a9bae77f98bba13bf1c5cf8bb78bd3e5e5 /features
parentb105b088cedc08efd6a40ffa76b5a4297e100ea4 (diff)
downloadorg.eclipse.objectteams-adfb200feb45c087160aa7bcb07315eb606c78b9.tar.gz
org.eclipse.objectteams-adfb200feb45c087160aa7bcb07315eb606c78b9.tar.xz
org.eclipse.objectteams-adfb200feb45c087160aa7bcb07315eb606c78b9.zip
cleanup (hopefully) after the change in build strategy:
+ no longer use the ot-compiler-feature but directly build the otdt.core.patch feature and install it using p2. Changes from previous patch straightened and documented.
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.objectteams.otdt.feature/ot-compiler-feature/build.properties4
-rw-r--r--features/org.eclipse.objectteams.otdt.feature/ot-compiler-feature/feature.xml53
2 files changed, 0 insertions, 57 deletions
diff --git a/features/org.eclipse.objectteams.otdt.feature/ot-compiler-feature/build.properties b/features/org.eclipse.objectteams.otdt.feature/ot-compiler-feature/build.properties
deleted file mode 100644
index bb71a66e4..000000000
--- a/features/org.eclipse.objectteams.otdt.feature/ot-compiler-feature/build.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-bin.includes = handler.jar,\
- eclipse_update_75.jpg,\
- feature.xml,\
- plugin.xml \ No newline at end of file
diff --git a/features/org.eclipse.objectteams.otdt.feature/ot-compiler-feature/feature.xml b/features/org.eclipse.objectteams.otdt.feature/ot-compiler-feature/feature.xml
deleted file mode 100644
index c1296935a..000000000
--- a/features/org.eclipse.objectteams.otdt.feature/ot-compiler-feature/feature.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.objectteams.otdt"
- label="Object Teams Development Tooling"
- version="2.0.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 &quot;Object Teams Development Tooling&quot; (OTDT) is a result of
-the joint project TOPPrax and has been developed in collaboration between the
-Fraunhofer Institut f&#252;r Rechnerarchitektur und Softwaretechnik (FIRST)
-and the Technische Unversit&#228;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&#228;t (Compiler and Runtime)
-and by the Fraunhofer Gesellschaft, M&#252;nchen, Deutschland,
-for its Fraunhofer Institut f&#252;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.7.0.v_B60"
- unpack="false"/>
-
-</feature>

Back to the top