Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Piskarev2022-09-09 17:26:06 +0000
committerVladimir Piskarev2022-09-09 17:27:08 +0000
commit78f7a96729212d9aeaebb0ebd7232ae5eda8a607 (patch)
treea111b38bff6faa1e2787ecbac205082f74882a4e
parent78e101c8c1c78c66108b2fd1e43619af69dafd82 (diff)
downloadorg.eclipse.handly-78f7a96729212d9aeaebb0ebd7232ae5eda8a607.tar.gz
org.eclipse.handly-78f7a96729212d9aeaebb0ebd7232ae5eda8a607.tar.xz
org.eclipse.handly-78f7a96729212d9aeaebb0ebd7232ae5eda8a607.zip
[releng] Use includeMode="planner" in latest.target (amended)R-1.7
Include mode must be the same for all locations. Otherwise, tycho fails.
-rw-r--r--targets/latest/latest.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/latest/latest.target b/targets/latest/latest.target
index 7d727a98..3a2d73da 100644
--- a/targets/latest/latest.target
+++ b/targets/latest/latest.target
@@ -14,7 +14,7 @@
<?pde version="3.8"?>
<target name="Latest Platform">
<locations>
-<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
+<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210"/>
</location>

Back to the top