Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho product not including native launchers in 0.11.*

> <location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
>    <unit id="org.eclipse.sdk.ide" version="3.5.2.M20100211-1343"/>
>    <repository location="http://download.eclipse.org/releases/galileo"/>
> </location>
> 
> Can you tell me what the delta pack is or how I can include it?  Is this something that would have been included by Tycho 0.10-0.12 and not by 0.13?

/releases/galileo does include the org.eclipse.equinox.executable feature.  Perhaps it was being pulled in as an optional include from some other feature?

$ p2-list-ius http://download.eclipse.org/releases/galileo | grep org.eclipse.equinox.executable
org.eclipse.equinox.executable.feature.group=3.3.200.R35x_v20090724-7M-FneFF9aMTyz0pw04ONXn
org.eclipse.equinox.executable.feature.group=3.3.201.R35x_v20091211-7M-FngFELSU3Pqlv3JdZn
org.eclipse.equinox.executable.feature.jar=3.3.200.R35x_v20090724-7M-FneFF9aMTyz0pw04ONXn
org.eclipse.equinox.executable.feature.jar=3.3.201.R35x_v20091211-7M-FngFELSU3Pqlv3JdZn
org.eclipse.equinox.executable_root.cocoa.macosx.x86=3.3.200.R35x_v20090724-7M-FneFF9aMTyz0pw04ONXn
org.eclipse.equinox.executable_root.cocoa.macosx.x86=3.3.201.R35x_v20091211-7M-FngFELSU3Pqlv3JdZn
org.eclipse.equinox.executable_root.cocoa.macosx.x86_64=3.3.200.R35x_v20090724-7M-FneFF9aMTyz0pw04ONXn
org.eclipse.equinox.executable_root.cocoa.macosx.x86_64=3.3.201.R35x_v20091211-7M-FngFELSU3Pqlv3JdZn
org.eclipse.equinox.executable_root.gtk.linux.ppc=3.3.200.R35x_v20090724-7M-FneFF9aMTyz0pw04ONXn
org.eclipse.equinox.executable_root.gtk.linux.ppc=3.3.201.R35x_v20091211-7M-FngFELSU3Pqlv3JdZn
org.eclipse.equinox.executable_root.gtk.linux.x86=3.3.200.R35x_v20090724-7M-FneFF9aMTyz0pw04ONXn
org.eclipse.equinox.executable_root.gtk.linux.x86=3.3.201.R35x_v20091211-7M-FngFELSU3Pqlv3JdZn
org.eclipse.equinox.executable_root.gtk.linux.x86_64=3.3.200.R35x_v20090724-7M-FneFF9aMTyz0pw04ONXn
org.eclipse.equinox.executable_root.gtk.linux.x86_64=3.3.201.R35x_v20091211-7M-FngFELSU3Pqlv3JdZn
org.eclipse.equinox.executable_root.win32.win32.x86=3.3.200.R35x_v20090724-7M-FneFF9aMTyz0pw04ONXn
org.eclipse.equinox.executable_root.win32.win32.x86=3.3.201.R35x_v20091211-7M-FngFELSU3Pqlv3JdZn
org.eclipse.equinox.executable_root.win32.win32.x86_64=3.3.200.R35x_v20090724-7M-FneFF9aMTyz0pw04ONXn
org.eclipse.equinox.executable_root.win32.win32.x86_64=3.3.201.R35x_v20091211-7M-FngFELSU3Pqlv3JdZn

(p2-list-ius is a script available from http://github.com/briandealwis/p2-scripts)

Back to the top