updating language server plugin builds to tycho 3.0.0

This commit is contained in:
Martin Lippert
2023-01-05 14:26:05 +01:00
parent 217befb7a4
commit 24a3efec15
4 changed files with 32 additions and 50 deletions

View File

@@ -1032,7 +1032,7 @@
<arch>aarch64</arch>
</environment>
</environments>
</configuration>
</configuration>
</plugin>
<plugin>

View File

@@ -7,9 +7,9 @@ Bundle-Vendor: VMware, Inc.
Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.8.0",
org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.lsp4e;bundle-version="0.9.0",
org.eclipse.lsp4j.jsonrpc;bundle-version="0.6.0",
org.eclipse.lsp4j;bundle-version="0.6.0",
org.eclipse.lsp4e;bundle-version="0.16.0",
org.eclipse.lsp4j.jsonrpc;bundle-version="0.19.0",
org.eclipse.lsp4j;bundle-version="0.19.0",
org.eclipse.ui.workbench.texteditor,
org.eclipse.jface.text,
com.google.guava,

View File

@@ -87,7 +87,7 @@
<!-- OSX app signing -->
<skip.osx.signing>true</skip.osx.signing>
<tycho-version>2.7.5</tycho-version>
<tycho-version>3.0.1</tycho-version>
<encoding>UTF-8</encoding>
<dist.accessKey>${env.bamboo_tools_s3_accesskey_password}</dist.accessKey>
@@ -282,16 +282,16 @@
<package.qualifierPrefix>e426</package.qualifierPrefix>
</properties>
<repositories>
<!-- <repository>
<repository>
<id>2022-12</id>
<layout>p2</layout>
<url>https://download.eclipse.org/releases/2022-12/</url>
</repository> -->
<repository>
</repository>
<!-- <repository>
<id>2022-12-staging</id>
<layout>p2</layout>
<url>https://download.eclipse.org/staging/2022-12/</url>
</repository>
</repository> -->
<repository>
<id>orbit</id>
<layout>p2</layout>
@@ -368,11 +368,11 @@
<name>Spring Repository</name>
<url>https://repo.spring.io/release/</url>
</pluginRepository>
<pluginRepository>
<!-- <pluginRepository>
<id>spring-maven-plugin-release</id>
<name>Spring Repository</name>
<url>https://repo.spring.io/plugins-release/</url>
</pluginRepository>
</pluginRepository> -->
<pluginRepository>
<id>springsource-maven-release</id>
@@ -380,10 +380,10 @@
<url>https://repository.springsource.com/maven/bundles/release</url>
</pluginRepository>
<pluginRepository>
<!-- <pluginRepository>
<id>sonatype.snapshots</id>
<url>https://repository.sonatype.org/content/repositories/snapshots/</url>
</pluginRepository>
</pluginRepository> -->
</pluginRepositories>
<build>
@@ -397,21 +397,6 @@
<plugins>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<execution>
<id>source-feature</id>
<phase>package</phase>
<goals>
<goal>source-feature</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
@@ -423,6 +408,12 @@
<goal>plugin-source</goal>
</goals>
</execution>
<execution>
<id>feature-source</id>
<goals>
<goal>feature-source</goal>
</goals>
</execution>
</executions>
</plugin>

View File

@@ -45,7 +45,7 @@
</modules>
<properties>
<tycho-version>2.7.5</tycho-version>
<tycho-version>3.0.1</tycho-version>
<!-- Signing -->
<signing.skip>true</signing.skip>
@@ -66,9 +66,9 @@
<repositories>
<!-- composite update site contains http references, using exact https urls instead -->
<repository>
<id>eclipse-2020-09</id>
<id>eclipse-2022-09</id>
<layout>p2</layout>
<url>https://download.eclipse.org/releases/2022-12</url>
<url>https://download.eclipse.org/releases/2022-09</url>
</repository>
<repository>
@@ -83,15 +83,15 @@
<repository>
<id>specific orbit</id>
<layout>p2</layout>
<url>https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository</url>
<url>https://download.eclipse.org/tools/orbit/downloads/drops/R20220830213456/repository</url>
</repository>
<repository>
<!-- <repository>
<id>jboss-apt</id>
<layout>p2</layout>
<!--URL copied from jdt.ls target platform file, needed to satisfy some of its dependencies -->
URL copied from jdt.ls target platform file, needed to satisfy some of its dependencies
<url>https://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.5.0-2018-08-14_20-24-39-H12/</url>
</repository>
</repository> -->
<repository>
<id>p2-thirdparty-bundles</id>
<layout>p2</layout>
@@ -101,21 +101,6 @@
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<execution>
<id>source-feature</id>
<phase>package</phase>
<goals>
<goal>source-feature</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
@@ -127,6 +112,12 @@
<goal>plugin-source</goal>
</goals>
</execution>
<execution>
<id>feature-source</id>
<goals>
<goal>feature-source</goal>
</goals>
</execution>
</executions>
</plugin>