This page gives a list of package prefixes corresponding to each component:
http://help.eclipse.org/juno/topic/org.eclipse.platform.doc.isv/reference/misc/naming.html There is also a mapping of plugins to packages here: http://help.eclipse.org/juno/topic/org.eclipse.platform.doc.isv/reference/misc/overview-platform.html What is missing here is the distinction between RCP and Platform. RCP is a subset of the full Eclipse Platform. Essentially Eclipse Platform = RCP + a bunch of other plugins. You can get that list of "other" plugins by looking at this platform feature list: http://git.eclipse.org/c/platform/eclipse.platform.releng.git/tree/features/org.eclipse.platform-feature/feature.xml That should give you enough info to correlate architectural areas to plugins and packages. Hope that helps, John Simone Amorim <[email protected]> Sent by: [email protected] 08/15/2012 03:35 PM Please respond to "Eclipse platform general developers list." <[email protected]> To [email protected], [email protected] cc Subject [platform-dev] Relationship between code and architecture Hello Could someone show me how I can uncover which packages the eclipse code belong to which parts of Eclipse? For example, I need to know which packages belong to the Eclipse platform, Are they all packages that start with the name org.eclipse.platform? I need to know exactly what the codes of the following parts: 1.1 Eclipse Rich Client Platform (RCP): 1.2 Workspaces 1.3 - SWT 1.4 - JFace 2 - Eclipse PDE 3 - Eclipse JDT I searched in the eclipse documentation, but I did not find any information relating to the code with architecture. best regards, Simone_______________________________________________ platform-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/platform-dev
_______________________________________________ platform-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/platform-dev
