Skip to content

Commit

Permalink
o.e.jdt.ls.repository should publish all dependencies.
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Grunberg <[email protected]>
  • Loading branch information
rgrunber committed Oct 17, 2024
1 parent 32775a5 commit 870c805
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
10 changes: 8 additions & 2 deletions org.eclipse.jdt.ls.repository/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@
<category name="jdt.ls" />
</bundle>
<bundle id="org.eclipse.jdt.ls.tests" version="0.0.0">
<category name="jdt.ls.sdk" />
<category name="jdt.ls.sdk" />
</bundle>
<bundle id="org.eclipse.jdt.ls.logback.appender" version="0.0.0">
<category name="jdt.ls" />
</bundle>
<bundle id="org.eclipse.jdt.ls.core.source" version="0.0.0">
<category name="jdt.ls.sdk" />
</bundle>
<bundle id="org.eclipse.jdt.ls.tests.source" version="0.0.0">
<category name="jdt.ls.sdk" />
</bundle>
<bundle id="org.eclipse.jdt.ls.logback.appender.source" version="0.0.0">
<category name="jdt.ls.sdk" />
</bundle>
<category-def name="jdt.ls" label="JDT Language Server"/>
<category-def name="jdt.ls.sdk" label="JDT Language Server (Developer Resources)"/>
</site>
</site>
15 changes: 15 additions & 0 deletions org.eclipse.jdt.ls.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,19 @@
<artifactId>org.eclipse.jdt.ls.repository</artifactId>
<packaging>eclipse-repository</packaging>
<name>${base.name} :: P2 Update site</name>

<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-repository-plugin</artifactId>
<configuration>
<skipArchive>true</skipArchive>
<includeAllDependencies>true</includeAllDependencies>
<includeAllSources>true</includeAllSources>
</configuration>
</plugin>
</plugins>
</build>

</project>

0 comments on commit 870c805

Please sign in to comment.