Skip to content

Commit

Permalink
releng: Add Trace Compass 9.3.0 baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
  • Loading branch information
PatrickTasse authored and bhufmann committed Mar 19, 2024
1 parent fd5ca3f commit 6cfbc7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?><target name="tracecompass-baseline-9.2.0" sequenceNumber="2">
<?pde version="3.8"?><target name="tracecompass-baseline-9.3.0" sequenceNumber="1">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.tracecompass.analysis.counters.core" version="0.0.0"/>
Expand Down Expand Up @@ -46,11 +46,11 @@
<unit id="org.eclipse.tracecompass.tmf.remote.core" version="0.0.0"/>
<unit id="org.eclipse.tracecompass.tmf.remote.ui" version="0.0.0"/>
<unit id="org.eclipse.tracecompass.tmf.ui" version="0.0.0"/>
<repository location="http://download.eclipse.org/tracecompass/releases/9.2.0/baseline/"/>
<repository location="http://download.eclipse.org/tracecompass/releases/9.3.0/repository/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.core.runtime" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/2023-12"/>
<repository location="http://download.eclipse.org/releases/2024-03"/>
</location>
</locations>
</target>
6 changes: 2 additions & 4 deletions releng/scripts/generate_api_baseline_unit_ids.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
###############################################################################
# Copyright (c) 2016, 2023 Ericsson
# Copyright (c) 2016, 2024 Ericsson
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
Expand All @@ -15,7 +15,5 @@
#
# Usage ./generate_api_baseline_unit_ids.sh

find ../.. -name "MANIFEST.MF" | grep -v -E 'doc|rcp|tests|org.eclipse.tracecompass.slf4j.binding.simple.properties|org.eclipse.tracecompass.analysis.callstack|/target/' | cut -c 3- | xargs -n1 dirname | xargs -n1 dirname | sed -rn s/.*\\/\(.*\)/\\1/p | sort | xargs -n1 -I {} echo '<unit id="{}" version="0.0.0"/>'
find ../.. -name "MANIFEST.MF" | grep -v -E 'doc|rcp|tests|org.eclipse.tracecompass.slf4j.binding.simple.properties|/target/' | cut -c 3- | xargs -n1 dirname | xargs -n1 dirname | sed -rn s/.*\\/\(.*\)/\\1/p | sort | xargs -n1 -I {} echo '<unit id="{}" version="0.0.0"/>'
echo 'excluded: org.eclipse.tracecompass.slf4j.binding.simple.properties'
echo 'excluded: org.eclipse.tracecompass.analysis.callstack.*'

0 comments on commit 6cfbc7b

Please sign in to comment.