On 4/16/07, Jean-Sebastien Delfino <jsdelfino@apache.org> wrote:
>
> [snip]
> Simon Laws wrote:
> >
> >> 3/ package names within the modules don't always match the module name
> >> which makes it trick to find classes sometimes. I don't have loads of
> >> examples here but the problem I have was trying to find
> >> o.a.t.api.SCARuntime
> >> This is in the host-embedded module. Is it practical to suggest that
> >> package names to at least contain the module name?
> >>
>
> Simon, I just fixed this API. The package name is now
> o.a.t.host.embedded, matching the module name.
>
> --
> Jean-Sebastien
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
Great, thanks for that.
|