Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,39 @@
</environments>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
<version>${tycho.version}</version>
<executions>
<execution>
<id>plugin-source</id>
<goals>
<goal>plugin-source</goal>
</goals>
</execution>
<execution>
<id>feature-source</id>
<goals>
<goal>feature-source</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<version>${tycho.version}</version>
<executions>
<execution>
<id>attach-p2-metadata</id>
<phase>package</phase>
<goals>
<goal>p2-metadata</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
11 changes: 11 additions & 0 deletions releng/org.eclipse.cdt.lsp.repository/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@
id="org.eclipse.cdt.lsp.feature">
<category name="org.eclipse.cdt.lsp.category" />
</feature>
<category-def
name="org.eclipse.cdt.lsp.category.source"
label="Passage LDC Developer Resources">
<description>
C/C++ Language Server Protocol Support Developer Resources:
</description>
</category-def>
<feature
id="org.eclipse.cdt.lsp.feature.source">
<category name="org.eclipse.cdt.lsp.category.source" />
</feature>
<bundle id="org.yaml.snakeyaml" />
<bundle id="org.yaml.snakeyaml.source" />
</site>