mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[479367] Added formatting2 to the list of exported packages
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
324180d6c8
commit
b87464bad0
1 changed files with 3 additions and 1 deletions
|
@ -62,7 +62,9 @@ import org.eclipse.xtext.util.internal.Log
|
|||
.addTypeToType('org.eclipse.xtext.ui.editor.formatting.IContentFormatterFactory'.typeRef,
|
||||
'org.eclipse.xtext.ui.editor.formatting2.ContentFormatterFactory'.typeRef)
|
||||
.contributeTo(language.eclipsePluginGenModule)
|
||||
|
||||
if (projectConfig.runtime.manifest !== null) {
|
||||
projectConfig.runtime.manifest.exportedPackages += grammar.runtimeBasePackage + '.formatting2'
|
||||
}
|
||||
doGenerateStubFile()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue