Skip to content

Changes

Summary

  1. releng: Replace org.apache.log4j with org.slf4j.binding.simple (details)
  2. releng: Update e4.28 and eStaging targets for 2023-06 RC1 (details)
  3. releng: Update Trace Compass plug-in and feature versions for 9.0.0 (details)
Commit b1d274918c2e7aad984d25c7f3f168acdcfb39b5 by Patrick Tasse
releng: Replace org.apache.log4j with org.slf4j.binding.simple

SWTBot project has removed org.apache.log4j from their update site since
version 4.0.0 in 2022-06 with Bug 578065. It is instead using org.slf4j.
Trace Compass has been using fixed SWTBot version 3.1.0 since then. It
will now use the latest SWTBot release and use slf4j api for logging,
with the simplelogger binding.

Update all targets to use latest SWTBot repository.

Update all targets to add org.slf4j.binding.simple from Orbit.

Update all *.swtbot.tests plug-ins to remove dependency on
org.apache.log4j and add dependency on org.slf4j as an Import-Package.

Remove log4j logger configuration from all SWTBot tests.

Update pom.xml to add org.slf4j.binding.simple as extraRequirement for
SWTBot test plug-ins. This enables the binding in CI.

Create org.eclipse.tracecompass.slf4j.binding.simple.properties fragment
plug-in to org.slf4j.api fragment host to include
simplelogger.properties file that configures simplelogger to use
System.out as logFile and debug as defaultLogLevel.

[Changed] Replace org.apache.log4j with org.slf4j.binding.simple

