Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[iam-dev] Renaming packages and plug-ins

I'm proposing the following changes on the q4e code contributed to IAM:

1) Rename the packages "org.devzuz.q.maven.*" to "org.eclipse.iam.*"(that is, remove up to the "maven" segment).
This is because what comes after the project name (iam) should be a component (core, ui, dependency, wtp...)

2) With the previous change, update the package dependencies declared by the plug-ins.
Now the codebase should build again

3) Make uniform use of the maven conventions (some projects have source code on src, some on src/main/java)

4) Rename the plug-in "org.eclipse.iam.maven.dependencyviewer" to "org.eclipse.iam.maven.dependency.viewer" (i.e. split that last segment in two)
This is to match the dependency.analisys plug-in. It makes sense to have them sharing the same naming scheme.

5) Related to the previous one, move the org.devzuz.q.maven.dependency.* in the dependency viewer to org.eclipse.iam.dependency.viewer (insert the "viewer" segment that is currently missing).

Sounds ok?

BTW: Does anybody know how to get the commit messages emailed to the list, like we had in google code?

Back to the top