Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Relationship between code and architecture

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 <simone.internet@xxxxxxxxx>
Sent by: platform-dev-bounces@xxxxxxxxxxx

08/15/2012 03:35 PM

Please respond to
"Eclipse platform general developers list."        <platform-dev@xxxxxxxxxxx>

To
platform-dev@xxxxxxxxxxx, platform-dev-request@xxxxxxxxxxx
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
platform-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-dev


Back to the top