Skip to content

Commit 71bc4c2

Browse files
authored
[#59] Add org.eclipse.cdt.lsp.repository to produce p2 artifacts (#60)
Added p2 repository manifest Fixes #59
1 parent 257cf9a commit 71bc4c2

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
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>
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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>

0 commit comments

Comments
 (0)