Change-Id: Ife62c8107e9dfe052498439f2a8401ae13caa160
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/193250
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>
The file was modified tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ctf/ui/swtbot/tests/AbstractImportAndReadSmokeTest.java (diff)
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-e4.26.target (diff)
The file was modified releng/org.eclipse.tracecompass.integration.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/viewers/events/MovableColumnEventsEditorTest.java (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was addedreleng/org.eclipse.tracecompass.slf4j.binding.simple.properties/.project
The file was modified lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/control/ui/swtbot/tests/ControlViewTest.java (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/shared/org/eclipse/tracecompass/tmf/ui/swtbot/tests/shared/AbstractPerspectiveChecker.java (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/viewers/events/FilterColorEditorTest.java (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/src/org/eclipse/tracecompass/analysis/os/linux/ui/swtbot/tests/latency/SystemCallLatencyDensityViewTest.java (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/ui/views/LamiChartViewerTest.java (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/viewers/events/FontEventEditorTest.java (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/parsers/custom/AbstractCustomParserWizard.java (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/viewers/events/CallsiteEventsInTableTest.java (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/src/org/eclipse/tracecompass/analysis/profiling/ui/swtbot/tests/callgraph/CallGraphDensityViewTest.java (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified releng/org.eclipse.tracecompass.integration.swtbot.tests/src/org/eclipse/tracecompass/integration/swtbot/tests/perspectives/TmfPerspectiveManagerTest.java (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/BookmarksViewTest.java (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/kernel/ui/swtbot/tests/ControlFlowViewSortingTest.java (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/project/AddProjectNatureTest.java (diff)
The file was modified ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-eStaging.target (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was addedreleng/org.eclipse.tracecompass.slf4j.binding.simple.properties/META-INF/MANIFEST.MF
The file was modified analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/src/org/eclipse/tracecompass/analysis/profiling/ui/swtbot/tests/flamegraph/FlameGraphTest.java (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/viewers/events/ExportToTsvTest.java (diff)
The file was modified pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/viewers/events/TestRefreshTextTrace.java (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.callstack.ui.swtbot.tests/src/org/eclipse/tracecompass/analysis/callstack/ui/swtbot/tests/FlameGraphTest.java (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/kernel/ui/swtbot/tests/ControlFlowViewTest.java (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/viewers/events/FilterViewerTest.java (diff)
The file was modified releng/pom.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/ui/swtbot/tests/preferences/XMLAnalysesManagerPreferencePageTest.java (diff)
The file was modified pom.xml (diff)
The file was modified releng/org.eclipse.tracecompass.integration.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified releng/org.eclipse.tracecompass.integration.swtbot.tests/src/org/eclipse/tracecompass/integration/swtbot/tests/projectexplorer/ProjectExplorerTraceActionsTest.java (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-e4.21.target (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/ust/ui/swtbot/tests/FlameChartViewTest.java (diff)
The file was modified pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/pcap/ui/swtbot/tests/ImportAndReadPcapTest.java (diff)
The file was modified releng/org.eclipse.tracecompass.integration.swtbot.tests/src/org/eclipse/tracecompass/integration/swtbot/tests/projectexplorer/ProjectExplorerRefreshTest.java (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/viewers/events/CollapseEventsInTableTest.java (diff)
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-e4.22.target (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/kernel/ui/swtbot/tests/ImportAndReadKernelSmokeTest.java (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/wizards/AbstractStandardImportWizardTest.java (diff)
The file was modified releng/org.eclipse.tracecompass.integration.swtbot.tests/src/org/eclipse/tracecompass/integration/swtbot/tests/projectexplorer/ProjectExplorerTracesFolderTest.java (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/src/org/eclipse/tracecompass/analysis/timing/ui/swtbot/tests/table/SegmentTableTest.java (diff)
The file was modified ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ctf/ui/swtbot/tests/TestInvalidCtfTrace.java (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/kernel/ui/swtbot/tests/TimeGraphViewUiContextTestBase.java (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/ui/swtbot/tests/latency/PatternLatencyViewTestBase.java (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/viewers/events/ColorsViewTest.java (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/viewers/events/ColumnHeaderMenuTest.java (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/src/org/eclipse/tracecompass/analysis/os/linux/ui/swtbot/tests/latency/SystemCallLatencyStatisticsTableAnalysisTest.java (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/viewers/events/RawTextEditorTest.java (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/shared/org/eclipse/tracecompass/tmf/ui/swtbot/tests/shared/SWTBotUtils.java (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/kernel/ui/swtbot/tests/KernelTestBase.java (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/remote/ui/swtbot/tests/fetch/FetchRemoteTracesTest.java (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.callstack.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was addedreleng/org.eclipse.tracecompass.slf4j.binding.simple.properties/build.properties
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewTest.java (diff)
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-e4.23.target (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/xychart/XYChartViewTest.java (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/kernel/ui/swtbot/tests/FindDialogTestBase.java (diff)
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-e4.20.target (diff)
The file was modified releng/org.eclipse.tracecompass.integration.swtbot.tests/src/org/eclipse/tracecompass/integration/swtbot/tests/projectexplorer/ProjectExplorerAnalysisTest.java (diff)
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-e4.24.target (diff)
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-e4.28.target (diff)
The file was addedreleng/org.eclipse.tracecompass.slf4j.binding.simple.properties/simplelogger.properties
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/viewers/events/CopyToClipboardTest.java (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/chart/ui/swtbot/tests/dialog/ChartMakerDialogTest.java (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/viewers/events/TmfAlignTimeAxisTest.java (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/viewers/events/SDViewTest.java (diff)
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-e4.25.target (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/wizards/TestImportExportPackageWizard.java (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/viewers/events/TestTraceOffsetting.java (diff)
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-e4.27.target (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/xychart/XYDataProviderBaseTest.java (diff)
The file was modified ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ctf/ui/swtbot/tests/trim/CtfTmfExperimentTrimmingTest.java (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/tracetype/preferences/TraceTypePreferencePageTest.java (diff)
Commit 6907a9e4e3fb3f4da236ce7a13bcd19d545c78eb by Patrick Tasse
releng: Update e4.28 and eStaging targets for 2023-06 RC1

Change-Id: Ie23feb88ce70b632b6def3e4babe2e5f7a9c5a80
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/202300
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>
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-e4.28.target (diff)
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-eStaging.target (diff)
Commit 892d9ae157729cda18ff4189ce5adae5b76bee81 by Patrick Tasse
releng: Update Trace Compass plug-in and feature versions for 9.0.0

Change-Id: I5f6277aa13bb510a371bbe4d48f9da26fe346d6e
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/202302
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
The file was modified ctf/pom.xml (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/pom.xml (diff)
The file was modified jsontrace/org.eclipse.tracecompass.jsontrace/feature.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/pom.xml (diff)
The file was modified ctf/org.eclipse.tracecompass.ctf.core.tests/pom.xml (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified rcp/org.eclipse.tracecompass.rcp.rcptt.tests/pom.xml (diff)
The file was modified statesystem/org.eclipse.tracecompass.statesystem.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified rcp/org.eclipse.tracecompass.rcp.incubator/feature.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.cli/feature.xml (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.graph.core.tests/pom.xml (diff)
The file was modified rcp/org.eclipse.tracecompass.rcp.ui.tests/pom.xml (diff)
The file was modified rcp/org.eclipse.tracecompass.rcp.branding.feature/pom.xml (diff)
The file was modified ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified statesystem/org.eclipse.tracecompass.datastore.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.chart.core.tests/pom.xml (diff)
The file was modified rcp/org.eclipse.tracecompass.rcp.branding/plugin.xml (diff)
The file was modified doc/org.eclipse.tracecompass.gdbtrace.doc.user/META-INF/MANIFEST.MF (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.callstack.ui.swtbot.tests/pom.xml (diff)
The file was modified btf/pom.xml (diff)
The file was modified analysis/pom.xml (diff)
The file was modified ctf/org.eclipse.tracecompass.ctf.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.filter.parser/pom.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.tests/META-INF/MANIFEST.MF (diff)
The file was modified doc/org.eclipse.tracecompass.doc.dev/META-INF/MANIFEST.MF (diff)
The file was modified releng/org.eclipse.tracecompass.alltests/META-INF/MANIFEST.MF (diff)
The file was modified releng/org.eclipse.tracecompass.testing/feature.xml (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.lami.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/pom.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified ctf/org.eclipse.tracecompass.ctf.parser/pom.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.cli.core.tests/pom.xml (diff)
The file was modified statesystem/org.eclipse.tracecompass.statesystem.core.tests/pom.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/pom.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.core.tests/pom.xml (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/pom.xml (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.timing.core.tests/pom.xml (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/pom.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified btf/org.eclipse.tracecompass.btf/feature.xml (diff)
The file was modified gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/META-INF/MANIFEST.MF (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/pom.xml (diff)
The file was modified doc/org.eclipse.tracecompass.analysis.callstack.doc.user/META-INF/MANIFEST.MF (diff)
The file was modified doc/org.eclipse.tracecompass.doc.user/META-INF/MANIFEST.MF (diff)
The file was modified lttng/pom.xml (diff)
The file was modified pcap/org.eclipse.tracecompass.tmf.pcap/feature.xml (diff)
The file was modified ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/pom.xml (diff)
The file was modified btf/org.eclipse.tracecompass.btf.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified doc/org.eclipse.tracecompass.doc.user/pom.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.chart.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified rcp/org.eclipse.tracecompass.rcp.branding.feature/feature.xml (diff)
The file was modified rcp/org.eclipse.tracecompass.rcp.branding/META-INF/MANIFEST.MF (diff)
The file was modified gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/pom.xml (diff)
The file was modified releng/org.eclipse.tracecompass.integration.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified releng/org.eclipse.tracecompass.integration.swtbot.tests/pom.xml (diff)
The file was modified common/org.eclipse.tracecompass.common.core.tests/pom.xml (diff)
The file was modified releng/org.eclipse.tracecompass.alltests/pom.xml (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/pom.xml (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.control/feature.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/pom.xml (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/pom.xml (diff)
The file was modified releng/pom.xml (diff)
The file was modified releng/org.eclipse.tracecompass.releng-site/pom.xml (diff)
The file was modified ctf/org.eclipse.tracecompass.ctf.parser.tests/pom.xml (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.control.core.tests/pom.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.remote.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/pom.xml (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.counters.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.common.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/META-INF/MANIFEST.MF (diff)
The file was modified rcp/org.eclipse.tracecompass.rcp.incubator.ui/META-INF/MANIFEST.MF (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/META-INF/MANIFEST.MF (diff)
The file was modified doc/org.eclipse.tracecompass.rcp.doc.user/META-INF/MANIFEST.MF (diff)
The file was modified rcp/org.eclipse.tracecompass.rcp.product/pom.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.remote.core.tests/pom.xml (diff)
The file was modified gdbtrace/org.eclipse.tracecompass.gdbtrace/feature.xml (diff)
The file was modified rcp/org.eclipse.tracecompass.rcp.product/tracing.product (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.counters.core.tests/pom.xml (diff)
The file was modified pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/pom.xml (diff)
The file was modified rcp/org.eclipse.tracecompass.rcp.ui.tests/META-INF/MANIFEST.MF (diff)
The file was modified doc/org.eclipse.tracecompass.examples/META-INF/MANIFEST.MF (diff)
The file was modified rcp/org.eclipse.tracecompass.rcp.ui/META-INF/MANIFEST.MF (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/pom.xml (diff)
The file was modified doc/org.eclipse.tracecompass.gdbtrace.doc.user/pom.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/META-INF/MANIFEST.MF (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/pom.xml (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.graph.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/pom.xml (diff)
The file was modified ctf/org.eclipse.tracecompass.tmf.ctf/feature.xml (diff)
The file was modified doc/org.eclipse.tracecompass.analysis.callstack.doc.user/pom.xml (diff)
The file was modified doc/org.eclipse.tracecompass.rcp.doc.user/pom.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf/feature.xml (diff)
The file was modified ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/pom.xml (diff)
The file was modified pcap/org.eclipse.tracecompass.pcap.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified statesystem/org.eclipse.tracecompass.segmentstore.core.tests/pom.xml (diff)
The file was modified rcp/org.eclipse.tracecompass.rcp/pom.xml (diff)
The file was modified pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/pom.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui/pom.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified common/org.eclipse.tracecompass.common.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/pom.xml (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.timing.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified jsontrace/org.eclipse.tracecompass.jsontrace.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.common.core.tests/pom.xml (diff)
The file was modified doc/org.eclipse.tracecompass.tmf.pcap.doc.user/META-INF/MANIFEST.MF (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/pom.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.cli.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified jsontrace/pom.xml (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/pom.xml (diff)
The file was modified pcap/pom.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/pom.xml (diff)
The file was modified ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified releng/org.eclipse.tracecompass.integration.core.tests/pom.xml (diff)
The file was modified rcp/org.eclipse.tracecompass.rcp.branding/pom.xml (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified common/pom.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/META-INF/MANIFEST.MF (diff)
The file was modified pcap/org.eclipse.tracecompass.pcap.core.tests/pom.xml (diff)
The file was modified rcp/org.eclipse.tracecompass.rcp.product/legacy/tracing.product (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.ust/feature.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.remote/feature.xml (diff)
The file was modified btf/org.eclipse.tracecompass.btf.core.tests/pom.xml (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.lami.core.tests/pom.xml (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/pom.xml (diff)
The file was modified gdbtrace/pom.xml (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.callstack.core.tests/pom.xml (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/pom.xml (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/META-INF/MANIFEST.MF (diff)
The file was modified statesystem/org.eclipse.tracecompass.segmentstore.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified tmf/pom.xml (diff)
The file was modified doc/org.eclipse.tracecompass.doc.dev/pom.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/pom.xml (diff)
The file was modified ctf/org.eclipse.tracecompass.ctf.parser.tests/META-INF/MANIFEST.MF (diff)
The file was modified rcp/org.eclipse.tracecompass.rcp/feature.xml (diff)
The file was modified releng/org.eclipse.tracecompass.target/pom.xml (diff)
The file was modified pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified doc/pom.xml (diff)
The file was modified jsontrace/org.eclipse.tracecompass.jsontrace.core.tests/pom.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/pom.xml (diff)
The file was modified rcp/pom.xml (diff)
The file was modified gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/pom.xml (diff)
The file was modified rcp/org.eclipse.tracecompass.rcp.product/legacy-e4.23-e4.25/tracing.product (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.ui.tests/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/META-INF/MANIFEST.MF (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/pom.xml (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/META-INF/MANIFEST.MF (diff)
The file was modified ctf/org.eclipse.tracecompass.ctf/feature.xml (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.control.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.kernel/feature.xml (diff)
The file was modified statesystem/pom.xml (diff)
The file was modified releng/org.eclipse.tracecompass.integration.core.tests/META-INF/MANIFEST.MF (diff)
The file was modified statesystem/org.eclipse.tracecompass.datastore.core.tests/pom.xml (diff)
The file was modified doc/org.eclipse.tracecompass.tmf.pcap.doc.user/pom.xml (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/META-INF/MANIFEST.MF (diff)