Skip to content

Commit

Permalink
Added new bundle to P2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
spoenemann committed Jun 11, 2019
1 parent 6e209b8 commit cea3b34
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions releng/p2/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,11 @@
<feature id="org.eclipse.lsp4j.sdk" version="0.8.0.qualifier">
<category name="lsp4j"/>
</feature>
<bundle id="org.eclipse.lsp4j.websocket" version="0.8.0.qualifier">
<category name="lsp4j"/>
</bundle>
<bundle id="org.eclipse.lsp4j.websocket.source" version="0.8.0.qualifier">
<category name="lsp4j"/>
</bundle>
<category-def name="lsp4j" label="Lsp4j"/>
</site>
11 changes: 11 additions & 0 deletions releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,17 @@
<version>0.8.0-SNAPSHOT</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.websocket</artifactId>
<version>0.8.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.lsp4j</groupId>
<artifactId>org.eclipse.lsp4j.websocket</artifactId>
<version>0.8.0-SNAPSHOT</version>
<classifier>sources</classifier>
</dependency>
</dependencies>

<modules>
Expand Down

0 comments on commit cea3b34

Please sign in to comment.