Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 119177 Details for
Bug 256459
Start building 64-bit cocoa
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch
256459.txt (text/plain), 3.55 KB, created by
Kim Moir
on 2008-12-01 12:26:18 EST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Kim Moir
Created:
2008-12-01 12:26:18 EST
Size:
3.55 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.sdk >Index: build.properties >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.sdk-feature/features/org.eclipse.sdk/build.properties,v >retrieving revision 1.52 >diff -u -r1.52 build.properties >--- build.properties 9 Sep 2008 14:09:27 -0000 1.52 >+++ build.properties 1 Dec 2008 16:52:35 -0000 >@@ -50,3 +50,4 @@ > root.linux.motif.x86=motif > root.macosx.carbon.ppc=macosx.carbon > root.macosx.cocoa.x86=macosx.cocoa >+root.macosx.cocoa.x86_64=macosx.cocoa >#P org.eclipse.releng.eclipsebuilder >Index: eclipse/buildConfigs/master-root/customTargets.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.releng.eclipsebuilder/eclipse/buildConfigs/master-root/customTargets.xml,v >retrieving revision 1.18 >diff -u -r1.18 customTargets.xml >--- eclipse/buildConfigs/master-root/customTargets.xml 28 Nov 2008 14:35:59 -0000 1.18 >+++ eclipse/buildConfigs/master-root/customTargets.xml 1 Dec 2008 16:52:36 -0000 >@@ -240,6 +240,10 @@ > <property name="archiveName" value="launchers-macosx.cocoa.x86.${buildId}.tar.gz" /> > <antcall target="assemble.equinox" /> > </target> >+ <target name="assemble.master-root.equinox-launcher-macosx.cocoa.x86_64"> >+ <property name="archiveName" value="launchers-macosx.cocoa.x86_64.${buildId}.tar.gz" /> >+ <antcall target="assemble.equinox" /> >+ </target> > <target name="assemble"> > <property name="archiveFullPath" value="${buildDirectory}/${buildLabel}/${archiveName}" /> > <ant antfile="${assembleScriptName}" /> >#P org.eclipse.platform-feature >Index: build.properties >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.platform-feature/build.properties,v >retrieving revision 1.72 >diff -u -r1.72 build.properties >--- build.properties 9 Sep 2008 14:09:28 -0000 1.72 >+++ build.properties 1 Dec 2008 16:52:37 -0000 >@@ -62,6 +62,11 @@ > root.macosx.cocoa.x86.link=Eclipse.app/Contents/MacOS/eclipse,eclipse > root.macosx.cocoa.x86.permissions.755=Eclipse.app/Contents/MacOS/eclipse,Eclipse.app/Contents/MacOS/java_swt > >+root.macosx.cocoa.x86_64=macosx.cocoa,../../features/org.eclipse.equinox.executable/bin/cocoa/macosx/x86_64 >+root.macosx.cocoa.x86_64.link=Eclipse.app/Contents/MacOS/eclipse,eclipse >+root.macosx.cocoa.x86_64.permissions.755=Eclipse.app/Contents/MacOS/eclipse,Eclipse.app/Contents/MacOS/java_swt >+ >+ > #expected location of eclipse executable when compiled as part of build > root.linux.gtk.ppc64=../../launchertmp,gtk > root.linux.gtk.ppc64.permissions.755=*.so* >#P org.eclipse.rcp >Index: build.properties >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.sdk-feature/features/org.eclipse.rcp/build.properties,v >retrieving revision 1.49 >diff -u -r1.49 build.properties >--- build.properties 9 Sep 2008 14:09:29 -0000 1.49 >+++ build.properties 1 Dec 2008 16:52:39 -0000 >@@ -49,3 +49,9 @@ > root.macosx.cocoa.x86=../../features/org.eclipse.equinox.executable/bin/cocoa/macosx/x86 > root.macosx.cocoa.x86.link=Eclipse.app/Contents/MacOS/eclipse,eclipse > root.macosx.cocoa.x86.permissions.755=Eclipse.app/Contents/MacOS/eclipse,Eclipse.app/Contents/MacOS/java_swt >+ >+root.macosx.cocoa.x86_64=../../features/org.eclipse.equinox.executable/bin/cocoa/macosx/x86_64 >+root.macosx.cocoa.x86_64.link=Eclipse.app/Contents/MacOS/eclipse,eclipse >+root.macosx.cocoa.x86_64.permissions.755=Eclipse.app/Contents/MacOS/eclipse,Eclipse.app/Contents/MacOS/java_swt >+ >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 256459
:
118931
|
119059
|
119060
| 119177 |
119214
|
119228
|
119261
|
119494
|
119519
|
119576
|
119665