Skip to content

Commit

Permalink
releng: Enable automatic update in the RCP for 10.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
  • Loading branch information
PatrickTasse committed Nov 19, 2024
1 parent d8fc874 commit 0ad161e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
org.eclipse.e4.ui.css.swt.theme/themeid=org.eclipse.e4.ui.css.theme.e4_default
org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true
org.eclipse.ui/defaultPerspectiveId=org.eclipse.linuxtools.lttng2.kernel.ui.perspective
org.eclipse.help/HELP_DATA=help_data.xml
org.eclipse.help/HELP_DATA=help_data.xml
# check for updates every time Trace Compass starts. This should only be done in stable releases.
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=499247
org.eclipse.equinox.p2.ui.sdk.scheduler/enabled=true
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
</configurations>

<repositories>
<repository location="https://download.eclipse.org/tracecompass/master/rcp-repository" enabled="true" />
<repository location="https://download.eclipse.org/tracecompass/stable/rcp-repository" enabled="true" />
</repositories>

<preferencesInfo>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
</configurations>

<repositories>
<repository location="https://download.eclipse.org/tracecompass/master/rcp-repository" enabled="true" />
<repository location="https://download.eclipse.org/tracecompass/stable/rcp-repository" enabled="true" />
</repositories>

<preferencesInfo>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
</configurations>

<repositories>
<repository location="https://download.eclipse.org/tracecompass/master/rcp-repository" enabled="true" />
<repository location="https://download.eclipse.org/tracecompass/stable/rcp-repository" enabled="true" />
</repositories>

<preferencesInfo>
Expand Down
2 changes: 1 addition & 1 deletion rcp/org.eclipse.tracecompass.rcp.product/tracing.product
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
</configurations>

<repositories>
<repository location="https://download.eclipse.org/tracecompass/master/rcp-repository" enabled="true" />
<repository location="https://download.eclipse.org/tracecompass/stable/rcp-repository" enabled="true" />
</repositories>

<preferencesInfo>
Expand Down

0 comments on commit 0ad161e

Please sign in to comment.