Closed petarov closed 6 years ago
The extension point generation is part of the built-in auto-detection of "View" classes that conform to the following specification.
'*/View.groovy', '*/_View.java', '_/View.groovy', '/View.java'
See also here: https://github.com/akhikhl/wuff/wiki/plugin.xml-for-eclipse-bundle
Hi,
I've got a weird behavior that I think comes down to this line in EclipseBundlePluginXmlBuilder. I have a java class named
ViewLogin
that has a completely different purpose than being an Eclipse extension point, however, after building my project I get the following in the plugin.xml file:I will patch it in my own fork, but I was wondering what is the idea behind this extension point generation? Could it be removed in the future?