Naming Conventions
The Eclipse Platform consists of a collection of Java packages. The package namespace
is managed in conformance with Sun's package naming guidelines; subpackages should
not be created without prior approval from the owner of the package subtree. The
packages for the open-source Eclipse project are all subpackages org.eclipse.
The first package name segment after org.eclipse is generally the subproject name,
followed by the component name.