Skip to content

Commit

Permalink
incubator: Point update site to stable-10.2
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Tasse <[email protected]>
  • Loading branch information
PatrickTasse authored and bhufmann committed Nov 20, 2024
1 parent 0ad161e commit 4c66a50
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4381,7 +4381,7 @@ Alice kills the program, and immediately the server speeds up. She then goes to

= Trace Compass Incubator =

To install features from the Trace Compass incubator, use the following update site URL: https://download.eclipse.org/tracecompass.incubator/master/repository/.
To install features from the Trace Compass incubator, use the following update site URL: https://download.eclipse.org/tracecompass.incubator/stable-10.2/repository/.

If you're using the Trace Compass RCP, there's an easy method to install incubator features. See the [http://archive.eclipse.org/tracecompass/doc/stable/org.eclipse.tracecompass.rcp.doc.user/Trace-Compass-Incubator.html Trace Compass RCP documentation]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Then click '''Finish'''. It will open Eclipse's main installation wizard. Follow

=== From an update site ===

Optionally, one can also install the incubator features using the following update site URL: https://download.eclipse.org/tracecompass.incubator/master/repository/.
Optionally, one can also install the incubator features using the following update site URL: https://download.eclipse.org/tracecompass.incubator/stable-10.2/repository/.

== Update incubator features ==

Expand Down
2 changes: 1 addition & 1 deletion rcp/org.eclipse.tracecompass.rcp.incubator.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
style="push">
<parameter
name="org.eclipse.equinox.p2.ui.discovery.commands.RepositoryParameter"
value="https://download.eclipse.org/tracecompass.incubator/master/repository/">
value="https://download.eclipse.org/tracecompass.incubator/stable-10.2/repository/">
</parameter>
</command>
</menu>
Expand Down
8 changes: 4 additions & 4 deletions tmf/org.eclipse.tracecompass.tmf/p2.inf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
instructions.configure=\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/tracecompass/master/repository);\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/tracecompass/master/repository);\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/tracecompass.incubator/master/repository);\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/tracecompass.incubator/master/repository);\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:http${#58}//download.eclipse.org/tracecompass.incubator/stable-10.2/repository);\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:http${#58}//download.eclipse.org/tracecompass.incubator/stable-10.2/repository);\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//download.eclipse.org/tracecompass/master/repository,type:0,name:Trace Compass,enabled:false); \
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//download.eclipse.org/tracecompass/master/repository,type:1,name:Trace Compass,enabled:false); \
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//download.eclipse.org/tracecompass.incubator/master/repository,type:0,name:Trace Compass Incubator,enabled:false); \
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//download.eclipse.org/tracecompass.incubator/master/repository,type:1,name:Trace Compass Incubator,enabled:false);
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//download.eclipse.org/tracecompass.incubator/stable-10.2/repository,type:0,name:Trace Compass Incubator,enabled:false); \
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//download.eclipse.org/tracecompass.incubator/stable-10.2/repository,type:1,name:Trace Compass Incubator,enabled:false);

0 comments on commit 4c66a50

Please sign in to comment.