I am following instructions at http://wiki.eclipse.org/JFace to setup a project for standalone SWT/JFace application development.
Steps 19-23 gives instructions to attach the JFace source code. I cannot find the referenced folder nor the JFace src.zip file anywhere, even though I have loaded Eclipse SDK, RCP SDK and JDT SDK for Eclipse 4.2.
Can anyone please point me to the JFace src.zip source code file?
Update: I found the source code. It's not in a src.zip file, as described in the instructions, but rather in org.eclipse.jface.source_3.8.0.v20120521-2329.jar. Maybe the wiki page should be updated to reflect that.