Community
Participate
Working Groups
Build Identifier: 20100218-1602 The eclipse.app package is surrounded by all the eclipse components, eclipse.app is a directory that can contain all these components and it will be packaged like a proper osx app. This is quite easy to do: 1. Unpack the archive 2. Move everything except Eclipse.app into Eclipse.app/Contents/Resources 3. Edit Eclipse.app/Contents/MacOS/eclipse.ini 4. Modify any paths to reference the new location inside Eclipse.app eg:../Resources/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar ../Resources/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.0.1.R35x_v20090707 Reproducible: Always Steps to Reproduce: None, OSX eclipse is just packaged wrong.
Could be a PDE/Build thing. Releng, please advise.
+1 Delivering an app file that is supposed to be dropped to the Applications folder would feel a lot more like a real OS X app. Being able to build such an .app using the PDE Build/Director tooling would also help RCP developers who are targeting OS X. Here it would especially help that internal folders are hidden from regular users behind the package.
This turns out to be more than a packaging problem. Moving it may work in the simple case, but there is code in the framework that assumes the exe is in a particular location. Also, p2 would need to be changed. This sounds like a dup of bug 57349. *** This bug has been marked as a duplicate of bug 57349 ***