make a module's xml layer visible to other modules
问题 In Netbeans Platform I'm having one module watch the xml filesystem and respond when it's changed by other modules. I've created a layer.xml in another module. The changes show up in the IDE when in the watching module I click on XML layer node and open up . However during runtime when the watching module is looking at the xml filesystem the changes from the other module aren't there. The other module can see its own changes during runtime. Is there a setting somewhere for a module that lets