Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 256459 | Differences between
and this patch

Collapse All | Expand All

(-)build.properties (+1 lines)
Lines 50-52 Link Here
50
root.linux.motif.x86=motif
50
root.linux.motif.x86=motif
51
root.macosx.carbon.ppc=macosx.carbon
51
root.macosx.carbon.ppc=macosx.carbon
52
root.macosx.cocoa.x86=macosx.cocoa
52
root.macosx.cocoa.x86=macosx.cocoa
53
root.macosx.cocoa.x86_64=macosx.cocoa
(-)eclipse/buildConfigs/master-root/customTargets.xml (+4 lines)
Lines 240-245 Link Here
240
		<property name="archiveName" value="launchers-macosx.cocoa.x86.${buildId}.tar.gz" />
240
		<property name="archiveName" value="launchers-macosx.cocoa.x86.${buildId}.tar.gz" />
241
		<antcall target="assemble.equinox" />
241
		<antcall target="assemble.equinox" />
242
	</target>
242
	</target>
243
	<target name="assemble.master-root.equinox-launcher-macosx.cocoa.x86_64">
244
		<property name="archiveName" value="launchers-macosx.cocoa.x86_64.${buildId}.tar.gz" />
245
		<antcall target="assemble.equinox" />
246
	</target>
243
	<target name="assemble">
247
	<target name="assemble">
244
		<property name="archiveFullPath" value="${buildDirectory}/${buildLabel}/${archiveName}" />
248
		<property name="archiveFullPath" value="${buildDirectory}/${buildLabel}/${archiveName}" />
245
		<ant antfile="${assembleScriptName}" />
249
		<ant antfile="${assembleScriptName}" />
(-)build.properties (+5 lines)
Lines 62-67 Link Here
62
root.macosx.cocoa.x86.link=Eclipse.app/Contents/MacOS/eclipse,eclipse
62
root.macosx.cocoa.x86.link=Eclipse.app/Contents/MacOS/eclipse,eclipse
63
root.macosx.cocoa.x86.permissions.755=Eclipse.app/Contents/MacOS/eclipse,Eclipse.app/Contents/MacOS/java_swt
63
root.macosx.cocoa.x86.permissions.755=Eclipse.app/Contents/MacOS/eclipse,Eclipse.app/Contents/MacOS/java_swt
64
64
65
root.macosx.cocoa.x86_64=macosx.cocoa,../../features/org.eclipse.equinox.executable/bin/cocoa/macosx/x86_64
66
root.macosx.cocoa.x86_64.link=Eclipse.app/Contents/MacOS/eclipse,eclipse
67
root.macosx.cocoa.x86_64.permissions.755=Eclipse.app/Contents/MacOS/eclipse,Eclipse.app/Contents/MacOS/java_swt
68
69
65
#expected location of eclipse executable when compiled as part of build
70
#expected location of eclipse executable when compiled as part of build
66
root.linux.gtk.ppc64=../../launchertmp,gtk
71
root.linux.gtk.ppc64=../../launchertmp,gtk
67
root.linux.gtk.ppc64.permissions.755=*.so*
72
root.linux.gtk.ppc64.permissions.755=*.so*
(-)build.properties (+6 lines)
Lines 49-51 Link Here
49
root.macosx.cocoa.x86=../../features/org.eclipse.equinox.executable/bin/cocoa/macosx/x86
49
root.macosx.cocoa.x86=../../features/org.eclipse.equinox.executable/bin/cocoa/macosx/x86
50
root.macosx.cocoa.x86.link=Eclipse.app/Contents/MacOS/eclipse,eclipse
50
root.macosx.cocoa.x86.link=Eclipse.app/Contents/MacOS/eclipse,eclipse
51
root.macosx.cocoa.x86.permissions.755=Eclipse.app/Contents/MacOS/eclipse,Eclipse.app/Contents/MacOS/java_swt
51
root.macosx.cocoa.x86.permissions.755=Eclipse.app/Contents/MacOS/eclipse,Eclipse.app/Contents/MacOS/java_swt
52
53
root.macosx.cocoa.x86_64=../../features/org.eclipse.equinox.executable/bin/cocoa/macosx/x86_64
54
root.macosx.cocoa.x86_64.link=Eclipse.app/Contents/MacOS/eclipse,eclipse
55
root.macosx.cocoa.x86_64.permissions.755=Eclipse.app/Contents/MacOS/eclipse,Eclipse.app/Contents/MacOS/java_swt
56
57

Return to bug 256459