Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
<tycho.mapP2Dependencies>false</tycho.mapP2Dependencies>
<!-- allows submodules to disable the usage of BREE for their builds -->
<tycho.useJDK>BREE</tycho.useJDK>
<!-- Allows submodules to control how they want to treat jars.extra.classpath-->
<tycho.extraClasspathJars>OPTIONAL</tycho.extraClasspathJars>

<compare-version-with-baselines.skip>true</compare-version-with-baselines.skip>
<version.baseline.check.skip>${compare-version-with-baselines.skip}</version.baseline.check.skip> <!-- Allows projects to overwrite the value set on the CLI to skip the check in any case. -->
Expand Down Expand Up @@ -248,6 +250,7 @@
</environment>
</environments>
<dependency-resolution>
<classpathDependencies>${tycho.extraClasspathJars}</classpathDependencies>
<profileProperties>
<!-- this is to disable some requirements only important for installtime but not for compile time in JDT-->
<org.eclipse.jdt.buildtime>true</org.eclipse.jdt.buildtime>
Expand Down
Loading