Re: Incompatible change in the Java Module

Svata Dedic <[email protected]> Fri, 22 Aug 2003 16:22:33 +0200
Newsgroups gmane.comp.java.netbeans.modules.projects.devel
Message-ID <[email protected]>
Tomas Zezula napsal(a):
> Hi all,
> 
> If your module adds looks into the srcmodel composite looks you have to
> move them into the folder Looks/Composites/org-openide-src/ on the
> layer.
It seems then that all looks that make sense only when a project context 
is present have to check for getLookup().lookup(ProjectMember.class) != 
null in each their operation, correct ?

-Svata