mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 02:35:37 +02:00

Part 11: Move cquery code to org.eclipse.cdt.lsp.cquery bundle. Change-Id: I079f08c1aa1c177abdc291402931f7547ab325bf Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
7 lines
No EOL
384 B
XML
7 lines
No EOL
384 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.cdt.lsp.internal.cquery.ui.CqueryProtocolExtension">
|
|
<service>
|
|
<provide interface="org.eclipse.cdt.lsp.LanguageProtocolExtension"/>
|
|
</service>
|
|
<implementation class="org.eclipse.cdt.lsp.internal.cquery.ui.CqueryProtocolExtension"/>
|
|
</scr:component> |