Skip to content

Commit

Permalink
[eclipse-cdt#340] Add cdt-lsp latest URL to available software sites
Browse files Browse the repository at this point in the history
  • Loading branch information
ghentschke committed May 31, 2024
1 parent 95b25a9 commit f1a8ca2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion features/org.eclipse.cdt.lsp.feature/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
# ArSysOp - initial API and implementation
###############################################################################
bin.includes = feature.xml,\
feature.properties
feature.properties,\
p2.inf
3 changes: 3 additions & 0 deletions features/org.eclipse.cdt.lsp.feature/p2.inf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
instructions.configure=\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//download.eclipse.org/tools/cdt/releases/cdt-lsp-latest,type:0,name:CDT-LSP,enabled:true); \
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//download.eclipse.org/tools/cdt/releases/cdt-lsp-latest,type:1,name:CDT-LSP,enabled:true);

0 comments on commit f1a8ca2

Please sign in to comment.