-
This is probably more related to PDE than Tycho, but since I'm going to use a Let's say I have this <target name="target-platform-remote">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/eclipse/updates/4.23/"/>
...
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://archive.eclipse.org/birt/update-site/4.9.0/"/>
...
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://public.dhe.ibm.com/ibmdl/export/pub/software/htp/zos/tools/aqua3.3/"/>
...
</location>
</locations>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86_64</arch>
<nl>en_US</nl>
</environment>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
</target> If an artifact that satisfies a |
Beta Was this translation helpful? Give feedback.
Answered by
laeubi
Feb 8, 2023
Replies: 1 comment 4 replies
-
Order does not matter. Targetfile is just a collection of IUs. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
lppedd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Order does not matter. Targetfile is just a collection of IUs.