Skip to content

Commit

Permalink
releng: Add Trace Compass 9.2.0 baseline
Browse files Browse the repository at this point in the history
Change-Id: Ieb483830bf912e484c1cedecbd01f889994c7472
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/205743
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/205757
  • Loading branch information
PatrickTasse committed Dec 8, 2023
1 parent 4fcd635 commit da423f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 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.1.0" sequenceNumber="2">
<?pde version="3.8"?><target name="tracecompass-baseline-9.2.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.1.0/repository/"/>
<repository location="http://download.eclipse.org/tracecompass/releases/9.2.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-09"/>
<repository location="http://download.eclipse.org/releases/2023-12"/>
</location>
</locations>
</target>
6 changes: 4 additions & 2 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 Ericsson
# Copyright (c) 2016, 2023 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,5 +15,7 @@
#
# Usage ./generate_api_baseline_unit_ids.sh

find ../.. -name "MANIFEST.MF" | grep -v -E 'doc|rcp|tests|/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|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"/>'
echo 'excluded: org.eclipse.tracecompass.slf4j.binding.simple.properties'
echo 'excluded: org.eclipse.tracecompass.analysis.callstack.*'

0 comments on commit da423f7

Please sign in to comment.