[481047] generate proper marker type ids

This commit is contained in:
Sven Efftinge 2015-11-11 11:07:18 +01:00
parent b9665965d1
commit f26de8d6b7

View file

@ -153,7 +153,7 @@ class QuickfixProviderFragment2 extends AbstractInheritingFragment {
}
protected def addRegistrationToPluginXml() {
val markerTypePrefix = grammar.eclipsePluginBasePackage + "." + grammar.simpleName.toLowerCase
val markerTypePrefix = projectConfig.eclipsePlugin.name + "." + grammar.simpleName.toLowerCase
val executableExtensionFactory = grammar.eclipsePluginExecutableExtensionFactory
projectConfig.eclipsePlugin.pluginXml.entries += '''