Re: Java module separations

Vitezslav Stejskal <[email protected]> Tue, 13 May 2003 10:06:10 +0200
Newsgroups gmane.comp.java.netbeans.modules.projects.devel
Message-ID <[email protected]>

Tomas Zezula wrote:

>
> This will add the o.n.m.mymodule.ui.looks.MyLook into ClassElement's 
> composite look.
> The base looks will be in the java.jar (the core module), but the API 
> is fully declarative,
> so you don't need to define a dependency on this module.

This is not correct, even if you use only the declarative API (exposed 
by module's XML layer or projects nature) you _must_ declare dependency 
on the module which exposes that API.

-vita