I can't get Eclipse to display my custom process definition in the palette, even after restarting Eclipse. I followed the documentation instructions as follows: I created a META-INF directory, put a work definitions file in there and added a drools.rulebase.conf file that points to the work definitions. I also added an icons directory in the resources dir and made sure my process def used one of those icons. The classpath already points to the directory containing the META-INF directory.
Yet the designer doesn't show anything new. The documentation makes it seem like the designer will automatically find this new def and display it. How do I nudge it along?