Skip to content

Commit

Permalink
Update TC links from git.eclipse.org to GitHub equivalent locations
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
  • Loading branch information
bhufmann committed Feb 9, 2024
1 parent c080bd2 commit 9793613
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TraceCompass.setup
Expand Up @@ -44,7 +44,7 @@
<setupTask
xsi:type="setup:EclipseIniTask"
option="-Doomph.redirection.tracecompass="
value="https://git.eclipse.org/c/tracecompass/org.eclipse.tracecompass.git/plain/TraceCompass.setup->${git.clone.tracecompass.location|uri}/TraceCompass.setup"
value="https://raw.githubusercontent.com/eclipse-tracecompass/org.eclipse.tracecompass/master/TraceCompass.setup->${git.clone.tracecompass.location|uri}/TraceCompass.setup"
vm="true"/>
<setupTask
xsi:type="setup:ResourceCreationTask"
Expand Down
Expand Up @@ -4782,7 +4782,7 @@ Data providers are queried with a filter object, which usually contains a time r
* RUNNING if the response was returned before the underlying analysis was completed, and querying the provider again with the same parameters can return a different model.
* COMPLETED if the underlying analysis is finished and we do not expect a different response for the query parameters.
''Note that a complete example of analysis, data provider and views can be found in the [https://git.eclipse.org/c/tracecompass/org.eclipse.tracecompass.git/tree/doc/org.eclipse.tracecompass.examples org.eclipse.tracecompass.examples plugin sources].''
''Note that a complete example of analysis, data provider and views can be found in the [https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/blob/master/doc/org.eclipse.tracecompass.examples org.eclipse.tracecompass.examples plugin sources].''
== Data provider types ==
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -55,7 +55,7 @@
<tycho-version>4.0.3</tycho-version>
<tycho-extras-version>4.0.3</tycho-extras-version>
<tycho-use-project-settings>true</tycho-use-project-settings>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass.git</tycho.scmUrl>
<tycho.scmUrl>scm:git:https://github.com/eclipse-tracecompass/org.eclipse.tracecompass</tycho.scmUrl>
<cbi-plugins.version>1.4.2</cbi-plugins.version>
<target-platform>tracecompass-e4.30</target-platform>
<help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.20</help-docs-eclipserun-repo>
Expand Down

0 comments on commit 9793613

Please sign in to comment.