Have we talked about naming conventions
that the STP will use?
The eclipse naming conventions has the
major prefix set to org.eclipse. Typically the subproject
name is used next in the qualified name. This doesn't seem to work
for us since the subproject names are typically not unique enough. For
example the Core subproject is too general to be used (org.eclipse.core
or org.eclipse.cf). So we either change our subproject names to be
more unique or we break away from the typical naming conventions. We
could use org.eclipse.stp.* as the prefix. Then the Core subproject
could be org.eclipse.stp.core or org.eclipse.stp.cf.