My plugin adds a dsl for an RCP application. I also have a DSLD file for the DSL. AFAIU at the moment, I have to tell the user to put the .dsld file into ~/.groovy/greclipse/dsld manually. I would rather like to tell groovy-eclipse that i would like to contribute descriptors from a given bundle in a given subfolder of that bundle to the DSLD Classpath Container, and that these descriptors would then be picked up automatically.
My plugin adds a dsl for an RCP application. I also have a DSLD file for the DSL. AFAIU at the moment, I have to tell the user to put the .dsld file into ~/.groovy/greclipse/dsld manually. I would rather like to tell groovy-eclipse that i would like to contribute descriptors from a given bundle in a given subfolder of that bundle to the DSLD Classpath Container, and that these descriptors would then be picked up automatically.