Skip to content

Commit

Permalink
Merge pull request #169 from mezarin/fixJDTLSTargetLocation
Browse files Browse the repository at this point in the history
Update JDT LS dependency target location
  • Loading branch information
scottkurz authored Sep 20, 2022
2 parents 15670cf + 65a8b6c commit 6cf4ba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion releng/io.openliberty.tools.update/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<category name="io.openliberty.tools.eclipse"/>
</feature>
<category-def name="io.openliberty.tools.eclipse" label="Liberty Tools"/>
<repository-reference location="https://download.eclipse.org/jdtls/snapshots/repository/1.5.0.202109201721/" enabled="true" />
<repository-reference location="https://download.eclipse.org/jdtls/milestones/1.5.0/repository" enabled="true" />
<repository-reference location="https://download.eclipse.org/lsp4mp/releases/0.4.0/repository" enabled="true" />
<repository-reference location="https://download.eclipse.org/webtools/repository/latest" enabled="true" />
</site>
2 changes: 1 addition & 1 deletion releng/target-platform/target-platform.target
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<unit id="org.eclipse.lsp4mp.jdt.core" version="0.4.0.20220324-1655"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/jdtls/snapshots/repository/1.5.0.202110191539/"/>
<repository location="https://download.eclipse.org/jdtls/milestones/1.5.0/repository/"/>
<unit id="org.eclipse.jdt.ls.core" version="1.5.0.202110191539"/>
</location>
</locations>
Expand Down

0 comments on commit 6cf4ba2

Please sign in to comment.