File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
releng/org.eclipse.cdt.lsp.repository Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 9494 <modules >
9595 <module >bundles</module >
9696 <module >features</module >
97+ <module >releng/org.eclipse.cdt.lsp.repository</module >
9798 <module >releng/org.eclipse.cdt.lsp.target</module >
9899 </modules >
99100</project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!--
3+ Copyright (c) 2023 ArSysOp
4+ This program and the accompanying materials are made available under the
5+ terms of the Eclipse Public License 2.0 which is available at
6+ https://www.eclipse.org/legal/epl-2.0/.
7+
8+ SPDX-License-Identifier: EPL-2.0
9+
10+ Contributors:
11+ ArSysOp - initial API and implementation
12+ -->
13+ <site >
14+ <category-def
15+ name=" org.eclipse.cdt.lsp.category"
16+ label=" CDT LSP" >
17+ <description >
18+ C/C++ Language Server Protocol Support
19+ </description >
20+ </category-def >
21+ <feature
22+ id=" org.eclipse.cdt.lsp.feature" >
23+ <category name =" org.eclipse.cdt.lsp.category" />
24+ </feature >
25+ <bundle id =" org.yaml.snakeyaml" />
26+ <bundle id =" org.yaml.snakeyaml.source" />
27+ </site >
You can’t perform that action at this time.
0 commit comments