1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-09-30 07:49:08 +00:00

feat: enable DITAA in LGPL version

https://github.com/plantuml/plantuml/issues/1514
This commit is contained in:
Arnaud Roques 2023-08-26 12:03:19 +02:00
parent 33f0d5b204
commit ee3eef8652

View File

@ -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());