Simon Laws wrote:
On 4/16/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Great, thanks for that.
I found a few more places where the package name didn't match the module
in modules/databinding, which I fixed under revision r529315. There's
more packages like that in tuscany-core-spi, but fixing them will be
more tricky as more modules depend on them.
--
Jean-Sebastien
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]