Skip to content

Commit f9e0d75

Browse files
committed
releng: Add Trace Compass 11.1.0 baseline
Signed-off-by: Patrick Tasse <[email protected]>
1 parent f583079 commit f9e0d75

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

releng/org.eclipse.tracecompass.target/baseline/tracecompass-baseline-11.0.0.target renamed to releng/org.eclipse.tracecompass.target/baseline/tracecompass-baseline-11.1.0.target

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<?pde version="3.8"?><target name="tracecompass-baseline-11.0.0" sequenceNumber="1">
2+
<?pde version="3.8"?><target name="tracecompass-baseline-11.1.0" sequenceNumber="1">
33
<locations>
44
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
55
<unit id="org.eclipse.tracecompass.analysis.counters.core" version="0.0.0"/>
@@ -46,11 +46,11 @@
4646
<unit id="org.eclipse.tracecompass.tmf.remote.core" version="0.0.0"/>
4747
<unit id="org.eclipse.tracecompass.tmf.remote.ui" version="0.0.0"/>
4848
<unit id="org.eclipse.tracecompass.tmf.ui" version="0.0.0"/>
49-
<repository location="http://download.eclipse.org/tracecompass/releases/11.0.0/repository/"/>
49+
<repository location="http://download.eclipse.org/tracecompass/releases/11.1.0/repository/"/>
5050
</location>
5151
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
5252
<unit id="org.eclipse.core.runtime" version="0.0.0"/>
53-
<repository location="http://download.eclipse.org/releases/2025-06"/>
53+
<repository location="http://download.eclipse.org/releases/2025-09"/>
5454
</location>
5555
</locations>
5656
</target>

tmf/org.eclipse.tracecompass.tmf.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %Bundle-Name
44
Bundle-Vendor: %Bundle-Vendor
5-
Bundle-Version: 10.1.0.qualifier
5+
Bundle-Version: 10.2.0.qualifier
66
Bundle-Localization: plugin
77
Bundle-SymbolicName: org.eclipse.tracecompass.tmf.core;singleton:=true
88
Bundle-Activator: org.eclipse.tracecompass.internal.tmf.core.Activator

tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/analysis/IAnalysisModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ default void fail(@NonNull Throwable cause) {
290290
* Gets the error cause in case of failure
291291
*
292292
* @return the error cause
293-
* @since 10.1
293+
* @since 10.2
294294
*/
295295
default @Nullable Throwable getFailureCause() {
296296
return null;

tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/exceptions/TmfAnalysisException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public TmfAnalysisException(Throwable cause) {
6161
*
6262
* @param cause
6363
* The cause
64-
* @since 10.1
64+
* @since 10.2
6565
*/
6666
public TmfAnalysisException(String message, Throwable cause) {
6767
super(message, cause);

tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/model/CommonStatusMessage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public final class CommonStatusMessage {
5858
* A possible detailed message for a
5959
* {@link org.eclipse.tracecompass.tmf.core.response.ITmfResponse.Status#FAILED}
6060
* status with error cause for failed analysis execution
61-
* @since 10.1
61+
* @since 10.2
6262
*/
6363
public static final String ANALYSIS_EXECUTION_FAILED = Objects.requireNonNull(Messages.CommonStatusMessage_AnalysisExecutionFailed);
6464

tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/model/ITableColumnDescriptor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public interface ITableColumnDescriptor {
2626
* is returned.
2727
*
2828
* @return the id of the column, or -1 if unused
29-
* @since 10.1
29+
* @since 10.2
3030
*/
3131
default long getId() {
3232
return -1L;
@@ -60,7 +60,7 @@ default DataType getDataType() {
6060
* Returns {@code true} if the column should be hidden by default
6161
*
6262
* @return {@code true} if the column should be hidden by default
63-
* @since 10.1
63+
* @since 10.2
6464
*/
6565
default boolean isHiddenByDefault() {
6666
return false;

tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/model/Messages.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class Messages extends NLS {
4545

4646
/**
4747
* Detailed message for failed status cause by an analysis initialization failure
48-
* @since 10.1
48+
* @since 10.2
4949
*/
5050
public static @Nullable String CommonStatusMessage_AnalysisExecutionFailed;
5151

0 commit comments

Comments
 (0)