Skip to content

Commit

Permalink
Change root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
guw committed Nov 7, 2024
1 parent 7115ec2 commit 2458449
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 12 additions & 1 deletion releng/mavenparent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@
</environment>
</environments>
<targetDefinitionIncludeSource>honor</targetDefinitionIncludeSource>
<executionEnvironment>org.eclipse.justj.openjdk.hotspot.jre.full.stripped-21</executionEnvironment>
<executionEnvironment>
org.eclipse.justj.openjdk.hotspot.jre.full.stripped-21</executionEnvironment>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -355,6 +356,16 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
<products>
<product>
<!-- adjust configuration of products (https://github.com/eclipse-tycho/tycho/issues/913#issuecomment-1122529505) -->
<id>scip-bazel-language-server.product</id>
<archiveFileName>scip-bazel-ls</archiveFileName>
<rootFolder>scip-bazel-ls</rootFolder>
</product>
</products>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
Expand Down
2 changes: 2 additions & 0 deletions releng/products/scip-bazel-language-server.product
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
</configIni>

<launcherArgs>
<programArgs>-nosplash
</programArgs>
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
</vmArgsMac>
</launcherArgs>
Expand Down

0 comments on commit 2458449

Please sign in to comment.