mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-05 21:17:52 +00:00
feat: enable DITAA in LGPL version
https://github.com/plantuml/plantuml/issues/1514
This commit is contained in:
parent
33f0d5b204
commit
ee3eef8652
@ -218,10 +218,12 @@ public class PSystemBuilder {
|
||||
// ::done
|
||||
|
||||
// ::comment when __CORE__ or __MIT__ or __EPL__ or __BSD__ or __ASL__ or __LGPL__
|
||||
factories.add(new PSystemDitaaFactory());
|
||||
factories.add(new PSystemJcckitFactory());
|
||||
factories.add(new PSystemSudokuFactory());
|
||||
// ::done
|
||||
// ::comment when __CORE__ or __MIT__ or __EPL__ or __BSD__ or __ASL__
|
||||
factories.add(new PSystemDitaaFactory());
|
||||
// ::done
|
||||
|
||||
// ::comment when __CORE__
|
||||
factories.add(new PSystemDefinitionFactory());
|
||||
|
Loading…
Reference in New Issue
Block a user