mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
[releng] Lock down versions for dependencies (lsp4e)
LSP4E 0.10.0 has now been released, so we can lock it down Change-Id: I9ff1391cc3cf7863a87aa514c3168eb99f78869d
This commit is contained in:
parent
3dba155971
commit
e690f5aade
2 changed files with 3 additions and 3 deletions
|
@ -212,7 +212,7 @@
|
|||
<repository
|
||||
url="https://download.eclipse.org/tm4e/releases/0.3.3/"/>
|
||||
<repository
|
||||
url="http://download.eclipse.org/lsp4e/snapshots/"/>
|
||||
url="https://download.eclipse.org/lsp4e/releases/0.10.0/"/>
|
||||
</repositoryList>
|
||||
</targlet>
|
||||
</setupTask>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="cdt" sequenceNumber="53">
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="cdt" sequenceNumber="54">
|
||||
<locations>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="com.google.gson" version="0.0.0"/>
|
||||
|
@ -89,7 +89,7 @@
|
|||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.lsp4e" version="0.0.0"/>
|
||||
<repository location="http://download.eclipse.org/lsp4e/snapshots/"/>
|
||||
<repository location="https://download.eclipse.org/lsp4e/releases/0.10.0/"/>
|
||||
</location>
|
||||
</locations>
|
||||
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue