mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-02 06:35:28 +02:00
[releng] Update deps to stable repos
Only LSP4E does not have a stable repo yet. Also synchronize cdt.setup as it had become slightly out of date. Change-Id: Id731bc5eb1eecc3305f096326360a83c7564d11c
This commit is contained in:
parent
45585fcbbf
commit
beed04678f
4 changed files with 11 additions and 10 deletions
|
@ -7,6 +7,6 @@
|
|||
"license": "EPL-2.0",
|
||||
"scripts": {},
|
||||
"dependencies": {
|
||||
"cdt-gdb-adapter": "https://ci.eclipse.org/cdt/view/all/job/cdt-gdb-adapter-master/lastSuccessfulBuild/artifact/cdt-gdb-adapter-v0.0.14-next.tgz"
|
||||
"cdt-gdb-adapter": "0.0.14"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,9 +2,10 @@
|
|||
# yarn lockfile v1
|
||||
|
||||
|
||||
"cdt-gdb-adapter@https://ci.eclipse.org/cdt/view/all/job/cdt-gdb-adapter-master/lastSuccessfulBuild/artifact/cdt-gdb-adapter-v0.0.14-next.tgz":
|
||||
version "0.0.14-next"
|
||||
resolved "https://ci.eclipse.org/cdt/view/all/job/cdt-gdb-adapter-master/lastSuccessfulBuild/artifact/cdt-gdb-adapter-v0.0.14-next.tgz#cb5a6d8509173510c311b96e2e57791ff3a20a31"
|
||||
cdt-gdb-adapter@0.0.14:
|
||||
version "0.0.14"
|
||||
resolved "https://registry.yarnpkg.com/cdt-gdb-adapter/-/cdt-gdb-adapter-0.0.14.tgz#0b4cc8650699572003e52a9f8265e9c65055339c"
|
||||
integrity sha512-SDRVECyEkgePj0AJNVp8HUOw/ObXSlakQNxMasC1wlCn6eE8HcLAdYqdIgwRtnkp2Ct96/U5mXHFHWQDan6ckw==
|
||||
dependencies:
|
||||
node-addon-api "^1.6.2"
|
||||
vscode-debugadapter "^1.37.1"
|
||||
|
|
|
@ -202,9 +202,9 @@
|
|||
<repository
|
||||
url="https://download.eclipse.org/eclipse/updates/4.13/R-4.13-201909161045/"/>
|
||||
<repository
|
||||
url="https://download.eclipse.org/tools/cdt/launchbar/2.4/launchbar-2.4.0-simrel-2019-09-m1/"/>
|
||||
url="https://download.eclipse.org/tools/cdt/launchbar/2.4/launchbar-2.4.1-simrel-2019-12-m3/"/>
|
||||
<repository
|
||||
url="http://download.eclipse.org/linuxtools/updates-docker-nightly-4.4/"/>
|
||||
url="http://download.eclipse.org/linuxtools/updates-docker-nightly-4.5/"/>
|
||||
<repository
|
||||
url="https://download.eclipse.org/webtools/downloads/drops/R3.15.0/R-3.15.0-20190830034720/repository/"/>
|
||||
<repository
|
||||
|
@ -212,11 +212,11 @@
|
|||
<repository
|
||||
url="http://download.eclipse.org/tm/terminal/updates/4.4milestones/"/>
|
||||
<repository
|
||||
url="http://download.eclipse.org/tools/cdt/tools.templates/1.1/tools.template-1.1.1-simrel-2018-12a/"/>
|
||||
url="https://download.eclipse.org/tools/cdt/tools.templates/1.1/tools.templates-1.1.2-simrel-2019-12-m3/"/>
|
||||
<repository
|
||||
url="https://download.eclipse.org/tm4e/releases/0.3.4/"/>
|
||||
<repository
|
||||
url="https://download.eclipse.org/lsp4e/releases/0.11.0/"/>
|
||||
url="http://download.eclipse.org/lsp4e/snapshots/"/>
|
||||
</repositoryList>
|
||||
</targlet>
|
||||
</setupTask>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="cdt" sequenceNumber="64">
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="cdt" sequenceNumber="66">
|
||||
<locations>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="com.google.gson" version="0.0.0"/>
|
||||
|
@ -62,7 +62,7 @@
|
|||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.linuxtools.docker.feature.feature.group" version="0.0.0"/>
|
||||
<repository location="http://download.eclipse.org/linuxtools/updates-docker-nightly/"/>
|
||||
<repository location="http://download.eclipse.org/linuxtools/updates-docker-nightly-4.5/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.wst.xml_ui.feature.feature.group" version="0.0.0"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue