Skip to content

Commit

Permalink
Make use of BREE configurable and fix documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi authored and akurtakov committed Nov 29, 2023
1 parent 7bee7cd commit 4d4db53
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions eclipse-platform-parent/pom.xml
Expand Up @@ -138,6 +138,8 @@
<tycho.addMavenDescriptor>false</tycho.addMavenDescriptor>
<!-- allows submodules to enable the mapping of p2 artifacts to maven artifacts -->
<tycho.mapP2Dependencies>false</tycho.mapP2Dependencies>
<!-- allows submodules to disable the usage of BREE for their builds -->
<tycho.useJDK>BREE</tycho.useJDK>

<compare-version-with-baselines.skip>true</compare-version-with-baselines.skip>
<previous-release.baseline>https://download.eclipse.org/eclipse/updates/4.30-I-builds/I20231123-1700/</previous-release.baseline>
Expand Down Expand Up @@ -854,11 +856,10 @@
<version>${tycho.version}</version>
<configuration>
<!--
this tells Tycho to use JRE libraries that match bundle runtime execution environment
https://wiki.eclipse.org/Tycho/Release_Notes/0.14
TODO provide CBI-specific wiki that explains how to setup BREE libraries and toolchain.xml
this tells Tycho to use JRE libraries that match bundle runtime execution environment see:
https://tycho.eclipseprojects.io/doc/latest/tycho-compiler-plugin/compile-mojo.html#useJDK
-->
<useJDK>BREE</useJDK>
<useJDK>${tycho.useJDK}</useJDK>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 4d4db53

Please sign in to comment.