Skip to content

Commit

Permalink
removed open/export no longer used by Donatello
Browse files Browse the repository at this point in the history
  • Loading branch information
i-make-robots committed Jan 3, 2025
1 parent 2c97a3a commit 30c6773
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,4 @@
requires org.locationtech.jts;
requires org.apache.httpcomponents.httpclient;
requires org.apache.httpcomponents.httpcore;

opens com.marginallyclever.convenience;
opens com.marginallyclever.convenience.voronoi;
opens com.marginallyclever.makelangelo.makeart.io;
opens com.marginallyclever.makelangelo.plotter.plottercontrols;
opens com.marginallyclever.makelangelo.turtle;

exports com.marginallyclever.communications;
exports com.marginallyclever.convenience.log to ch.qos.logback.core;
exports com.marginallyclever.makelangelo;
exports com.marginallyclever.makelangelo.makeart;
exports com.marginallyclever.makelangelo.makeart.imagefilter;
exports com.marginallyclever.makelangelo.makeart.turtletool;
exports com.marginallyclever.makelangelo.paper;
exports com.marginallyclever.makelangelo.plotter.plottersettings;
exports com.marginallyclever.makelangelo.turtle;

opens com.marginallyclever.convenience.noise;
opens com.marginallyclever.convenience.helpers;
}

0 comments on commit 30c6773

Please sign in to comment.