Skip to content

Commit

Permalink
releng: Bug 581923: Drop support for targets older than e4.20
Browse files Browse the repository at this point in the history
[Fixed] Bug 581923: Drop support for targets older than e4.20

Change-Id: I34c9a6521cea5625c91f7955755eaf858b33f883
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/201816
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
  • Loading branch information
bhufmann committed May 10, 2023
1 parent 5dfb6b4 commit 9236b9e
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 626 deletions.
12 changes: 0 additions & 12 deletions TraceCompass.setup
Expand Up @@ -70,18 +70,6 @@
defaultValue="tracecompass-e4.27"
storageURI="scope://Workspace"
label="Target Platform">
<choice
value="tracecompass-e4.16"
label="Trace Compass Eclipse 2020-06 - 4.16"/>
<choice
value="tracecompass-e4.17"
label="Trace Compass Eclipse 2020-09 - 4.17"/>
<choice
value="tracecompass-e4.18"
label="Trace Compass Eclipse 2020-12 - 4.18"/>
<choice
value="tracecompass-e4.19"
label="Trace Compass Eclipse 2021-03 - 4.19"/>
<choice
value="tracecompass-e4.20"
label="Trace Compass Eclipse 2021-06 - 4.20"/>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions releng/org.eclipse.tracecompass.target/pom.xml
Expand Up @@ -42,26 +42,6 @@
</goals>
<configuration>
<artifacts>
<artifact>
<file>tracecompass-e4.16.target</file>
<type>target</type>
<classifier>tracecompass-e4.16</classifier>
</artifact>
<artifact>
<file>tracecompass-e4.17.target</file>
<type>target</type>
<classifier>tracecompass-e4.17</classifier>
</artifact>
<artifact>
<file>tracecompass-e4.18.target</file>
<type>target</type>
<classifier>tracecompass-e4.18</classifier>
</artifact>
<artifact>
<file>tracecompass-e4.19.target</file>
<type>target</type>
<classifier>tracecompass-e4.19</classifier>
</artifact>
<artifact>
<file>tracecompass-e4.20.target</file>
<type>target</type>
Expand Down

0 comments on commit 9236b9e

Please sign in to comment.