Skip to content

Commit

Permalink
chore: remove acearth due to license issues
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudroques committed Oct 19, 2024
1 parent f8b6c43 commit 8b7e682
Show file tree
Hide file tree
Showing 59 changed files with 0 additions and 11,750 deletions.
4 changes: 0 additions & 4 deletions src/net/sourceforge/plantuml/PSystemBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@

import com.plantuml.api.cheerpj.WasmLog;

import net.sourceforge.plantuml.acearth.PSystemXearthFactory;
import net.sourceforge.plantuml.activitydiagram.ActivityDiagramFactory;
import net.sourceforge.plantuml.activitydiagram3.ActivityDiagramFactory3;
import net.sourceforge.plantuml.api.PSystemFactory;
Expand Down Expand Up @@ -249,9 +248,6 @@ final public Diagram createPSystem(List<StringLocated> source, List<StringLocate
// ::done

factories.add(new PSystemCharlieFactory());
// ::comment when __CORE__ or __MIT__ or __EPL__ or __BSD__ or __ASL__ or __LGPL__
factories.add(new PSystemXearthFactory());
// ::done

factories.add(new GanttDiagramFactory());
factories.add(new ChronologyDiagramFactory());
Expand Down
138 changes: 0 additions & 138 deletions src/net/sourceforge/plantuml/acearth/PSystemXearth.java

This file was deleted.

110 changes: 0 additions & 110 deletions src/net/sourceforge/plantuml/acearth/PSystemXearthFactory.java

This file was deleted.

8 changes: 0 additions & 8 deletions src/net/sourceforge/plantuml/acearth/package-info.java

This file was deleted.

20 changes: 0 additions & 20 deletions src/net/sourceforge/plantuml/acearth/readme.md

This file was deleted.

Loading

0 comments on commit 8b7e682

Please sign in to comment.