Tycho 4.0.8 and fix build on e433 for eclipse ls extensions

This commit is contained in:
aboyko
2024-07-04 00:51:04 -04:00
parent b541ba0d2b
commit 7f5b683716
4 changed files with 3 additions and 4 deletions

View File

@@ -78,7 +78,7 @@
<sts4-language-servers-p2-repo>https://cdn.spring.io/spring-tools/${dist.type}/TOOLS/sts4-language-server-integrations/${sts4-language-servers-version}</sts4-language-servers-p2-repo>
<tycho-version>4.0.7</tycho-version>
<tycho-version>4.0.8</tycho-version>
<encoding>UTF-8</encoding>
<misc.p2.repo.version>3.9.4.202211021051</misc.p2.repo.version>

View File

@@ -15,7 +15,6 @@ Require-Bundle: org.eclipse.core.resources,
org.eclipse.wst.sse.core,
org.springsource.ide.eclipse.commons.core,
org.eclipse.ui.workbench.texteditor,
org.json;bundle-version="1.0.0",
org.eclipse.debug.core,
org.eclipse.debug.ui,
org.eclipse.jdt.launching,

View File

@@ -79,7 +79,7 @@
<p2.qualifier>SNAPSHOT</p2.qualifier>
<p2.repository.name>Spring Boot IDE Language Server</p2.repository.name>
<tycho-version>4.0.7</tycho-version>
<tycho-version>4.0.8</tycho-version>
<encoding>UTF-8</encoding>
<dist.bucket>tools-spring-io</dist.bucket>

View File

@@ -46,7 +46,7 @@
</modules>
<properties>
<tycho-version>4.0.7</tycho-version>
<tycho-version>4.0.8</tycho-version>
<!-- Signing -->
<signing.skip>true</signing.skip>