Skip to content

Commit

Permalink
[releng] lock down LSP4E dependency p2
Browse files Browse the repository at this point in the history
Change-Id: I583552ff62a2ddd01de3cd8586929d2c5e75ce30
  • Loading branch information
jonahgraham committed Dec 9, 2019
1 parent beed046 commit c4a4fbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion releng/CDT.setup
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<repository
url="https://download.eclipse.org/tm4e/releases/0.3.4/"/>
<repository
url="http://download.eclipse.org/lsp4e/snapshots/"/>
url="https://download.eclipse.org/lsp4e/releases/0.13.0/"/>
</repositoryList>
</targlet>
</setupTask>
Expand Down
4 changes: 2 additions & 2 deletions releng/org.eclipse.cdt.target/cdt.target
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="cdt" sequenceNumber="66">
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="cdt" sequenceNumber="67">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="com.google.gson" version="0.0.0"/>
Expand Down Expand Up @@ -92,7 +92,7 @@
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.lsp4e" version="0.0.0"/>
<unit id="org.eclipse.lsp4e.debug" version="0.0.0"/>
<repository location="http://download.eclipse.org/lsp4e/snapshots/"/>
<repository location="https://download.eclipse.org/lsp4e/releases/0.13.0/"/>
</location>
</locations>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
Expand Down

0 comments on commit c4a4fbe

Please sign in to comment.